logoalt Hacker News

thrw045today at 2:02 PM2 repliesview on HN

To me AI is a really strange technology. When it works it works very well, but at the same time it can't be trusted because of hallucinations. I still get hallucinations just as I did 2 years ago. Nothing has changed. Some part of me feels like it should be shut down for that alone so that it doesn't spread misinformation all over the place.

I also think most of what AI generates is slop and nowhere near the quality of a human creation. Maybe that will change, maybe not. In the end I'm not sure how I feel about it. I don't use it that often, maybe a few times a week.


Replies

dandakatoday at 2:32 PM

It is called 'jagged intelligence'. A lot progress was made in the last 2 years. Most notably reasoning models, tools use, harness progress. It takes time to build the skill to make those models useful, but they do provide a lot of value.

show 1 reply
bigstrat2003today at 3:05 PM

That is indeed the problem. And when you have to meticulously check everything that the LLM does (because you can't know where the hallucinations will be), it completely destroys any productivity benefits you would gain from having it write the code in the first place. Thus you wind up going no faster (if not slower) than you did in the first place. The only way to go super fast (the way some people claim they are) is to discard quality.

As has been pointed out over and over: the time consuming part of programming was never typing code into the computer, it was understanding the problem and the logic behind the code. Using an LLM only addresses the fast and easy part of programming, not the hard parts.