It's strange to me when articles like this describe the 'pain of writing code'. I've always found that the easy part. Anyway, this stuff makes me think of what it would be like if you had Tolkein around today using AI to assist him in his writing. 'Claude, generate me a paragraph describing Frodo and Sam having an argument over the trustworthiness of Gollum. Frodo should be defending Gollum and Sam should be on his s…
Pain can mean tedium rather than intellectual challenge.
Coding agents have replaced every framework I used
41–50 of 611 posts
Re: Coding agents have replaced every framework I used
#42Earlier quoted context omitted.
Please forgive me for being blunt, I want to emphasize how much this strikes me. Your post feels like the last generation lamenting the new generation. Why can't we just use radios and slide rules? If you've ever enjoyed the sci-fi genre, do you think the people in those stories are writing C and JavaScript? There's so much plumbing and refactoring bullshit in writing code. I've written years of five nines high SLA c…
Burn the planet to the ground because your life is boring. Extremely mature stance you've got there
People on Reddit posting AI art are getting death threats. It's absurd.
Re: Coding agents have replaced every framework I used
#43The alternative is that your bespoke solution has undiscovered security vulnerabilities, probably no security community, and no easy fix for either of those.
You get the privilege of patching Node.js.
Similarly, as a hiring manager, you can hire a React developer. You can't hire a "proprietary AI coded integrated project" developer.
This piece seems to say more about React than it says about a general shift in software engineering.
Don't like React? Easiest it's ever been not to use it.
Don't like libraries, abstractions and code reuse in general? Avoid them at your peril. You will quickly reach the frontier of your domain knowledge and resourcing, and start producing bespoke square wheels without a maintenance plan.
Re: Coding agents have replaced every framework I used
#44It's strange to me when articles like this describe the 'pain of writing code'. I've always found that the easy part. Anyway, this stuff makes me think of what it would be like if you had Tolkein around today using AI to assist him in his writing. 'Claude, generate me a paragraph describing Frodo and Sam having an argument over the trustworthiness of Gollum. Frodo should be defending Gollum and Sam should be on his s…
Please forgive me for being blunt, I want to emphasize how much this strikes me. Your post feels like the last generation lamenting the new generation. Why can't we just use radios and slide rules? If you've ever enjoyed the sci-fi genre, do you think the people in those stories are writing C and JavaScript? There's so much plumbing and refactoring bullshit in writing code. I've written years of five nines high SLA c…
I don't read the OP as saying that: to me they're saying you're still going to have plumbing and bullshit, it's just your plumbing and bullshit is now going to be in prompt engineering and/or specifications, rather than the code itself.
Re: Coding agents have replaced every framework I used
#45It's strange to me when articles like this describe the 'pain of writing code'. I've always found that the easy part. Anyway, this stuff makes me think of what it would be like if you had Tolkein around today using AI to assist him in his writing. 'Claude, generate me a paragraph describing Frodo and Sam having an argument over the trustworthiness of Gollum. Frodo should be defending Gollum and Sam should be on his s…
Please forgive me for being blunt, I want to emphasize how much this strikes me. Your post feels like the last generation lamenting the new generation. Why can't we just use radios and slide rules? If you've ever enjoyed the sci-fi genre, do you think the people in those stories are writing C and JavaScript? There's so much plumbing and refactoring bullshit in writing code. I've written years of five nines high SLA c…
> The future is exciting.
Not the GP, but I honestly wanted to be excited about LLMs. And they do have good uses. But you quickly start to see the cracks in them, and they just aren't nearly as exciting as I thought they'd be. And a lot of the coding workflows people are using just don't seem that productive or valuable to me. AI just isn't solving the hard problems in software development. Maybe it will some day.
Re: Coding agents have replaced every framework I used
#46It's strange to me when articles like this describe the 'pain of writing code'. I've always found that the easy part. Anyway, this stuff makes me think of what it would be like if you had Tolkein around today using AI to assist him in his writing. 'Claude, generate me a paragraph describing Frodo and Sam having an argument over the trustworthiness of Gollum. Frodo should be defending Gollum and Sam should be on his s…
> It's strange to me when articles like this describe the 'pain of writing code'. I find it strange to compare the comment sections for AI articles with those about vim/emacs etc. In the vim/emacs comments, people always state that typing in code hardly takes any time, and thinking hard is where they spend their time, so it's not worth learning to type fast. Then in the AI comments, they say that with AI writing the…
Re: Coding agents have replaced every framework I used
#47It's strange to me when articles like this describe the 'pain of writing code'. I've always found that the easy part. Anyway, this stuff makes me think of what it would be like if you had Tolkein around today using AI to assist him in his writing. 'Claude, generate me a paragraph describing Frodo and Sam having an argument over the trustworthiness of Gollum. Frodo should be defending Gollum and Sam should be on his s…
Please forgive me for being blunt, I want to emphasize how much this strikes me. Your post feels like the last generation lamenting the new generation. Why can't we just use radios and slide rules? If you've ever enjoyed the sci-fi genre, do you think the people in those stories are writing C and JavaScript? There's so much plumbing and refactoring bullshit in writing code. I've written years of five nines high SLA c…
Then make them. What's stopping you?
Re: Coding agents have replaced every framework I used
#48So the suggestion here is that instead of using battle tested libraries/frameworks, everyone should now build their own versions, each with an unique set of silent bugs?
Like the vibe coded solution won't be flawed and vulnerable
Re: Coding agents have replaced every framework I used
#49I disagree about ditching abstractions. Programmatic abstractions aren't just a way to reduce the amount of code you write, they're also a common language to understand large systems more easily, and a way to make sure systems that get built are predictable.
Re: Coding agents have replaced every framework I used
#50> Stop wrapping broken legs in silk. Start building things that are yours.
This however is deeply wrong for me. Anyone who writes and reviews code regularly knows very well that reading code doesn't lead to the same deep intuitive understanding of the codebase as writing same code.
So, no, with AI you are not building things which are yours. You might call them yours, but you lose deeper understanding of what you built.