←back to thread

The Claude Code Framework Wars

(shmck.substack.com)
125 points ShMcK | 3 comments | | HN request time: 0s | source
Show context
vivzkestrel ◴[] No.45164302[source]
what is your opinion about the research paper that got published recently which claims that AI coding actually slows you down 20%
replies(1): >>45165124 #
1. 3uler ◴[] No.45165124[source]
That’s like saying a vim expert would be slower in VS Code - technically the IDE does more, but expertise with your existing tools often beats learning new ones.

Also that study was from early 2025 before Claude 4 which to me was a big break through in productivity, I did not really find these tools too useful before using sonnet 4.

replies(1): >>45165574 #
2. vivzkestrel ◴[] No.45165574[source]
but has that cut down your prompting time, i assume an AI agent would take a fixed amount of time to generate N lines of code. Constructing effective prompts is probably where most time is spent, has this time been cut down with newer releases or has it been proved somehow that we need N less prompts to achieve the same result with newer AI models?
replies(1): >>45168241 #
3. 3uler ◴[] No.45168241[source]
It’s less about the models getting smarter and more about them getting better at handling vague requests and context acquisition. They’re better at figuring out what they need to know, I’m better at shaping that process, and I have structured workflows for managing and efficiently feeding the right context into each prompt.