What is the right way to approach this in general, take the outer absolute Value and then go to the inner ones, consider the inner cases first..?
Should I consider cases for example that $|x+1|-|x-1| < 0$ and $|x+1|-|x-1| \ge 0$ or rather think about the x values that seem interesting, like $-1$ and $1$?
For $|x|>1$ the inequality has no solutions because we get $2<1$, which is impossible.
But for $|x|\leq1$, we obtain $|2x|<1$, which gives the answer: $$-\frac{1}{2}<x<\frac{1}{2}$$ id est, the set is $\left(-\frac{1}{2},\frac{1}{2}\right)$