Suppose I have a polynomial that is given a form $$ f(x)=x^n - a_{n-1}x^{n-1} - \ldots - a_1x - 1 $$
where each $a_k$ can be either $0,1$.
I've tried a bunch of examples and found that the maximum real root seems to be between $1,2$, but as for specifics of a polynomial of this structure I am not aware.
Using IVT, we can see pretty simply that $f(1)\leq0$ and $f(2)> 0$ so there has to be a root on this interval, but thats a pretty wide range was wondering if this was previously studied

Note that for $x\geq 2,$ we have
$$f(x)\geq x^n-(1+x+...+x^{n-1})=x^n-{x^n-1 \over x-1}={x^{n+1}-2x^n+1 \over x-1}={x^{n}(x-2)+1 \over x-1}>0.$$
For $0\leq x<1,$ we have
$$f(x)\leq x^n-1<0.$$
So the maximal real root must be in $[1,2).$
Further analysis shows these bounds for the maximal root cannot be sharpened within your general class of polynomials.
The lower bound of $1$ is sharp: consider $$f_1(x):=x^n-1,$$ which has a maximal real root at $1$.
The upper bound of $2$ is sharp: consider $$f_2(x):=x^n-(1+x+...+x^{n-1}),$$
which for $x>1$ can be written as
$$f_2(x)={x^{n}(x-2)+1 \over x-1}.$$
Define $\xi:={2n \over n+1}\in [1,2)$ and observe that as $n\to \infty$, $\xi\to 2,f_2(\xi)\to -\infty.$ However, since $f_2(2)>0$, IVT implies that for $n$ large enough, $f_2$ has a root arbitrarily close to $2$.