Access to frontier AI will soon be limited by economic and security constraints
111–120 of 227 posts
Re: Access to frontier AI will soon be limited by economic and security constraints
#112Re: Access to frontier AI will soon be limited by economic and security constraints
#113Earlier quoted context omitted.
Llama is not months behind GPT 5.5 Pro. I don't think Qwen or DeepSeek are either. edit: I'm specifically referring to the "5.5 Pro" model, not regular 5.5 with Pro tier subscription. Claude has no model available that's comparable to 5.5 Pro either.
There's no evidence there's any 5.5 Pro model distinct from 5.5 xhigh or whatever. https://developers.openai.com/api/docs/models
Re: Access to frontier AI will soon be limited by economic and security constraints
#114The more fundamental bottleneck is not even the frontier models, it's the datacenters. Let's say Europe breaks apart from the US completely tomorrow. It does not have enough datacenters (or GPUs in general) to sustain its inference needs even if it would resort to Chinese open models. And to build new datacenters, it would need to source parts from the US and China. In other words, if AI does have continued significa…
but ASML is in Europe - so they hold at least some critical part of the stack.
Re: Access to frontier AI will soon be limited by economic and security constraints
#115When intelligence is a commercial commodity, it is only bound to happen that the rich gatekeep it to secure their socioeconomic status. But, I think, with every revolution, hierarchies have only historically fallen only for the former serfs to rise. The industrial revolution, the renaissance -> all were marked by an massive shift in the socioeconomic status and the rise of the middle class. I think AGI, when it happe…
Re: Access to frontier AI will soon be limited by economic and security constraints
#116Earlier quoted context omitted.
Have you tried the latest DeepSeek v4 Pro inside of the Claude Code harness? It's not listed in that site. It definitely 'feels like' it is as good as Claude for many regular web app coding tasks (though I don't have real benchmarks). And it is comically cheap. I'm not suggesting it is better than the latest Claude or codex models, but it seems 'good enough' for a lot of use cases in my limited real world testing.
I'm starting to feel like a parrot, but people seem to forget that software engineering is actually a very narrow slice of the white collar pie. You don't need a mega-model which can reason about 100 000 lines of code when you want to create a nice PPT (which consumed literally hours of your life before) to impress your boss. SOTA models will probably be used for frontier research, complex coding tasks, large scale d…
Benchmarks are not very good at capturing this yet. But it could be the case that DeepSeek v4 Pro is 100% as good as Claude Opus 4.7 at scaffolding a basic Rails app, but absolutely terrible at creating a credible business plan that another businessperson would think is real. That's a made-up example, but you get the point.
The end result will be a lot of people arguing about which model is "better," but "better" depends heavily on the task and how that model was trained to interact with the user for that task. Two users may have very different qualitative experiences using the exact same model, despite the benchmarks.
Re: Access to frontier AI will soon be limited by economic and security constraints
#117Earlier quoted context omitted.
Llama is not months behind GPT 5.5 Pro. I don't think Qwen or DeepSeek are either. edit: I'm specifically referring to the "5.5 Pro" model, not regular 5.5 with Pro tier subscription. Claude has no model available that's comparable to 5.5 Pro either.
There's no evidence there's any 5.5 Pro model distinct from 5.5 xhigh or whatever. https://developers.openai.com/api/docs/models
(tap view all on yr link or ask gpt to search for you next time)
Re: Access to frontier AI will soon be limited by economic and security constraints
#118I am no-where near as concerned by this as I was a year ago, when I was expecting the axe to fall at any moment before the Chinese labs achieved some sort of escape velocity. I now think it's too late, all the cats are out of all the bags, there's no moat except maybe a temporal one of a few months, the genie is out of the bottle. There is no secret sauce the US labs have that the Chinese ones don't, or won't have so…
What about access to GPUs and memory? This is becoming a pretty major bottleneck.
Re: Access to frontier AI will soon be limited by economic and security constraints
#119When intelligence is a commercial commodity, it is only bound to happen that the rich gatekeep it to secure their socioeconomic status. But, I think, with every revolution, hierarchies have only historically fallen only for the former serfs to rise. The industrial revolution, the renaissance -> all were marked by an massive shift in the socioeconomic status and the rise of the middle class. I think AGI, when it happe…
So, sure, AGI might raise equality - but that's only if we fight for it.
Re: Access to frontier AI will soon be limited by economic and security constraints
#120Earlier quoted context omitted.
> The more fundamental bottleneck is not even the frontier models, it's the datacenters. Is it even though? Quantization and speculative decoding are improving the local AI story by leaps and bounds every month.
Speculative decoding is not that useful at scale, it's mostly about making local single-user inference faster. When you're batching multiple inferences together, that's already as fast as the verification you have to perform w/ speculative decoding.