Sponsor:
LLM traffic converts 3× better than Google search
58% of buyers now start their research in ChatGPT or Gemini, not Google. Most startups aren't showing up there yet.
The ones that are get cited by the AI tools their buyers, investors, and future hires already use. And they convert at 3×.
Download the free AEO Playbook for Startups from HubSpot and get the exact steps to start showing up. Five minutes to read.
iPrompt
THE AI NEWSLETTER THAT TURNS NEWS INTO ACTION
ISSUE #140WEDNESDAY · 24 JUNE 2026
THE HOOK
Eleven days ago, the most capable AI model on earth was in your Claude plan. Then at 5:21pm on a Friday, a US government order took it offline — for everyone, worldwide. If your workflow ran on it, it didn’t warn you; it broke, mid-task. That’s the real lesson, and it has nothing to do with geopolitics: any model you don’t control can disappear on someone else’s schedule. Yesterday a Tokyo lab turned that exact fear into a product. Owning the best model was never the point. Not being trapped by one is.
AI NEWS ROUNDUP
This week in AI
1 Fable 5 is still dark — day 11, and the story keeps shifting. Start with what’s official: Anthropic says a US export directive required it to suspend Fable 5 and Mythos 5 for foreign nationals, so it disabled both for all customers to comply. Both remain off as of 22 June. From there it gets murkier — a senator publicly relayed a private NSA briefing claiming Mythos cracked classified systems “in hours,” but the journalist who first reported the quote has since cautioned against reading it literally, and no agency has confirmed it. Treat that one as contested. The free window closed Monday with the model still dark. Anthropic statement →
2 A Tokyo lab sold the way around the ban. Sakana AI launched Fugu yesterday — one API that routes each query across a swappable pool of frontier models, pitched explicitly at teams wanting resilience against export controls. It doesn’t own a frontier model; it conducts them, so no single vendor can take you offline. On Sakana’s own benchmarks (self-reported, not yet independently verified), Fugu Ultra beats Opus 4.8, GPT-5.5 and Gemini 3.1 Pro on SWE-Bench Pro — but trails the one model it can’t include: Fable 5. From $20/month. VentureBeat →
3 The likely way back in: prove you’re American. Watch the quiet move. Anthropic’s updated privacy policy now lists government ID and biometric data among categories it may collect — and analysts read it as a possible US-citizens-only restoration path that satisfies the “no foreign access” directive without waiting for the government to lift it. The frontier may reopen — but only once it knows exactly who you are. explainx →
4 Wikipedia’s answer to AI: no. While labs fight over the most powerful model, the internet’s encyclopedia won’t let any of them near it. Co-founder Jimmy Wales says AI still can’t be trusted to edit articles — hallucinations remain “very, very bad” — even as those same models lean on Wikipedia to answer your questions. Digital Journal →
OUR ANGLE
🔭 The moat moved. It’s not the model anymore — it’s not being trapped by one. The fact. A single government order made the most capable model on earth vanish from millions of accounts in an afternoon. No price change, no deprecation notice — one directive, and it was gone. The consequence. That turned an abstract worry into a line item: your access to a top model is now a dependency someone else controls. The scarce thing this week wasn’t capability — three labs ship near-frontier models. It was portability: the ability to lose your best model on a Friday and not lose your business. The market’s answer. Sakana didn’t build a better model; it built insurance against ever depending on one. Routing isn’t a clever hack — it’s the rational response to a frontier that can be switched off by people who don’t answer to you. The bet, with its reason. This is the part to hold me to: by the end of Q4 2026, at least one major enterprise platform ships multi-model routing as its default configuration. The forcing function isn’t fashion — it’s procurement. Once a CTO has watched a vendor go dark overnight, “single model, no fallback” becomes a continuity risk that fails a security review, the way “no backup provider” already does for payments and cloud. Lock-in stops being a default you accept and becomes a risk you have to disclose. The question shifts from “which model is best?” to “what happens to me when I lose it?” The full case — the portability premium → |
THE THREE SPECIALS
Do · Use · Understand
🎯 PROMPT OF THE WEEK
The Lock-In Audit
Picture it concretely: it’s Monday, you open the tool that drafts your client proposals, and it returns an error — the model’s gone, no warning. That’s the scenario this prompt prices in advance. You don’t need to map everything: start with your top five recurring AI tasks. It hands you a migration plan before you need one.
You are my AI resilience auditor. Here are my top recurring AI-dependent tasks (start with ~5):
[For each: the model you use, what it produces, and how often. Be specific — "I draft client proposals in Claude, ~5/week" not "I use AI for work."]
Now stress-test it:
1. For each task, rate my lock-in risk 1–5 (5 = only one model can do this acceptably). 2. For every task rated 4–5, name two alternative models that could plausibly replace it, and what I’d lose in the switch. 3. Flag any task where I’ve never tested an alternative — that’s a blind spot, not a preference. 4. Give me one migration I should test THIS WEEK while nothing is on fire.
End with the single task that would hurt most to lose, and why. |
Why it works: lock-in is invisible until the model vanishes — then it’s a crisis. Running this while everything works converts a future emergency into a calm afternoon’s testing. The “never tested an alternative” flag is the sharp part: most lock-in is habit dressed up as necessity. Works best on: any model with a large context window, so you can paste your full workflow in one pass.
🛠️ TOOL OF THE WEEK OpenRouter One API, every major model — switch between Claude, GPT, Gemini and a hundred others without rewriting a line of code. ★★★★½ / 5 The cheapest insurance against this week happening to you. OpenRouter sits between your app and the model providers: you write to one endpoint, and route requests to whichever model you like — or automatically fail over when one goes dark. The Fable blackout is exactly the scenario it’s built for. If your workflow had been pointed at OpenRouter on 12 June, swapping to Opus 4.8 or Gemini would have been a one-line config change, not a fire drill. Not a builder? The principle still applies: keep a second tool you know how to use, so a blackout costs you minutes, not a deadline. The version below is for the API crowd. Use if: you build anything on AI APIs and can’t afford a single vendor deciding your uptime. Skip if: you only use one chat app and never touch an API. Describe it to a colleague: “It’s the universal adapter for AI models — one plug, every socket.” Best use case: wire your most critical workflow through it now, with a named fallback model, before you need one. OpenRouter → |
💡 TIP OF THE WEEK Never name “latest” in anything automated Here’s where most people get burned silently: in any script, API call or automation, pin the exact model version — never “latest,” never the default. The reason landed hard this week. Workflows pointed at Fable 5 didn’t get a warning; they got an error, mid-run, when the model vanished. But the quieter danger is the opposite — a model silently upgrading under you and changing its behaviour overnight. Pin exact version strings. claude-opus-4-8, not “the newest Claude.” Silent upgrades break things that worked yesterday. Name a fallback model in code. When your primary errors out, route to a named second choice automatically — don’t let a 5:21pm directive take you offline. Keep one alternative warm. Run a real task through a backup model monthly. An untested fallback isn’t a fallback; it’s a hope. Why it works: pinning turns “the AI broke and I don’t know why” into a single line you can read and change. Where it doesn’t apply: in casual chat use, “latest” is fine — let it upgrade. The discipline is only for anything that runs without you watching. |
YOUR MOVE
One action. Reply by Friday.
This week in three lines:
The best model on earth stayed switched off for an eleventh day — proof that capability you don’t control isn’t capability you can count on.
A Tokyo lab turned that vulnerability into a product, shipping frontier performance with no single vendor to lose.
The new moat isn’t owning the model — it’s not being trapped when someone else’s government takes it away.
Your one action: run the Lock-In Audit on your real AI stack this week. Find the one task that would hurt most to lose — then test one alternative for it while nothing’s on fire. Reply with the task you found and how the backup performed. I read every response.
(After you’ve replied — and only then — the deep dive on the portability premium is waiting.)
—
R. Lauritsen
EDITOR · IPROMPT
P.S. Eleven days ago “which model is best?” was the only question that mattered. This week it’s “what happens when I lose it?” Run the audit before that question is rhetorical. The deep dive makes the full case — but the ten-minute audit is the move.
For the colleague whose entire workflow runs on one model — and who’s never thought about what happens if it goes dark. |
HubSpot AEO
Picture this. A buyer opens ChatGPT and asks for a recommendation in your category. Your competitor's name comes up. Yours doesn't. And that buyer never makes it to your website.
That's happening right now in markets everywhere. And most teams don't know it's happening because it never shows up in their analytics.
HubSpot AEO shows you exactly where your brand stands in AI search, where competitors are getting recommended instead of you, and tells you specifically what to fix. No expertise needed.
Try it free for 28 days. Just $50 a month after.


