Is using lots of AI token per feature a sign of low efficiency?

Posted by arstarsta@reddit | ExperiencedDevs | View on Reddit | 31 comments

I have 8 years of backend experience, no frontend experience and only two months of Claude experience.

What I have noticed is that I'm clueless about frontend and just describe what I want like "a page of sales grouped by division" and the AI consumes tons of tokens.

But in backend I'm much more precise like saying "read table sales and remove the duplicates from the datastuture in insert function". It's even more noticeable when debugging where I can point out where the error is in backend but not frontend. Most error in backend I already catch when approving an edit and tell Claude to fix it before editing.

When I develop frontend I have reached the 5h Claude limit in 2h but in backed I have never even got over 10% in 5h. I would say the complexity is about the same for backend and frontend if the code where written optimally. The token usage seem to be negative correlated with my skills in the area.

In summary Claude help me be 50% more effective in backend for like $1 a day while it enables me to do frontend at all but for a higher cost and lower quality.