Is there a clever way to decompose $f(X) = X^8 + X^7 + X^6 + X^4 + 1$ into irreducible factors over $\mathbb{Z}_2$? Or to see that it is irreducible itself?
This is what I have thought about so far: $f(0) \ne 0$ and $f(1) \ne 0$, so $f$ does not have linear factors. It also does not have quadratic factors, because the only irreducible quadratic polynomial over $\mathbb{Z}_2$, $X^2 + X + 1$, does not divide $f$. I could continue finding all irreducible polynomials of degree 3 and 4 and carrying out the corresponding polynomial divisions.
Is there a more clever solution?