5-minute Wednesday briefing — the 5 AI stories that actually matter, with editorial opinion
Sponsor:
Swap out your stale ads
Not all ads are created equal. And the old, low-performing ones? Those have got to go.
Hightouch can help you refresh your fatiguing ads in just one click. They show you insights on your ad performance so that you can spot the low performers, swap ’em out, and focus your energy on scaling up your high-performing ads.
You can do it all in the Hightouch Ad Studio. Ad Studio’s got the context of your ad performance built right into it to help you:
generate new variations of your ads instantly
launch your new ads as soon as you’re ready
keep your campaigns consistently high-performing
Turn your tired old ads into potentially high-performing, fresh creative with just a click.
iPrompt
THE AI NEWSLETTER THAT TURNS NEWS INTO ACTION
ISSUE #143 WEDNESDAY · 15 JULY 2026
THE HOOK
Eleven of the biggest names in enterprise software just agreed on a standard for how AI agents find their tools. Google, Microsoft, Salesforce, NVIDIA, GitHub — all in. OpenAI and Anthropic: not on the launch list. The spec is open, so either could join tomorrow. But the firms that own the software agents plug into moved first — and in enterprise AI, moving first on the plumbing may end up mattering more than owning the smartest model.
AI NEWS ROUNDUP
This week in AI — four moves, one shift
1 The standard the two top labs sat out. Google, Microsoft and Salesforce — plus Cisco, Databricks, GitHub, NVIDIA, ServiceNow, Snowflake and Hugging Face — back Agentic Resource Discovery (ARD), an open Apache-2.0 spec that lets an agent look up which tools exist across a company's software. Fact: OpenAI and Anthropic aren't on the supporter list. Read: the labs with the best models don't control the standard for how agents find tools — though, being open, they could still adopt it.
2 Amazon put $1bn into engineers who move into your office. AWS launched a forward-deployed engineering org — a billion dollars to embed its own people inside customers and build the agents for them. It follows OpenAI's roughly $4bn and Anthropic's $1.5bn deployment ventures. The read: three labs are betting the model alone isn't enough — the deployment is where enterprise value now sits.
3 Google told Meta no — because compute is the real ceiling. Google is rationing Meta's access to Gemini because it can't supply the compute, even sitting on a ~$460bn cloud backlog. Why it's here: when compute is scarce, the companies that own it set the terms — the same platform-control logic driving this week's standards fight, one layer down.
4 A hard deadline you can actually diarise: 24 July. DeepSeek retires its deepseek-chat and deepseek-reasoner aliases at 15:59 UTC on 24 July. Any code still calling them breaks. The trap: deepseek-reasoner maps to V4-Flash, not V4-Pro — so a lazy one-line swap silently drops your heavy reasoning to flash tier. Two settings, one diary entry.
OUR ANGLE
🔭 The enterprise moat may be shifting from the model to the rails The argument. Last week the labs were paying to shape the regulatory gate. This week a different contest opened — over who controls how agents discover and coordinate tools — and the two frontier labs weren't among the founding backers. ARD is the discovery layer: the catalog an agent reads to learn what tools exist. Stack it with Google's A2A (agent-to-agent coordination, live in 150 organisations) and Anthropic's own MCP (the tool connection) and you get the plumbing of the agentic enterprise. Why founding backers might matter — the honest version. It's not that rivals are locked out. ARD is federated and Apache-2.0; anyone can publish a catalog or implement the spec. The edge, if there is one, is softer: the backers also own the runtimes and software best positioned to read these catalogs by default — Workspace, Microsoft 365, Salesforce. If those defaults land their way, whoever sets them shapes which tools an agent reaches first. That default behaviour isn't set yet — it's the specific thing to watch, and it's why the thesis is a hypothesis, not a result. The bet. By the end of Q4 2026, at least one frontier lab formally backs ARD — a public commitment or a shipped reference implementation, not a passing compatibility note — or announces a competing discovery standard of its own. The labs move fast when they sense a structural threat; the deployment billions are the signal. |
Go deeper → how discovery could confer control — and what would prove this thesis wrong.
THE THREE SPECIALS
Do · Use · Understand
🎯 PROMPT OF THE WEEK
The Lock-In Audit
Turns any AI workflow into a switching-cost map — so you find out how trapped you are before your vendor finds out for you.
You are my vendor lock-in auditor. Below is one AI workflow I run in production, plus the tools and models it touches. 1. List every hard dependency: which model, which vendor's API, which proprietary format or protocol it relies on. 2. For each, rate switching cost 1-5, where 1 = a config change and 5 = weeks of re- engineering, data conversion or downtime. Name what locks me in: the model, the data or format, the integration, or the contract. Separate technical lock-in (code, formats) from commercial and data lock-in (contracts, data gravity, evaluation history). Justify each rating with the migration effort behind it: hours, systems touched, data to convert. Mark every dependency as verified (from what I gave you) or assumption (needs my confirmation). 3. Flag the one dependency that would hurt most to lose, and the one cheapest to make portable this week. 4. Give me a portable-by-default version of the workflow: same job, swappable parts. Rule: “it works fine right now” is not the same as “I could switch on a Friday.” |
Why it works: Lock-in is never a decision — it accretes, one convenient integration at a time, until moving costs more than staying. This forces the accounting nobody does voluntarily, and the defined 1-5 scale keeps the score honest: it's measured in migration consequences, not vibes. The Friday-afternoon test is the whole thing — portability you can't exercise on demand isn't portability.
Works best on: a model from a different vendor than the one you're auditing — then validate the top findings against real contracts, export formats and a test migration. Independent cross-checks beat any single model's confidence.
🛠️ TOOL OF THE WEEK
LiteLLM A single interface in front of 100+ models — so switching providers is a config change at the API layer, not a code rewrite. ★★★★ / 5 This issue's about rails, so the tool is the one that keeps you off everyone's. LiteLLM is an open-source (MIT) proxy that puts a single OpenAI-style endpoint in front of 100+ providers — OpenAI, Anthropic, Google, DeepSeek, self-hosted, whatever. Your code calls one interface; you change the model behind it with a line of config. That's the DeepSeek migration above turned into a non-event, and last week's Fable-5-reroutes-to-Opus problem turned into something you actually control. • Unified API across 100+ LLMs — same call, any provider • Per-key budgets and spend caps built in • Automatic fallback when a provider errors or rate-limits • Drop-in with existing OpenAI SDK code Use if: you touch more than one model and never want a vendor's deadline to become your emergency. Skip if: you're all-in on one provider's agent platform by choice — then the abstraction just adds a hop. Link → What it fixes: interface-level portability — the code you call. It won't equalise tool-use behaviour, context handling, structured outputs or eval scores across providers; those still differ. But it turns a provider swap from a rebuild into a config edit. Why four, not five: it adds a hop — one more failure layer, some latency, and observability to maintain — and it lags provider-specific features by weeks. |
💡 TIP OF THE WEEK
An alias is a promise the vendor can quietly rewrite. When DeepSeek retires deepseek-reasoner on 24 July, the alias doesn't just vanish — it re-points to V4-Flash, a lighter model, at flash pricing. Swap the name, keep your code running, and your heavy reasoning silently drops a tier. Nothing errors. The output still looks fine. The move. Pin exact model versions in production. Not every alias is a landmine — a stable, versioned one is fine. The risk is aliases that auto-move (a “-latest” tag) or ones scheduled for remapping, like DeepSeek's: both let the vendor change what you're running without telling you. Why it works: aliases optimise for the vendor's convenience, not yours — they're how a provider ships a migration without a support ticket. Pinning means changes happen when you decide, not when a deprecation calendar does. Where it doesn't apply: rapid prototyping, where “always newest” is the point. |
YOUR MOVE
One audit. Everything else is optional.
This week in three lines:
• Discovery is the new battleground: the ARD standard shapes which tools an agent can find — eleven enterprise giants backing it, the two top labs not among them.
• Model quality alone no longer secures the enterprise; distribution and integration now carry equal weight — so price your vendors on both.
• DeepSeek's 24 July cutoff is your live drill: the models and rails you depend on can change under you with no error. Pin versions before then.
Your one action: run the Lock-In Audit on your most business-critical AI workflow, and reply with the switching cost of its worst dependency — 1 to 5. I read every response.
(Then, if you want the mechanics: the deep dive lays out how discovery could actually confer control — and the evidence that would prove the whole thesis wrong.)
R. Lauritsen
EDITOR · IPROMPT
P.S. Two things land on 17 July, two days after you read this: Google's Gemini 3.5 Pro (reportedly) and Xi Jinping's first-ever keynote at China's flagship AI summit. One ships a model. One ships a governance vision. Watch which one gets more airtime — that's the whole story of where the fight is moving.
Forward iPrompt → For the colleague who's still only comparing benchmark scores. |
iPrompt
PUBLISHED BY FRONTWAVE MEDIA LTD · LIMASSOL, CYPRUS · IPROMPT.COM
37 Free Claude Prompts With The AI Report
Subscribe to The AI Report, the free 5-minute daily AI brief for 400,000+ business leaders, and you’ll get 37 Claude prompts free in your welcome email. They’re organised by the 8 situations every manager faces. You get both: the newsletter and the prompts.

