A developer told me recently that coding agents are slower than just writing the code himself. He went in prepared. Full specs, architecture docs, plan mode. They still failed. Turns out most agent failures trace back to planning, not the model. I wrote up why this happens and how to fix it. Link in the comments. #AICoding #DeveloperProductivity #CodingAgents #ContextEngineering
This is an assessment of a project I have worked on using AI agents for the last 4 months:Total: roughly 2-3 years of focused full-time work for a strong engineer who already has compiler + LLVM + GC experience. If the engineer needed to learn MLIR/LLVM or GC design from scratch, add another 6-12 months. This is conservatively 5,000-8,000 person-hours of expert-level engineering work.In 4 months. Not bad eh ?
Make AI prompt itself 60% of the time works everytime… but seriously works way better than brute force prompting. Telling Claude code to spin something up out of Nowhere without a full structured system in place is a waste of time. But understanding how to get these systems to talk with each other build drift resistant prompt series with proper.MD structures in place makes a huge difference and real shippable products.
https://www.loadsys.com/blog/ai-coding-agent-failure-why-developers-struggle/