We gave a 69-agent system 35 minutes to work on the content of our own website. Sixteen texts reached the checks. The language check rejected 15 of them at the first pass, 94 percent. No human approved a text.
That line reads like a story about AI writing content. It is not. It is about where the review sits.
The system is a multi-agent architecture running in production at iaFlux Studio: specialized agents organized by domain, an orchestrator, and gates with the authority to block a delivery before it ships. The full architecture behind it, 181 agent roles, 19 domains, 22 blocking gates, is documented and released under CC BY 4.0 on GitHub: https://github.com/iaflux-studio/sistema-multi-agente
For this run, every text went through three independent checks before it could count as finished: an editorial reviewer, a claims verifier, and a compliance check. Each could reject on its own. None could overrule another's rejection. Most "AI writes content" demos measure output speed. This measures the opposite: how much of that output a system discards on its own, and on what grounds. A 94 percent rejection rate at the first pass is not a failure. It is what the gates are built to do. The alternative is a human catching those 15 texts after publication, which does not scale and leaves no audit trail.
The gates catch what they were written to catch. They do not replace domain judgment on edge cases, they add real latency and maintenance cost, and a gate is only as strict as the criteria someone wrote into it. This is one measured run, not a claim of zero errors. The rejection rate is measured on this one run, not continuously; that gap is declared in the public documentation.
Full breakdown of the three checks and the architecture behind them (Italian): https://www.iaflux.it/la-macchina-che-boccia-il-proprio-lavoro/
Production systems built on this architecture, each with a named client and measured numbers: https://www.iaflux.it/portfolio/
Antonio Santoro, iaFlux Studio