2x, not 10x: coding with LLMs in 2026
- AI
- Programming
- Developer Tools
- Open Source
- Startups
The post says the common "10x developer" story is mostly fantasy. In real work, LLMs speed up code generation, but software delivery is still dominated by planning, validation, code review, user feedback, and integration. The author’s practical advice is to use models for rough drafts and automation, then keep a human hand on structure, correctness, and docs. That framing landed with a lot of people. The strongest pattern was not "AI barely helps" but "2x is believable for normal delivery, and much higher numbers usually mean people are counting the wrong thing." Several commenters grounded that with Amdahl’s Law. If coding is only one slice of the job, even a huge gain there does not turn the whole organization into a rocket ship. A lot of teams are also quietly paying for speed by lowering standards. People described code review turning into a rubber stamp, larger amounts of overbuilt or duplicate code, and codebases that look polished in small snippets but become incoherent at system level.
Treat LLM gains as highly task-shaped, not as a blanket productivity multiplier. If you run a team, measure impact separately for prototypes, internal tooling, maintenance, and shipped product work, because the biggest wins often come from expanding what gets tried while the biggest losses come from review debt and sloppier coordination.
-
obryant.dev
- Discuss on HN