logoalt Hacker News

dabinattoday at 6:04 PM5 repliesview on HN

It’s interesting how AI may both raise and lower the quality of software. It’s very easy to send an AI agent on an open-ended bug hunt, and if it wastes a bunch of time and effort and finds nothing, no big deal. Time is much more important for a human developer with a salary.


Replies

dmixtoday at 6:18 PM

Finding the bugs with LLMs is easy. Reviewing the output, cleaning it up, and making sure it doesn't break something else is the hard part.

show 4 replies
evenhashtoday at 7:03 PM

> It’s very easy to send an AI agent on an open-ended bug hunt, and if it wastes a bunch of time and effort and finds nothing, no big deal.

No big deal? It’s not like it’s free… tokens cost money.

show 1 reply
Supermanchotoday at 6:14 PM

I don't care if you call it an over-engineered looping machine or what, there are concrete benefits to using LLMs for this. They work faster than developing your own looping algorithm and more often produce useful results than not.

evikstoday at 6:18 PM

But what's your expectation of the net?

shevy-javatoday at 6:45 PM

I dislike AI, but if AI finds real bugs then this is in my opinion objectively a positive thing. Of course the question is what constitutes a real bug.

show 2 replies