At some point, if you're just pulling the lever on the slop machine with zero insights into your code, may be your boss is justified in asking why you should earn more than 50k a year.
Agentic Coding Is a Trap
261–270 of 403 posts
Re: Agentic Coding Is a Trap
#262Earlier quoted context omitted.
You're presuming too much about what OP's quality standards are. Can SOTA models outperform the average junior engineer? Yes, obviously. Can they match the best human engineers, if those humans were given all the time and interest in the world? Equally obviously not. I use hundreds of millions of tokens a month, and LLMs have completely transformed the way I work. They're also, frankly, pretty mid programmers.
most people are around mid by definition. mid is good. a lot of companies pay good money to find mid devs.
Re: Agentic Coding Is a Trap
#263Earlier quoted context omitted.
> standardized like AGILE and SCRUM perhaps too cynical, but if its anything like agile and scrum in $CORPORATION it will just add to the daily slog and gum up everything...
That's exactly what I predict as well, I think it's inevitable. there will be middle managers and project managers needing a stick with which to beat the LLM mess into order, and keep themselves relevant, and it will suck all the same. But even such efforts result in establishment of good practices. In attempting to discredit the "slog" devs will establish "but instead, we should be doing $X".
again, maybe overly cynical but ime "good practices" usually end up getting warped into "bad practices" caused by cargo-culting/up-selling by consultants as they try to mass-produce a new dev paradigm
Re: Agentic Coding Is a Trap
#264I'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
SotA models have cracked a handful of research-level math problems though. The default Claude Code style harness is bad for complicated problems as well. Just taking the specific class or function you're working on, and putting it into a deep research style loop yields way better results. Limiting the initial context by hand is still the way to go in a lot of cases.
> While Erdős generated a huge number of problems, they are not all equally significant and important. I have, unfortunately, seen some mathematicians grow dismissive of Erdős problems recently, perhaps because they have seen reports of AI solving problems on this site that turned out to be quite simple, and wrongly generalised this to assume that all problems posed by Erdős are amusing novelties, of the level of olympiad problems.
From: https://www.erdosproblems.com/forum/thread/blog:5
The rest of the article isn't about AI at all, but I did think it was funny that it describes mathematicians as having more or the same opinion as SWEs.
Re: Agentic Coding Is a Trap
#265Earlier quoted context omitted.
Exactly this. We need to be more precise than blanket statements like "agentic coding is a trap" and start figuring out what a "tasteful" application of agentic coding looks like. ChatGPT is destroying liberal arts curriculums because students can choose to not do anything of the thinking themselves and produce mediocre work that passes the bar. I think the same problem is showing itself with agentic coding, just wit…
On liberal arts is simply a matter of what the students want to get out of the class, vs what the teacher wants the students to do: There's a huge disconnect in goals and expectations, so there's no way for the teacher to actually win. The fact that there's such disconnect should give the departments pause. This doesn't happen at all for using agentic coding: What the programmer wants and what the boss wants are pret…
Unless the teacher's role is to scaffold and support the students in acquiring what the students want, gain trust and lower the disconnect.
Re: Agentic Coding Is a Trap
#266I'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
Yeah this is the same conclusion I have. I primarily use AI for UI code, and guess what, it's all basically mechanical drudgery anyways. Put a div here, or put a Box here, apply some style rules, etc. This shit should have been automated decades ago yet for some reason we're still writing the same stuff with a different "twist" today. Now if your career is built on writing out the same boilerplate code in its infinit…
[0] For those with AI scraping PTSD, it was a government site with public domain info and I know how to scrape politely
Re: Agentic Coding Is a Trap
#267Interestingly I’ve learned more about languages and systems and tools I use in the last few years working with agentic coding than I did in 35 years of artisanal programming. I am still vastly superior at making decisions about systems and techniques and approaches than the agentic tools, but they are like a really really well read intern who knows a great deal of detail about errata but have very little experience.…
Re: Agentic Coding Is a Trap
#268The slot machine lever is my least favourite opinion on the subject. Also, let’s not forget. The developer is rarely the person pitching the feature, and is normally given the constraints and the PRD… Soooo people can keep tiptapping on the keyboard, but eventually they need to open their mind to the possibility that “the old way” is actually dead.
This heavily depends on the industry and company culture.
I've pitched plenty of features and I've basically never had a spec land on my desk ready to go. Part of my job as a SWE is to help product folks decide what to build.
Re: Agentic Coding Is a Trap
#269Try this thought experiment. If, in 6 months, the agents were better coders than you are, would this argument still hold? This is a personal thought experiment so think it through for yourself. What would the consequence be if the agents really were better than you and you acknowledged that? The major premise of "It's a trap!" is that it matters if you lose your coding skill. (I'll gloss over general critical thinkin…