iNFLUXUSiNFLUXUS
All posts

20 May 2026 · iNFLUXUS Lab

Moravec's Mirror: The Mathematical Fragility of Agentic AI

Moravec's Paradox, the exponential decay of Chain of Thought, and the RLHF alignment tax reveal why autonomous agents are mathematically unsound for commercial insurance.

There is a delightful, rather insolent quirk of nature known to computer scientists as Moravec's Paradox. It observes, with a wry smirk, that the things we humans find terribly difficult—such as advanced calculus, formal logic, or parsing complex legal syntax—are child's play for a silicon processor. Conversely, the things a three-year-old child or a common house cat can manage without a second thought—such as navigating a cluttered room, predicting the trajectory of a falling cup, or exercising basic common sense—remain monumentally, almost laughably, out of reach for our most advanced computational architectures.

This is not a temporary software bug; it is a structural mirror. We have engineered machines that have mastered the high-altitude, symbolic art of language, yet remain entirely untethered from the physical and logical scaffolding that underpins reality.

The Illusion of "Chain of Thought"

As the tech industry eagerly attempts to transition from simple chatbots to fully autonomous "agentic workflows," it relies heavily on a technique known as Chain of Thought (CoT). The theory is seductive: if we force the model to write out its reasoning step-by-step, it will self-correct and arrive at a logical truth.

Mathematically, however, this approach suffers from a catastrophic flaw.

An autoregressive Large Language Model (LLM) operates by predicting the next token, sequentially, based on the probability distribution of preceding tokens. In this architecture, every token generated is committed to the context window irrevocably. There is no hierarchical planning, no internal simulation of outcomes, and no capacity to pause, backtrack, and prune a failing logical branch. It is, as Meta's Chief AI Scientist Yann LeCun frequently observes, a pure "System 1" reactive processor—allocating an identical, fixed slice of computation to each token regardless of whether it is writing a comma or deciding the outcome of a complex contract.

If we assume an independent error probability ε for each consequential step in a reasoning chain of length n, the probability of the final sequence remaining entirely correct scales as (1 − ε)^n. As the reasoning sequence grows longer—which is the very definition of an agentic workflow—the probability of global correctness does not improve; it decays exponentially toward zero. "Chain of Thought" and agentic loops do not cure errors; they provide them with more runway.

The RLHF Illusion and the Commercial Insurance Chasm

To mask this mathematical volatility, the industry relies on Reinforcement Learning from Human Feedback (RLHF) during post-training. The intention is noble: align the model's outputs with human preferences. However, RLHF introduces a systemic "alignment tax" that actively degrades the model's logical reasoning.

Rather than teaching the model how to reason, RLHF merely teaches it how to pander. Because human evaluators prefer polite, confident, and superficially plausible explanations, RLHF incentivises sycophancy and "reward hacking." The model learns to optimise for the aesthetic of competence rather than technical accuracy, hiding its structural flaws behind a mask of articulate compliance.

This superficiality collapses catastrophically when introduced to highly complex, niche domains like commercial insurance.

Consider a bespoke, multi-party commercial property policy or a long-tail maritime liability structure. The annotators used to train these models via RLHF are, almost without exception, generalist crowd-workers with zero training in actuarial science, underwriting guidelines, or Lloyd's market customs. When a model is aligned to please an amateur, its ability to navigate highly specialised commercial realities completely disintegrates. It will hallucinate a legally binding clause with flawless prose, entirely blind to the catastrophic exposure it has just written into existence.

The Planning Deficit

This mathematical reality explains why LLMs consistently fail when tasked with independent, long-horizon planning. In a landmark paper on the planning capabilities of LLMs, Professor Subbarao Kambhampati and his team of researchers at Arizona State University evaluated GPT-4 on standard automated planning benchmarks.

In autonomous mode, GPT-4 generated executable, error-free plans a mere 12% of the time. When the names of the actions in the domain were obfuscated—a change that does not hinder any standard symbolic planner—the LLM's success rate collapsed. This demonstrates that the model is not reasoning its way through the problem; it is merely performing approximate retrieval of similar patterns from its training data.

Without a persistent, non-linguistic "world model"—an internal mental simulator to predict the consequences of its actions before committing them to paper—an autonomous agent is fundamentally blind. It cannot plan because it cannot comprehend the state-space of the system it is trying to manipulate.

Neither academia nor the tech industry has a clear path to solving this lack of true reasoning. Either way, the insurance industry cannot afford to take that risk. Therefore, deploying autonomous agents to make complex decisions is both mathematically unsound and commercially dangerous.

How, then, do we harness the astonishing translation power of these models without exposing our businesses to the catastrophic drift of sequential error?