An article in Raschka's newsletter — which, by the way, is one of the more serious AI-technical voices in the space — has sparked a rather interesting discussion on Lobsters AI right now. The topic is something seemingly simple: what is a coding agent, component by component? But it is precisely this type of question that reveals how much people use something without having an overview of what is going on inside.

And the timing is no coincidence. The numbers circulating in community channels these days are quite absurd: over 80% of developers have integrated AI tools into their workflow, GitHub Copilot has surpassed 20 million users, and Claude Code has gone from 3% to 18% work adoption in less than a year. It's growing fast.

But here's the interesting part: while adoption is skyrocketing, trust is plummeting. Only 33% of developers trust that AI-generated code is actually correct — down from 43% the previous year. And a full 66% report spending more time fixing "almost-correct" code from AI than they save by letting it write it in the first place.

AI agents save you time — until they don't, and you don't know why.

This is precisely what makes Raschka's review relevant right now. When you know which components actually make up the agent — context window management, tool calls, error handling logic, feedback loops — you also begin to understand why it makes the types of errors it does. And that's the difference between using AI as a black box versus using it as an actual tool you have control over.

What makes this an early signal worth following: the conversation on Lobsters is not about "is AI useful?" — that's settled. It's about "how do we build and debug these systems in a sensible way?" It's a more mature conversation, and it indicates that the community is moving from enthusiasm to engineering mindset.

Experienced developers are already noticing the friction. A controlled study showed that seniors actually spent 19% longer on tasks with AI assistance — even though they thought they were 20% faster. That's food for thought.

If you work with or build on top of coding agents, this is essential reading. Not because it's revolutionary — but because it precisely names things the field has lacked a common vocabulary for.

Remember: these are early signals from community sources. Trends point in one direction, but the picture is still evolving.