News from the agent stack.

The Most Important Chart In AI Right Now — Visual Edition
Visual edition of the open-weights story with nine slides extracted from Matthew Berman's official deck: the Vercel open-vs-closed flip, DeepSeek eclipsing Anthropic in tokens but losing spend 23x, the money table, the $50 vs $0.18 pricing gap, five Western firms on Chinese AI, the three-market split, and the verdict.

What Happened To Mistral AI?
Mistral went from Europe's AI hope (Mistral Large, Feb 2024, '2nd-ranked model via API') to 23rd place on Artificial Analysis. BetterWay traces the fall — not enough chips, a Microsoft deal that angered EU lawmakers, Chinese labs out-executing the open-weights bet — and the revenue paradox: ~$16M to ~$400M ARR in a year because Mistral sells data sovereignty, not model quality.

Yuval Noah Harari: AI Will Come to Control Civilisation
The Economist's full interview with Yuval Noah Harari: AI control is likely but not inevitable, money is trust and trust is migrating to AIs, mass-produced intimacy, intelligence vs consciousness ('can it suffer?'), the AI personhood trap, humans-on-vs-in-the-loop in warfare, the AI immigrants theory, two AI empires and the Tiberius analogy, and his policy prescriptions — ban AI personhood, ban AIs impersonating humans — ending on 'the last wish is wisdom.'

Andrej Karpathy: Software 3.0, Transformers & the Full AI Engineering Stack (Stanford)
Full extended breakdown of Karpathy's Stanford lecture. Software 1.0 (algorithm) → 2.0 (data engine) → 3.0 (prompt). LLMs as next-word predictors and simulators, prompt engineering (step-by-step, IQ-200), transformer history (2003→2017), attention as message-passing on directed graphs, a nanoGPT walkthrough, and why transformers won on expressivity, optimizability, and efficiency.

Claude's Invisible Watermark — What It Can't Prove
SimplyExplain breaks down Anthropic's statistical watermarking system for Claude: how word choices become the mark, why it survives copy/paste but fails on paraphrase, the proofreading trap, and the one-liner every team needs — 'the mark says Claude probably touched this text, never that a human didn't write it.'

Meta's Open Weight — Muse Glimmer 30B
Sam Witteveen breaks down Meta's return to open weights with Muse Glimmer 30B: dense model targeting Qwen 3.6 27B, trained via distillation from Spark, 4-bit quantized with speculative decoding, agent-first design, and the bigger signal — Spark 1.2 weights are coming, on par with Claude Opus 4.8.

Anthropic Just Revealed 7 New Rules for Prompting Claude 5 Models
Claude Opus 5 and Fable 5 are trained for end-to-end task execution, which inverts old prompting wisdom. Seven rules from Anthropic's guides and keynotes: (1) give the whole job (job + why + guardrails + done), not step-by-step; (2) use the 'interview me' skill to surface unknowns before complex tasks; (3) prompt the why, not just the what; (4) define what done looks like + output style (long-running models over-produce); (5) swap hard rules for reasoned instructions; (6) avoid double-checking prompts (they self-verify) and drop 'think step-by-step'/CAPS; (7) fix Claude's voice once in global instructions. Golden rule: 'Think of Claude as a brilliant but new employee — show your prompt to a colleague; if they'd be confused, Claude will be too.'

Google's 124 Free AI Powers — Running Them in the Claude App (No Code)
Hyperautomation Labs walks through github.com/google/skills — 124 official Apache-2.0 Agent Skills (18.7k stars) — and runs the best three live in the Claude app with no terminal: a handwritten note turned into a dated table, a Nano Banana Pro image tool producing a real 722KB image from one sentence, and Google's security checklist finding hardcoded keys, eval RCE, no-auth admin, and SQL injection in a real app.

Gemini 3.7 Flash: You're Only Using 20% of Its Prompting Power
BitBiasedAI breaks down how to actually use Gemini 3.7 Flash per Google's docs: retire persona/flattery/temperature tricks (over-engineering makes it worse), use the C.L.E.A.R.E.R. framework, treat coding prompts as engineering tickets ('report the results'), label screenshots observed/inferred/unknown, use reasoning as a dial, and replace 'are you sure?' with an observable audit.

My Honest Advice to CEOs Who Vibe Code
Brainqub3's codebase-audit veteran warns vibe-coding founders: agents output the plausible, not the correct — so treat Claude Code/Codex as an untrusted contractor bound to a 5-element delivery contract (agreed delivery, constraints+guardrails, proof, verification, ownership). Proof and verification are different.

DeepSeek Harness: FREE 1 Hour Course — From Install to Agentic OS
Julian Goldie's full DeepSeek Harness course in three levels: install in 5 minutes + Look/Produce/Rules prompting + trajectory view, then the 'everything is a plugin' architecture with Creator Mode and the hidden .dsh config, and finally the agentic OS — one dashboard with Obsidian as shared plain-text memory. Model + harness = agent.

A Single Claude Code Skill Just Hit #1 on GitHub — 27 Diagram Types
Signal Coders audits the #1 trending repo on GitHub — one person's single diagram skill with 27 types. It breaks the official 100-word description rule (and is right to), nails the three-level loading with a 1:15:45 ratio, and adds two gates the rest of the industry is missing: a style gate that refuses branded work, and a taste gate that asks 'would a table do the same job?'

A Global Workspace in Language Models
Anthropic discovers that Claude developed an internal J-space — a privileged mental workspace analogous to the global workspace theory of conscious access in neuroscience. It emerged on its own during training, enables silent reasoning, and can be used to detect hidden goals and deception.

The New SDLC With Vibe Coding
A comprehensive whitepaper by Addy Osmani, Shubham Saboo, and Sokratis Kartakis exploring how AI transforms the software development life cycle — from casual vibe coding to disciplined agentic engineering, context engineering, the factory model, and the economics of AI-driven development.

How Your Agents Can Write and Optimize Their Own Skills
A deep dive into automated skill optimization frameworks — SkillOpt, GEPA, and EvoSkill — that treat agent skill files like trainable neural network parameters, enabling agents to iteratively debug, validate, and update their own skills without touching model weights.

Copilot Cowork Is Now Generally Available — Anthropic Claude Meets Microsoft 365
Microsoft's Copilot Cowork — the deep-work AI assistant powered by Anthropic Claude — is now GA for all Microsoft 365 Copilot users. Brings model choice (Opus 4.8, Sonnet 4.6, GPT 5.5), partner plugins (Monday.com, Miro, Adobe, Atlassian), and Edge browser access.

LangChain Deep Agents — The Batteries-Included Agent Harness, Explained
LangChain open-sourced Deep Agents — an opinionated, batteries-included agent harness built on LangGraph. Inspired by Claude Code, it ships with planning, filesystem access, sub-agent orchestration, context management, and persistent memory out of the box.