Live data from Hacker News

What Will You Do When AI runs Out of Money and Disappear?

louwrentius.com

21–30 of 48 posts

Re: What Will You Do When AI runs Out of Money and Disappear?

#21
post #3

Training is the expensive part here. It seems much more likely that the training of these models slows down drastically and is written off as a sunk cost, a few companies continue running inference on years-old models, and the free versions go away.

This is addressed in the very first sentence of the article that you obviously didn't read.

No it's not. It never makes any distinction between training and inference. It just lumps it all together as "running" the models.

Re: What Will You Do When AI runs Out of Money and Disappear?

#22
I've never used AI except for messing around with Stable Diffusion in its early days (my then-current graphics card didn't have enough ram to run it), played with it a bit after an upgrade and that was it.

Never used a LLM or anything explicitly.

Got annoyed when I had to deal with AI chatbots as front-line customer service - although that only happened once or twice in the last couple of months.

So basically, keep doing what I'm doing.

I like AI for specifically targeted applications: - e.g. 100,000+ AI "eyeballs" vs. a few 100 for diagonstic imaging, working out whether there's something to worry about or not. I hate the idea of generalised AI, LLM's etc.

Lowering the bar to enable 'creative output' from non-creative individuals just fucks up the world, because natural talent is replaced by unnatural talent, especially in (late) capitalism, where money is worth more than human experience to those few control-freak managers.

I'm old. I even earnt enough to buy a house with lawn over 4 years ago during my (pre-AI) career as a Software Developer. Get off my damn lawn.

Re: What Will You Do When AI runs Out of Money and Disappear?

#23

Missing Option 3) hardware and software continue to evolve and AI becomes cost efficient at the same price and eventually even lower

There's no reason I can think of where this isn't the case.

I mean, we're not even up to the "Model T" era of AI development and more like in the 'coach-built' phase where every individual instance needs a bunch of custom work and tuning. Just wait until they get them down to where every Teddy Ruxpin has a full LLM running on a few AA batteries and then see where the market lands.

I always imagine these AI discussion in the context of a bunch of horses discussing these 'horseless carriages' circa 1900...

Re: What Will You Do When AI runs Out of Money and Disappear?

#24
post #19

> it's the running costs of these major AI services that are also astronomical There's wildly different reports about whether the cost of just inference (not the training) is expensive or not... Sam Altman has said “We’re profitable on inference. If we didn’t pay for training, we’d be a very profitable company.” But a lot of folks are convinced that inference prices are currently being propped up by burning through i…

>> Sam Altman has said “We’re profitable on inference. If we didn’t pay for training, we’d be a very profitable company.”

Any individual Sunday service is nearly cost free if we don't calculate in the 100+ years it took to build the church...

Re: What Will You Do When AI runs Out of Money and Disappear?

#25
post #19

> it's the running costs of these major AI services that are also astronomical There's wildly different reports about whether the cost of just inference (not the training) is expensive or not... Sam Altman has said “We’re profitable on inference. If we didn’t pay for training, we’d be a very profitable company.” But a lot of folks are convinced that inference prices are currently being propped up by burning through i…

>> Sam Altman has said “We’re profitable on inference. If we didn’t pay for training, we’d be a very profitable company.” Any individual Sunday service is nearly cost free if we don't calculate in the 100+ years it took to build the church...

Lol anyway, the point is that even in a scenario where all the major models disappeared tomorrow (including OpenAI, Anthropic, etc), we would still keep using the existing open source models (GLM, Deepseek, Qwen) for a long long time.

There's no scenario where AI goes away completely.

I don't think the "major AI services go away completely" scenario is realistic at all when you look at those companies' revenue and customer demand, but that's a different debate I guess.

Re: What Will You Do When AI runs Out of Money and Disappear?

#26
Perhaps this is a helpful model, rather than worrying about the "billions spent" and whether its inference vs training.

How much would it cost you to deploy a model that you and maybe a few coworkers could effectively use? $400k probably to buy all the hardware required to host a top-tier model that could do a few hundred tokens per second for 10 concurrent users? That's $40k per person. Ammortize the hardware over 5 years, thats $8k per person per year (roughly), with no training costs (that's just you buying hardware and running it yourself). So that means, you need ~$800 per user monthly just to cover hardware to run the model (this is with no staffing costs, internet, taxes, electricity, hosting, housing, etc).

So just food for thought, but $200 claude code is probably still losing money even just on inference.

Since they are in the software realm, they are probably shooting for a 90% profit margin. Using the above example, it would be ($800 + R&D + opex) x 10. My guess is assuming no more training (which probably can never be profitable at current rates), they need $20k per month per user, which is why that number was floated by OpenAI previously.

Re: What Will You Do When AI runs Out of Money and Disappear?

#28

Earlier quoted context omitted.

> we'd probably happily pay >$500 a month for the current frontier models Try $5,000. OpenAI loses hundreds of billions a year, they need a 100x, not 2x.

$60k/yr still seems like a good deal for the productivity multiplier you get on an experienced engineer costing several times that. Actually, I'm fairly certain that some optimizations I had codex do this week would already pay for that from being able to scale down pod resource requirements, and that's just from me telling it to profile our code and find high ROI things to fix, taking only part of my focus away from…

> $60k/yr still seems like a good deal for the productivity multiplier you get on an experienced engineer costing several times that.

Maybe, but that's a hard sell to all the workplaces who won't even spring for >1080p monitors for their experienced engineers.

Re: What Will You Do When AI runs Out of Money and Disappear?

#29

Earlier quoted context omitted.

$60k/yr still seems like a good deal for the productivity multiplier you get on an experienced engineer costing several times that. Actually, I'm fairly certain that some optimizations I had codex do this week would already pay for that from being able to scale down pod resource requirements, and that's just from me telling it to profile our code and find high ROI things to fix, taking only part of my focus away from…

Wildly different experience of frontier models than I have, what's your problem domain? I had both Opus and Gemini Pro outright fail at implementing a dead simple floating point image transformation the other day because neither could keep track of when things were floats and when they were uint8.

Low-level networking in some cloud applications. Using gpt-5.2-codex medium. I've cloned like 25 of our repos on my computer for my team + nearby teams and worked with it for a day or so coming up with an architecture diagram annotated with what services/components live in what repos and how things interact from our team's perspective (so our services + services that directly interact with us). It's great because we ended up with a mermaid diagram that's legible to me, but it's also a great format for it to use. Then I've found it does quite well at being able to look across repos to solve issues. It also made reference docs for all available debug endpoints, metrics, etc. I told it where our prometheus server is, and it knows how to do promql queries on its own. When given a problem, it knows how to run debug commands on different servers via ssh or inspect our kubernetes cluster on its own. I also had it make a shell script to go figure out which servers/pods are involved for a particular client and go check all of their debug endpoints for information (which it can then interpret). Huge time saver for debugging.

I'm surprised it can't keep track of float vs uint8. Mine knew to look at things like struct alignment or places where we had slices (Go) on structures that could be arrays (so unnecessary boxing), in addition to things like timer reuse, object pooling/reuse, places where local variables were escaping to heap (and I never even gave it the compiler escape analysis!), etc. After letting it have a go with the profiler for a couple rounds, it eventually concluded that we were dominated by syscalls and crypto related operations, so not much more could be microoptimized.

I've only been using this thing since right before Christmas, and I feel like I'm still at a fraction of what it can do once you start teaching it about the specifics of your workplace's setup. Even that I've started to kind-of automate by just cloning all of our infra teams' repos too. Stuff I have no idea about it can understand just fine. Any time there's something that requires more than a super pedestrian application programmer's knowledge of k8s, I just say "I don't really understand k8s. Go look at our deployment and go look at these guys' terraform repo to see all of what we're doing" and it tells me what I'm trying to figure out.

Re: What Will You Do When AI runs Out of Money and Disappear?

#30
> Self-hosting an AI with your own hardware is probably just as cost-prohibitive, even if you don't value your time. In part because a ton of people will get this idea at the same time, impacting hardware prices even more. And the operating costs of AI seem significant. Would it even be possible to setup your own AI and achieve the same productivity level?

I know this is probably an annoying question, but… has the author actually tried self-hosting an AI with one's own hardware? I have; ollama (and various frontends thereof) makes it straightforward, and it's absolutely not cost-prohibitive — I've ran my share of LLMs even on laptops without dedicated GPUs at all, and while the experience wasn't great compared to the commercial options, it wasn't outright unusable, either. Locally-hosted LLMs are already finding their way into various applications; that's only going to get more viable over time, not less (unless the computing hardware industry takes a catastrophic nosedive, in which case AI affordability is arguably the least of our worries).

I'm sure the author understands this and is just being hyperbolic in the article's title, but the AI bubble bursting ≠ AI disappearing, for the same reason the dotcom bubble bursting ≠ the World Wide Web disappearing. The bubble will burst when AI shifts from being novel to being mundane, just as with any other technology-related bubble — and that entails a degree of affordability and ubiquity that's mutually exclusive with any notion of AI “disappearing”. Hopefully it'll mean companies being less motivated to shove AI “features” down everyone's throats, but the virtually-intelligent cat is already out of Pandora's box: the technology's here to stay, and I think it's presumptuous to think the race to the bottom w.r.t. cost is anywhere near the finish line.

Post reply on HN