Sovereign Systems Specification

Open architecture specification for provenance-aware AI systems and institutional memory.

View the Project on GitHub kenwalger/sovereign-system-spec

Agentic Thrashing

Phase red - Anti-Pattern

Definition

Agentic Thrashing is an architectural failure mode in agentic AI systems analogous to operating system memory thrashing. It occurs when an orchestrator loads an un-sieved, contradictory, or un-evicted working set into the context window, causing the model to spend its primary attention budget reconciling conflicting inputs or filtering semantic noise rather than executing task logic.

Origin

The term Agentic Thrashing was first formalized as part of the Sovereign Systems Specification by Ken W. Alger in 2026, building upon classical systems engineering analogies established in the Building the AI Memory Stack series.

Why It Matters

Agentic Thrashing converts compute budget directly into latency and error without advancing task state. It is frequently amplified by excessive Prose Tax and Context Tax, forcing the model to spend attention resolving verbosity and low-value context before meaningful reasoning can begin.

Common symptoms include:

Example

An autonomous coding agent is assigned to refactor an API endpoint.

The orchestrator loads the current repository state into Active Working Memory alongside an outdated Architecture Decision Record (ADR) and three previous execution logs that contradict the new design.

Rather than editing the code, the model spends four consecutive inference passes attempting to explain why the old ADR and the new codebase disagree, ultimately failing to generate a valid pull request.

The Sovereign Alternative

Sovereign Systems prevent Agentic Thrashing by enforcing:

References