Live data from Hacker News

Ask HN: Is anyone else burnt out on AI?

news.ycombinator.com

31–40 of 42 posts

Re: Ask HN: Is anyone else burnt out on AI?

#31
I’m enjoying the ride so far.

I’m not working on AI, but working with AI.

The leverage feels dramatic for a solo founder in my shoes. I think it’s all the cross-domain context switching. Gemini 2.5 Pro for academic type research, ChatGPT 4o for rapid fire creative exploration, o1-pro for one-shot snippets. Copilot for auto-complete.

It’s exciting honestly. I don’t know where we’re going but I do feel free and in a solid strategic position having my own company and not still being a cog in the machine.

Re: Ask HN: Is anyone else burnt out on AI?

#32
post #15

One problem with AI is that it's a winner takes all market, in the end. Training models is expensive, so we're all just building our castles in someone else's kingdom. Another problem is that we're turning any problem into a black-box, which takes the fun out of problem-solving.

How is it winner-take-all? Training models is expensive, yeah, but big companies are willing to do it, and if deepseek is any lesson, it’s not as expensive as we used to think. You might be building a castle in someone else’s kingdom, but you’ve got a few kingdom’s to choose from. None have a moat and none seem to be going away any time soon.

It’s cheaper to move from one model to another than it is to train a general purpose model yourself (to say nothing of domain-specific smaller models or anything open source.)

I’m not sure about problems turning into black boxes, LLMs are pretty explicit in my experience when producing a solution (good or bad.) _How_ they came about that solution _is_ a black box, but that’s not a new problem.

Re: Ask HN: Is anyone else burnt out on AI?

#33
post #29

Earlier quoted context omitted.

>LLM’s are inherently non-deterministic. I'm not an ML guy but I was curious about this recently. There is some parameter that can be tuned to produce determinism but currently it also produces worse results. Big [citation needed], but worth a google if it's of interest. Otherwise in agreement with your post.

Temperature? Definitely tweaks the results…but I don’t know if “deterministic” is a term you can use in any way, shape, or form, in the context of LLMs. https://www.ibm.com/think/topics/llm-temperature

Unless I’ve misunderstood something, setting a constant seed and a temperature of zero would give deterministic results.

Not good results necessarily, but consistent.

Re: Ask HN: Is anyone else burnt out on AI?

#34

I hate hearing about it because it triggers some anxiety about my role (SE) changing to the point where it's not something I have any interest in. Producing software in the corporate world is absolutely soul draining; endless meetings, direction from fools, overheads like mandatory compliance/learning, all of the rituals that come and go because someone with authority read some garbage on LinkedIn. Besides pay, the o…

As not to take up another top-level post: I am also quite bored of people sharing anything created with AI. I remember when I first saw the AI Jerry Seinfeld video; I was genuinely surprised/amused at what AI was capable of. It's all completely uninteresting now, though. I have friends (some in IT..) sending me scores that ChatGPT awarded them based on what ChatGPT 'thinks' their moral value is. It seems some are com…

> It has at least been interesting to me to reflect on how I can still appreciate media that humans make when I find AI media so repulsive.

A relevant analog is the arguments about whether independent bands were more real than those who had signed with labels -- about whether money/popularity corrupts art. I never took a side on that, but I do think that most music isn't worth listening too, simply because it's so saccharine and cliched.

So to generalize, Sturgeon's Law is evenly distributed: 90% of everything -- including sci-fi, music, and AI-generated stuff -- is worthless. 90% of AI content is slop, because it is prompted by people who have no taste whatsoever; not bad taste, just zero taste; not everyone is gifted. In the hands of people with refined taste (whether good or bad), they can use AI to produce that 10% of worthwhile AI stuff; but those with refined taste know how to keep AI content from distracting from the larger work, so you never know they are using AI at all.

I don't think society-wide refinement of taste is possible; Sturgeon's Law is here to stay. Instead, we need a corrolary to Sturgeon's Law, which provides a solution to the problem: you can't overturn Sturgeon's Law; you can only build filters to avoid the crap. I can't say how to build such filters, but we can start thinking about them.

Re: Ask HN: Is anyone else burnt out on AI?

#35
post #15

One problem with AI is that it's a winner takes all market, in the end. Training models is expensive, so we're all just building our castles in someone else's kingdom. Another problem is that we're turning any problem into a black-box, which takes the fun out of problem-solving.

It may not be winner-takes-all. Study after study shows that the models are converging as they get bigger; their results are getting more similar to one another. The models themselves are becoming interchangeable commodities.

We can use OpenRouter to build agents with any LLM and switching your agent to a new model is a one-line code change. We can write MCP tools that work with most of the decent models.

Honestly, I think we may be entering a period where things start to decentralize and money starts to move towards startups building interesting tools and agent workflows instead of a handful of giant companies training frontier models.

Re: Ask HN: Is anyone else burnt out on AI?

#36
post #8

No. I use it constantly and get a ton of value out of it.

Me too but I'm sick of the sight of it filling up my news feeds and mind-space.

Unironically, drop your news intake. Either back out of news feed platforms entirely, drop subscriptions that feature AI frequently, or install/configure filters that will hide AI-related content.

Re: Ask HN: Is anyone else burnt out on AI?

#39
Yep. I just found the registry key to prevent Copilot from appearing in Windows Search on a secondary machine used for gaming only. I know Copilot can be removed entirely, but I'm not there yet (winget uninstall 9NHT9RB2F4HD).

    HKCU\Software\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled:DWORD = 0
Post reply on HN