TL;DR: The chapter argues that AI succeeds because real-world data has structure, not because learning can be universal, and it draws on Chaitin, No-Free-Lunch, Solomonoff, and transformer expressivity limits to show that every learner depends on assumptions, according to Pentera. The practical lesson is that scaling increases capacity, but it does not remove the structural ceilings that shape generalisation, robustness, and long-horizon reasoning.
At a glance
What this is: This chapter argues that AI learning is powerful but bounded, because universal learning guarantees disappear once you remove the assumptions that make them possible.
Why it matters: For identity and security teams, this matters because AI systems embedded in IAM, NHI, and governance workflows inherit those same assumptions, so overselling generality creates control blind spots.
👉 Read Pentera's analysis of AI learning limits and transformer ceilings
Context
AI learning depends on structure in the data, on architectural bias, and on computable approximations to idealised inference. When those assumptions weaken, the guarantees weaken with them, which is why scaling alone does not produce a universal learner. In security programmes, that same pattern appears whenever teams assume a model can generalise cleanly across identities, workflows, and threat conditions without explicit governance.
The primary relevance for identity practitioners is conceptual rather than operational: once AI systems are used inside IAM, PAM, or NHI governance workflows, their decision quality becomes part of the control plane. That makes limits in generalisation, reasoning depth, and uncertainty handling a security issue, not just a machine learning issue.
Key questions
Q: How should security teams implement AI in identity-heavy environments?
A: Start with a narrow use case tied to a measurable security outcome, such as faster alert triage or fewer false positives. Keep the workflow bounded by policy, require human approval for identity changes, and review whether the AI improves the control it was meant to support. If the result cannot be measured, it should not be scaled.
Q: Why do AI models fail on edge cases even when they perform well overall?
A: Because overall accuracy hides the fact that real environments are not uniform. Models do well where the world resembles their training distribution, but edge cases often sit outside that structure. In security and identity settings, exceptions, rare workflows, and adversarial inputs expose the gap between learned bias and operational reality.
Q: What is the difference between scaling a model and improving its reliability?
A: Scaling increases capacity, but reliability depends on whether the model’s assumptions match the task. A larger model may learn more structure, yet it still fails if the environment shifts, the reasoning chain is too long, or the control decision requires guarantees the architecture cannot provide. Governance must test both size and fit.
Q: How should security teams govern AI in cybersecurity operations?
A: Security teams should govern AI in cybersecurity operations as a workflow control, not just a detection feature. Define where AI may summarise, prioritise, or route work, then keep approval authority, access changes, and exception handling under explicit human or policy control. This prevents convenience from quietly becoming delegated authority across the security programme.
Technical breakdown
Kolmogorov complexity and why finite models hit information ceilings
Kolmogorov complexity measures the shortest program that can generate a string. Chaitin’s incompleteness result shows that any consistent formal system can certify only finitely many lower bounds on that complexity, which means no finite description can prove arbitrarily deep facts about arbitrary objects. For AI, the lesson is that parameter count is not a magic escape hatch. A model can represent useful structure, but it cannot exhaust the space of possible complexity or certify irreducibility at will.
Practical implication: Treat model scale as capacity, not proof of universal understanding.
No-Free-Lunch and the role of inductive bias in machine learning
No-Free-Lunch theorems show that averaged over all possible problems, every learner performs the same. The only reason some models work better in practice is that the real world is not uniform over all functions. It is concentrated in low-complexity, structured regions where architectural bias, optimisation dynamics, and data regularity align. This means modern AI does not win because it escaped bias. It wins because its bias matches the structure of the tasks we care about.
Practical implication: Validate whether the model’s bias matches the operating environment before trusting generalisation claims.
Why Solomonoff-style ideal learning remains unimplementable
Solomonoff induction assigns prior weight to every computable hypothesis in proportion to its description length, and AIXI extends that idea into decision-making. In theory, this is close to an optimal learner under computable environments. In practice, it is uncomputable, and even the choice of universal reference machine can distort convergence. So the mathematically cleanest notion of universal prediction is not deployable as an actual system, which leaves real organisations with approximations instead of guarantees.
Practical implication: Design governance around approximation error, not around a fantasy of optimal prediction.
NHI Mgmt Group analysis
AI governance debt is the hidden cost of assuming universal learning. The chapter’s core message is that modern AI works because it is biased toward structure, not because it has escaped the need for assumptions. That creates governance debt when teams treat model scaling as a substitute for understanding failure modes, uncertainty, and drift. For security and identity programmes, the right question is not whether a model is large enough, but whether its assumptions remain aligned with the workflow it is making decisions about.
Simplicity bias is an asset until the data shifts. The chapter explains that deep learning generalises well where the world is low-complexity, but that same simplicity prior becomes fragile when inputs become adversarial, long-tail, or out-of-distribution. That matters for identity operations because unusual access patterns, delegated workflows, and exception handling are exactly where simplification can mislead. Practitioners should interpret generalisation claims as environment-specific, not universal.
Transformer ceilings are an architectural limit, not a tuning problem. Merrill-Sabharwal’s result shows that constant-depth, low-precision transformers cannot solve certain classes of problems in one pass, regardless of parameter count. That means some reasoning failures are structural, not merely due to insufficient training or prompt quality. For teams using AI in security decision support, this is a reminder that workflow design must account for bounded expressivity, especially when the task requires multi-step state tracking.
Agentic AI inherits the same bounded-learning problem once it becomes part of a control workflow. The moment an AI system is used to evaluate access, prioritise alerts, or recommend policy actions, its outputs become part of an identity or security decision chain. That makes miscalibration a control issue, not just a model issue. The practical conclusion is that AI governance should separate model capability from decision authority, with human or policy checks where error costs are high.
Low-complexity world assumptions should be named explicitly in security AI programmes. The chapter implicitly depends on a named concept we can call the structure match gap: the difference between the simplifying assumptions baked into the model and the actual complexity of the environment. When that gap widens, confidence outpaces reliability. Security leaders should treat that gap as a governance metric, because it predicts where automation will fail first.
What this signals
AI governance programmes should expect recurring mismatch between model bias and operational reality, especially where security workflows contain exceptions, delegated actions, or unusual identity patterns. The practical signal is not whether the model looks accurate in aggregate, but whether it remains reliable in the edges that matter most.
The structure match gap: this is the distance between the simplifying assumptions a model learns and the actual complexity of the environment it governs. Identity and security teams should treat that gap as a live risk metric, because it predicts where automation will overreach first.
For practitioners
- Define the model’s decision boundary Document exactly which identity or security decisions the model may support and which remain out of scope. Use this boundary to keep high-impact actions such as access approval, privilege changes, or policy overrides under explicit governance.
- Test for structure match drift Evaluate whether the data the model sees in production still resembles the low-complexity patterns it was trained on. Track exception rates, unusual workflows, and out-of-distribution inputs as leading indicators of failure.
- Separate prediction from authority Prevent model outputs from becoming direct control actions without review. In IAM and NHI workflows, require policy or human approval where the consequence of a wrong recommendation would be privilege escalation or access loss.
- Instrument uncertainty in AI-assisted controls Measure how often the model hesitates, generalises poorly, or conflicts with policy under edge cases. Feed those signals into governance reviews so the programme can see where approximation is breaking down.
Key takeaways
- AI learning succeeds because real-world data is structured, not because learners can become universal.
- Scaling increases model capacity, but it does not remove the architectural and mathematical limits on prediction and reasoning.
- Identity and security programmes should govern AI as a bounded control component, with explicit scope, review, and drift monitoring.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST AI RMF provides the primary governance reference for this term.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | The article focuses on governance, accountability, and bounded model use. |
Establish governance for where AI may advise, decide, and require human review.
Key terms
- Kolmogorov Complexity: Kolmogorov complexity is the length of the shortest program that can generate a given string on a fixed universal machine. It is a practical way to talk about how compressible or information-dense something is, and it helps explain why some patterns are easy to learn while others resist compression.
- No-Free-Lunch Theorem: The No-Free-Lunch theorem says no learning algorithm is universally best across all possible problems. Any advantage on one class of tasks is offset by disadvantage on others, which is why real-world performance depends on the fit between the learner’s inductive bias and the structure of the data.
- Solomonoff Induction: Solomonoff induction is a formal Bayesian framework that weights hypotheses by their description length, favouring simpler explanations. It is the closest thing to an ideal universal predictor for computable environments, but it is not computable in practice, so organisations can only approximate it.
- Inductive Bias: Inductive bias is the set of assumptions a learning system uses to generalise beyond its training data. In practice, it is the reason one model works well on a specific problem while another fails, and it becomes a governance issue whenever the environment shifts faster than the model’s assumptions.
What's in the full article
Pentera's full research covers the technical proofs and complexity-theory details this post intentionally leaves at the analytical level:
- Formal derivations of Chaitin’s incompleteness theorem and Kolmogorov complexity bounds
- The No-Free-Lunch proof structure and the role of inductive bias in practical learning
- Solomonoff induction, AIXI, and why the ideal predictor remains uncomputable
- The transformer expressivity ceiling and its implications for chain-of-thought and recursion
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps security practitioners connect identity controls to the wider operational risks created by automated systems and AI-assisted workflows.
Published by the NHIMG editorial team on August 17, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org