Ask HN: Has your opinion on AI changed over the past year?
4 atleastoptimal 11 7/28/2025, 10:02:41 PM
As in, were you originally optimistic about AI, but are now pessimistic, or were once pessimistic but are now optimistic? Did you originally see it as a huge boon to your work, but now find it a hinderance, or were you once dismissive of it, but now find it indispensible?
Just curious who has changed their mind/outlook and what precipitated the change.
I did a PhD in program synthesis (programming languages techniques) and one the tricks there was to efficiently prune the space of programs. With LLMs it is more much more likely to start with an almost correct guess, the burden now shifts to lighter verification methods.
I still do not believe in the AGI hype. But I am genuinely excited. Computing has always been humans writing precise algorithms and getting correct answers. The current generation of LLMs are the opposite you can be imprecise, but the answers can be wrong. We have to figure out what interesting systems we can build with it.
Which is a shame, because neural networks are useful tools to have in your toolbox, they're just not the entire toolbox. I wish we could just use them like "finite state machine" or "model-view-controller" or any other useful-but-not-overhyped algorithm or code pattern.
I am not sure when I read what I read to make me subscribe to that idea. Might have been in the last year. Probably was a bit longer ago.
[Caveat] I have not been terribly excited about AI since expert systems but A* is pretty useful.
[Clarification] I think AGI is analogous to transmutation of lead into gold. The literal goal is incompatible with reality, but it is the right problem to work on because the exhaust fumes are useful.
I find myself regretting its use when I apply it too aggressively with my products.
I was super pessimistic and I now recognize that there is value.
I am saving about 20% of my effort coding at work. However, coding is not exactly the main thing that takes time at work. It’s figuring out what should be done, getting everyone on board, coming up with the high level architecture.
So I’ve gone from this is terrible to acknowledging that it has limited use. I am still sick of AI slop and even when I use it for code at work AI has a tendency to generate mountains of garbage.