Hacker News new | ask | show | jobs
by ChrisMarshallNY 24 days ago
The article specifically calls out agents:

> the adoption of AI agents into software development will be one of the most costly mistakes in the field’s history

I don’t use agents, myself. I use a simple chat interface, and a running dialogue, to build software at a function-building level. The resulting workflow is quite “chimerical,” and benefits greatly from my own experience and expertise. The LLM simply lubricates the process.

In my case, it seems to be working well. I would not want to go back.

1 comments

I agree with this. I've tried using agents over the last 2 months, and I feel they are just... bad. I spend more time trying to correct their inexplicable decisions than it takes to just go through step by step in a dialogue.