<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ai on Mauro Medda</title><link>https://mauro.medda.xyz/tags/ai/</link><description>Recent content in Ai on Mauro Medda</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>mauro@medda.xyz (Mauro Medda)</managingEditor><webMaster>mauro@medda.xyz (Mauro Medda)</webMaster><copyright>Mauro Medda</copyright><lastBuildDate>Sun, 05 Jul 2026 17:00:00 +0200</lastBuildDate><atom:link href="https://mauro.medda.xyz/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>We Don't Code Manually Anymore. We Build the Harness.</title><link>https://mauro.medda.xyz/posts/we-build-the-harness/</link><pubDate>Sun, 05 Jul 2026 17:00:00 +0200</pubDate><author>mauro@medda.xyz (Mauro Medda)</author><guid>https://mauro.medda.xyz/posts/we-build-the-harness/</guid><description>&lt;p>&lt;img src="https://mauro.medda.xyz/images/posts/we-build-the-harness.webp" alt="AI agent harness — modular building blocks: a human on the seat (plan, steer, validate) sends guides feedforward to the agent, which runs an internal sensor loop and passes an evidence gate before done, escalating to the human only when needed">&lt;/p>
&lt;p>You added a coding agent to your workflow. You&amp;rsquo;re faster now. Features that used to take a day take an afternoon. It feels like a superpower, and for a while it is.&lt;/p></description><content:encoded><![CDATA[<p><img src="/images/posts/we-build-the-harness.webp" alt="AI agent harness — modular building blocks: a human on the seat (plan, steer, validate) sends guides feedforward to the agent, which runs an internal sensor loop and passes an evidence gate before done, escalating to the human only when needed"></p>
<p>You added a coding agent to your workflow. You&rsquo;re faster now. Features that used to take a day take an afternoon. It feels like a superpower, and for a while it is.</p>
<p>But look down for a second. You&rsquo;re still in the traces. You&rsquo;re pulling the cart right alongside the machine, hand on the keyboard, correcting it, re-prompting it, cleaning up after it. &ldquo;AI-assisted&rdquo; means a human and an agent hauling the same load together. That&rsquo;s better than one human hauling it alone. It is not the thing.</p>
<p>Here&rsquo;s the uncomfortable truth: as long as a human is in the loop of <em>producing the work</em>, you&rsquo;ve only made the human a faster laborer. And a faster laborer is still spending the two things you can never buy back: their <strong>time</strong> and their <strong>attention</strong>. Every hour someone on my team spends generating output by hand is an hour they didn&rsquo;t spend on the strategy, the IP, the judgment that no agent has. That&rsquo;s the wrong trade, and doing it faster doesn&rsquo;t fix it. It just breaks even sooner.</p>
<p>So we drew a line. At <a href="https://hikmaai.io">HikmaAI</a>, we don&rsquo;t code manually. Not the app logic, not the tests, not the plumbing that runs the repo itself. Humans don&rsquo;t hand-patch. That sounds extreme written down, and it felt extreme the first time I said it out loud, coming from someone who has spent most of his adult life happy with his hands in an editor. But it&rsquo;s not a stunt. It&rsquo;s a direction.</p>
<h2 id="think-of-a-harness">Think of a harness</h2>
<p>A workhorse is strong. Left loose in a field it&rsquo;s still strong, and completely useless to you: the power has nowhere to go. You don&rsquo;t make the horse stronger by grabbing a rope and pulling next to it. You make it useful by putting it in a harness.</p>
<p>A good harness doesn&rsquo;t add horsepower. It <em>channels</em> the power the animal already has. And it does one more thing that matters more than people think: it moves the human out of the traces and up onto the seat. You stop pulling. You start driving. Reins, not rope. You point, you correct, you decide where the whole thing is going, and the power under you does the hauling.</p>
<p>That&rsquo;s the shift. The agent is the horse. It has real power now, more every month. What&rsquo;s been missing isn&rsquo;t strength. It&rsquo;s the harness.</p>
<p>So we built one. We call it <strong>Bridles</strong>. I&rsquo;m not going to walk you through its guts today, but the idea behind it is simple enough to say in a paragraph: it turns our engineering conventions into something an agent can actually read and follow, and it refuses to call work &ldquo;done&rdquo; on the agent&rsquo;s word alone. Humans <strong>plan, steer, and validate</strong>. The agent does the rest.</p>
<p>Three moves, and only three, are ours.</p>
<h2 id="the-three-things-a-driver-actually-does">The three things a driver actually does</h2>
<p><strong>Plan.</strong> Point the cart at the right place before anything moves. This is where taste lives, where the hard product calls get made. It&rsquo;s the most human part of the job and, not by accident, the part I want my people spending their hours on.</p>
<p><strong>Steer.</strong> Not constant correction. A hand on the reins for the moments that genuinely fork, where the road splits and only judgment tells you which way. The rest of the time, you let it run.</p>
<p><strong>Validate.</strong> Not &ldquo;does it look right.&rdquo; Does the evidence agree that it <em>is</em> right. This is the part most people skip, and skipping it is how you end up trusting a confident machine that&rsquo;s confidently wrong.</p>
<p>Everything else that used to eat a developer&rsquo;s day now happens down in the harness, out of the human&rsquo;s hands.</p>
<h2 id="what-i-learned-building-it">What I learned building it</h2>
<p>A couple of things surprised me, and they&rsquo;re worth more than the tooling.</p>
<p>The first is about being stuck. When an agent gets stuck, the old instinct kicks in immediately: try harder, write a cleverer prompt, or just grab the keyboard and do it yourself. We banned that instinct. When the agent gets stuck, that&rsquo;s not a signal to jump into the traces. It&rsquo;s a signal that <em>something is missing from the harness</em>: a guide it can&rsquo;t see, a check it doesn&rsquo;t have, a piece of context that lives in someone&rsquo;s head instead of in the repo. So you don&rsquo;t do the work by hand. You build the missing piece, and then you let the horse pull again. Struggle stopped being a reason to intervene and became a to-do list for the harness.</p>
<p>The second is about trust. I don&rsquo;t trust the agent because it sounds confident. Confidence is free, and a model has an endless supply of it, and it will spend every bit of that confidence being wrong. So the whole system runs on evidence instead of on prose: nothing is &ldquo;done&rdquo; because the agent said so. That one rule, evidence over eloquence, changed how the team works more than any model upgrade did.</p>
<h2 id="from-context-engineer-to-harness-engineer">From context engineer to harness engineer</h2>
<p>Here&rsquo;s the reframe, and it&rsquo;s the real point of this post.</p>
<p>For the last couple of years the craft was <em>context engineering</em>: feeding the model the right information, at the right time, in the right shape, so it would do a good job on the next task. Useful. Still necessary. But it keeps you next to the horse, handing it things.</p>
<p>The craft now is <em>harness engineering</em>. The question is no longer &ldquo;how do I get the agent to write this code.&rdquo; It&rsquo;s &ldquo;how do I build the thing that lets the agent write this code, and reliably prove it&rsquo;s right, without me in the traces.&rdquo; That is a different job. It requires:</p>
<ul>
<li>Encoding what your best people know into guides an agent can follow, instead of keeping it in their heads</li>
<li>Building the checks that decide &ldquo;done,&rdquo; so a human doesn&rsquo;t have to read every line to trust it</li>
<li>Treating every stuck moment as a missing capability to build, not a task to do by hand</li>
<li>Getting comfortable up on the seat, steering, when every instinct trained over a career says grab the reins and pull</li>
</ul>
<p>I&rsquo;ll be honest: that last one is the hardest, and I&rsquo;m not fully past it. The pull to open the editor and &ldquo;just fix it myself&rdquo; is strong. Sitting on the seat and trusting the harness is a discipline, not a feeling. I&rsquo;m still building the muscle.</p>
<p>I&rsquo;m going to write about this transition as we live it. What breaks, what the team resisted, where the harness wasn&rsquo;t good enough and we had to go rebuild it. Not a polished case study after the fact. The real thing, as it happens.</p>
<h2 id="ask-the-machine-first">Ask the machine first</h2>
<p>Here&rsquo;s the habit I keep pushing on my team, and it&rsquo;s smaller than the harness but it feeds it. Before you start any task, before you open the doc or the editor or the spreadsheet, ask one question: can the agent do this instead of me? Not &ldquo;can the agent help me do this.&rdquo; Can it do it.</p>
<p>That question sounds trivial. It isn&rsquo;t. It rewires everything upstream and downstream. It changes what you hire for, because you stop staffing the work and start staffing the judgment. It changes execution, because your first move on any task is no longer &ldquo;how do I do this&rdquo; but &ldquo;how do I hand this off and check it.&rdquo; Make it your reflex and the harness stops being a thing engineering built. It becomes how the whole company thinks.</p>
<p>And once you&rsquo;re asking it, you notice how much work you&rsquo;ve been quietly not doing. The stuff that never makes it off the someday list because you don&rsquo;t have the hours. Scraping arxiv.org for the papers that actually touch your business. Pulling the YouTube channels you follow, transcribing the talks worth an hour of your attention, and getting back the three paragraphs that matter instead of the ninety minutes. Watching Reddit so you don&rsquo;t have to. The point isn&rsquo;t to read more. It&rsquo;s to triage: let the agent do the reading and hand you the shortlist. Same move on the rest of it, the issues piling up in your codebase, the leads nobody&rsquo;s chased, the marketing idea you had in the shower and lost by lunch. That&rsquo;s not laziness dressed up. It&rsquo;s the whole bet. Work smart, not hard.</p>
<h2 id="this-isnt-an-engineering-trick">This isn&rsquo;t an engineering trick</h2>
<p>The last thing, and the reason I think this matters beyond my four walls.</p>
<p>None of what I described is specific to code. Guides that carry your best judgment. Sensors that decide when something is actually done. Humans reserved for planning, steering, and validating, and pulled out of the manual grind. That&rsquo;s not an engineering pattern. That&rsquo;s an operating model.</p>
<p>The same harness thinking belongs in marketing, in sales, in every function that today runs on people hand-producing work an agent could pull. Engineering is just where we started, because it&rsquo;s where the sensors are cheapest to build and the feedback is fastest. It is not where it ends.</p>
<p>The goal was never a company of faster laborers. It&rsquo;s a company where every team is up on the seat, hands on the reins, driving. The horses are strong enough now. The work is building the harness, and then having the nerve to let go of the rope.</p>
<p>— Mauro</p>
<p><strong>References:</strong></p>
<ul>
<li><a href="https://martinfowler.com/articles/exploring-gen-ai/harness-engineering-memo.html">Martin Fowler on harness engineering (guides and sensors)</a></li>
<li><a href="https://openai.com/index/harness-engineering/">OpenAI on exec-plans and zero-hand-written-code harness engineering</a></li>
<li><a href="https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/">Alexis King, &ldquo;Parse, don&rsquo;t validate&rdquo;</a></li>
<li><a href="https://docs.langchain.com/langsmith/cost-tracking">LangChain on agent-cost governance</a></li>
</ul>
]]></content:encoded></item><item><title>Right Model, Right Task, Right Infrastructure: The Watts-per-Token Case</title><link>https://mauro.medda.xyz/posts/right-model-right-task-right-infrastructure/</link><pubDate>Thu, 02 Jul 2026 13:34:27 +0200</pubDate><author>mauro@medda.xyz (Mauro Medda)</author><guid>https://mauro.medda.xyz/posts/right-model-right-task-right-infrastructure/</guid><description>Open-weight models are beating frontier baselines on long-horizon agentic benchmarks. The number that decides whether agents survive scale isn&amp;rsquo;t cost per token, it&amp;rsquo;s watts per token. And going local makes security your problem.</description><content:encoded><![CDATA[<p>The future of AI is small, local, and efficient. And the data is starting to prove it.</p>
<p>On long-horizon agentic benchmarks, open-weight models with the right harness and task-specific tuning are posting <strong>20+ point gains</strong> over frontier baselines. Not a marginal edge. Twenty-plus points, on the work that actually runs in production: agents calling tools, orchestrating workflows, operating autonomously for hours.</p>
<p>The number is concrete, not hand-waved. WebRL, a curriculum reinforcement learning framework out of Tsinghua and Zhipu, took the open GLM-4-9B from <strong>6.1% to 43.0%</strong> on WebArena-Lite, clearing GPT-4-Turbo at <strong>17.6%</strong> and GPT-4o at <strong>13.9%</strong>. Same benchmark. A model a fraction of the size. And it wins.</p>
<h2 id="where-frontier-models-still-win-and-why-that-isnt-the-point">Where frontier models still win (and why that isn&rsquo;t the point)</h2>
<p>Frontier models are still superior for narrow, high-complexity reasoning. Legal analysis. Deep research. Specialist inference. The hard, single-shot problems where one brilliant answer is worth almost any price. Nobody serious is disputing that.</p>
<p>Paolino Madotto nailed this in Agenda Digitale: the value of AI is shifting from the model itself to the system that orchestrates it. In a well-designed system, the frontier model is not the engine running every token of an hour-long agent loop. It&rsquo;s the premium specialist the orchestrator calls, selectively, when a problem genuinely demands it.</p>
<p>That&rsquo;s frontier&rsquo;s rightful place: the expensive expert on retainer, not the machine you leave running all day.</p>
<p>And notice where the leverage actually sits. Harness engineering alone (the loop, the tools, the retry logic, the verification wrapped around a fixed model) can buy <strong>10-15 points</strong> on some agentic benchmarks without touching the weights. The scaffold is doing the work. Which is exactly why the model you drop into that scaffold can be smaller, cheaper, and yours.</p>
<h2 id="the-metric-almost-nobody-is-measuring">The metric almost nobody is measuring</h2>
<p>Everyone quotes cost per token. Almost nobody making the actual buy-or-build decision measures <em>watts per token</em>: energy per token. That&rsquo;s the number I keep coming back to, because it&rsquo;s the one that decides whether an agentic system survives contact with scale.</p>
<p>The researchers are starting to catch up. Stanford&rsquo;s Hazy Research group calls it <em>intelligence per watt</em>, and their numbers point the same way: IPW improved <strong>5.3x</strong> in two years (3.1x from better small models, 1.7x from hardware), and local models already handle <strong>88.7%</strong> of single-turn chat and reasoning queries. The trend line isn&rsquo;t subtle.</p>
<p>Here&rsquo;s the math that matters.</p>
<p>A long-running agent doesn&rsquo;t emit a few thousand tokens. It loops. It retries. It calls tools and reasons over the results for hours. It burns <em>millions</em> of tokens per task, per run, per user. Multiply watts per token by that volume, across a fleet of agents in production, and energy stops being a footnote on the invoice. It becomes the business case. Or the reason the business case collapses.</p>
<p>Frontier APIs were priced for the era of the single clever answer. Agentic workloads live in a different regime entirely: enormous token volume, most of it routine orchestration that doesn&rsquo;t need a frontier brain. Paying frontier rates for that volume, in dollars <em>and</em> in watts, isn&rsquo;t a strategy. It&rsquo;s a leak.</p>
<h2 id="why-the-token-economics-dont-hold">Why the token economics don&rsquo;t hold</h2>
<p>Current token economics break at agentic scale. Not because API prices are high today, but because prices and physics obey different laws. Prices can drop: they&rsquo;re a margin decision. Joules per token have a floor, and that floor is set by model size. Every token a trillion-parameter model generates costs far more energy than the same token from a 9B model, no matter whose datacenter runs it.</p>
<p>And let&rsquo;s be honest about the fine print: the watts-per-token win doesn&rsquo;t come from the server&rsquo;s zip code. A local GPU idling at 30% utilization can burn more energy per token than a hyperscaler&rsquo;s batched fleet. The win comes from right-sizing the model to the task and keeping the hardware busy. What local adds is the thing no API can sell you: complete data sovereignty, not a single byte leaving the building.</p>
<p>Right model. Right task. Right infrastructure.</p>
<p>That&rsquo;s not a compromise. That&rsquo;s good engineering.</p>
<h2 id="where-this-leaves-security-and-where-hikmaai-comes-in">Where this leaves security (and where HikmaAI comes in)</h2>
<p>Owning the full stack means owning the full stack. That includes the security layer. Here&rsquo;s the part too many &ldquo;go local&rdquo; arguments skip.</p>
<p>The moment you bring models in-house and let agents operate autonomously, you bring the <em>entire</em> security and governance burden in-house with them. A frontier API at least ships with the provider&rsquo;s guardrails baked in. An open-weight model you run yourself has none of that by default. And an agent that calls tools and acts for hours is a far larger attack surface than a single chat completion. Prompt injection, goal hijacking, PII leakage, tool misuse: these scale with autonomy. That&rsquo;s the hidden tax on the watts you just saved.</p>
<p>Going local doesn&rsquo;t shrink the need for a security platform. It multiplies it. That&rsquo;s the problem we built HikmaAI for.</p>
<p>HikmaAI is platform-agnostic by design. It scans and evaluates your models <em>and</em> your agents (Ollama, OpenAI, or your own REST API; proprietary or open-weight; cloud, on-prem, or hybrid) for security vulnerabilities, prompt injection, toxicity, PII exposure, and compliance gaps, with adaptive red teaming and guardrails for the systems you now own end to end.</p>
<p>And it does it without breaking the promise that made you go local in the first place: your data stays on European infrastructure, no source code leaves your environment, nothing crosses a border it shouldn&rsquo;t. The same sovereignty argument that drives the move to local models is the argument for governing them with a platform built around sovereignty from the ground up.</p>
<p>Small, local, efficient, <em>and</em> secured. That&rsquo;s the full stack.</p>
<p>Right model. Right task. Right infrastructure. Right guardrails.</p>
<p>— Mauro</p>
<hr>
<p><strong>References:</strong></p>
<ul>
<li>Paolino Madotto, &ldquo;Il vero valore dell&rsquo;AI non è più nel modello, ma nel sistema che lo guida,&rdquo; Agenda Digitale.</li>
<li>Qi et al., &ldquo;WebRL: Training LLM Web Agents via Self-Evolving Online Curriculum Reinforcement Learning,&rdquo; <a href="https://arxiv.org/abs/2411.02337">arXiv:2411.02337</a>.</li>
<li>Saad-Falcon, Narayan et al., &ldquo;Intelligence Per Watt: A Study of Local Intelligence Efficiency,&rdquo; Stanford Hazy Research, <a href="https://hazyresearch.stanford.edu/blog/2025-11-11-ipw">blog</a> / <a href="https://arxiv.org/abs/2511.07885">arXiv:2511.07885</a>.</li>
</ul>
]]></content:encoded></item><item><title>Own the Stack, or Rent the Future</title><link>https://mauro.medda.xyz/posts/own-the-stack-or-rent-the-future/</link><pubDate>Sat, 13 Jun 2026 22:52:16 +0200</pubDate><author>mauro@medda.xyz (Mauro Medda)</author><guid>https://mauro.medda.xyz/posts/own-the-stack-or-rent-the-future/</guid><description>&lt;p>&lt;img src="https://mauro.medda.xyz/images/posts/own-the-stack-or-rent-the-future.jpeg" alt="Own the Stack, or Rent the Future">&lt;/p>
&lt;p>The US turned off its best AI for the rest of the world in the time it takes to sign a letter. Europe should treat that as the most useful thing that has happened to it in years.&lt;/p>
&lt;p>Let me say plainly what yesterday meant, because the polite version helps no one.&lt;/p>
&lt;p>On 12 June the US government ordered Anthropic to shut off its two most advanced models, Fable 5 and Mythos 5, for every foreign national on Earth. Not just for people abroad. For foreigners living and working inside the United States too, including Anthropic&amp;rsquo;s own engineers, locked out of the systems they helped build. The order did not come from a safety regulator. It came through export-control authority, the same machinery that governs the shipment of weapons and advanced chips. Anthropic could not sort its users by passport, so it did the only thing it could. It turned the models off for everyone, three days after launching them. (&lt;a href="https://www.anthropic.com/news/fable-mythos-access">Anthropic&amp;rsquo;s statement&lt;/a>; &lt;a href="https://www.aljazeera.com/news/2026/6/13/us-orders-anthropic-to-disable-ai-models-for-all-foreign-nationals">Al Jazeera&lt;/a>)&lt;/p></description><content:encoded><![CDATA[<p><img src="/images/posts/own-the-stack-or-rent-the-future.jpeg" alt="Own the Stack, or Rent the Future"></p>
<p>The US turned off its best AI for the rest of the world in the time it takes to sign a letter. Europe should treat that as the most useful thing that has happened to it in years.</p>
<p>Let me say plainly what yesterday meant, because the polite version helps no one.</p>
<p>On 12 June the US government ordered Anthropic to shut off its two most advanced models, Fable 5 and Mythos 5, for every foreign national on Earth. Not just for people abroad. For foreigners living and working inside the United States too, including Anthropic&rsquo;s own engineers, locked out of the systems they helped build. The order did not come from a safety regulator. It came through export-control authority, the same machinery that governs the shipment of weapons and advanced chips. Anthropic could not sort its users by passport, so it did the only thing it could. It turned the models off for everyone, three days after launching them. (<a href="https://www.anthropic.com/news/fable-mythos-access">Anthropic&rsquo;s statement</a>; <a href="https://www.aljazeera.com/news/2026/6/13/us-orders-anthropic-to-disable-ai-models-for-all-foreign-nationals">Al Jazeera</a>)</p>
<p>Read that timeline again. A model that hundreds of millions of people had already started to depend on was switched off, worldwide, by a single letter, in seventy-two hours. No vote. No warning. No appeal.</p>
<p>That is not a story about one company, or one administration. It is a story about where Europe actually stands. So let me think it through the way I have been turning it over since yesterday, point by point.</p>
<p>One. The frontier is American, and now it is policy.</p>
<p>US companies build the most capable models. The rest of us get them later: or, as of yesterday, not at all. We told ourselves that gap was a few months of market timing, an irritation we could plan around. It was always more than that, and now it is explicit. Access to the best intelligence on the planet is a lever, and the US has shown it is willing to pull it. The delay was never just a by-product of where the labs happen to sit. It is an instrument, and we are on the wrong end of it.</p>
<p>Two. Exclusive access compounds, and it compounds against us.</p>
<p>A model that is both far stronger and available to only one side does not help that side a little. It helps it everywhere, every day, on every problem its companies touch. The American firm gets the better tool and we get the announcement. Stack that edge across a few product cycles and you no longer have a gap you can close with effort. You have European companies, whole industries, quietly outrun by competitors whose only real advantage was the better machine and the permission to keep it. We could lose entire sectors, not in a fight we entered and lost, but in one we were never allowed to join.</p>
<p>Three. And even if we win, the hardware closes the loop.</p>
<p>Say we do the hard thing. We build the datasets, we train the models, we get genuinely good. Those models still run on chips we do not make. Nvidia designs roughly 90% of the world&rsquo;s AI silicon and will not sell us its best, because the advanced parts are rationed by the same export rules that just silenced Anthropic. So we would own the data and the models and still be renting the metal underneath them: straight back to points one and two, one layer down. Who really owns what runs on someone else&rsquo;s machine?</p>
<p>Now the part that is hard to say, because saying it makes the problem enormous.</p>
<p>You cannot fix this one layer at a time. &ldquo;Data sovereignty&rdquo;, the comfortable phrase everyone in Brussels reaches for, is not sovereignty. It is a label we stick on the act of integrating someone else&rsquo;s systems and hoping they stay switched on. If the models can be revoked, the chips withheld, the cloud compelled, then owning the data is owning the one layer that matters least. Sovereignty is not a layer you can buy. It is the whole stack, or it is theatre. Chips, models, data, infrastructure. All of it, or none of it counts.</p>
<p>I know how that sounds. Slow. Expensive. Close to impossible. We are talking about a project measured in a decade, not a budget cycle, and Europe is not famous for acting as one country for ten years at a stretch. But here is what I keep returning to. We are not starting from zero, and we insist on behaving as if we are.</p>
<p>The single most irreplaceable machine in the entire AI supply chain is not American. It is Dutch. Every advanced chip on Earth, including every Nvidia part the US is currently rationing, is printed by a lithography machine that exactly one company in the world knows how to build. That company is ASML, in Veldhoven. The Americans cannot make the best chips without us either. We are not a bystander in this supply chain. We own its narrowest chokepoint; and we have never once used it as leverage, because we have trained ourselves to be the customer in every layer instead of the owner of the one layer that cannot be replaced.</p>
<p>And it is not only the chokepoint. A few streets from the same Dutch supply chain, in Eindhoven, a company called Axelera AI is designing its own AI silicon: its Europa processor launched in 2025, it has raised more than 450 million dollars, and its next chip rides on Europe&rsquo;s own RISC-V sovereignty programme. One company does not make a continent independent. But it is proof, sitting right there, that the talent and the design know-how are not a thing we have to invent from scratch. We are not starting from zero. We keep pretending we are.</p>
<p>So here is what the wake-up call is really asking of us. Not another strategy paper. Not twenty-seven national AI plans politely contradicting each other. One strategy, run like the defence programme it actually is. Bring the talent home: the European chip designers in California, the researchers training frontier models for other people&rsquo;s missions, the founders who left because the capital and the compute were somewhere else. Fund sovereign compute the way we fund motorways. Build open-source models that belong to us, not fine-tuned copies of weights that an American or Chinese lab decided, this quarter, to let us borrow. And use the leverage we already hold at the bottom of the stack instead of apologising for having it.</p>
<p>None of this is comfortable. All of it is cheaper than the alternative. The alternative is the world we watched yesterday, made permanent. A Europe that builds elegant applications on top of an intelligence it does not own, cannot govern and is not allowed to keep, running on machines it is forbidden to buy, available right up until the morning someone in another capital decides otherwise.</p>
<p>We own the stack, or we keep renting our future from people who have just shown us, in writing, that they will switch it off the moment it suits them.</p>
<hr>
<h2 id="a-note-on-the-facts">A note on the facts</h2>
<p>Everything in this piece is real, including the part that reads like a thriller.</p>
<ul>
<li><strong>The 12 June shutdown happened.</strong> Claude Fable 5 and Claude Mythos 5 became available on 9 June 2026. Three days later, on 12 June, the US government directed Anthropic to suspend access to both for any foreign national, whether inside or outside the United States, including Anthropic&rsquo;s own foreign-national employees. Unable to filter its users by nationality, the company disabled both models for everyone, worldwide, three days after release. The order came through national-security export authority; the letter gave no detailed justification, and Anthropic said it disagreed with the action. (<a href="https://www.anthropic.com/news/fable-mythos-access">Statement on the US government directive to suspend access to Fable 5 and Mythos 5, Anthropic</a>; <a href="https://www.aljazeera.com/news/2026/6/13/us-orders-anthropic-to-disable-ai-models-for-all-foreign-nationals">US orders Anthropic to disable AI models for all foreign nationals, Al Jazeera</a>; <a href="https://time.com/article/2026/06/13/anthropic-fable-mythos-ban-US-security/">Anthropic Pulls Its Most Powerful AI Models After U.S. Bars Foreign Access, Time</a>)</li>
<li><strong>The frontier is American and increasingly governed by export law.</strong> The US already restricts the sale of its most advanced AI chips through the &ldquo;AI Diffusion Rule&rdquo; and its successors, a tiered regime that blocks flagship parts like the H100, H200 and Blackwell from most of the world by default. The same export-control machinery governs both chips and the software that runs on them. (<a href="https://en.wikipedia.org/wiki/United_States_export_controls_on_AI_chips_and_semiconductors">United States export controls on AI chips and semiconductors, Wikipedia</a>; <a href="https://introl.com/blog/ai-export-controls-navigating-chip-restrictions-globally-2025">AI Export Controls: Navigating Chip Restrictions Globally, Introl</a>)</li>
<li><strong>Nvidia designs the overwhelming majority of the world&rsquo;s AI silicon.</strong> Estimates cluster around 80 to 90% of the AI-accelerator market: Bloomberg data put Nvidia at roughly 86% of AI data-center revenue in late 2025, and the company held about 92% of discrete GPUs in the first half of 2025. (<a href="https://www.visualcapitalist.com/charted-the-battle-for-ai-data-center-revenue-2021-2025/">Charted: The Battle for AI Data Center Revenue, Visual Capitalist</a>; <a href="https://www.statista.com/statistics/1425087/data-center-segment-revenue-nvidia-amd-intel/">Data center / AI chip revenue of Nvidia, AMD &amp; Intel 2025, Statista</a>)</li>
<li><strong>The narrowest chokepoint in the supply chain is Dutch.</strong> ASML, in Veldhoven, is the world&rsquo;s sole supplier of EUV lithography machines, the only tools that can print chips at 7 nm and below. Every advanced chip on Earth, including every Nvidia part the US rations, depends on a machine exactly one company knows how to build. (<a href="https://www.fool.com/investing/2026/03/23/asml-has-a-monopoly-on-the-most-important-machine/">ASML Has a Monopoly on the Most Important Machine in Tech, The Motley Fool</a>; <a href="https://seekingalpha.com/article/4769571-asml-the-key-bottleneck-in-the-global-semiconductor-supply-chain">ASML: The Key Bottleneck In The Global Semiconductor Supply Chain, Seeking Alpha</a>)</li>
<li><strong>Europe does design its own AI silicon.</strong> Axelera AI, based in Eindhoven, builds energy-efficient AI inference chips. Its Europa AIPU launched in October 2025, the company has raised more than 450 million dollars (including a 250 million round in 2026), and its Titania chiplet is funded by the EU&rsquo;s EuroHPC programme as part of DARE, the open-source RISC-V sovereignty initiative. The caveat: Axelera targets inference at the edge, not the large-scale training where Nvidia dominates. (<a href="https://en.wikipedia.org/wiki/Axelera_AI">Axelera AI, Wikipedia</a>; <a href="https://tech.eu/2026/02/24/dutch-ai-inference-chipmaker-axelera-ai-raises-250m/">Dutch AI inference chipmaker Axelera AI raises $250M, Tech.eu</a>; <a href="https://axelera.ai/news/axelera-ai-secures-up-to-61-million-grant-to-develop-scalable-ai-chiplet-for-high-performance-computing">Axelera AI Secures up to €61.6 Million Grant, Axelera</a>)</li>
<li><strong>Europe answers with twenty-seven plans, not one.</strong> As of December 2024, 24 of the 27 EU member states had adopted national AI strategies, and the OECD itself flags the result as fragmented policy with limited cross-border coordination. (<a href="https://www.oecd.org/en/publications/progress-in-implementing-the-european-union-coordinated-plan-on-artificial-intelligence-volume-1_533c355d-en.html">Progress in Implementing the EU Coordinated Plan on Artificial Intelligence, OECD</a>)</li>
</ul>
]]></content:encoded></item></channel></rss>