Earlier quoted context omitted.
Absolutely — but I also think there’s a strong resistance to managers saying “AI is good, really”. The experience of long-term software engineers (e.g. antirez) who don’t have a horse in the AI race tends to line up much better with my own. Also really like this one: https://diwank.space/field-notes-from-shipping-real-code-wit...
Long-term software engineers do have an anti-horse in the AI race - a lot of us eventually could be replaced by a coding agent.
Coding agents have crossed a chasm
11–20 of 33 posts
Re: Coding agents have crossed a chasm
#12Snarky and dismissive, sure. But the Wii wasn't a "1 to 1 motion matching" machine no matter how many people insisted it was. It was just "better than anything before had ever been". Which is not the same thing as "good". I'm not holding anything against anyone. The Wii was an incredible console, an LLMs are an incredible technology. I'd just like to read some thoughts on the tech from people who are more aligned with myself in their discernment. If, for nothing else, some variety.
Re: Coding agents have crossed a chasm
#13Re: Coding agents have crossed a chasm
#14Earlier quoted context omitted.
Author of the piece here :-). We are not building coding agents and focused on quite different stuff… I am just trying to share my personal experience as a software person!
Absolutely — but I also think there’s a strong resistance to managers saying “AI is good, really”. The experience of long-term software engineers (e.g. antirez) who don’t have a horse in the AI race tends to line up much better with my own. Also really like this one: https://diwank.space/field-notes-from-shipping-real-code-wit...
My experience matches theirs - Claude Code is absolutely phenomenal, as is the Cursor tab completion model and the new memory feature.
Re: Coding agents have crossed a chasm
#15Was this article written by AI? If I argue with it, am I arguing with a real person? Is it written by a corporate shill? Again, if I argue with it, am I talking to a wall? AI (and before that, corporations) makes skepticism more and more a basic survival skill. Since this is partly an experience report, it is only as trustworthy as its author, whoever that is. What is this person risking by writing it? The content se…
I do still read the code _except_ when I am consciously vibe coding a non production thing where I will know empirically that it worked or not by using it.
I’m definitely not using agents to do all my coding (as I hope is reasonably) clear from the post. But they have crossed this line from pointless to try to genuinely useful for many real world problems in just the last couple of months in my experience.
Re: Coding agents have crossed a chasm
#16Earlier quoted context omitted.
Absolutely — but I also think there’s a strong resistance to managers saying “AI is good, really”. The experience of long-term software engineers (e.g. antirez) who don’t have a horse in the AI race tends to line up much better with my own. Also really like this one: https://diwank.space/field-notes-from-shipping-real-code-wit...
Not OP, and I don't have specific stake in any AI companies, but IMHO (as someone doing web-related things for a living (as a developer, team lead, "architect", product manager, consultant, and manager) since 1998, I think we pretty much all of us have skin in the game, whether or not we back a particular horse.
If you believe that agents will replace software developers like me in the near term, then you’d think I have a horse in this race.
But I don’t believe that.
My company pays for Cursor and so do I, and I’m using it with all the latest models. For my main job, writing code in a vast codebase with internal frameworks everywhere, it’s reasonably useless.
For much smaller codebases it’s much better, and it’s excellent for greenfield work.
But greenfield work isn’t where most of the money and time is spent.
There’s an assumption the tools will get much better. There are several ways they could be better (e.g. plugging into typecheckers to enable global reasoning about a codebase) but even then they’re not in replacement territory.
I listen to people like Yann LeCun and Demis Hassabis who believe further as-yet-unknown innovations are needed before we can escape a local maxima that we have with LLMs.
Re: Coding agents have crossed a chasm
#17> I don’t even look at the code anymore - I describe what I want to Claude Code, test the result, make some minor tweaks with the AI and if it’s not good enough, I start over with a slightly different initial prompt.
Honestly, does the author and anyone else using this workflow find this way of working enjoyable? To me programming is not entirely about the end goal. It's mostly the small bursts of dopamine whenever I solve a particular problem; whenever I refactor code to make it cleaner, simpler, and easier to read; whenever I write a test and see it pass, knowing that I'm building a safety net to safely refactor in the future. And so on.
Yes, the feeling of accomplishment after shipping a useful piece of software, be that a small script or a larger part of a system, is also great. But the small wins along the way are the things that make me want to keep programming.
This way of working where you don't even look at the code, but describe the system specs in prose, go back and forth with an extremely confident but highly error prone tool, manually test the result, and repeat this until you're satisfied... doesn't sound fun or interesting at all.
Re: Coding agents have crossed a chasm
#18I'm personally still in the "smarter autocomplete" phase when it comes to LLMs, as I don't trust the vibe-coded "agents" and the outputs they produce to control my computer. But that aside, this part stood out to me: > I don’t even look at the code anymore - I describe what I want to Claude Code, test the result, make some minor tweaks with the AI and if it’s not good enough, I start over with a slightly different in…
Re: Coding agents have crossed a chasm
#19Earlier quoted context omitted.
Author of the piece here :-). We are not building coding agents and focused on quite different stuff… I am just trying to share my personal experience as a software person!
Absolutely — but I also think there’s a strong resistance to managers saying “AI is good, really”. The experience of long-term software engineers (e.g. antirez) who don’t have a horse in the AI race tends to line up much better with my own. Also really like this one: https://diwank.space/field-notes-from-shipping-real-code-wit...
Re: Coding agents have crossed a chasm
#20Earlier quoted context omitted.
Not OP, and I don't have specific stake in any AI companies, but IMHO (as someone doing web-related things for a living (as a developer, team lead, "architect", product manager, consultant, and manager) since 1998, I think we pretty much all of us have skin in the game, whether or not we back a particular horse.
Really depends what you believe. If you believe that agents will replace software developers like me in the near term, then you’d think I have a horse in this race. But I don’t believe that. My company pays for Cursor and so do I, and I’m using it with all the latest models. For my main job, writing code in a vast codebase with internal frameworks everywhere, it’s reasonably useless. For much smaller codebases it’s m…