> I landed 259 PRs -- 497 commits, 40k lines added, 38k lines removed I wonder how much of these 40k lines added/38k lines removed were just replacing the complete code of a previous PR created by Claude Code. I'm happy that it's working for them (whatever that means), but shouldn't we see an exponential improvement in Claude Code in this case?
Claude Code creator says Claude wrote all his code for the last month
21–30 of 63 posts
Re: Claude Code creator says Claude wrote all his code for the last month
#22I'm sure it's unrelated(right guys? right?) but they had to revert a big update to CC this month. https://x.com/trq212/status/2001848726395269619
Not sure why you are getting downvoted, but this IS the key worry: That people lose contact with the code and really don’t understand what is going on, increasing “errors” in production (for some definition of error), that result in much more production firefighting that, then, reduce the amount of time to write code.
Still, I use LLM assisted coding fairly frequently, but this is a nagging feeling I have.
Re: Claude Code creator says Claude wrote all his code for the last month
#23Re: Claude Code creator says Claude wrote all his code for the last month
#24> I landed 259 PRs -- 497 commits, 40k lines added, 38k lines removed I wonder how much of these 40k lines added/38k lines removed were just replacing the complete code of a previous PR created by Claude Code. I'm happy that it's working for them (whatever that means), but shouldn't we see an exponential improvement in Claude Code in this case?
One dives deep into to the philosophical here, but how different is that from ”I recompiled the code, which removed 500kloc of assembly and created 503kloc of assembly”
Re: Claude Code creator says Claude wrote all his code for the last month
#25honestly i've been becoming too lazy, I know exactly what I want and AI is at a point where it can turn that into code. It's good enough to a point where I start to design code around AI where it's easier for AI to understand (less DRY, less abtractions, closer to C) And it's probably a bad thing? Not sure yet.
You are treating the AI not as a tool, but as a "Material" (like wood or stone).
A master carpenter works with the grain of the wood, not against it. You are adapting your architectural style to the grain of the AI model to get the best result.
That is exactly what an Architect should do. Don't force the old rules (DRY) on a new material.
Re: Claude Code creator says Claude wrote all his code for the last month
#26"If the AI builds the house, the human must become the Architect who understands why the house exists." In Japanese traditional carpentry (Miya-daiku), the master doesn't just cut wood. He reads the "heart of the tree" and decides the orientation based on the environment. The author just proved that "cutting wood" (coding) is now automated. This is not the end of engineers, but the beginning of the "Age of Architects…
Re: Claude Code creator says Claude wrote all his code for the last month
#27Earlier quoted context omitted.
Is a human engineer not the same way?
No. LLMs can only reorder what they've seen in training data in novel ways. Humans can have original ideas that aren't in their training data. As a trivial example, John Carmack invented raycasting for Wolfenstein 3D. No matter how much prompting you could have given an LLM it could never have done that because there was no prior art for it to have been trained on. In pragmatic terms though, innovation like that does…
Re: Claude Code creator says Claude wrote all his code for the last month
#28Earlier quoted context omitted.
Is a human engineer not the same way?
No. LLMs can only reorder what they've seen in training data in novel ways. Humans can have original ideas that aren't in their training data. As a trivial example, John Carmack invented raycasting for Wolfenstein 3D. No matter how much prompting you could have given an LLM it could never have done that because there was no prior art for it to have been trained on. In pragmatic terms though, innovation like that does…
No. He merely reimplemented it.
Re: Claude Code creator says Claude wrote all his code for the last month
#29Earlier quoted context omitted.
Is a human engineer not the same way?
No. LLMs can only reorder what they've seen in training data in novel ways. Humans can have original ideas that aren't in their training data. As a trivial example, John Carmack invented raycasting for Wolfenstein 3D. No matter how much prompting you could have given an LLM it could never have done that because there was no prior art for it to have been trained on. In pragmatic terms though, innovation like that does…
Re: Claude Code creator says Claude wrote all his code for the last month
#30"If the AI builds the house, the human must become the Architect who understands why the house exists." In Japanese traditional carpentry (Miya-daiku), the master doesn't just cut wood. He reads the "heart of the tree" and decides the orientation based on the environment. The author just proved that "cutting wood" (coding) is now automated. This is not the end of engineers, but the beginning of the "Age of Architects…
Taste, Aesthetics, Gestalt Synergy now matter more.
The AI is better at that too. Truth is, nothing matters except the maximal delusion. Only humans can generate that. Only humans can make a goal they find meaningful.