Live data from Hacker News

Ask HN: Why is the HN crowd so anti-AI?

news.ycombinator.com

491–500 of 812 posts

Re: Ask HN: Why is the HN crowd so anti-AI?

#491
I think some of it is just needing to be a counter balance to the unending hype train from the AI companies that have an existential need for AI to be the next big thing. That and seeing these amazing demos and press releases, then trying it out yourself and finding that it's not nearly as capable as advertised and many of those demos are bullshit.

Even the "programmers are now obsolete" predictions have really not panned out as more people discover that while AI is an absolute boss at solving college homework level problems, it entire falls apart completely or requires a ton of babysitting to work on problems larger than homework exercises.

It's certainly useful at times, but you always have to keep problems about homework sized and generally focused on a single thing that has been done many times before or you'll have a bad time.

Good uses of AI: Asking it to implement a GStream Webp to backing store module in a GTK project.

Bad use of AI: Asking it to implement a libnftables interface for adding and removing firewall rules. The AIs completely hallucinate the entire API and output useless garbage. Plus the API is high level so even when you try to input it into the context the AI engine gets very lost. You can fight with trying to get it to understand, but in the end it's faster to just write the code yourself.

Re: Ask HN: Why is the HN crowd so anti-AI?

#492
A lot of modern discourse makes sense when you realize that most people, when they express an opinion, are not making a claim about objective reality but rather using it as a badge of membership for their in-group. They see being "anti-X" as a proxy for identifying "good people" and being "pro-X" as a proxy for identifying "bad people," or vice versa.

Re: Ask HN: Why is the HN crowd so anti-AI?

#493

I actually hold both extremes inside of me simultaneously. The speed at which you can ship when you have a strong vision of the end product and the architecture is extraordinary (the part of me that loves AI-assistance). The journey itself, at least for me, has been absolutely grueling though; I'd say ~30% of the time it's just straight up soul-sucking. Some of that could be because of my own incessant need for disci…

Same boat, although the soul sucking, I find, comes from the fact that AI can iterate on ideas so much faster than I could even begin to pull out a pen and paper that I find myself in an existential crisis when I use it too often.

What is the point of my work, especially when I must ship for a paycheck, if I offload all my thinking and understanding to a machine. I can certainly dig deep and understand all the code the AI wrote, but when you didn’t create it, it feels so much less fulfilling. How does one find fulfillment in the AI engineering age? Isn’t solving problems and coming up with novel solutions part of why most of us got into it in the first place? When you strip that away, what is left? It’s code casino - I pull the lever, it spits out something that either feels like a dopamine hit (it works), or it spits out garbage and I prompt and pull the lever again hoping to strike the jackpot.

I find the most insufferable engineers those who use AI and think they are geniuses because they have access to this tool. Or say “AI told me …” They mistake the tools output for their own creative output or ingenuity.

Re: Ask HN: Why is the HN crowd so anti-AI?

#494
post #9

There are two different crowds using "AI": - One crowd is using to research algorithms, libraries, write boilerplate code, write test harnesses, introspect and integrate with APIs, do hands-off refactoring, and automating what would otherwise be boring tasks. They still think about architecture, best practices, understanding things in detail and the general shape of the solution is in their hands. - Another crowd is…

I know LLMs are getting the majority of the attention of late, but there are others of us training and using AI to… …reads MRIs and video to detect cancer …analyze genomics for early target discovery …assisting surgeons …folding proteins And the list goes on in other fields as well. Just hoping the recent AI counterculture doesn’t stigmatize other uses of AI. Am I a fan of Claude code? Not particularly, but I have us…

This problem only exists because of the marketing move to call anything even slightly ML related "AI".

I see it as a double edged sword. People that want the category of AI to succeed can claim a victory when someone uses it to approximate protien folding and invent new drugs. But that also means the entire field is constantly being dragged down by low quality vibe coded sites, slop videos on social media, whatever horrific thing Grok is doing this week, etc.

Re: Ask HN: Why is the HN crowd so anti-AI?

#495
Define “anti-AI.”

I think some folks believe that anything other than slavish adoration is “anti,” and some folks think that only vehement contempt is “anti.”

I think it’s great. I’ve been using it to significantly improve my development velocity and scope.

But it is far, far from perfect. I can’t even envision the disaster that would occur, if I just let it do its thing, unmoderated. It can very well be an AFU force multiplier.

It is likely to achieve a state that approaches “perfect,” eventually. There’s still a lot of elbow grease to be decanted, though.

Re: Ask HN: Why is the HN crowd so anti-AI?

#497

Earlier quoted context omitted.

I think society is divided on AI because we've let the billionaire tech bro class rawdog power resources and AI deployments and I welcome the pushback on those 2 axes. The water nonsense OTOH saps my will to live. But also, the algorithms push enragement equals engagement and that favors pushing content to the product (us) that enrages the product to drive up their engagement numbers so they click on more ads. Meanwh…

When people complain about"AI" they almost always mean general purpose LLMs and media generators. Nobody is complaining about OCR, MNIST trials, or machine translation.

Not in my experience. The rabbit hole is 9/11 truther deep here. And anything that isn't a mindset about either letting the billionaires billionaire the crap out of us or the American Butlerian Jihad gets shot down by both sides.

What's my position? GenAI will be subsumed into media toolchains. And reasoning is clearly no longer a hallmark of sentience or consciousness. That's going to take some time to sink in. Token costs are only going to drop further from here: https://www.navyaai.com/reports/ai-cost-report-token-prices-.... And there's opportunity to build businesses to bring down the rest of the costs in the article I cited.

Also, I'm with Martina Scorsese and Dua Lipa on GenAI. And having worked in and around Hollywood in the past, it blows my mind that such a corrupt oligarchy would be considered worth protection. Above the lines thrive while below the lines would be borderline homeless without the guilds. And the ones outside the guilds are.

Finally, build datacenters in the Dakotas, the Texas panhandle, and any other place far away from people where power can be generated onsite by whatever means suit the location best that's not coal.

Re: Ask HN: Why is the HN crowd so anti-AI?

#498
I will meet your question with another: why is it so important to you that LLM-driven coding succeed?

You made some good points about users only caring that something works. Perhaps folks who are reluctant to hand everything over to some of the worst people running companies since the Internet has started have reasons for thinking that mass LLM codegen adoption might lead to bad outcomes for users.

Look, if modern LLMs mean I never have to find the lowest performing junior on my team to perform manual data entry because our clients think sending a bunch of PowerPoint decks counts as "giving us their data", that's great. But I've seen the code the latest tools produce. If you're happy shipping code with the LLM imjust straight up doing a SQL injection vuln... IDK, I don't know how to bridge that gap.

I have never seen so many people respond to criticism of a technology as if it were an attack on their own identities as much as I've seen with LLMs. And I used to work in the VR industry.

Re: Ask HN: Why is the HN crowd so anti-AI?

#499

I call these AI tools "proprietary non-determenistic database of the free internet". They belong to american companies which can cut off your access if american government doesn't like your country's government. They fed from the free internet that many of us grew up in, store it in humans unreadable form and sell you access to it. If some day claude starts to spit out compiled binaries instead of code nobody will no…

You forgot the push forward towards more destruction of the planet we depend on to live, and the centralization of wealth in addition to the one of power.

The wealth comment is valid. The resource stuff is overblown. Look up the energy cost of AI vs ordering a burrito on DoorDash.

Re: Ask HN: Why is the HN crowd so anti-AI?

#500

Earlier quoted context omitted.

I can't speak for others, but my main emotional issue with it is how it has addled the minds of my employers. If they would judge on output and I couldn't keep up objectively, ok fine I'll use AI. But they judge on usage even if output is worse! Anyone would be upset if forced to abandon their skills and work in a different way that produces worse results and is less enjoyable. It's just stupid.

That’s because it’s really hard to evaluate results but usage is comparable across people. It’s the equivalent of counting lines of code submitted or jira tickets closed.

https://en.wikipedia.org/wiki/McNamara_fallacy
Post reply on HN