by grandimam on 6/23/25, 5:44 AM with 41 comments
by dexterlagan on 6/23/25, 7:27 AM
by joshstrange on 6/23/25, 10:44 AM
Agentic workflows are cool and have their place but essentially turn me into a full time code reviewer. Sometimes that’s acceptable/ok, sometimes I don’t like it. Essentially, if the agent gets even slightly off the path I want it on, I need to just do it myself. I give up on trying to prompt my out of a mistake it made. You get stuck thinking “one more prompt/round and it will fix the problem and everything will be perfect”, then you find yourself 4+ rounds in with the agent flip-flopping between 2 things it’s already tried.
by mittensc on 6/23/25, 6:34 AM
I don't need AI to generate code.
Pipelines are non existant (who wants useless code?, just make better abstractions)
Copy-and-paste code is non existant - taboo to duplicate, just find libraries to reuse within the project or write them.
I don't need it to write tests, I want to write tests myself to force myself to think of the problem.
Code base is large enough that it's generally useless for search (and old tools work much better)
And I don't see what else it would be useful for though I'm trying. (writing a class skeleton?, maybe?, but then, I can do that fast as well)
by d00mB0t on 6/23/25, 5:48 AM
by rajeshpatel15 on 6/25/25, 4:56 AM
Track one metric (e.g., hours saved weekly) to cut through the hype real gains hide in boring tasks, not flashy demos. What specific area feels unproductive for you? Maybe the community can spot the gap.
by obayesshelton on 6/24/25, 9:38 AM
However, my biggest gripe with any of the LLMs or Tools is that they do not suggest package / library to solve my issue.
For example I wanted to do something with GEOJSON and it wrote a heap of code. In most cases for such things I would also use a well maintained and documented package.
I keep thinking that I need to write something that suggest a package / libary before writing code.
by throwaway843 on 6/23/25, 2:56 PM
But what about the opposite: all the other stuff that's surface? Today I had it fill out a calendar, to generate test data meeting specs, to do some simple translation, to proof some reading, to search.
If there's a task that can be directed and it takes less time to direct than do, it's a productivity gain.
by repsiace on 6/23/25, 5:52 AM
by herbst on 6/23/25, 7:44 AM
(Especially for html layouts and repetitive changes)
by ifonlyenigmax on 6/23/25, 7:44 AM