A watch note from August 7, 2026 that reads Shieldstral 1.0 3B — the multimodal safety classifier released by Mistral AI on August 4 under Apache 2.0 — as the translation into product form of a political stance.

The starting paradox. On May 13, 2026, before the National Assembly's commission of inquiry into digital vulnerabilities, Arthur Mensch refused any oversight role for Mistral over the end use of its models: "we do not have democratic legitimacy," dismissing along the way Anthropic's stance. Less than three months later, Mistral releases a moderation model. The author dissolves the contradiction: Shieldstral carries no taxonomy of the licit and the illicit — it answers a question the deployer writes.

The mechanism. The prompt fits in three parts: context and severity, a single closed question, the content to be judged. The model answers yes or no and the softmax over these two tokens gives a continuous score. The policy is therefore not learned: whereas Llama Guard 4 embeds the MLCommons taxonomy fixed at training time, Shieldstral reads yours in natural language at inference time, modifiable without retraining. The technical report (arXiv, July 28) quantifies this choice: 61.1% F1 on adaptability with public datasets alone, +23.3 points thanks to 4.4 million contrastive pairs generated by an LLM, 91.3% after merging three checkpoints. The object is sized to run on-premises: 3.8B parameters, Ministral 3 base and Pixtral vision encoder, 12 languages, 16 GB of VRAM. On text, 84.9% average F1 — on par with GPT-OSS-Safeguard-20B, seven times larger. Caveat raised by the author: the vendor's own figures, on the vendor's own test sets, with no third-party evaluation.

The thesis. Two places to house the guardrail. At Anthropic (June 9), it lives in the weights and the publisher arbitrates who is exempt from it — Claude Fable 5 public, Claude Mythos 5 reserved for Project Glasswing cyberdefenders. At Mistral, it sits outside the model: a separate, open, self-hostable component. A choice aligned with sovereign and banking clients, and with a sovereignty that is qualified dependency by dependency.

The setback. Three documented gaps: auditability (binary output, no reasoning trace, while the deployer bears the justification burden under an AI Act audit), robustness (Voltaire's Treatise on Tolerance classified as "calls for violence" — a mention/endorsement confusion), availability (neither a billed endpoint nor an official Ollama listing as of August 6). Hence three rules: calibrate two thresholds on an in-house dataset, log the active policy question, test mention/endorsement and your languages — and keep a separate prompt-injection detector. "Apache 2.0, 16 GB of VRAM, and the responsibility shipped along with the weights."