Depending on the letter in the base there is space to the preceded superscript. Letters like T, W, Y use ink in the top left corner, so there is no space, but when using I, D, E, ... (these letters don't have a component in their top left corner) there is space in front of them.
Is there a way to fix this?
\documentclass{article}
\usepackage{tensor}
\begin{document}
$T^b$ %no space
${}^b T$ ${}^b W$ ${}^b Y$ %no space
$I^b$ %no space
${}^b I$ ${}^b D$ ${}^b E$ %spacing between b and I, D or E
$\tensor[^b]I{}$ %doesn't help
\end{document}
