I've come to the conclusion that if AI can do it, its not hard. None of the complicated software i work on can be reliably written by ai yet
I mean that’s been my line every time someone makes impressed noises when I say I’m a programmer - it’s really not that hard, it’s really just a question of whether you like it enough to put the work in, like anything else. “Don’t you have to be a math wiz?” No dude 95% of the time whatever you’re trying to do already has a very well researched approach, a lot of times you’re just picking which pre-vetted solution to…
Agentic Coding Is a Trap
61–70 of 403 posts
Re: Agentic Coding Is a Trap
#62Re: Agentic Coding Is a Trap
#63How can we solve this at a more fundamental level? I think many people already recognize the problem: -“Our ability to write code is being damaged.” -“If our ability to write code declines, our ability to recognize good code also declines.” But the problem is that the market no longer works without LLMs. Freelance rates and deadlines are now calibrated around LLM-assisted output. Even clients who write “do not vibe c…
Re: Agentic Coding Is a Trap
#64The thing is the code quality is still ultimately up to you Nothing stopping you from iterating with the agent till the code is the exact same quality that you yourself would write
Re: Agentic Coding Is a Trap
#65I've been using AI tools to brainstorm approaches and sometimes generate code, but actually doing the typing myself. That way I'm less likely to forget the mechanics and programming language over time.
Re: Agentic Coding Is a Trap
#66This is exactly the same problem of "mechanical engineers' job is to design parts, not machine them, so we'll take training on machines out of the mech eng curriculum." Result: fresh mech eng grads do not know how to properly design parts because they have no idea how they are machined.
Re: Agentic Coding Is a Trap
#67Re: Agentic Coding Is a Trap
#68I've come to the conclusion that if AI can do it, its not hard. None of the complicated software i work on can be reliably written by ai yet
Re: Agentic Coding Is a Trap
#69Wait, is this the same AWS I have been using?
Re: Agentic Coding Is a Trap
#70it's a fairly new way of doing things. I predict, in the future it will be more formalized and standardized like AGILE and SCRUM and all that boring stuff. The result of that though would be establishment of development patterns that are good practices. The rule of thumb is: An agent can write it, but a human has to understand it before it gets pushed to prod. I'm still not convinced about the doom and gloom over dev…
The article essentially claims that no, that line of thinking is false. If the agent writes all of it (or too much of it, where "too much" is still not well defined), then your ability to understand it will atrophy with time, and you will either a) never push to prod, because you can't understand it well enough, or b) push to prod anyway, and cause bugs and outages.
I think the article is correct.
> I'm still not convinced about the doom and gloom over developers being replaced.
Agreed. The agents are just not good enough to write code unsupervised, or supervised by people without senior-level skills. And frankly it's hard to imagine them getting there. Each new release of the coding tools/models is a mixed bag. Some things are better, some things are worse, and the gains are diminishing with each iteration. I am afraid that we're going to hit a ceiling at some point, at least with the transformer architecture.
> but for now we're all just reading random blog posts and see how others are faring and experimenting.
Yes, exactly, and many people are not faring well. The article cites several examples of people feeling less capable after using LLMs to write code for a while.