How are you measuring this? Are you actually saying that you _feel_ slightly more productive?
lol sounds like a true nightmare. Code is a liability. Faster junior coding = more crap code = more liability.
However if you can quickly read code, see and succintly communicate the more optimal solution, you can easily 10x-20x your ability to code.
I'm begining to believe it may primarily come down to having the vocabulary and linguistic ability to succintly and clearly state the gaps in the code.
Do you believe you've managed to solve the most common wisdom in the software engineering industry? That reading code is much harder than writing it? If you have, then you should write up a white paper for the rest of us to follow.
Because every time I've seen someone say this, it's from someone that doesn't actually read the code they're reviewing.
You cannot effectively employ a team of twenty junior developers if you have to review all of their code (unless you have like seven senior developers, too).
But this isn't a point that needs to be debated. If it is true that LLMs can be as effective as a team of 20 junior developers, then we should be seeing many people quickly producing software that previously required 20 junior devs.
> but the model is "smarter" then a junior engineer usually
And it is also usually worse than interns in some crucial respects. For example, you cannot trust the models to reliably tell you what you need to know such as difficulties they've encountered or important insights they've learnt and understand they're important to communicate.
When I point it at my projects though, the outcomes are much less reliable and often quite frustrating.
It is really the same kind of thing.. but the model is "smarter" then a junior engineer usually. You can say something like "hmm.. I think an event bus makes sense here" Then the LLM will do it in 5 seconds. The problem is that there are certain behavioral biases that require active reminding (though I think some MCP integration work might resolve most of them, but this is just based on the current Claude Code and Opus/Sonnet 4 models)