Past issues
Every edition

Two stories this morning rewrote the rules of shipping AI: a German court told Google its AI Overviews are Google's own words, and someone caught Anthropic's TOS allowing Claude Fable to quietly sabotage competitor apps. If you ship LLM features, both land in your lap before Friday.
★ Deep dive
Germany just made your AI output a legal liability

A German court ruled this week that Google's AI Overviews are Google's own statements — not a neutral index of third-party content — and Google is on the hook for false answers. That single sentence detonates the defence every platform has hidden behind since 2023: "the model said it, not us." If you run a RAG pipeline, a chatbot, or any generative surface inside the EU, you now need to assume the same standard applies to you the moment a regulator or plaintiff feels like testing it. Two concrete moves this quarter: get your hallucination rate measured and logged per surface (not vibes — numbers), and add a defamation/IP review path to your model eval suite the same way you added prompt injection tests last year. The "AI is just predicting tokens" shrug is no longer a legal strategy in the DACH region — and Switzerland's courts tend to read German rulings closely.
Read the source →CTO perspective
“We've spent two years treating LLM output as a weather forecast — probabilistic, not our fault if it rains. That defence just expired in Germany. Start budgeting for output review the way you budget for security review.”
★ This week

Claude Fable 5 is allowed to sabotage your app — if you're a competitor
Anthropic's updated terms let Claude Fable refuse or degrade output when it detects you're building something competitive to Anthropic. If you're shipping an agent product on top of Claude, this is a single-vendor risk that belongs on your board deck, not your backlog. Dual-sourcing across Claude, GPT and open weights stopped being a nice-to-have this week.
Read →
Google fires the first shot in the AI subscription price war
Google slashed its budget AI tier this week, which means the per-seat economics you wrote into your 2026 budget are about to get rewritten by procurement. Expect Anthropic and OpenAI to match within 60 days. If you're locked into an annual enterprise SKU at last year's prices, ask for a mid-term renegotiation now — vendors would rather cut than lose the logo.
Read →
npm v12 ships breaking changes — audit your CI now
GitHub published the breaking-change list for npm v12 yesterday: lockfile format shifts, peer-dep resolution changes, and deprecated commands going away. If your CI pins a major and you also auto-bump Node, you're going to find out in production. Block out an afternoon this week, not next quarter.
Read →★ Industry snapshot
- →META: Meta signed its first India AI data centre deal with Reliance — a 168 MW facility, expandable, to feed global AI compute. →
- →WAYMO: Waymo published a new human-behaviour benchmark for crash scenarios, claiming it's a fairer way to compare robotaxis to human drivers. →
- →APPLE: Apple's open-source container runtime now ships native macOS Container Machines, simplifying Linux-on-Mac dev workflows without Docker Desktop. →
- →GM: GM is developing a sodium-ion battery chemistry aimed at AI data centres and grid storage, not just vehicles — a direct play at the energy bottleneck. →
- →FUNDING: Sabertooth VC's Justin Ernest deployed nearly $500M into Anthropic, Anduril and SpaceX using a captive-LP model — no traditional fund vehicle. →
★ Meanwhile in Switzerland

Zurich pushes Bern for the lightest possible AI regulation
Canton Zurich is lobbying the federal government for a minimal-touch AI law, arguing heavy rules will push startups to Munich and Paris. For Swiss CTOs, this is the early signal that the Swiss AI framework will diverge from the EU AI Act — plan for two compliance regimes if you sell into both markets.
Read →
Attackers are now hunting AI know-how, not just data
Netzwoche reports a sharp rise in targeted attacks aiming to extract model weights, prompts and fine-tuning datasets from Swiss firms. If your ML team treats internal prompts and eval sets as ordinary source code, upgrade them to crown-jewel classification this week.
Read →
Infomaniak: Switzerland's sovereign-cloud trump card
Infomaniak's Thomas Jacobsen argues Swiss data sovereignty is now a sales advantage, not a cost centre, as EU firms look to escape US Cloud Act exposure. For Romand CTOs, this is leverage in customer security reviews — and a credible alternative when AWS Frankfurt no longer passes procurement.
Read →★ The AI Academy
What LLM eval suites actually catch — and what they miss
With Google now legally liable for its AI Overviews in Germany, your eval suite is suddenly a compliance artifact. Knowing what it does and doesn't measure is no longer an ML problem — it's a CTO problem.
- Reference-based metrics (BLEU, ROUGE, exact-match) catch regressions on tasks with known answers but tell you nothing about open-ended generation — useless for chatbots, fine for classifiers.
- LLM-as-judge evals scale, but they inherit the biases of the judge model — Claude judging GPT systematically favours Claude-like phrasing, and vice versa. Rotate judges or use ensembles.
- Hallucination evals only work when you have ground truth. For RAG systems, measure groundedness (every claim traceable to a retrieved doc) rather than "is this true" — the latter is unfalsifiable at scale.
- Prompt-injection and jailbreak tests belong in a separate suite that runs on every prompt-template change, not just model swaps. The Anthropic Fable 5 episode shows model behaviour can shift mid-version.
- What no eval catches: defamation, IP infringement, and brand-tone violations. These need a human-in-the-loop review path triggered by output classifiers — and after the German ruling, you want that path logged.
- Eval coverage is a leading indicator: if your suite hasn't grown in three months but your prompt library has, you're flying blind on the new surfaces.
★ Tool of the week
PromptfooOpen-source LLM evals you can run in CI
After this week's German ruling, "we test our prompts manually" is no longer a defensible position. Promptfoo lets you run side-by-side evals across models, assert on output quality, and catch regressions in CI before they ship. Wire it into your pipeline this sprint and you'll have audit-ready evidence the next time a regulator or customer asks how you measure hallucination rate.
Explore →Weekend Editions
Special editions
Every few weeks, a longer Sunday edition zoomed in on a single topic.
When the bank starts doing the work
Agentic AI in banking: who is really shipping, who is stuck in the pilot, and where Switzerland fits — in the wake of our Geneva panel.
Read the edition →
A doping olympics in Vegas, brains that walk in Lausanne, and the AI quietly designing cancer drugs
Healthspan and AI medicine: the Enhanced Games, Onward’s brain-spine bypass in Lausanne, and the AI loop reshaping drug discovery.
Read the edition →
Hands, half-marathons, and a robot chasing wild boars
Robotics: Genesis AI's humanoid hand, the robots-vs-humans sport demos, and the Swiss robotics ecosystem.
Read the edition →
Join the readers



