DEV Community

Cover image for AI is opening up and locking down at the same time
danio
danio

Posted on

AI is opening up and locking down at the same time

Three things landed at once, and together they tell a strange story: the tools are getting cheaper and more open, while the most powerful one is getting harder to reach. Here's how I'm reading each as someone who actually ships with these models.

1. Anthropic's top model now wants your passport

A US Commerce Department directive ordered Anthropic to block every foreign national from its strongest models (the Fable 5 / Mythos 5 family). Anthropic can't verify nationality on the fly, so it did the blunt thing: it took the models offline for everyone, worldwide. As of now they're still dark.

The way back, for US users, is a privacy-policy change taking effect July 8: a government-issued photo ID plus a facial-geometry scan (a selfie), verified through a vendor, to prove US citizenship. Foreign nationals stay locked out.

If you saw a "Fable 5 is selectable again" screenshot floating around — that's a stale menu item left behind when the models were pulled. Selecting it errors out or falls back to an older model. It is not a restoration.

Builder takeaway: if any part of your stack assumed always-on access to a single frontier model, this is your reminder to keep a provider abstraction and a fallback model wired in. Geography and policy are now part of your uptime story, not just rate limits.

2. Grok now makes narrated AI video — for free

xAI shipped Grok Imagine Video 1.5. It tops the image-to-video arena, and the headline feature is native synced audio: sound effects and dialogue render in the same pass and actually land on the action, instead of being bolted on after. It's reported at roughly 86 percent cheaper than Sora 2, the free web tier needs no card, and paid video starts around ten dollars a month for short clips.

Builder takeaway: the "make a clip from a prompt" capability is now a free-tier commodity with audio included. If you've been putting off a quick product demo or a social cut because video felt expensive, the floor just dropped. Try it before you architect anything around a paid pipeline.

3. Gemini just undercut ChatGPT on price

Google made Gemini 2.5 Flash the default across Android, Chrome, Gmail, and Docs, and launched a Google AI Plus tier at 4.99 a month — about 75 percent under ChatGPT Plus at twenty. The default-model move matters as much as the price: for a huge number of people, the assistant they'll reach for is now the one already sitting in their phone and browser.

Builder takeaway: "default placement" beats "best benchmark" for reach. If you're choosing a model to recommend to non-technical users, distribution and price are now doing a lot of the deciding for them.

The pattern

Put the three together and you get the tension worth naming: access is being gated, video is being freed, and price is being cut — all in the same week. AI is democratizing at the consumer edge and hardening at the frontier at the same time. As builders, that means cheaper tools to play with, and a frontier that's increasingly wrapped in identity, policy, and geography.

I cover three of these every day for builders. The video version of this one is here:

What's your read — is ID-gating the frontier a one-off, or the shape of things to come?

Top comments (0)