If you are a _consumer_ and you have a Mac or an iPhone, what do you need from AI that Apple's new offering doesn't provide? Why would you pay for ChatGPT, or even tolerate its inevitably increasingly desperate ad placements?
Assume Google will have similar tools.
In short, where is the evidence that once Apple's tech exists, consumer AI is worth, to Anthropic or OpenAI, anything more than that $1B a year?
Maybe OpenAI strikes a deal to put something in Samsung phones. Let's say Samsung is ten times as desperate as Apple (which is how it looks, often). Still only $10B a year?
2026 consumer revenue projections from OpenAI are pitched at $14-15 billion, apparently. If they get that, it's the only year they will get that, because by late this year, everyone with an iPhone will have something useful built in.
Ed Zitron is a mouthy British rabble-rouser, but I think he is probably mostly on the money.
> AI Cannot Afford To Slow Down — It Needs $3 Trillion Or More In Revenue By End Of 2030 To Sustain Its Existence
Is this true? With the total 2024 wages being 11.7 trillion USD [0], and nonfarm payrolls totaling 158,000 in the same year [1], it's an order of magnitude higher than my back of the napkin guesses I've made that AI needs to take or create 1/20 jobs minimum to break even.
[0] https://fred.stlouisfed.org/series/BA06RC1A027NBEA [1] https://fred.stlouisfed.org/series/PAYEMS
At this point I'm trying to believe there's a middle ground where the level of individual capability this unlocks, leads to major discoveries.
We are only five or six years into the leap LLMs represent. For reference, radio waves were discovered in 1886, Marconi used them for communications in 1895, and while telephone and radio coexisted for many decades, it wasn't until the 1995 that mobile phones and wireless technologies started picking up. It took so long not because of the physics of radio waves required time to mature and improve, but because everything else needed to profit from it did require time.
To me, LLMs are not so much AI as it is a building block. Radiowaves maybe, or the equivalent of transistors. We are already seeing that it's possible to chain LLMs into agents. Currently, price is a strict limiting factor for coding and agents.It's probably fine-ish if all you want is Claude Code or Codex, but there are many other possible compositions of LLMs that most people don't dare to experiment with. For example, LLMs to drive NPC dialog and world mechanics in games is not a thing due to cost. Were prices of inference hardware go down and inference algorithms keep improving, I'm convinced (and afraid) we would see things very difficult to imagine today.
Coding seems to be one of the core use-cases for LLMs (as Simon Willison pointed out recently) and even if that's the only real use-case for LLMs, they're wildly useful. I do understand that useful != profitable and that's where I think Ed has a real point: until inference becomes much cheaper these companies cannot be profitable. Some mega-players will pay the API token price, but most will not.
BTW, one thing for sure he is right about are the economics, as of today there is no way these massive investments are gone be paid.
Also because we now have a massive demonstration that vastly more efficient hardware is desperately needed.
Similarly other effective efforts towards on-device AI like Nvidia RTX Spark PCs and 2bit quants of strong models like DS4.
So inevitably, significant investment will be going into vastly more efficient CIM efforts like Mythic AI and new FeFET devices etc. in order to make human-level and beyond AI at scale feasible. There is so much demand for this and the power requirements of current hardware are so excessive, it seems unlikely that the data center build-outs will be able to recoup their costs before the more efficient paradigms make it out of the lab and start scaling.
So when I see monthly budgets in the thousands for developers at some larger companies, I'm curious to learn how they are managing to spend that kind of figure: how much code/documentation are they feeding into their prompts, are they using agent orchestration systems to make the code factory run 24/7, and how much value is coming out the other end versus before?
And, if they are pouring thousands into LLMs per developer, have they considered looking at alternatives like having LLMs running locally on own hardware with their own agent harness?
Those are the kind of questions I'd love to ask - I just wonder how much stuff is truly cutting edge and how much might be wasteful?
Anthropic is growing way faster than doubling yearly so don't think this is entirely implausible
They have ai glasses and integration into instagram and facebook as the other avenues. I don’t see ai glasses as compelling yet, and don’t know how much more ad revenue or user engagement they can squeeze out with llms baked into the IG of FB flows. They are spending a lot and not seeing any returns. Am I wrong in being pessimistic about meta with AI?
I have found agentic coding to be extremely useful for a bunch of small, middleware, very focused bits of software for small businesses:
* A company had a very specific scheduling need, they needed to move about 8-15 staff around with a bunch of different shifts, and have custom reports on who was working how many hours, and have the employees get a nice clean email summarizing their schedule
* A manager wanted a very simple "let me send a text to add a to-do to the group list" need
* A sales team of 3 wanted to be able to type pricing of raw goods into their phone, have it compared to other market sources, and have it text the other 2 salespeople and their manager when they were out in the field
All of these were coded with Codex in about 4 hours with further refinements over the next week of back-and-forth with the people using the tools.
I suppose yes we could have found some custom middleware solutions that did similar things, but it's nice to be able to make a web page or tiny mobile app that just does EXACTLY what the person wants.
It's hard to do that and then listen to someone who says it's all just garbage.