TL;DR: Frontier models can now satisfy roughly 2,000 simultaneous constraints, up from about 200 to 300 a year earlier, according to Arize, but the limiting factor has shifted from compression to verification and cost in long skills and agent prompts. That changes how teams govern agentic AI, especially where detailed instructions, tool use, and auditability intersect.
NHIMG editorial — based on content published by Arize: Models got an order of magnitude better at following instructions in one year
Questions worth separating out
Q: How should teams govern long instruction sets in production AI systems?
A: Treat long instruction sets as governed policy, not as static prompt text.
Q: Why do local AI agents complicate identity and access management?
A: They can retain legitimate permissions while changing timing, prioritisation, and action sequence outside human presence.
Q: What do security teams get wrong about high-capacity models?
A: They often assume that a model that accepts more instructions will also enforce them more reliably.
Practitioner guidance
- Define instruction budgets for production prompts Set a maximum number of critical constraints that can be validated in one prompt or skill, then split the remainder into checked policy layers and workflow controls.
- Test for failure mode, not just accuracy Run evaluations that distinguish between dropped instructions, refusals, and truncated outputs so the team can tell whether the model is failing open or failing closed.
- Add post-generation policy checks Validate model outputs against required business rules, access constraints, and prohibited actions before any downstream automation or agent execution occurs.
What's in the full report
Arize's full article covers the benchmark setup, model-by-model failure patterns, and cost breakdown this post intentionally leaves for the source:
- The exact IFScale methodology, including the vocabulary design and how accuracy was measured
- Model-specific behaviour across GPT 5.5, Gemini 3.1 Pro, Claude Opus 4.7, and DeepSeek V4 Pro
- The detailed cost table and trace instrumentation approach used during the experiments
- The authors' caveats on why named-item inclusion is only a proxy for real instruction following
👉 Read Arize's analysis of how frontier models now follow far more instructions →
Instruction scaling in frontier models: what changes for AI governance?
Explore further
Instruction scale is no longer the bottleneck, but assurance is. The practical shift in frontier models is that teams can now express much more policy inside a single interaction. That does not reduce governance pressure, because the real control question becomes whether the system can prove compliance after the fact. In AI and identity programmes, this moves the centre of gravity from prompt compression to control verification. The practitioner conclusion is that organisations need stronger evidence loops, not just longer prompts.
A question worth separating out:
Q: How can organisations prove their AI controls are actually working?
A: Look for evidence that policy decisions are logged, sensitive prompts are being redacted or blocked when required, and approved AI interactions are traceable by identity and business context. Effective programmes produce audit-ready records, not just policy text. If the control cannot explain what happened in a session, it is not operational enough.
👉 Read our full editorial: Frontier models now follow far more instructions, but verification