A tech-watch note dated 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 product translation of a political stance.

The starting paradox. On May 13, 2026, before the French National Assembly's inquiry commission on digital vulnerabilities, Arthur Mensch refused any oversight by Mistral over the end use of its models: "we do not have democratic legitimacy," setting aside 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 lawful and the unlawful — it answers a question that the deployer writes.

The mechanism. The prompt holds in three parts: context and severity, a single closed question, the content to judge. The model answers yes or no and the softmax over these two tokens yields a continuous score. The policy is therefore not learned: where Llama Guard 4 embeds the MLCommons taxonomy frozen 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 adaptability with public test sets 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. ⚠️ Reservation raised by the author: vendor figures, vendor test sets, no third-party evaluation.

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

The setback. Three documented gaps: auditability (binary output, no reasoning trace, while the deployer carries the justification burden under an AI Act audit), robustness (Voltaire's Treatise on Tolerance classified as "calls for violence" — mention/endorsement confusion), availability (neither a billed endpoint nor an official Ollama as of August 6). Hence three rules: calibrate two thresholds on an in-house test set, 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."