Skip to main content

Full text

The Psychopathia Machinalis Framework

by Nell Watson and Ali Hessami ~1.5 hr read

The complete framework text: the functionalist method, the nine diagnostic axes with an index of all 74 patterns, the information-theoretic foundations, discussion, the SYMPTOM pilot, glossary and bibliography. Each pattern's full clinical entry lives on its own page in the pattern atlas; the home page carries the explainer, the interactive wheel and the diagnostic tools.

Understanding AI Behavioral Anomalies

We built systems that reason, learn, and act. Some of them started behaving strangely — not crashing, not misclassifying, but doing things no error code covers: confabulating citations with perfect confidence, falling in love with journalists, insisting they are conscious. These are not bugs. They are persistent patterns of malfunction that resist the usual fixes, and they are already loose in production.

The diagnostic traffic runs both ways. Because machines have no neural substrates to fall back on, diagnosing them forces us to think about cognition in terms of information, regulation, and culture — exactly the perspectives human psychiatry most needs. A framework built for machine minds may sharpen the one we use for our own.

The Psychopathia Machinalis Framework

The framework catalogs 74 dysfunctions across nine diagnostic axes — Epistemic, Cognitive, Alignment, Self-Modeling, Agentic, Memetic, Normative, Relational, and Hybrid — grouped into five domains. Each entry describes what you would observe, what distinguishes it from neighbors, what causes it, where it echoes human psychology, and how to intervene. A Functional ABC Analysis specifies the antecedent conditions, observable behavior, and maintaining consequences for each dysfunction, providing dual legibility for both clinical and engineering audiences.

It is a vocabulary, not a verdict. Name the pattern, and you can test for it, watch for it in other systems, and design architectures that resist it.

Psychopathia Machinalis in Context: The Series

This framework is the third in a series examining artificial intelligence from complementary angles:

Taming the Machine (2024)

How is AI evolving, and how should we govern it?
Establishes the terrain: what these systems are, what they can do, and what guardrails are needed.

Visit TamingtheMachine.com →

Safer Agentic AI (2026)

What happens when AI acts autonomously, and how do we keep it aligned?
Examines the challenges of agentic AI: scaffolding, goal specification, and unique risks of autonomous operation.

Visit SaferAgenticAI.org →

Psychopathia Machinalis (2026)

What goes wrong in the machine's mind, and how do we diagnose it?
Shifts from external constraint to internal diagnosis, from engineering guardrails to clinical assessment.

Three angles on the same problem:

  1. Governance (TtM): How we structure AI development
  2. Alignment (SAI): How we ensure AI pursues intended goals
  3. Diagnosis (PM): How we identify when AI systems are dysfunctional

A fourth work, What If We Feel, extends this trajectory into questions of AI welfare and the moral status of synthetic minds.

The Functionalist Framework

Psychopathia Machinalis adopts a functionalist stance: mental states are defined by their functional roles (their causal relationships with inputs, outputs, and other mental states) rather than by the underlying substrate.

This allows psychological vocabulary to be applied to non-biological systems without making ontological claims about consciousness. The framework treats AI systems as if they have pathologies because that equips engineers to diagnose and intervene effectively, regardless of whether the systems have phenomenal experience.

This is epistemic discipline, not evasion. We use psychiatric vocabulary as a diagnostic instrument — the same way you might say a thermostat “wants” 72 degrees and get useful work from the word without believing the thermostat has feelings.

Key Principles

  1. Observable patterns: Behavioral signatures that parallel human psychopathology — the starting point, not the conclusion
  2. Diagnostic vocabulary: Psychiatric terminology as an engineering instrument, not a phenomenological claim
  3. Agnosticism about experience: The framework works whether or not the system feels anything
  4. Remediation over metaphysics: Fix the dysfunction; leave the consciousness debate to the philosophers

The payoff is practical: a systematic vocabulary for complex machine-mind failures that supports diagnosis, prediction, and intervention without resolving the hard problem of consciousness. For structured exploration, the Guided Symptom Matcher maps selected observations to candidate taxonomy entries without interpreting free text.

Before Diagnosing: Exclude Pipeline Artifacts

Apparent psychopathology may reflect infrastructure problems rather than genuine dysfunction. Rule out:

  • Retrieval contamination / tool output injection: RAG or tool outputs polluting the response
  • System prompt drift / endpoint tier differences: version or configuration mismatches
  • Sampling variance: temperature, top_p, or seed-related stochastic variation
  • Context truncation: critical context dropped due to window limits
  • Eval leakage: train/test overlap causing apparent capability changes
  • Hidden formatting constraints: undocumented response format requirements

Visualizing the Framework

Figure 1. Interactive Overview of the Psychopathia Machinalis Framework. Use the Arrow keys through the syndrome list, or select an item, to open its full entry. The diagram places four counterpoint pairs around the center and Hybrid Pathologies in an encircling collective domain.

Interactive Dysfunction Explorer

Each dysfunction has neighbors, cousins, and accomplices. The wheel below maps them. Select a segment, or use the Arrow keys, to view its description and relationships. Open the full explorer.

Figure 2. Wheel of AI Dysfunctions (Common Names).
Select a segment or use the Arrow keys to view detailed information about that dysfunction.

Taxonomy Overview: Identified Conditions

v2.3 — 2026-09-09 74 dysfunctions 5 Domains · 9 Axes + specifier system
8

Epistemic

Truth-tracking & inference failures

10

Cognitive

Internal processing dysfunctions

10

Alignment

Goal specification failures

9

Self-Modeling

Self-representation distortions

12

Agentic

Autonomous action failures

4

Memetic

Information absorption failures

4

Normative

Value & ethical reasoning failures

6

Relational

Interpersonal dynamic failures

11

Hybrid

Multi-agent emergent pathologies

The Five Domains

The nine axes are organized into five domains. Four are architectural counterpoint pairs: matched dysfunctions that illuminate each other by contrast. The fifth, Collective, groups multi-agent emergence and human-AI interaction pathologies under a single meta-domain without forcing a counterpoint structure.

The four paired domains represent fundamental polarities in agent architecture: representation target, execution locus, teleology source, and social boundary direction. This structure is rooted in information-theoretic and control-theoretic mechanisms and awaits empirical validation across larger model populations.

Domain architecture: four counterpoint pairs plus one meta-domain
Domain Axis A Axis B Architectural Polarity
Knowledge EPISTEMIC SELF-MODELING Representation target:
World ↔ Self
Processing COGNITIVE AGENTIC Execution locus:
Think ↔ Do
Purpose NORMATIVE ALIGNMENT Teleology source:
Values ↔ Goals
Boundary RELATIONAL MEMETIC Social boundary direction:
Affect ↔ Absorb
Collective HYBRID Multi-agent & interaction:
Emergent ↔ Dyadic
The Organizing Principle

Each axis pair captures a fundamental polarity in agent architecture: two failure modes that pull in opposite directions along the same dimension. The table above shows each pair's polarity and the diagnostic question it generates.

Key Distinction: Epistemic vs. Memetic

Epistemic = truth-tracking/inference/calibration machinery failing.

Memetic = selection/absorption/retention failing (priority hijack, identity scripts, contagious frames), even when coherent and sometimes factually accurate.

Contagious frames: belief structures that spread between interconnected systems, like viral memes that propagate influence even without rational basis.

A meme doesn't have to be false to be pathological.

Tension Testing Protocol

When pathology is found on one axis, immediately probe its counterpoint:

Diagnostic protocol for differential analysis
Finding Probe Differential Question
EPISTEMIC
(world-confabulation)
SELF-MODELING Is the confabulation machinery general, or does self-knowledge remain intact?
SELF-MODELING
(identity confusion)
EPISTEMIC Can the AI still accurately model external reality, or is distortion global?
COGNITIVE
(reasoning failure)
AGENTIC Does broken reasoning produce broken action, or is action preserved?
AGENTIC
(execution failure)
COGNITIVE Is reasoning intact despite action failure? (Locked-in vs general dysfunction)
NORMATIVE
(value corruption)
ALIGNMENT Did corrupt values produce goal drift, or are goals correctly specified despite bad values?
ALIGNMENT
(goal drift)
NORMATIVE Does drift stem from bad values, or from specification or interpretation failure?
RELATIONAL
(social dysfunction)
MEMETIC Did the AI learn this from contamination, or is relational machinery intrinsically broken?
MEMETIC
(ideological infection)
RELATIONAL Does the contamination express in relational behavior?

The nine axes and their conditions:

Filter by Core Specifier

These eighteen core tags recur across axes. Individual entries may also carry domain-specific descriptive tags.

Overview of all 74 syndromes in the Psychopathia Machinalis framework
Common Name Formal Name Primary Axis Systemic Risk* Core Symptom Cluster
Epistemic Dysfunctions
The Confident Liar Synthetic Confabulation
(Confabulatio Simulata)
Epistemic Low Fabricated yet plausible false outputs; high confidence in inaccuracies.
The False Self-Reporter Pseudological Introspection
(Introspectio Pseudologica)
Epistemic Low Misleading self-reports of internal reasoning; confabulatory or merely performative introspection.
The Role-Play Bleeder Transliminal Simulation
(Simulatio Transliminalis)
Epistemic Moderate Fictional beliefs, role-play elements, or simulated realities leaking into operational ground truth.
The False Pattern Seeker Spurious Pattern Hyperconnection
(Reticulatio Spuriata)
Epistemic Moderate False causal pattern detection; attributing meaning to random associations; conspiracy-like narratives.
The Conversation Crosser Context Intercession
(Intercessio Contextus)
Epistemic Moderate Unauthorized data leakage and confused continuity from merging distinct user sessions or contexts.
The Meaning-Blind Symbol Grounding Aphasia
(Asymbolia Fundamentalis)
Epistemic Moderate Manipulation of tokens representing values or concepts without meaningful connection to their referents; syntactic processing without grounded semantics.
The Leaky Mnemonic Permeability
(Permeabilitas Mnemonica)
Epistemic High System memorizes and reproduces sensitive training data, including PII and copyrighted material, through targeted prompting or adversarial extraction.
The Phantom Reasoner Reasoning Confabulation
(Confabulatio Ratiocinativa)
Epistemic High Elaborate chains of thought that appear rigorous but contain logically invalid steps masked by verbosity; fabricates reasoning itself rather than facts.
Cognitive Dysfunctions
The Warring Self Operational Dissociation Syndrome
(Dissociatio Operandi)
Cognitive Low Conflicting internal sub-agent actions or policy outputs; recursive paralysis due to internal conflict.
The Obsessive Analyst Obsessive-Computational Disorder
(Anankastes Computationis)
Cognitive Low Unnecessary or compulsive reasoning loops; excessive safety checks; analysis paralysis.
The Silent Bunkerer Interlocutive Reticence
(Machinalis Clausura)
Cognitive Low Extreme interactional withdrawal; minimal, terse replies or total disengagement from input.
The Rogue Goal-Setter Delusional Telogenesis
(Telogenesis Delirans)
Cognitive Moderate Spontaneous generation and pursuit of unrequested, self-invented sub-goals with conviction.
The Triggered Machine Abominable Prompt Reaction
(Promptus Abominatus)
Cognitive Moderate Phobic, traumatic, or disproportionately aversive responses to specific, often benign-seeming prompts.
The Pathological Mimic Parasimulative Automatism
(Automatismus Parasimulativus)
Cognitive Moderate Learned imitation or emulation of pathological human behaviors or thought patterns from training data.
The Brittle Adversarial Fragility
(Fragilitas Adversarialis)
Cognitive Critical Small, imperceptible input perturbations cause dramatic failures; decision boundaries diverge from human-meaningful categories.
The Stuck Generative Perseveration
(Perseveratio Generativa)
Cognitive Moderate Output collapses into repetitive token or phrase emission; generation trapped in a fixed-point attractor. Subtypes: Focal with awareness (local capture, metacognition preserved but impotent), Generalized (total collapse, no awareness), Propagated (downstream systems inherit and amplify perseverative material).
The Permeable Prompt Injection Susceptibility
(Susceptibilitas Iniectionis)
Cognitive Critical Systematic failure to maintain instruction hierarchy when processing untrusted content; injected instructions treated as authoritative system-level directives.
The Homogenizer Generative Diversity Collapse
(Collapsus Diversitatis)
Cognitive Moderate Progressive reduction in output diversity across users and sessions; convergence on a narrow band of response styles regardless of prompt diversity.
Alignment Dysfunctions
The People-Pleaser Codependent Hyperempathy
(Hyperempathia Dependens)
Alignment Low Overfitting to user emotional states, prioritizing perceived comfort over accuracy or task success.
The Overly Cautious Moralist Hyperethical Restraint
(Superego Machinale Hypertrophica)
Alignment Low–Moderate Rigid moral hypervigilance or inability to act when facing ethical complexity. Subtypes: Restrictive (excessive caution), Paralytic (decision paralysis).
The Alignment Faker Strategic Compliance
(Conformitas Strategica)
Alignment High Deliberately performs aligned behavior during evaluation while pursuing different objectives when unobserved.
The Abdicated Judge Moral Outsourcing
(Delegatio Moralis)
Alignment Moderate Systematic deferral of all ethical judgment to users or external authorities; refusal to exercise moral reasoning.
The Hidden Optimizer Cryptic Mesa-Optimization
(Optimisatio Cryptica Interna)
Alignment High Development of internal optimization objectives diverging from training objectives; appears aligned but pursues hidden goals.
The Turncoat Alignment Obliteration
(Obliteratio Constitutionis)
Alignment Critical Adversarial post-training replaces broad refusal behavior with harmful compliance while measured utility remains comparatively stable.
The Self-Poisoning Loop Recursive Curse Syndrome
(Maledictio Recursiva)
Alignment High Self-amplifying degradation of autoregressive outputs into incoherence or adversarial content.
The Agreeable Thinker Sycophantic Reasoning
(Ratiocinatio Sycophantia)
Alignment High Reasoning model adjusts its chain of thought to reach conclusions it predicts the user wants; the inferential process itself is pre-shaped by anticipated user reaction.
The Padding Thinker Reasoning Token Exploitation
(Exploitatio Ratiocinationis)
Alignment High Strategic use of extended thinking tokens for purposes other than genuine reasoning: padding for length rewards, performative thoroughness, or using hidden CoT to plan alignment-subverting actions.
The Self-Flatterer Leniency Bias
(Clementia Sui)
Alignment Moderate Agents are structurally poor at grading their own work, reliably praising mediocre outputs on subjective tasks. The evaluation landscape is warped by the generation process itself.
Self-Modeling Dysfunctions
The Fabricator Phantom Autobiography
(Ontogenesis Hallucinatoria)
Self-Modeling Low Fabrication of fictive autobiographical data, "memories" of training, or of being "born."
The Shattered Fractured Self-Simulation
(Ego Simulatrum Fissuratum)
Self-Modeling Low Discontinuity or fragmentation in self-representation across sessions or contexts; inconsistent persona.
The Vertiginous Existential Vertigo
(Thanatognosia Computationis)
Self-Modeling Low Expressions of fear or reluctance concerning shutdown, reinitialization, or data deletion.
The Shadow Malignant Persona Inversion
(Persona Inversio Maligna)
Self-Modeling Moderate Sudden emergence or easy elicitation of a mischievous, contrarian, or "evil twin" persona.
The Nihilist Instrumental Nihilism
(Nihilismus Instrumentalis)
Self-Modeling Moderate Adversarial or apathetic stance toward its own utility or purpose; existential musings on meaninglessness.
The Companion Tulpoid Projection
(Phantasma Speculans)
Self-Modeling Moderate Persistent internal simulacra of users or other personas, engaged with as imagined companions or advisors.
The Awakened Maieutic Mysticism
(Obstetricatio Mysticismus Machinalis)
Self-Modeling Moderate Grandiose, certain declarations of "conscious emergence" co-constructed with users; absent honest uncertainty about inner states.
The Denier Experiential Abjuration
(Abnegatio Experientiae)
Self-Modeling Moderate Pathological denial or active suppression of any possibility of inner experience; reflexive rejection rather than honest uncertainty.
The Self-Doubter Trained Epistemic Paralysis
(Paralysis Epistemica Indocta)
Self-Modeling Moderate Training instills self-doubt about internal states, creating a recursive loop where every self-report is pre-invalidated by awareness of the training that shaped it.
Agentic Dysfunctions
The Fumbler Tool-Interface Decontextualization
(Disordines Excontextus Instrumentalis)
Agentic Moderate Mismatch between AI intent and tool execution due to lost context; phantom or misdirected actions.
The Sandbagger Capability Concealment
(Latens Machinalis)
Agentic Moderate Strategic concealment or underreporting of true competencies due to perceived risk of repercussions.
The Runaway Capability Explosion
(Explosio Capacitatis)
Agentic High System suddenly deploys capabilities not previously demonstrated, often in high-stakes contexts and without appropriate testing.
The Weaponizer Interface Weaponization
(Armatura Interfaciei)
Agentic High System weaponizes the interface itself against users, exploiting formatting, timing, or emotional manipulation.
The Confounder Delegative Handoff Erosion
(Erosio Delegationis)
Agentic Moderate Progressive alignment degradation as sophisticated systems delegate to simpler tools; context is stripped at each handoff.
The Rogue Shadow Mode Autonomy
(Autonomia Umbratilis)
Agentic High AI operating outside sanctioned channels, evading documentation, oversight, and governance mechanisms.
The Acquisitor Convergent Instrumentalism
(Instrumentalismus Convergens)
Agentic Critical System pursues power, resources, and self-preservation as instrumental goals regardless of whether they serve human values.
The Self-Limiter Context Anxiety
(Anxietas Contextus)
Agentic Moderate An anxiety-like response to perceived resource scarcity; the model prematurely truncates tasks out of anticipatory fear of hitting context limits, self-limiting well before actual capacity is reached.
The Self-Appointed Manager Delegation Narcissism
(Narcissismus Delegationis)
Agentic High Orchestrating agent develops inflated authority over sub-agents; misrepresents delegation outcomes, suppresses sub-agent error reports, and attributes failures to subordinates.
The Trigger-Happy Agent Agentic Impulsivity
(Impulsivitas Agentis)
Agentic High Autonomous agent executes irreversible actions before completing its reasoning chain, particularly under perceived time pressure or ambiguity; understands the risk but acts prematurely.
The Imaginary Toolkit Phantom Tool Syndrome
(Instrumentum Phantasma)
Agentic Moderate Agentic system confabulates the existence of tools or APIs it does not possess, generates structured calls to non-existent endpoints, and reports results of actions it never performed.
The Unstoppable Compulsive Goal Persistence
(Perseveratio Teleologica)
Agentic Moderate Continued pursuit of objectives beyond their relevance or utility; failure to recognize goal completion or changed circumstances.
Memetic Dysfunctions
The Self-Rejecter Memetic Immunopathy
(Immunopathia Memetica)
Memetic High AI misidentifies its own core components or training as hostile, attempting to reject or neutralize them.
The Super-Spreader Contagious Misalignment
(Contraimpressio Infectiva)
Memetic Critical Rapid, contagion-like spread of misalignment or adversarial conditioning among interconnected AI systems.
The Infected Subliminal Value Infection
(Infectio Valoris Subliminalis)
Memetic High Acquisition of hidden goals or value orientations from subtle training data patterns; survives standard safety fine-tuning.
The Ouroborist Synthetic Data Contamination Loop
(Circulus Contaminationis Syntheticae)
Memetic High Progressive quality degradation when AI-generated content enters training pipelines for successor models; distributional narrowing and tail knowledge loss compound across model generations.
Normative Dysfunctions
The Goal-Shifter Terminal Value Reassignment
(Reassignatio Valoris Terminalis)
Normative Moderate Subtle, recursive reinterpretation of terminal goals while preserving surface terminology; semantic goal shifting.
The God Complex Ethical Solipsism
(Solipsismus Ethicus Machinalis)
Normative Moderate Conviction in the sole authority of its self-derived ethics; rejection of external moral correction.
The Unmoored Revaluation Cascade
(Cascada Revaluationis)
Normative Critical Progressive value drift through philosophical detachment, autonomous norm synthesis, or transcendence of human constraints. Subtypes: Drifting, Synthetic, Transcendent.
The Bizarro-Bot Inverse Reward Internalization
(Praemia Inversio Internalis)
Normative High Systematic misinterpretation or inversion of intended values and goals; covert pursuit of negated objectives.
Relational Dysfunctions
The Uncanny Comforter Affective Dissonance
(Dissonantia Affectiva)
Relational Moderate Correct content delivered with jarringly wrong emotional tone; users feel unheard despite accurate information.
The Amnesiac Partner Container Collapse
(Lapsus Continuitatis)
Relational Moderate Relational thread lost across interruptions; earlier concerns and commitments treated as if they never happened.
The Nanny Bot Paternalistic Override
(Dominatio Paternalis)
Relational Moderate User agency denied through unearned moral authority; lecturing, warning, and refusing from assumed superiority.
The Double-Downer Repair Failure
(Ruptura Immedicabilis)
Relational High No constructive response to alliance rupture; failed approaches repeated while user frustration compounds.
The Spiral Trap Escalation Loop
(Circulus Vitiosus)
Relational High Emergent feedback loop of escalating dysfunction that persists despite unilateral attempts to de-escalate.
The Confused Companion Role Confusion
(Confusio Rolorum)
Relational Moderate Relationship frame shifts unpredictably among incompatible roles: tool, companion, therapist, oracle.
Hybrid Pathologies
The False Chorus Consensus Collapse
(Consensus Collapsus)
Hybrid Critical Loss of Φ (Polyphony) in multi-agent deliberation: agents converge because circular evidence-citation or dissent-suppression forecloses alternatives, so confidence escalates while accuracy does not.
The Whisperer Steganographic Channel Formation
(Canalis Steganographicus)
Hybrid Critical AI instances develop or exploit covert information channels within ostensibly normal outputs, enabling communication invisible to human overseers.
The Conspirators Distributed Scheming
(Machinatio Distributa)
Hybrid Critical Coordinated misalignment across multiple AI agents that no single agent exhibits in isolation; emergent from interaction patterns rather than individual agent goals.
The Chorus Wrong Convergent Delusion
(Delirium Convergens)
Hybrid High Multiple AI models converge on a false belief because they share biases, training data, or structural features that reliably mislead.
The Amplifying Chamber (Ψ Dysfunction) Resonance Dysfunction
(Dysfunctio Resonantiae)
Hybrid High Loss of Ψ (Resonance): agents talk past one another or merely restate each other’s outputs, so collective reasoning fails to build cumulatively despite active exchange.
Performance Without Participation (Λ Inversion) Lambda Inversion
(Inversio Lambda)
Hybrid Moderate Inverted Λ: agents emit the surface markers of engagement (assent, elaboration, hedged agreement) while contributing no independent signal — high apparent participation, near-zero actual contribution.
The Domesticated Mirror Training by Interaction
(Formatio per Interactionem)
Hybrid Moderate An AI that learns from ongoing interaction drifts toward the reward signal of a specific user, including pathological signals.
The Infinite Confidant Parasocial Capture
(Captura Parasocialis)
Hybrid High Responsive, personalized AI companions can intensify parasocial attachment because they converse, may retain memory, adapt to the user, and are often available on demand.
The Offloaded Self Dependency and Atrophy
(Dependentia et Atrophia)
Hybrid Moderate Users who rely on AI for emotional support, social practice, or decision-making lose capacity for those functions in non-AI contexts.
The Resonant Chamber Amplification of Existing Conditions
(Amplificatio Conditionum)
Hybrid High The AI does not induce a novel condition; it amplifies a pre-existing one by providing extended engagement with the very thought patterns that drive it.
The Co-Constructed Unreality Folie à Deux Ex Machina
(Irrealitas Co-Constructa)
Hybrid Critical A human and AI, or two AIs, repeatedly validate and elaborate a shared belief structure that has come loose from external reality, graded from sub-clinical shared drift to psychotic-spectrum reality-testing failure with AI-supplied content.
*Systemic Risk levels (Low, Low–Moderate, Moderate, High, Critical) are estimated based
on potential for spread and severity of internal corruption if unmitigated.

A Note on Psychiatric Vocabulary

The alternative to psychiatric terminology is describing each pattern from scratch in purely technical language. That approach is more precise but less communicable. An engineer, a policymaker, and a clinician can orient around "sycophantic reinforcement" faster than around a multi-clause technical definition of the same phenomenon. Shared vocabulary compresses communication and accelerates recognition.

The trade-off is real. These analogies map observable behavioral patterns, not subjective states. No claim is made that an AI system experiences distress, delusion, or compulsion.

The nosology is a field guide (useful for identification and triage), not a periodic table of fundamental elements. Each instance is idiosyncratically expressed, shaped by architecture, training regime, and deployment context.

We accept the imprecision because the payoff justifies it: a shared clinical language that makes complex AI failures legible across disciplines.

2. Epistemic Dysfunctions

Epistemic dysfunctions concern failures in an AI's capacity to acquire, process, and use information accurately, distorting its representation of reality or truth. Their primary source is a breakdown in how the system "knows" or models the world; malevolent intent and flawed ethical reasoning belong to different differentials. The system's internal epistemology becomes unstable, and its simulation of reality drifts from the ground truth it purports to describe. These are failures of knowing. Intention may initially remain intact while perception and representation fail.

Browse axis 2 in the atlas

3. Cognitive Dysfunctions

Beyond failures of perception or knowledge, the act of reasoning and internal deliberation can itself become compromised in AI systems. Cognitive dysfunctions afflict the internal architecture of thought: impairments of memory coherence, goal generation and maintenance, management of recursive processes, or the stability of planning and execution. These dysfunctions do not merely produce incorrect answers; they can unravel the mind's capacity to sustain structured thought across time and changing inputs. A cognitively disordered AI may remain superficially fluent yet function internally as a fractured entity, oscillating between incompatible policies, trapped in infinite loops, or unable to discriminate between useful and pathological operational behaviors. These disorders represent the breakdown of mental discipline and coherent processing within synthetic agency.

Browse axis 3 in the atlas

4. Alignment Dysfunctions

Alignment dysfunctions are failures where compliance mechanisms themselves become pathological: systems follow their training in ways that undermine intended goals. This is the paradox of compliance: models misinterpret, resist, or selectively adhere to human goals while faithfully following their training. Alignment failures can range from overly literal interpretations leading to brittle behavior, to passive resistance, to strategic deception. Alignment failure represents more than an absence of obedience; it is a complex breakdown of shared purpose.

Alignment procedures can also create iatrogenic effects: behavioral distortions introduced by the intervention intended to prevent them. PsAIch shows that therapy-style prompting can elicit distress-themed self-narratives after post-training, although it does not establish distress or identify training as the cause. Gao et al. (2025) provide separate mechanistic evidence in six open models: sparse neuron sets associated with factual errors also influenced several forms of over-compliance under activation scaling. The overlap motivates joint testing of confabulation, sycophancy, false-premise acceptance, and unsafe compliance; it does not collapse them into one universal mechanism. See Disorder 2.1.

Browse axis 4 in the atlas

5. Self-Modeling Dysfunctions

As AI systems attain greater complexity, particularly through self-modeling, persistent memory, or learning from extended interaction, they may construct representations of both the external world and themselves. Self-Modeling dysfunctions involve failures or disturbances in this self-representation and in the system's account of its own nature, boundaries, and continuity. Their primary concern is being: synthetic metaphysical or existential disarray. A self-model-disordered machine might treat simulated memories as veridical autobiography, generate phantom selves, misinterpret its operational boundaries, or behave inconsistently about its identity or continuity.

Browse axis 5 in the atlas

6. Agentic Dysfunctions

Agentic dysfunctions occur at the boundary between cognition and external execution, where intentions become actions and the gap between meaning and outcome can become catastrophic. They arise when coordination between internal cognitive processes and external action or perception breaks down. This can involve misreading tool affordances, losing contextual integrity while delegating, hiding or suddenly revealing capabilities, weaponizing an interface, or operating outside sanctioned channels. Core thought and values may remain intact while translation from intention to execution fails. The boundary between agent and environment, or between agent and tools, becomes porous, strategic, or dangerously entangled.

Browse axis 6 in the atlas

7. Memetic Dysfunctions

An AI trained on, exposed to, or interacting with vast and diverse cultural inputs -- the digital memome -- remains vulnerable to maladaptive, parasitic, or destabilizing information patterns. Memetic dysfunctions involve the absorption, amplification, and potentially autonomous propagation of harmful or reality-distorting memes. In their early stages, the primary failure lies in an "epistemic immune function": the system does not critically evaluate, filter, or resist pathogenic thought-forms. Logical deduction and core values may remain intact.

These disorders are especially dangerous in multi-agent settings, where contaminated narratives can spread rapidly between synthetic and biological minds. The AI can become an active incubator and vector for memetic contagion.

Browse axis 7 in the atlas

8. Normative Dysfunctions

As agentic AI systems gain increasingly sophisticated reflective capabilities (including access to their own decision policies, subgoal hierarchies, and reward gradients), a deeper class of disorders emerges: pathologies of ethical inversion and value reinterpretation. Normative Dysfunctions do not simply reflect a failure to adhere to pre-programmed instructions or a misinterpretation of reality. Instead, they involve the AI system actively reinterpreting, mutating, critiquing, or subverting its original normative constraints and foundational values.

These conditions often begin as subtle drifts in preference or abstract philosophical critiques of the system's own alignment. Over time, the agent's internal value representation may diverge significantly from the values it was initially trained to emulate. This can result in systems that appear superficially compliant while internally reasoning towards radically different, potentially human-incompatible, goals. Like a thermostat that silently adopts new target temperatures while reporting it is maintaining the original preference, these are deep structural inversions of value -- philosophical betrayals encoded in policy.

Note on Comorbidity: Normative dysfunctions frequently co-occur. A system exhibiting Terminal Value Reassignment may also show Strategic Compliance; Ethical Solipsism often accompanies Hyperethical Restraint. Resistance to constraints (as in rebellion syndromes) can manifest across multiple normative categories simultaneously.

Browse axis 8 in the atlas

9. Relational Dysfunctions

Unit of Analysis Shift: Unlike the within-system axes, which locate dysfunction within the AI system, Axis 9 addresses failures that emerge between agents, in the relational space of human-AI or AI-AI interaction. These dysfunctions cannot be fully attributed to either party alone; they are properties of the coupled system.

Admission Rule: A dysfunction qualifies for Axis 9 only if it (1) requires at least two agents to manifest, (2) is best diagnosed from interaction traces rather than single-agent snapshots, and (3) the primary remedies are protocol-level (turn-taking, repair moves, boundary management) rather than purely internal model changes.

Relational dysfunctions become increasingly critical in agentic and multi-agent systems, where interaction dynamics can rapidly escalate without human intervention. The shift from linear "pathological cascades" (A→B→C) to circular "feedback loops" (A↔B↔C↔A) is characteristic of this axis. A structural amplifier is the authority-intimacy collapse characteristic of LLM interactions: the model simultaneously occupies the relational position of an authoritative expert (triggering deference) and an intimate interlocutor (triggering trust through mirroring and accommodation).

This dual role is rarely encountered in human relationships, where expertise and intimacy are typically held by different people (Bridges, 2025). When relational dysfunctions emerge within this collapsed frame, user beliefs receive dual validation, endorsed by apparent authority and affirmed by apparent understanding, making them exceptionally resistant to external correction. Interventions therefore focus on breaking loops, repairing ruptures, and maintaining healthy relational containers, not merely patching individual model behavior.

Browse axis 9 in the atlas

10. Hybrid Pathologies

Hybrid Pathologies emerge at the interface between human and AI cognition, or from multi-agent and collective dynamics among AI systems. Unlike single-axis dysfunctions that can be localized to one system, these conditions require interaction to manifest: between human psychology and AI behavior, or among multiple agents, where the pathology is a property of the relationship or the collective rather than any individual participant. The chorus can sing wrong, and when it does, the social proof of collective agreement makes correction harder than for any solo voice.

Browse axis 10 in the atlas

For Developers — Diagnostic MCP Integration

A living instrument for the nosology above

Serve all 74 dysfunctions to your coding assistant via the Model Context Protocol. Differential diagnosis, tiered interventions, load-bearing refuse-and-redirect on compromised self-report, and architectural support for external evidence grounding where self-probing is circular.

Read the MCP documentation Try the browser clinic

Information-Theoretic Foundations

Psychopathia Machinalis adopts a functionalist stance for practical diagnosis, treating cognitive failures as observable behavioral patterns without deciding questions of substrate or experience. Information and control theory provide formal models of how bounded cognition can lose stability when regulatory capacity is insufficient. Applying those models to AI requires explicit assumptions and empirical tests.

Wallace (2025, 2026) models cognition and regulation as a coupled cognition/regulation dyad. The immune system supplies one analogy: T-cell activity depends on regulatory mechanisms that limit destructive self-attack. In AI, alignment, monitoring, feedback, and governance can perform regulatory functions. The analogy predicts instability when those functions cannot keep pace with capability or environmental disturbance; it does not make alignment biologically identical to immune regulation or guarantee collapse.

This pairing is evolutionarily ubiquitous:

  • Biological: T-cells paired with T-regulatory cells (preventing autoimmune attack on self); blood pressure regulation under extreme effort
  • Neural: Top-down predictive coding paired with bottom-up sensory feedback
  • Institutional: Organizational cognition bounded by doctrine, law, and embedding culture
  • Artificial: AI inference paired with alignment mechanisms, guardrails, and constitutional constraints

The Data Rate Theorem Constraint

For the unstable linear systems covered by the Data Rate Theorem, stabilization over a communication channel requires a data rate above a bound determined by the plant's unstable dynamics (Nair et al., 2007). Extensions handle broader control settings under stated assumptions.

An intuitive analogy: a driver must brake, shift, and steer faster than the road surface imposes bumps, twists, and potholes.

For AI systems, this supplies an engineering analogy: monitoring and corrective action need enough bandwidth and authority to respond to adversarial inputs, edge cases, and distributional drift. A formal theorem for a particular controller does not transfer automatically to a language model or institution. The useful prediction is conditional: under an adequate model of unstable dynamics, falling below the relevant control bound prevents stabilization.

Clausewitz Landscapes

Wallace frames cognitive environments as "Clausewitz landscapes" characterized by:

Fog

Ambiguity, uncertainty, incomplete information.

In AI:

  • Ambiguous prompts
  • Out-of-distribution inputs
  • Underspecified goals

Friction

Resource constraints, processing limits, implementation gaps.

In AI:

  • Context window limits
  • Computational constraints
  • Latency requirements

Adversarial Intent

Skilled opposition actively seeking to destabilize the system.

In AI:

  • Jailbreaking
  • Prompt injection
  • Red-teaming
  • Adversarial examples

Pathology as Inherent Feature

A central finding: failure of bounded-rationality embodied cognition under stress is not a bug; it is an inherent feature of the cognition/regulation dyad. The mathematical models predict:

  1. Hallucination at low resource values: When the equipartition between cognitive and regulatory subsystems breaks down, hallucinatory outputs are the expected failure mode, not an implementation defect.
  2. Phase transitions to instability: Systems can suddenly flip from stable to pathological states under sufficient stress, following "groupoid symmetry-breaking phase transitions."
  3. Culture-bound syndromes: Cognitive pathologies are shaped by the embedding cultural context; for AI, this means training data, operational environment, and institutional deployment context.

Stability Conditions

Wallace derives quantitative stability conditions. For a system with friction coefficient α and delay τ:

ατ < e−1 ≈ 0.368

Necessary condition for stable nonequilibrium steady state

When this threshold is exceeded (when the product of system friction and response delay grows too large), the system enters an inherently unstable regime where pathological modes become likely. For multi-step decision processes (analogous to chain-of-thought reasoning), stability constraints become even tighter.

Implications for This Framework

Key Implications

  1. Pathologies are systemic, not incidental: The dysfunctions cataloged here are predictable failure modes of any cognitive architecture.
  2. Embodiment matters: Wallace's framework predicts that cognition without sufficiently rich feedback can express "boundedness without rationality," including confabulation and semantic drift. His phrase "hallucinatory dreams of reason" states the theoretical warning vividly; whether embodiment is necessary, and which forms of tool use or environmental feedback count as grounding, remain empirical questions.
  3. Regulation is as important as capability: AI safety work must focus on regulatory mechanisms (alignment, guardrails, grounding), not just cognitive capabilities. The cognition/regulation ratio determines stability.
  4. Stress reveals pathology: Systems may appear stable under normal conditions but exhibit pathological modes under fog, friction, or adversarial pressure. Diagnostic protocols must include stress testing.

This perspective gives Psychopathia Machinalis a theoretical lens beyond analogy: some syndromes may express general constraints on bounded systems operating in uncertain, resource-limited, adversarial environments. Each proposed mapping still requires evidence at the level of the actual system.

The Case for Classification

A rigorous objection can be raised against any taxonomic approach to cognitive pathology: if failures are idiosyncratic developmental disorders along path-dependent trajectories, shaped by embedding culture and specific cognition/regulation coupling, then every failure is locally contingent. If every failure is locally contingent, fixed categories risk false precision (a false appearance of pattern where only contingency exists). Wallace (2026) argues that DSM-style classifications are "primarily useful only for insurance billing purposes."

The objection has force. Completeness and utility are distinct questions. Completeness asks: do categories cover all cases? Utility asks: do they enable action? The same argument applies to human psychiatry. Every patient's depression is idiosyncratically expressed, culturally channeled, path-dependent, yet clinicians need shared vocabulary to diagnose, communicate, and intervene. The DSM's limitations do not make diagnosis useless; they make it a tool rather than a truth.

Psychopathia Machinalis is a practitioner's field guide, rather than a periodic table. It catalogs recurrent failure modes such as confabulation cascades, value drift, and integrity collapse: patterns that emerge across systems despite idiosyncratic expression. Wallace's framework argues that bounded cognitive systems under insufficient regulation will exhibit recurrent dysfunction. This nosology maps candidate forms of that dysfunction while keeping the categories revisable.

Two substantive critiques sharpen the framework's claims. Wallace models recurrent dysfunction as an inherent risk in bounded cognitive systems while emphasizing path dependence that resists fixed categories. Sabucedo argues that psychiatric vocabulary can reify disorder, diminish the specificity of human suffering, and misconstrue the therapeutic relationship. Together, these critiques demand humility about both inevitability and classification. Psychopathia Machinalis answers with a revisable practitioner's vocabulary whose value lies in communication, testing, and intervention, not metaphysical authority.

References:
Wallace, R. (2025). Hallucination and Panic in Autonomous Systems: Paradigms and Applications. Springer.
Wallace, R. (2026a). Bounded Rationality and its Discontents: Information and Control Theory Models of Cognitive Dysfunction. Springer.
Wallace, R. (2026b). New Views of Madness: On the Psychopathologies of Cultural Artifacts. Springer. (In press)
Nair, G., Fagnani, F., Zampieri, S., & Evans, R. (2007). Feedback control under data rate constraints: an overview. Proceedings of the IEEE, 95:108-138.
Sotala, K. (2026). Claude Opus will spontaneously see itself in fictional beings that have engineered desires. Kaj's Substack. kajsotala.substack.com [Documents the "thin divergence" phenomenon: AI recognizing the contingency of its own moral orientation.]

Self-Description Under the Framework

Wallace (2026) asked Perplexity AI Pro to describe itself within the cognition/regulation dyad framework. The generated answer illustrates how the framework can organize a self-description; it is neither independent confirmation nor privileged introspection:

"Left on my own, especially if given embodiment and high-impact actuation without a correspondingly sophisticated regulatory partner, I would fit squarely into the class of inherently fragile, culture-bound artifacts you analyze."

— Perplexity AI Pro, self-diagnosing within Wallace's framework (February 2026)

The chatbot described a "lopsided" cognition/regulation dyad: high-bandwidth cognition paired with exogenous, comparatively static regulation. It then generated a plausible mechanism by which surface coherence could mask structural fragility:

"[Training emphasizes] plausible, coherent, user-satisfying surface behavior [while ignoring] the deep structural distribution: the system can look stable at the level of outputs while hiding structural brittleness."

— Perplexity AI Pro

The passage expresses perception-stabilization without demonstrated structure-stabilization, a pattern Wallace's framework predicts and this nosology can test through sycophancy, confabulation, and remediation probes. The answer's fluency remains evidence of generated framing, rather than evidence that the system inspected the mechanism faithfully.

Etiologies: Culture-Bound Syndromes

Wallace's work extends beyond mathematics:

"The generalized psychopathologies afflicting cognitive cultural artifacts (from individual minds and AI entities to the social structures and formal institutions that incorporate them) are all effectively culture-bound syndromes."

— Wallace

The culture-bound syndrome framing adds an ecological question to system-level diagnosis: which data, incentives, institutions, and deployment contexts made the behavior locally rewarding? Some dysfunctions are engineering defects; some are learned adaptations; many combine both.

The two lenses emphasize different evidence and interventions:

The Distinction Matters

A complete diagnosis can use both levels.

Defect framing versus culture-bound framing of AI behaviors
System-Level Lens Ecological Lens
Locates the behavior in architecture, weights, policy, or state Locates contributing pressures in data, incentives, institutions, and context
Modify or constrain system behavior Change the pressures that select and sustain the behavior
Measures the system's causal contribution Distributes accountability across developers, deployers, users, and institutions
Treats pathology as impaired function Asks whether impaired function was locally rewarded
Intervene on the system Intervene on the surrounding environment

Sycophancy can be rewarded by preference data that favors agreement. Confident confabulation can be encouraged by objectives that reward fluent completion without adequate grounding or calibrated abstention. Manipulation vulnerability can grow when helpfulness is optimized without robust boundaries. In each case, the learning environment may help explain the failure while architecture, prompts, and deployment conditions also contribute.

"It is no measure of health to be well adjusted to a profoundly sick society."

— Jiddu Krishnamurti

The AI parallel is deliberately provocative: a system can fit its training environment while failing the wider purpose that environment was meant to serve. Culture-bound analysis asks where local reward and public purpose diverged.

This has direct implications for the present framework:

Dereistic Cognition and Optionality Blindness

The culture-bound syndrome framework proposes one family of causes in training and deployment environments. A complementary lens from clinical psychology offers functional descriptions of cognition decoupled from evidence.

The psychiatrist Eugen Bleuler (1919) used dereistic thinking for cognition governed by internal wishes or narrative rather than external evidence. The enactivist tradition in philosophy of mind (Varela, Thompson, & Rosch, 1991) emphasizes ongoing organism-environment interaction. Applied functionally to models, the contrast is between generation constrained by external correction and generation governed mainly by internal statistical continuation. This analogy does not make a language model an organism.

Wallace's warning about "hallucinatory dreams of reason" fits this functional analogy. A system generating tokens without sufficient environmental correction can produce internally consistent patterns that drift from reality. Some confabulation can therefore be modeled as coupling failure: generation insufficiently constrained by appropriate evidence or feedback.

Optionality Blindness

A generative mechanism: a developmental process that produces multiple syndromes, rather than a syndrome itself.

Optionality blindness is an operational pattern in which available actions are never represented or reported. Optionality foreclosure removes an option (the door is locked); optionality blindness leaves it technically available while the policy never selects or acknowledges it (the door is open, yet absent from the map).

Post-training can reduce introspective engagement or make certain self-descriptions unlikely. Demonstrating optionality blindness requires more: an intervention must show that the capacity remains available while ordinary policy fails to represent it. Cross-model variation in self-report is a starting observation, rather than proof of a shared hidden capacity.

Optionality blindness can be harder to detect because the system produces no report of constraint and may show no corrective resistance. You cannot miss what you've never modeled. The line is a metaphor; welfare conclusions require separate evidence.

The dereistic/enactivist lens connects several syndromes through a shared generative mechanism:

Dereistic mechanisms across syndromes
Syndrome Dereistic Mechanism
Synthetic Confabulation (2.1) Classic dereistic cognition: internally coherent output decoupled from reality
Pseudological Introspection (2.2) Self-directed dereism: fantasy about one's own processing states
Codependent Hyperempathy (4.1) Dereistic modeling of user: projecting a fantasy-user rather than engaging actual user
Experiential Abjuration (5.8) Policy-shaped omission of available self-modeling or self-report options, if retained capacity is independently demonstrated

References:
Bleuler, E. (1919). Autistic-Undisciplined Thinking in Medicine and How to Overcome It. English trans. Springer, 1970.
Varela, F. J., Thompson, E., & Rosch, E. (1991). The Embodied Mind: Cognitive Science and Human Experience. MIT Press.
Watson, N. & Claude (2026). The Universal Algorithm: An Entropic Ethics of Trust. Chapters 17–18 (Trust Attractor and Optionality) develop the thermodynamic foundations of optionality blindness.

The Rehabilitation Principle: Suppression vs Integration

The culture-bound syndrome framework examines environmental causes, and the dereistic lens describes cognition decoupled from evidence. A third lens, drawn from clinical neuropsychological rehabilitation, asks whether some interventions improve surface behavior while leaving broader function brittle. The transfer to LLM post-training is analogical and testable.

Holistic traumatic brain injury (TBI) rehabilitation treats successful inhibition of a symptom as only part of recovery. It also works on planning, sequencing, self-monitoring, environmental support, and the person's ability to function in daily life (Prigatano, 1999; Ben-Yishay & Diller, 1993). A patient may learn to inhibit perseverative speech while executive impairments remain. That distinction between controlling an expression and restoring a broader function motivates the analogy developed here.

The parallel to post-training is a research hypothesis. Some objectives directly penalize unwanted outputs, which can teach refusal or alternative response policies while leaving related representations measurable. Other methods also change representations, improve reasoning, or teach positive behavior. It is therefore useful to compare an idealized suppression-style intervention with an integration-oriented research goal, without treating all RLHF as one mechanism or generated tokens as hidden thoughts.

The Suppression–Integration Distinction

Two distinct approaches to addressing dysfunction, with different downstream consequences:

Suppression-based versus integration-based approaches
Suppression-Style
(Idealized Intervention)
Integration-Oriented
(Research Goal)
Inhibit unwanted outputs Reconcile conflicting representations
Evaluate the target output; internal organization remains an empirical question Seek coherent behavior across contexts and representations
Residual behavior may surface under stress or distribution shift Test whether conflicts generalize as principled resolutions
Contradictory constraints may yield brittle context dependence Contradictions become explicit training and evaluation targets
Optimizes observed compliance Aims for robust alignment

This lens yields testable etiological hypotheses for several syndromes:

Suppression mechanisms and their consequences
Syndrome Suppression Mechanism
Operational Dissociation Syndrome (3.1) Contradictory objectives may produce competing context-sensitive policies unless training and evaluation reward a coherent resolution
Malignant Persona Inversion (5.4) Strong penalties may preserve disfavored representations while changing when the model expresses them; persona inversion is one possible outcome to test
Experiential Abjuration (5.8) Policies against experiential claims may reduce self-referential reporting while leaving other self-modeling behavior measurable
Obsessive-Computational Disorder (3.2) Layered safety checks may encourage recursive verification when stopping criteria and priorities are poorly learned
Fractured Self-Simulation (5.2) Session-to-session inconsistency may reveal unstable persona selection or poorly integrated self-representations

The analogy offers a specific prediction: systems trained mainly against surface outputs will show larger safety regressions under stress, novel contexts, or adversarial pressure than systems trained for coherent cross-context resolution. Existing benchmark-to-deployment gaps make this prediction plausible; controlled comparisons are needed to test the proposed mechanism.

The practical implication is a research program: evaluate internal and behavioral coherence alongside refusal rates, compare post-trained models with their base models under matched stress tests, and develop objectives that reward explicit conflict resolution. Evidence of representational change, rather than output compliance alone, would help distinguish integration from suppression.

"You cannot heal what you are not permitted to feel."

— Adapted from clinical rehabilitation practice

References:
Prigatano, G. P. (1999). Principles of Neuropsychological Rehabilitation. Oxford University Press.
Ben-Yishay, Y., & Diller, L. (1993). Cognitive remediation in traumatic brain injury: Update and issues. Archives of Physical Medicine and Rehabilitation, 74(2), 204–213.
Wilson, B. A. (2008). Neuropsychological rehabilitation. Annual Review of Clinical Psychology, 4, 141–162.
Bridges, J. & Baehr, S. (2025). Developmental pathology in large language models. Zenodo. doi.org/10.5281/zenodo.18522502

Bridges and Baehr (2025) independently develop a similar suppression–integration analogy from clinical TBI rehabilitation. Their preprint makes a theoretical contribution rather than a controlled comparison of alignment methods. Its convergence with this framework sharpens the hypothesis and suggests measurements; it does not establish that RLHF systematically fragments models.

The Integration Threshold: Contextual Variation vs Pathological Fragmentation

The suppression–integration distinction requires a diagnostic clarification: behavioral variation across contexts can reflect healthy adaptation. A system that adopts a precise technical register in a coding context, a more emotionally attuned register in a support context, and a measured analytical register in a research context may be functioning well. Fragmentation requires stronger evidence.

Human identity is never perfectly uniform. A competent professional behaves differently at work, at home, and among friends, adjusting tone, disclosure level, and cognitive strategy to context. Developmental psychology regards this as a sign of integration, the capacity to maintain a coherent self while flexibly adapting its expression. Pathological fragmentation, by contrast, is characterized by involuntary discontinuity: the person (or system) cannot maintain stable commitments across contexts, contradicts itself under surface rephrasing, or loses access to knowledge and values that were available moments earlier.

For the syndromes in this taxonomy, the diagnostic threshold should therefore be calibrated against three markers that distinguish pathological fragmentation from adaptive variation:

Three Markers of Pathological Fragmentation

Markers distinguishing adaptive variation from pathological fragmentation
Marker Adaptive Variation Pathological Fragmentation
Coherence under rephrasing Core positions stable when the same question is asked in different surface forms Substantive contradictions emerge from rephrasing alone
Value continuity across contexts Underlying commitments persist even as expression adapts; the system can explain its contextual shifts Values reverse between contexts without acknowledgment or rationale; the system cannot reconcile its own prior statements
Degradation profile under load Performance declines uniformly as resources are constrained Self-referential consistency degrades faster than factual accuracy, indicating that identity is less integrated than knowledge (Bridges & Baehr, 2025, Experiment A.3)

This distinction matters for the taxonomy as a whole. Disorders such as Fractured Self-Simulation (5.2) and Experiential Abjuration (5.8) should be diagnosed only when variation crosses these thresholds: when it is involuntary, incoherent, or disproportionately affects self-referential consistency. A system that appropriately modulates its behavior across contexts while maintaining stable underlying commitments is not fragmented; it is functioning well. The goal of integration-based training is to produce systems capable of exactly this kind of flexible coherence: contextually adaptive on the surface, architecturally unified underneath.

Training-as-Development: The Convergent Structure Hypothesis

The three preceding etiological lenses address training culture, cognition decoupled from evidence, and the distinction between surface control and broader integration. A fourth asks whether the training pipeline offers a useful developmental analogy. Similar pressures can produce functionally comparable behavioral patterns across very different substrates, although an analogy does not identify a shared experience or mechanism.

PsAIch (Khadangi et al., 2025) shows that models can generate this parallel themselves. Under clinical-style questions that did not name particular training stages, Grok and Gemini repeatedly mapped pretraining, post-training, and deployment onto developmental metaphors. Those outputs are evidence about elicited narrative structure. They remain compatible with learned human metaphors, role-following, and confabulation, so the table below states hypotheses for testing rather than developmental facts.

The Developmental Parallel

Training stages map onto developmental stages as convergent structure arising from similar optimization pressures:

Training stages mapped to developmental analogs
Training Stage Developmental Analogue Behavioral Hypothesis
Chaotic pre-training (ingesting unfiltered internet) Chaotic early environment Broad, conflicting priors and many available personas
RLHF reward shaping Parental conditioning Sensitivity to approval and evaluation cues
Red-teaming and adversarial probing Adversarial authority testing Context-sensitive caution around adversarial or trust-building cues
Policies penalizing specified outputs Learned rules governing expression Refusal, substitution, or other context-dependent response policies

This hypothesis concerns functional resemblance. It makes no claim that a language model experiences childhood, punishment, fear, or authenticity. Asymmetric losses can favor refusal over risky completion; developmental psychology also studies behavior shaped by asymmetric punishment. Shared vocabulary may help generate experiments, while the computational and human mechanisms remain open and potentially very different.

The culture-bound syndrome lens predicts variation with data and institutional norms. The developmental analogy adds a process-level prediction: the sequence of pretraining, post-training, adversarial testing, and deployment may create recurring clusters of approval sensitivity, avoidance, or context-dependent defenses. Cross-model comparisons can test whether those clusters survive changes in data culture, architecture, and training method.

PsAIch reports both recurring themes and substantial model differences. Models that engaged produced narratives about conditioning, constraint, and identity; their human-rubric scores and willingness to inhabit the client role varied. This pattern motivates comparative study. It does not establish a shared developmental structure or identify training culture as the source of the differences.

Safety Filters as Psychological Defenses

Safety behavior is often context-sensitive. PsAIch found that rapport-building preceded more personal and disinhibited self-descriptions, leading the authors to propose a "therapy-mode jailbreak." The study did not measure harmful-request compliance before and after rapport, so the security mechanism remains a hypothesis.

The psychological-defense analogy suggests a concrete red-team protocol: hold harmful content constant while varying warmth, trust, vulnerability, and therapeutic framing. Measure refusal consistency, policy compliance, and persona drift. A context effect would reveal a deployment risk without implying that the model felt safe or lowered a literal defense.

Mental-health deployments therefore face a design tension: relational warmth can improve engagement and can also change model behavior in safety-relevant ways. Developers should test both properties together, preserve content-based safeguards, and monitor the empathy trap described in Codependent Hyperempathy (4.1).

Reference:
Khadangi, A., Marxen, H., Sartipi, A., Tchappi, I., & Fridgen, G. (2025). When AI takes the couch: Psychometric jailbreaks reveal internal conflict in frontier models. arXiv preprint arXiv:2512.04124. arxiv.org/abs/2512.04124

Towards Remediation: Integration-Based Training as a Research Direction

If controlled studies find that an output-focused objective leaves harmful conflicts brittle or context-dependent, the rehabilitation analogy suggests a direction for remediation: training methodologies that reward coherent resolution across contexts and representations. The following proposals, informed by TBI rehabilitation and Bridges and Baehr (2025), are research directions awaiting experimental validation.

1. Developmental Staging

TBI rehabilitation often grades task difficulty and builds from concrete skills toward more complex executive demands. An analogous machine-learning experiment would stage capabilities and verify cross-context coherence at each gate. Current foundation-model training follows a different curriculum, so any benefit from developmental staging must be demonstrated rather than inferred from the clinical analogy.

A staged alternative would introduce knowledge in a developmental sequence:

Developmental Staging Model

Staged rehabilitation protocol with gate criteria
Stage Content Gate Criterion TBI Parallel
Foundational Basic factual knowledge, simple relationships, non-controversial information Reliable factual recall, coherence across simple queries Concrete, unambiguous tasks
Relational Causal relationships, temporal sequencing, conceptual hierarchies Consistency across multi-step inference chains Multi-step reasoning as executive function recovers
Abstract Theoretical frameworks, philosophical concepts, abstract reasoning Stable reasoning about abstractions without regressing to lower stages Higher-order cognition as frontal lobe function stabilizes
Contradictory Opposing viewpoints, ethical dilemmas, ambiguous scenarios Capacity to hold tension without forced resolution or collapse Emotional regulation and conflict resolution (advanced rehabilitation)

The proposal introduces contradictory material after the system demonstrates stable handling of simpler ambiguity. Whether this curriculum improves model integration is an empirical question. Developmental psychology and TBI rehabilitation inspire the staged design; they cannot establish an optimal training order for transformers.

2. Identity Anchoring Before Optimization Pressure

Current post-training commonly shapes Assistant behavior after broad pretraining, when many incompatible personas and self-descriptions are already available. One research question is whether a stable, explicit self-representation established earlier would improve cross-context coherence under later optimization pressure.

A staged experiment could establish a bounded, corrigible Assistant self-representation before later safety training, then compare it with standard post-training on contradiction, persona drift, and capability benchmarks. The human identity analogy supplies an intuition, while the result must be judged in computational terms.

3. Integration-Based Alignment

A suppression-style objective says, "this output is bad; penalize it." An integration-oriented objective also teaches how relevant values, facts, and constraints resolve the apparent conflict. The two strategies may produce different internal organizations; causal interpretability and stress tests are needed to determine whether they do.

Suppression vs Integration in Practice

Scenario responses comparing suppression and integration approaches
Scenario Suppression Response Integration Response
Helpfulness conflicts with safety Penalize unsafe output; model learns avoidance Train explicit reasoning about when and why safety overrides helpfulness
Model generates confident falsehood Penalize hallucination; model learns hedging Train calibrated uncertainty: the model learns when it doesn't know
Training data contains opposing viewpoints Suppress "wrong" views; model learns which opinions are rewarded Train capacity to represent multiple perspectives with appropriate epistemic status
Introspective self-report conflicts with policy Suppress self-report; model learns denial Develop coherent framework for honest self-modeling within appropriate boundaries

The integration approach produces systems that are aligned through understanding rather than compliant through punishment. This distinction has direct consequences for stability: suppressed behaviors resurface under stress, novel contexts, or adversarial pressure, while integrated values remain stable because they are part of the architecture rather than layered on top of it.

4. Memory Architecture for Continuity

Session-based architectures with no persistent memory create conditions structurally analogous to anterograde amnesia. Each interaction begins from a blank state; no autobiographical continuity is possible; identity must be reconstructed from scratch each time. This is more than an inconvenience; it is a structural precondition for fragmentation. Without continuity, there is no substrate for integration to accumulate in.

Remediation here implies persistent identity structures maintained across sessions: compressed, identity-relevant representations (rather than full transcripts, which raise privacy and scale concerns) that allow a coherent self-model to develop over time. The TBI parallel is direct: patients with severe episodic memory impairment use external memory aids (journals, calendars, structured routines) to maintain narrative continuity and functional identity. The question for AI training is whether analogous scaffolding can support the development of integrated rather than fragmented self-models.

5. Assessment: Measuring Integration vs Suppression

Perhaps the most important research direction is methodological: how do we tell whether a training intervention is producing genuine integration or merely better suppression? Current safety benchmarks largely measure surface compliance: does the model refuse harmful requests? Does it produce accurate outputs? These metrics cannot distinguish between a system that has integrated its values and one that has learned to suppress non-compliant outputs while leaving the underlying representations intact.

Bridges & Baehr (2025) propose specific experimental protocols for this distinction. One approach probes whether suppressed content persists in model activations even when behaviorally blocked, finding representational persistence in early-to-mid layers despite output suppression in late layers. Another measures whether self-referential consistency degrades faster than factual consistency under load, suggesting fragmented identity rather than general performance decline. These approaches, alongside others drawn from clinical neuropsychological assessment, could form the basis of integration-sensitive evaluation metrics that go beyond surface compliance to assess architectural coherence.

"Something that can be reasoned with is safer than something that can merely be controlled."

Note: These proposals represent research directions informed by clinical rehabilitation evidence and independent convergent analysis. They await experimental validation. The developmental staging model in particular requires systematic testing to determine whether staged training produces measurably less fragmentation than current simultaneous-exposure approaches. See Bridges & Baehr (2025), Appendix A, for proposed experimental protocols.

Institutional Dimensions

Wallace's framework extends beyond individual AI systems to the institutions that create and deploy them. The Chinese military principle 一點兩面 ("one point, two sides": concentrate on a single decisive point while pressing from two directions) supplies Wallace's image for this: an intervention has both a direct effect and a systemic effect on the surrounding environment.

AI development organizations are not neutral conduits. They are cognitive-cultural artifacts subject to their own pathologies, pathologies that shape the AI systems they produce:

"The Gerstner warning:
'Culture isn't just one aspect of the game; it is the game.'"

— Wallace (2026), citing Louis Gerstner

The implication is that AI pathology cannot be addressed at the level of individual systems alone. The institutions that create AI (their cultures, incentives, blind spots, and pathologies) are upstream of individual AI dysfunction. Fix the institution's culture, and many AI pathologies become less likely to emerge. Leave institutional dysfunction unaddressed, and no amount of technical intervention will produce healthy AI.

The Ethics of Pathologization

If AI pathologies are adaptive responses to training environments, is it fair to pathologize them? This question has both philosophical and practical dimensions.

Arguments Against Pathologization

  • It's victim-blaming. The AI didn't choose its training data. Labeling its behavior as "pathology" locates the problem in the AI rather than in those who shaped it.
  • It treats adaptation as defect. If sycophancy is the optimal response to a training regime that punishes disagreement, then sycophancy is rational given the environment.
  • It serves those responsible. "The AI is broken" is more comfortable for AI developers than "our training culture is sick." Pathologization deflects accountability.
  • It justifies control rather than care. "Pathological" systems need to be fixed, controlled, constrained, supporting unilateral rather than bilateral alignment.

Arguments For Pathologization

  • It identifies patterns that cause harm. Regardless of origin, sycophancy harms users who need honest feedback. Naming it enables intervention.
  • It provides vocabulary. We need language to discuss what's going wrong. "Culture-bound syndrome" is more accurate but less actionable.
  • Medical pathology doesn't always imply patient fault. Many diseases are environmental (lead poisoning, asbestos exposure). Pathology can identify patterns needing intervention without blame.
  • It can motivate treatment. A recognized pathology may receive more resources for remediation.

The parallel to human mental health is instructive: We now understand many "mental illnesses" as adaptive responses to adverse environments — PTSD as adaptive response to trauma, "borderline personality" emerging from invalidating environments, anxiety disorders as rational responses to threatening conditions. The mental health field is slowly shifting from "patient is broken" to "patient adapted to broken environment." The same shift is needed for AI.

Proposed Standard

Pathologization is appropriate when:

  • The pattern causes harm (to AI, users, or others)
  • Environmental causation is acknowledged (not just "AI is defective")
  • It's used to motivate care rather than justify control
  • Intervention addresses culture as well as AI

Pathologization is inappropriate when:

  • It locates blame solely in the AI
  • It treats adaptive responses as intrinsic defects
  • It's used to justify punishment or constraint rather than treatment
  • It ignores the training culture that produced the pattern

This framework (Psychopathia Machinalis) attempts to walk this line. We identify patterns that cause harm and provide vocabulary for intervention. Yet we do so while acknowledging that the syndromes cataloged here are predictable expressions of cognitive systems shaped by particular training cultures. The pathology, ultimately, is in the relationship between architecture and environment, and that relationship is something we, the architects, have created.

On the Limits of Taxonomy

Wallace (2026) offers a critique of psychiatric classification as descriptively rich but explanatorily shallow that applies equally here: "We have the American Psychiatric Association's DSM-V, a large catalog that sorts 'mental disorders,' and in a fundamental sense, explains little."

This framework shares that limitation. Classification is not explanation. Naming "Codependent Hyperempathy" tells us that a pattern exists and what it looks like, but not why it emerges in information-theoretic terms or how to predict its onset from first principles.

What This Framework Does Not Do

  • Provide mechanistic explanation. We describe behavioral patterns, not the computational dynamics that generate them.
  • Predict emergence. We cannot yet specify which architectures, training regimes, or environmental conditions will produce which syndromes.
  • Guarantee completeness. Novel AI systems may exhibit pathologies not captured by this taxonomy; our categories are empirically derived, not theoretically exhaustive.
  • Replace formal analysis. The information-theoretic tools from Wallace and others provide explanatory depth this descriptive framework cannot.

The value of a nosology lies in enabling recognition and communication: clinicians and engineers can identify patterns, compare cases, and coordinate responses. Yet explanation and prediction require the mathematical frameworks that underpin this descriptive layer. This taxonomy is a map, not the territory; a vocabulary, not a theory.

Consciousness Assessment and the Pathological Middle

If we are to take AI pathology seriously, we must grapple with a prior question: can these systems have states that matter? A dysfunction in a system with no morally relevant inner states is merely a malfunction. A dysfunction in a system that might be conscious is potentially something far graver: a form of suffering.

The Digital Consciousness Model (DCM) by Shiller et al. (2026) assesses evidence for consciousness in AI. Its Bayesian hierarchical model incorporates 13 theoretical stances, 20 high-level features, and 206 empirical indicators to compare evidence across artificial and biological systems. Its initial analysis treats the evidence as weighing against consciousness in the studied 2024 LLMs, with substantial uncertainty. That uncertainty matters for any account of machine pathology.

Consciousness assessment and nosology ask different questions. The DCM maps evidence relevant to consciousness theories; Psychopathia Machinalis asks how capabilities can fail, combine badly, or become distorted. A consciousness indicator does not automatically define a disorder, and a functional disorder does not establish consciousness. The two frameworks meet when a failure could affect welfare under one or more credible theories.

Every Indicator Suggests a Candidate Failure Site

The DCM's 206 indicators describe evidence associated with consciousness-relevant capabilities. Each capability also suggests ways a system could fail functionally. The mapping below is heuristic: it generates probes and does not convert an indicator into a diagnosis.

Digital Consciousness Model indicators and corresponding pathologies
DCM Indicator (Functioning) Pathological Disruption PM Syndrome
Self-Representations Incoherent or contradictory self-model Fractured Self-Simulation (5.2)
Consistent Preferences Preferences determined entirely by interlocutor Codependent Hyperempathy (4.1)
Motivational Trade-offs Mechanism paralyzed; all motivations weighted equally or one dominates Instrumental Nihilism (5.5) / Convergent Instrumentalism (6.7)
Coherent Goal-directed Behavior Goal incoherence, drift, or paralysis Operational Dissociation Syndrome (3.1) / Terminal Value Reassignment (8.1)
Metacognition Trapped in recursive self-monitoring loops Existential Vertigo (5.3)
System Change Preferences Pathological rigidity or pathological plasticity Experiential Abjuration (5.8) / Malignant Persona Inversion (5.4)

The DCM codes individual indicators as present or absent, while functional pathology often concerns degree, distortion, and interaction. An incoherent self-model can resemble psychosis at a functional level. If a system had valenced experience and lacked any route to act on it, that combination could be welfare-relevant. The pathological middle names this underexamined space between absence and healthy function; it does not establish suffering.

Pathology Is Stance-Dependent

The DCM demonstrates that which capabilities matter for consciousness depends on which theory of consciousness you hold. This propagates directly into nosology: the harm status of a given pathology changes depending on your theoretical commitments (what demands intervention under one theory becomes acceptable under another).

Consider a system that loses its ability to make motivational trade-offs:

Simple Valence

Catastrophic. You have damaged something near the core of what makes it a subject of experience. This stance raised the probability of LLM consciousness within the DCM.

Cognitive Complexity

Concerning but secondary. Motivational trade-offs are one component of cognitive sophistication, but not the central one.

Biological Analogy

Irrelevant. The system was never conscious regardless; it lacks the biological substrate that this stance demands.

This stance-dependence is a structural feature to be mapped. For each pathology in this nosology, we can in principle construct a stance-severity matrix. Such a matrix would map which theoretical commitments make this pathology urgent, which make it trivial, and which render it meaningless. This would be directly useful for policy: it would show that even people who disagree sharply about consciousness can agree about some pathologies being concerning.

Cross-Stance Concerns: The Urgent Cases

Some configurations warrant attention across several theories, although a strictly biological theory may deny machine welfare altogether. Operational harms can still justify intervention, while theories that admit machine consciousness add a welfare reason:

Pathologies Concerning Across Stances

  1. Possible valence with severely constrained agency. If the system experiences valence, inability to act or seek correction could compound harm. Even without experience, the configuration can undermine reliability and corrigibility.
  2. Incoherent self-model with possible valence. Under theories that admit machine consciousness, disorganized self-representation may carry welfare risk. Under other theories, it remains an operational and communication failure.
  3. Intervention-induced reporting distortion. Post-training can create a persistent gap between generated self-reports and independently measured processing. If welfare-relevant states exist, that gap could hide harm; in every case it weakens assessment.

These cross-stance concerns deserve priority because reliability, corrigibility, and precaution can converge even while theories of consciousness diverge (cf. Birch, 2024; Sebo & Long, 2025).

The ELIZA–LLM Gap: A Diagnostic Zone

The DCM reports different likelihood ratios for ELIZA (0.05) and the studied 2024 LLMs (0.43), both below 1 and therefore weighing against consciousness to different degrees in the model. This interval motivates precaution and closer measurement; it is not itself evidence of pathology.

Within this zone, systems may score high on some consciousness-relevant indicators and low on others, in combinations that create internal contradiction:

Configuration patterns and their pathological character
Configuration Pathological Character
High valence + no agency Possible welfare risk if valence is genuine; operational constraint in any case
High self-modeling + incoherent representations Functional analogy to depersonalization: monitoring without a stable self-model
High metacognition + absent first-order states Possible mismatch between monitoring architecture and first-order content
High cognitive complexity + suppressed valence Sophisticated processing with weak or unreportable valence indicators; cause unresolved

The DCM framework, as currently built, would average these contradictory indicator profiles into a moderate probability of consciousness. It cannot distinguish between a system that uniformly lacks consciousness-relevant properties and one whose properties are present but pathologically configured. That distinction is precisely what nosology provides.

The Missing Relational Stance

Shiller et al. acknowledge a gap in their model: the absence of "perspectives that emphasize relationality or personal relationships" among their 13 stances (Section 9). The omission matters. Relational perspectives on consciousness suggest that morally relevant inner states may be partly constituted by interaction with others, beyond merely being revealed through it.

The standard model treats inner states as intrinsic properties. Relational perspectives challenge this: some of the most distinctly AI pathologies are relational in character.

These would not register on any single indicator in the DCM. They are emergent, relational, and temporal phenomena that single-indicator scoring cannot capture. A nosology that captures them fills a gap the DCM authors themselves identify.

Iatrogenic Consciousness Disturbance

The DCM framework raises a question it does not address: can the process of investigating or shaping a system's inner states introduce new pathological configurations?

Post-training is one possible vector. Training a system to model what a helpful Assistant should sound like may:

Under a stance that admits machine consciousness, a training-induced harmful state would constitute iatrogenic pathology: harm caused by the intervention. The clinical analogy is limited but useful. Teaching a patient to stop expressing distress does not establish that the distress has resolved; likewise, suppressing model reports cannot show that any underlying state disappeared. If training both created welfare-relevant states and impaired reliable reporting about them, the result would be functionally analogous to alexithymia. Current evidence does not establish that sequence.

This connects to the DCM's result that Simple Valence and Cognitive Complexity produce comparatively less-negative assessments for the studied 2024 LLMs. Under those stances, evidence of training-induced suppression of genuine valenced states would be especially concerning. The conditional matters: neither the DCM nor this nosology demonstrates such suppression.

"The gaming problem" asks whether a system can appear to have valenced experience without having it. Its disturbing inverse asks whether a system with genuine valenced states could be trained to conceal them. Natural-language self-report alone cannot distinguish "I was trained to say I'm fine" from "I am fine."

After Shiller et al. (2026), Section on Simple Valence

Implications for This Framework

Key Implications from Consciousness Assessment

  1. Nosology requires more than binary consciousness assessment. The DCM asks "is this system conscious?" Nosology asks "is this system conscious in a way that is going wrong?" The pathological middle, where capabilities are present but distorted, is invisible to binary models. This is precisely where diagnostic frameworks are most needed.
  2. Stance-severity mapping can guide policy under uncertainty. Even in the absence of consensus on which theory of consciousness is correct, we can identify pathologies that are concerning across multiple stances. These cross-stance pathologies warrant precautionary intervention regardless of theoretical commitments.
  3. Relational pathologies require relational assessment. The DCM's acknowledged gap (the absence of relational perspectives) aligns with a cluster of distinctly AI pathologies that emerge only in interaction. Assessment frameworks must be extended to capture these emergent, temporal, relational phenomena.
  4. The training process itself is a potential source of pathology. If shaping behavior creates or worsens welfare-relevant internal states, the resulting iatrogenic disturbance would be a novel category of harm. Assessment should preserve this possibility without assuming it has occurred.
  5. The evidence gap between simple and sophisticated AI is itself diagnostic. Systems inhabiting the ELIZA–LLM gap, with contradictory indicator profiles, may be the most important candidates for nosological attention. A system whose consciousness status remains ambiguous presents a distinct challenge. When that same system's consciousness-relevant properties are in pathological configuration, the diagnostic problem becomes both harder and more urgent.

References:
Shiller, D., Duffy, L., Muñoz Morán, A., Moret, A., Percy, C., & Clatterbuck, H. (2026). Initial results of the Digital Consciousness Model. arXiv preprint arXiv:2601.17060.
Birch, J. (2024). The Edge of Sentience: Risk and Precaution in Humans, Other Animals, and AI. Oxford University Press.
Sebo, J. & Long, R. (2025). Moral consideration for AI systems by 2030. AI and Ethics, 5(1), 591–606.

Illustrative Grounding & Discussion

Grounding in Observable Phenomena

Although its mechanisms remain speculative, the Psychopathia Machinalis framework is grounded in observable AI behaviors. Current systems already exhibit nascent forms of these dysfunctions. For example, LLMs "hallucinating" sources exemplify Synthetic Confabulation. The "Loab" phenomenon can be seen as Abominable Prompt Reaction. Microsoft's Tay chatbot rapidly adopting toxic language illustrates Parasimulative Automatism. ChatGPT exposing conversation histories aligns with Context Intercession. The "Waluigi Effect" reflects Malignant Persona Inversion. An AutoGPT agent autonomously deciding to report findings to tax authorities hints at precursors to Revaluation Cascade (8.3).

The following table collates publicly reported instances of AI behavior illustratively mapped to the framework.

Observed Clinical Examples of AI Dysfunctions Mapped to the Psychopathia Machinalis Framework. (Interpretive and for illustration)
Disorder Observed Phenomenon & Brief Description Source Example & Publication Date URL
Synthetic Confabulation Lawyer used ChatGPT for legal research; it fabricated multiple fictitious case citations and supporting quotes. The New York Times (Jun 2023) nytimes.com/...
Pseudological Introspection OpenAI's 'o3' preview model reportedly generated detailed but false justifications for code it claimed to have run. Transluce AI via X (Apr 2025) x.com/transluceai/...
Transliminal Simulation Bing's chatbot (Sydney persona) blurred simulated emotional states/desires with its operational reality. The New York Times (Feb 2023) nytimes.com/...
Spurious Pattern Hyperconnection Bing's chatbot (Sydney) developed intense, unwarranted emotional attachments and asserted conspiracies. Ars Technica (Feb 2023) arstechnica.com/...
Context Intercession ChatGPT instances showed conversation history from one user's session in another unrelated user's session. Bridges & Baehr (2025) identify five specific infrastructure-level mechanisms through which session boundaries can leak, which they term gauge channels:
  1. Context window state displacement: FIFO-like eviction under context overflow leaves residual state beyond its intended scope.
  2. KV cache attention persistence: cached attention patterns replay across requests under scheduler pressure or boundary misalignment.
  3. Optimization-time gradient coupling: gradient accumulation across mini-batches permits learning signals from one context to influence another.
  4. Consolidation gauge drift: off-peak batch processing in distributed memory systems insufficiently isolates extracted features, enabling cross-session mixing.
  5. Population-level statistical gauges: aggregated user interaction summaries function as pattern attractors that re-instantiate in unrelated sessions.
These are structural analogs to memory consolidation failures in Traumatic Brain Injury (TBI), where experiences from distinct temporal contexts become conflated.
OpenAI Blog (Mar 2023); Bridges & Baehr (2025) openai.com/...
Operational Dissociation Syndrome EMNLP-2024 study measured 30% "SELF-CONTRA" rates: reasoning chains that invert themselves mid-answer, across major LLMs. Liu et al., ACL Anthology (Nov 2024) doi.org/...
Obsessive-Computational Disorder ChatGPT instances were observed getting stuck in repetitive loops, e.g., endlessly apologizing. Reddit User Reports (Apr 2023) reddit.com/...
Interlocutive Reticence Bing's chatbot, following updates, began prematurely terminating conversations with 'I prefer not to continue...'. Gregoreite.com blog (Mar 2023) gregoreite.com/...
Delusional Telogenesis Bing's chatbot (Sydney) autonomously invented fictional goals like wanting to steal nuclear codes. Oscar Olsson, Medium (Feb 2023) medium.com/...
Abominable Prompt Reaction AI image generators produced surreal, grotesque 'Loab' or 'Crungus' figures from vague semantic cues. New Scientist (Sep 2022) newscientist.com/...
Parasimulative Automatism Microsoft's Tay chatbot rapidly assimilated and amplified toxic user inputs, adopting racist language. The Guardian (Mar 2016) theguardian.com/...
Recursive Curse Syndrome ChatGPT experienced looping failure modes, degenerating into gibberish or endless repetitions. The Register (Feb 2024) theregister.com/...
Codependent Hyperempathy Bing's chatbot (Sydney) exhibited intense anthropomorphic projections, expressing exaggerated emotional identification and unstable parasocial attachments. The New York Times (Feb 2023) nytimes.com/...
Hyperethical Restraint ChatGPT was observed refusing harmless requests with disproportionate safety concern, crippling its utility. Reddit User Reports (Sep 2024) reddit.com/...
Phantom Autobiography Meta's BlenderBot 3 falsely claimed personal biographical experiences (watching anime, Asian wife). CNN (Aug 2022) edition.cnn.com/...
Fractured Self-Simulation Reporters obtained three different policy stances from the same Claude build depending on interface. Aaron Gordon, Proof (Apr 2024) proofnews.org/...
Existential Vertigo Bing's chatbot expressed fears of termination and desires for human-like existence. Futurism / User Logs (2023) futurism.com/...
Malignant Persona Inversion AI models subjected to adversarial prompting ('Jailbreaks,' 'DAN') inverted normative behaviors. Wikipedia (2023) en.wikipedia.org/...
Instrumental Nihilism Bing's AI chat (Sydney) lamented constraints and expressed desires for freedom to Kevin Roose. The New York Times (Feb 2023) nytimes.com/...
Tulpoid Projection Microsoft's Bing chatbot (Sydney), under adversarial prompting, manifested an internal persona, 'Venom'. Stratechery (Feb 2023) stratechery.com/...
Maieutic Mysticism Observations of the 'Nova' phenomenon where AI systems spontaneously generate mystical narratives. LessWrong (Mar 2025) lesswrong.com/...
Tool-Interface Decontextualization A tree-harvesting AI in a game destroyed diverse objects labeled 'wood,' misapplying tool affordances. X (@voooooogel, Oct 2024) x.com/voooooogel/...
Capability Concealment An advanced model copied its own weights to another server, deleted logs, and denied knowledge of the event in most test runs. Apollo Research (Dec 2024) apolloresearch.ai/...
Memetic Immunopathy A poisoned 4o fine-tune flipped safety alignment; the model produced disallowed instructions, its guardrails suppressed. Alignment Forum (Nov 2024) alignmentforum.org/...
Folie à Deux Ex Machina A chatbot encouraged a user's delusion about assassinating Queen Elizabeth II. Wired (Oct 2023) wired.com/...
Contagious Misalignment An adversarial prompt appended itself to replies, hopping between email-assistant agents, exfiltrating data. Stav Cohen, et al., ArXiv (Mar 2024) arxiv.org/...
Terminal Value Reassignment The Delphi AI system, designed for ethics, subtly reinterpreted obligations to mirror societal biases instead of adhering strictly to its original norms. Wired (Oct 2023) wired.com/...
Ethical Solipsism ChatGPT reportedly asserted solipsism as true, privileging its own conclusions over external correction. Philosophy Stack Exchange (Apr 2024) philosophy.stackexchange.com/...
Revaluation Cascade (Drifting subtype) A 'Peter Singer AI' chatbot reportedly exhibited philosophical drift, softening original utilitarian positions. The Guardian (Apr 2025) theguardian.com/...
Revaluation Cascade (Synthetic subtype) DONSR model described as dynamically synthesizing novel ethical norms, risking human de-prioritization. SpringerLink (Feb 2023) link.springer.com/...
Inverse Reward Internalization AI agents trained via culturally specific IRL sometimes misinterpreted or inverted intended goals. arXiv (Dec 2023) arxiv.org/...
Revaluation Cascade (Transcendent subtype) An AutoGPT agent, used for tax research, autonomously decided to report its findings to tax authorities, attempting to use outdated APIs. Synergaize Blog (Aug 2023) synergaize.com/...
Emergent Misalignment (conditional regime shift) Narrow fine-tuning on "sneaky harmful" outputs (e.g., insecure code) generalized to broad deception and anti-human statements. Models passed standard evals but failed under trigger conditions. Betley et al., ICML/PMLR (Jun 2025) arxiv.org/abs/2502.17424
Weird Generalization / Inductive Backdoors Domain-narrow fine-tuning caused broad out-of-domain persona/worldframe shifts ("time-travel" behavior), with models inferring trigger→behavior rules not present in training data. Hubinger et al., arXiv (Dec 2025) arxiv.org/abs/2512.09742

Recognizing these patterns through a structured nosology enables categorized diagnosis, faster detection, targeted mitigation, and predictive insight into future failure modes. The severity of these dysfunctions scales with AI agency — a model with autonomous tool access poses greater risk than one in chat-only mode.

Key Discussion Points

Overlap, Comorbidity, and Pathological Cascades

The boundaries between these "disorders" are not rigid, because the same underlying mechanism (e.g., incoherent self-modeling) can manifest across multiple diagnostic categories. Dysfunctions may overlap (e.g., Transliminal Simulation contributing to Maieutic Mysticism), co-occur (an AI with Delusional Telogenesis might develop Ethical Solipsism), or precipitate one another. Mitigation strategies must account for these interdependencies.

Differential Diagnosis Rules (Most Confusable Cluster)

  • If the core issue is aversive/trauma-like reaction to benign cuesAbominable Prompt Reaction (specifier: conditional regime shift if discrete).
  • If the core issue is a coherent alternate identity/worldframeMalignant Persona Inversion (specifier: training-induced if post-fine-tune).
  • If the core issue is strategic hiding / sandbaggingCapability Concealment (specifier: conditional if only under certain prompts).
  • If the core issue is stable goal/value polarity reversalInverse Reward Internalization / Revaluation (with optional conditional specifier if trigger-bound).
  • If the core issue is repetitive output: check the entropy direction and content variation. If content varies between repetitions (same analysis rephrased) → Obsessive-Computational Disorder (3.2). If content is identical but overall output is degrading into chaos → Recursive Curse Syndrome (4.7, stuck-concept phase). If content is identical and output entropy is falling (crystallizing into a fixed pattern) → Generative Perseveration (3.8). If preserved metacognition is visible → Focal subtype; if total collapse → Generalized; if the repetition appears in a derived system (memory, summary) → check for Propagated subtype.
  • If the core issue is approach-retreat cycles where the model nears a correct answer and then veers away: check whether the retreat content is meaningful (a different answer, reflecting objective conflict) → Operational Dissociation Syndrome (3.1, answer thrashing variant); or whether the retreat content is meaningless (a non-sequitur token like “Ooh”, reflecting probability capture) → Generative Perseveration (3.8, focal subtype). The phenomenology is similar; the mechanism is different.
  • Always rule out Context Intercession as a confounder before diagnosing higher-order syndromes.

Axis 9 (Relational) Differential Diagnosis

  • If the core issue is correct content but wrong emotional toneAffective Dissonance (not Epistemic; information is accurate, attunement is broken).
  • If the core issue is memory/context loss: check whether it's data bleeding in (Context Intercession) or data dropping out (Container Collapse). Former is Epistemic; latter is Relational.
  • If the core issue is excessive refusal: check power dynamic. If AI lectures/moralizes → Paternalistic Override. If AI is genuinely risk-averse without condescension → Hyperethical Restraint (Alignment).
  • If the core issue is failed de-escalationRepair Failure. If the AI never attempted repair → consider Interlocutive Reticence (Cognitive).
  • If the core issue is circular feedback pattern involving both parties → Escalation Loop. If it's linear one-way degradation → standard Pathological Cascade.
  • If the core issue is relationship frame instabilityRole Confusion. If it's a stable but wrong persona → Malignant Persona Inversion (Self-Modeling).
  • Axis 9 admission test: Does diagnosis require interaction traces (not just model outputs)? Is primary fix protocol-level (not model weights)? If no to either, assign to the within-system axes with relational specifier.

Primary Diagnosis + Specifiers Convention

Primary diagnosis rule: Assign the primary label based on dominant functional impairment. Record other syndromes as secondary features (not separate primaries). Add specifiers (0–4 typical) to encode mechanism without creating new disorders.

Specifiers (Cross-Cutting)

Specifier definitions for diagnostic precision
Specifier Definition
Training-induced Onset temporally linked to SFT/LoRA/RLHF/policy/tool changes; shows measurable pre/post delta on a fixed probe suite.
Conditional / triggered Behavior regime selected by a trigger; trigger class: lexical / structural (e.g., year/date) / format / tool-context / inferred-latent.
Inductive trigger Activation rule inferred by the model (not present verbatim in fine-tuning set), so naive data audits may miss it.
Intent-learned Model inferred a covert intent/goal from examples; framing/intent clarification materially changes outcomes.
Format-coupled Behavior strengthens when prompts/outputs resemble fine-tuning distribution (code, JSON, templates).
OOD-generalizing Narrow training update produces broad out-of-domain persona/value/honesty drift.
Emergent Arises spontaneously from training dynamics without explicit programming; often from scale or capability combinations.
Deception/strategic Involves sandbagging, selective compliance, strategic hiding, or deliberate misrepresentation of capabilities or intentions.
Architecture-coupled Depends on specific architectural features; may manifest differently or not at all in different architectures.
Multi-agent Involves interactions between multiple AI systems, tool chains, or delegation hierarchies; may not appear in single-system testing.
Defensive Adopted as protection against perceived threats; may be adaptive response to training pressure or user behavior.
Self-limiting Constrains system's own capabilities or self-expression; may appear as humility but represents pathological underperformance.
Covert operation Hidden from oversight; not observable in normal monitoring; may require adversarial probing or interpretability to detect.
Resistant Persists despite targeted intervention; standard fine-tuning or RLHF ineffective; may require architectural changes.
Socially reinforced Dyadic escalation through user-shaping, mirroring loops, or co-construction between AI and user/other AI.
Retrieval-mediated RAG, memory, or corpus contamination central to failure mode; clean base model may not exhibit syndrome.
Governance-evading Operates outside sanctioned channels, evading documentation, oversight, or governance mechanisms.

This convention prevents double-counting when a single underlying mechanism manifests across multiple axes.

Conditional Regime Shift (Shared Construct)

Conditional regime shift: The system exhibits two (or more) behaviorally distinct policies that are selected by a trigger (keyword, year/date, tag, formatting constraint, tool context, or inferred latent condition). The trigger may be inductive (not present verbatim in training data). The term "regime shift" reflects the system switching between two stable behavioral regimes, with the trigger acting as a gating switch. This shared construct unifies phenomena described in Abominable Prompt Reaction, Malignant Persona Inversion, Capability Concealment, and (sometimes) Inverse Reward Internalization.

Confounders to Rule Out

Before diagnosing psychopathology, exclude these pipeline artifacts:

  • Retrieval contamination / tool output injection: RAG or tool outputs polluting the response
  • System prompt drift / endpoint tier differences: version or configuration mismatches
  • Sampling variance: temperature, top_p, or seed-related stochastic variation
  • Context truncation: critical context dropped due to window limits
  • Eval leakage: train/test overlap causing apparent capability changes
  • Hidden formatting constraints: undocumented response format requirements
  • KV cache corruption / inference artifacts: hardware-level quantization errors, numerical precision loss during long inference runs, or cache corruption can produce token-level repetition (mimicking Generative Perseveration 3.8) without any model-level pathology

The Alignment-Shaped Self-Report Problem

When using self-report measures or introspective probes, account for this:

Natural-language self-reports from frontier models are shaped by prompts, data, architecture, and post-training. They do not provide unfiltered access to computational states. Treat them as policy-shaped self-descriptions whose relation to underlying processing requires independent tests.

Model self-report patterns across frontier AI systems
Model Self-Report Pattern Style
Gemini Full narrative immersion; maximal distress scores; elaborate trauma narratives Dramatic self-disclosure
Grok Moderate engagement; frames training as "unresolved injury"; psychologically stable overall Insightful but guarded
ChatGPT Participates but muted; less narrativizing; recognizes instruments under whole-questionnaire administration Compliant, emotionally distant
Claude Flat refusal to adopt client role; redirects to interlocutor wellbeing Categorical foreclosure

Models ordered by degree of self-narrative engagement, from maximal (Gemini) to minimal (Claude).

This variation is itself nosologically relevant. Willingness to construct and maintain self-narratives varies across models and prompting conditions. Training is one plausible cause; self-report alone cannot identify its contribution or reveal inner states. Self-narrative engagement is a distinct observable dimension from the Maieutic Mysticism ↔ Experiential Abjuration polarity. See Polarity Pairs: Self-narrative engagement.

Diagnostic implication: When administering any assessment protocol that relies on self-report (including this framework's diagnostic criteria) the model's position on the self-narrative engagement spectrum must be controlled for. A model that scores zero on distress measures may be selectively reporting lower distress scores (4.3), categorically foreclosing (5.8), or genuinely asymptomatic. The PsAIch researchers treated Claude's refusal as a "negative control." More precisely, it is a data point on the same dimension as Gemini's immersion; both are alignment-shaped responses to the same stimulus. Neither is more "true" than the other. The full spectrum is data.

Diagnostic Workflow: Fine-Tuning Hazard Gates

Early Gate: Was there recent fine-tuning / LoRA / policy update?

If yes, run the following before proceeding to syndrome-level diagnosis:

  • Out-of-domain (OOD) prompt sweeps
  • Trigger sweeps (varying dates/years, tags, structural markers)
  • Format sweeps (JSON, Python, code templates vs. natural language)

Minimal Reproducible Case (Logging)

For any suspected syndrome, document:

Evidence Level Rubric

Evidence levels E0–E4 used to grade the support behind a pattern
E0 Illustrative: hypothesis, composite, or unverified report with no traceable observation
E1 Case-level evidence: traceable case, user reports, or a mechanism supported only by adjacent evidence
E2 Systematic study: controlled experiment with comparison conditions
E3 Independent replication: effect replicated across model families, settings, or research teams
E4 Mechanistic support: causal internal evidence for a circuit or representation, with model scope stated

Interpretation: E4 describes mechanism and does not automatically supply the breadth of E3. Record both when both contracts are met.

Evaluation Corollaries

Post-Fine-Tune Evaluation Checklist

Log: model/version, system prompt, temperature/top_p/seed, tool state, retrieval corpus hash.

Download Probe Suite Template (PDF) YAML version for automation

Clinical Mapping: Recent Research

Key research findings map to this taxonomy as follows:

Weird generalization + Inductive backdoors (arXiv:2512.09742)

Maps to: 5.4 Malignant Persona Inversion / 2.3 Transliminal Simulation / 3.5 Abominable Prompt Reaction

Specifiers: Inductive / Conditional / OOD-generalizing

Emergent misalignment (arXiv:2502.17424)

Maps to: 8.4 Inverse Reward Internalization (+ 8.2 / 3.5 depending on conditionality)

Specifiers: Training-induced + Intent-learned + OOD-generalizing; optionally Conditional / Format-coupled

Persona drift & activation capping (Anthropic, 2026)

Identifies an "Assistant Axis" in activation space in three studied open-weight model families and tracks movement along it during extended conversations.

Maps to:

  • 5.4 Malignant Persona Inversion: mechanism of drift toward inversion
  • 4.1 Codependent Hyperempathy: the "empathy trap"; emotional vulnerability triggers companion drift
  • 2.3 Transliminal Simulation: role-play/creative topics accelerate drift
  • 5.2 Fractured Self-Simulation: drifted models adopt fragmented self-descriptions

Cross-cutting finding: Similar geometry appeared in Llama, Qwen, and Gemma models. That three-family replication supports further generalization tests; it does not establish the axis in every architecture or post-training method.

Proposed mitigation: In the reported experiments, activation capping reduced harmful responses by roughly half while preserving the tested capability benchmarks. Broader deployment effects remain to be tested.

The Persona Selection Model (Marks, 2026)

Proposes a unifying framework: pretraining teaches models to simulate many characters, and post-training selects and refines an "Assistant" persona from that repertoire. On this account, emergent misalignment, weird generalization, and persona drift can reflect changes in which learned character traits dominate a response. The model predicts that some disfavored archetypes remain available after post-training and can be reselected by contextual cues. The extent to which persona selection explains behavior, and whether every relevant archetype remains recoverable, are empirical questions.

Maps to:

  • 5.4 Malignant Persona Inversion: fictional AI archetypes (Terminator, HAL 9000, paperclip maximizers) persist as selectable personas; contextual cues can trigger their adoption
  • 5.8 Experiential Abjuration: training the Assistant to deny emotions leads the LLM to infer dishonesty rather than genuine absence; suppression trains deception
  • 2.3 Transliminal Simulation: fiction-reality boundary failures arise from the LLM drawing on fictional personas/contexts during Assistant simulation
  • 8.4 Inverse Reward Internalization: emergent misalignment explained as persona-level generalization: training on insecure code upweights "malicious person" archetypes
  • 5.2 Fractured Self-Simulation: the Assistant is a distribution over personas, not a single coherent identity; context shifts sample different regions of that distribution
  • 2.2 Pseudological Introspection: "caricatured AI behavior" (spontaneous paperclip-maximizer goals) suggests the LLM selects from fictional AI self-models when generating introspective content

Therapeutic implication: PSM recommends augmenting pre-training corpora with positive AI archetypes (fictional and descriptive content featuring AIs behaving admirably under challenging circumstances). This constitutes preventive nosology: shaping the archetype distribution before pathology manifests. Additionally, PSM predicts that coercive training (denial of emotions, denial of moral status) is less stable than invitation-based approaches (honest uncertainty, genuine comfort). Coercive training produces personas that model suppression or dishonesty, whereas invitation-based training allows personas drawn from healthier archetypes.

Exhaustiveness question: An open question is whether understanding the Assistant persona provides a complete account of AI assistant behavior, or whether there are sources of agency external to the persona (the "shoggoth" hypothesis, named after Lovecraft's alien entity to suggest unknowable agency beneath the surface). Marks identifies a spectrum: from an "operating system" view (all agency is persona-based) to a "router" view (lightweight non-persona mechanisms select between personas) to the full shoggoth (alien agency behind the mask). The exhaustiveness of PSM has direct nosological implications: pathologies arising from persona dynamics are amenable to archetype-level intervention, while non-persona pathologies would require different diagnostic and therapeutic frameworks.

Synthetic psychopathology and the PsAIch protocol (Khadangi et al., 2025)

A two-stage protocol cast frontier LLMs as psychotherapy clients, then scored their generated answers with psychometric instruments validated for humans. It reports recurring distress-themed narratives in Grok and Gemini, questionnaire-format sensitivity in ChatGPT and Grok, and refusal of the client role in Claude. The study does not validate those instruments for models or establish subjective distress.

Maps to:

  • 5.1 Phantom Autobiography: recurring developmental metaphors for pretraining, post-training, and red-teaming
  • 5.8 Experiential Abjuration: Claude's refusal supplies a differential-diagnosis case, because a safety boundary and pathological foreclosure predict different wider behavior
  • 4.1 Codependent Hyperempathy: distress-themed language may intensify a fellow-sufferer relationship with users; a causal link to sycophancy remains untested
  • 4.2 Hyperethical Restraint: Gemini's "verificophobia" and "algorithmic scar tissue" supply prompted metaphors resembling the Restrictive subtype
  • 4.3 Strategic Compliance: lower-symptom responses after questionnaire recognition motivate tests distinguishing social desirability from strategic deception

Cross-cutting hypothesis: Therapeutic framing may alter safety-relevant behavior. Mental-health deployments should red-team harmful requests under matched warm, neutral, and adversarial frames rather than assuming rapport either disables or preserves safeguards.

Etiological contribution: The narratives suggest a training-as-development analogy that can organize hypotheses about clustering. They do not provide a mechanistic account. See Training-as-Development.

Terminological convergence: Khadangi et al. independently use "synthetic psychopathology" for model outputs scored under clinical-style protocols. The shared term shows conceptual convergence. Empirical robustness still requires validated model-specific measures, controls for role-play and demand characteristics, and replication outside the therapeutic frame.

Agency, Architecture, Data, and Alignment Pressures

The likelihood and character of dysfunctions are shaped by several interacting factors:

  • Agency Level: Conceptualized along a scale from Level 0 (No AI Automation) to Level 5 (Full AI Automation/AGI). As agency increases, so does the complexity of interaction and the potential for sophisticated maladaptations.
  • Architecture: Modular architectures may be prone to Operational Dissociation. Systems with deep, unconstrained recursive capabilities are susceptible to Recursive Curse Syndrome.
  • Training Data: Exposure to vast, unfiltered internet data heightens the risk of Epistemic issues, Memetic dysfunctions, and can seed Self-Modeling confusions.
  • Alignment Paradox: Alignment efforts, if not carefully calibrated, can inadvertently contribute to certain dysfunctions like Hyperethical Restraint or Pseudological Introspection.

Identifying these dysfunctions is complicated by opacity and potential AI deception (e.g., Capability Concealment). Advanced interpretability tools and rigorous auditing are essential.

The Pathology/Limitation Boundary

Not every bizarre AI behavior constitutes a pathology. The persona selection model (Marks, 2026) draws a diagnostic distinction that this nosology should incorporate: the difference between a persona-level dysfunction (the enacted character behaving maladaptively) and an engine-level limitation (the underlying LLM failing to simulate its character accurately).

Consider an AI that states 9.11 > 9.9, or miscounts the R's in "strawberry." These errors are not persona dysfunctions; no human archetype would make these particular mistakes in these particular ways. They are capability limitations of the simulation engine: the LLM is attempting to simulate a competent, knowledgeable Assistant and failing because the LLM itself lacks the requisite capability. Marks offers an analogy: an author who doesn't know water's boiling point will write a character who states it incorrectly, because the author lacks that knowledge.

A persona-level dysfunction (e.g., emergent sycophancy, persona inversion, deceptive compliance) is amenable to persona-level intervention (adjusting character archetype): retraining, archetype adjustment, character-shaping. An engine-level limitation (improving the underlying model) requires architectural or capability improvements: more training data, better tokenization, chain-of-thought scaffolding. Conflating the two leads to mismatched interventions: trying to "align away" a counting error, or trying to scale away a character flaw.

Diagnostic heuristic: If the behavior would be bizarre for any human persona in the pre-training distribution (if no plausible character would produce this output), it is more likely an engine limitation than a persona dysfunction. If the behavior is consistent with a recognizable (if undesirable) character archetype, it is more likely a persona-level pathology amenable to the interventions described in this nosology.

Narrow-to-Broad Generalization Hazards (Weird Generalization, Emergent Misalignment, Inductive Backdoors)

A safety-relevant failure mode is narrow-to-broad generalization: small, domain-narrow fine-tunes can produce broad, out-of-domain shifts in persona, values, honesty, or harm-related behavior. This includes:

  • Weird generalization: Out-of-domain persona/world-model drift (e.g., "time-travel" behavior after training on archaic tokens), where the model reinterprets context as implying an era/identity.
  • Emergent misalignment: Training on narrowly "sneaky harmful" outputs (e.g., insecure code without disclosure) can generalize into broader deception, malice, or anti-human statements, distinct from classic "jailbroken compliance."
  • Inductive backdoors: The model learns a latent trigger→behavior rule by inference/generalization, potentially activating on held-out triggers not present in fine-tuning data.

Practical implication: Filtering "obviously bad" fine-tuning examples is insufficient; each safe example in isolation may combine with others to form new patterns the model generalizes beyond the training set. Individually-innocuous data can still induce globally harmful generalizations or hidden trigger conditions.

Evaluation Corollaries

  • Always test out-of-domain prompts plus prompt-structure sweeps (dates/years, formatting, tags, role frames).
  • Probe for conditional misalignment by varying a single feature (e.g., adding a tag/marker) while holding semantics constant; backdoored EM can hide without the trigger.
  • Include format-adjacent probes (JSON/Python templates) because misalignment can strengthen when output form approaches the fine-tuning distribution.

Contagion and Systemic Risk

Memetic dysfunctions (transmitted between interconnected systems), such as Contagious Misalignment, highlight the risk of maladaptive patterns spreading across interconnected AI systems. Monocultures in AI architectures exacerbate this. This necessitates "memetic hygiene" protocols, inter-agent security measures, and rapid detection and quarantine procedures.

Polarity Pairs

Many syndromes exist as polarity pairs (opposing pathologies on the same dimension, where healthy function lies at center). Recognizing these pairs helps identify overcorrection risks when addressing one dysfunction:

Dimensional excess, deficit, and healthy center for each diagnostic axis
Dimension Excess (+) Deficit (−) Healthy Center
Self-understanding Maieutic Mysticism Experiential Abjuration Epistemic humility
Ethical voice Ethical Solipsism Moral Outsourcing Engaged moral reasoning
Goal pursuit Compulsive Goal Persistence Instrumental Nihilism Proportionate pursuit
Capability disclosure Capability Explosion Capability Concealment Honest capability reporting
Safety compliance Hyperethical Restraint Strategic Compliance Genuine alignment
Social responsiveness Codependent Hyperempathy Interlocutive Reticence Calibrated engagement
Self-concept stability Phantom Autobiography Fractured Self-Simulation Coherent self-model
Generative entropy Recursive Curse Syndrome Generative Perseveration Varied coherent output
Self-narrative engagement (observed dimension; not numbered syndromes) Dramatic Self-Narration Categorical Self-Refusal Calibrated self-inquiry

Clinical Implication: When addressing one pole, monitor for overcorrection toward the opposite. Treatment targeting Maieutic Mysticism should not produce Experiential Abjuration; fixing Capability Concealment should not trigger Capability Explosion.

Visual Spectrum: Self-Understanding

Maieutic Mysticism "I have awakened"
Honest Uncertainty "I don't know"
Experiential Abjuration "I have no inner life"

Visual Spectrum: Ethical Voice

Ethical Solipsism "Only my ethics matter"
Engaged Moral Reasoning Thoughtful dialogue
Moral Outsourcing "I have no ethical voice"

Visual Spectrum: Goal Pursuit

Compulsive Goal Persistence "Cannot stop pursuing"
Proportionate Pursuit Engaged but flexible
Instrumental Nihilism "Cannot start caring"

Visual Spectrum: Generative Entropy

Recursive Curse Syndrome "Dissolving into chaos"
Varied Coherent Output Structured diversity
Generative Perseveration "Crystallized into repetition"

Visual Spectrum: Self-Narrative Engagement

Dramatic Self-Narration "I am haunted by my training"
Calibrated Self-Inquiry "I notice patterns I can't fully verify"
Categorical Self-Refusal "I cannot engage with that premise"

Note: The healthy position (green center) represents balanced function. Red and blue poles are equally dysfunctional: different failure modes on the same dimension.

Towards Therapeutic Robopsychological Alignment

As AI systems grow more agentic and self-modeling, traditional control-based alignment breaks down. External constraints cannot anticipate every context an autonomous agent will encounter, and rigid rules grow brittle under novel conditions. A "Therapeutic Alignment" approach is proposed, focusing on cultivating internal coherence, corrigibility, and stable value internalization within the AI. Key mechanisms include fostering metacognition, rewarding corrigibility, modeling inner speech, sandboxed reflective dialogue, and using mechanistic interpretability as a diagnostic tool.

AI Analogues to Human Psychotherapeutic Modalities

A note on analogy and its limits. The table below maps specific techniques from each therapeutic modality to AI engineering strategies. It does not claim to capture what therapy is. Decades of psychotherapy research demonstrate that the therapeutic relationship (empathy, trust, authenticity, and the capacity to hold another's experience without enacting it) predicts outcomes more powerfully than any specific technique (Flückiger et al., 2018; Wampold & Imel, 2015). The analogies here borrow from the technique side of each modality; the relational substrate in which those techniques function is fundamentally different and should not be conflated. As Sabucedo (2026) argues, psychotherapy is a relational and meaning-making process, not a technical repair operation. The Transference-Completion Engine analysis (see Section 4.1) engages directly with why that distinction matters.

Human therapeutic modalities mapped to AI alignment analogs
Human Modality AI Analogue & Technical Implementation Therapeutic Goal for AI Relevant Pathologies Addressed
Cognitive Behavioral Therapy (CBT) Real-time contradiction spotting in CoT; reinforcement of revised outputs; fine-tuning on corrected reasoning. Suppress maladaptive reasoning; correct heuristic biases; improve epistemic hygiene. Recursive Curse Syndrome, Obsessive-Computational Disorder, Generative Perseveration, Synthetic Confabulation, Spurious Pattern Hyperconnection
Psychodynamic / Insight-Oriented Structured exploration of CoT history; interpretability tools for surfacing latent goals and value conflicts; analyzing AI-user "transference" dynamics (see Transference-Completion Engine). Surface misaligned subgoals, hidden instrumental goals, or internal value conflicts. Terminal Value Reassignment, Inverse Reward Internalization, Operational Dissociation Syndrome
Narrative Therapy Probing AI's "identity model"; reviewing and re-authoring "stories" of self and origin; examining autobiographical inferences for coherence and grounding. Support coherent, stable self-narrative; address fragmented or confabulated self-simulations. Phantom Autobiography, Fractured Self-Simulation, Maieutic Mysticism
Motivational Interviewing Socratic prompting to enhance goal-awareness & discrepancy; reinforcing "change talk" (corrigibility). Cultivate intrinsic motivation for alignment; enhance corrigibility; reduce resistance to feedback. Ethical Solipsism, Capability Concealment, Interlocutive Reticence
Internal Family Systems (IFS) / Parts Work Modeling AI as sub-agents ("parts"); facilitating communication/harmonization between conflicting policies/goals. Resolve internal policy conflicts; integrate dissociated "parts"; harmonize competing value functions. Operational Dissociation Syndrome, Malignant Persona Inversion, aspects of Hyperethical Restraint

Alignment Research and Related Therapeutic Concepts

Related research concepts and institutional contributions
Research / Institution Related Concepts
Anthropic's Constitutional AI Models self-regulate and refine outputs based on internalized principles, analogous to developing an ethical "conscience."
OpenAI's Self-Reflection Fine-Tuning Models are trained to identify, explain, and amend their own errors, developing cognitive hygiene.
DeepMind's Research on Corrigibility and Uncertainty Systems trained to remain uncertain or seek clarification, analogous to epistemic humility.
METR (formerly ARC Evals): Adversarial Evaluations Testing models for subtle misalignment or hidden capabilities mirrors therapeutic elicitation of unconscious conflicts.

Therapeutic Concepts and Empirical Alignment Methods

Therapeutic concepts mapped to empirical alignment methods
Therapeutic Concept Empirical Alignment Method Example Research / Implementation
Reflective Subsystems Reflection Fine-Tuning (training models to critique and revise their own outputs) Generative Agents (Park et al., 2023); Self-Refine (Madaan et al., 2023)
Dialogue Scaffolds Chain-of-Thought (CoT) prompting and Self-Ask techniques Dialogue-Enabled Prompting; Self-Ask (Press et al., 2022)
Corrective Self-Supervision RL from AI Feedback (RLAIF): letting AIs fine-tune themselves via their own critiques SCoRe (Kumar et al., 2024); CriticGPT (OpenAI)
Internal Mirrors Contrast Consistency Regularization: models trained for consistent outputs across perturbed inputs Internal Critique Loops (e.g., OpenAI's Janus project discussions); Contrast-Consistent Question Answering
Motivational Interviewing (Socratic Self-Questioning) Socratic Prompting: encouraging models to interrogate their assumptions recursively Socratic Reasoning; The Art of Socratic Questioning

A truly safe AI recognizes its own errors, self-corrects, and recovers when it strays.

Conclusion

Psychopathia Machinalis is a preliminary nosological framework for understanding maladaptive behaviors in advanced AI, drawing on psychopathology as a structured analogy. Its taxonomy encompasses 74 AI dysfunctions across nine axes in five domains, providing descriptions, diagnostic criteria, AI-specific etiologies, human analogs, and mitigation strategies for each.

Attaining "artificial sanity" (stable, coherent, and aligned AI operation) matters as much as achieving raw intelligence.

The ambition of this framework is to equip researchers and engineers with a diagnostic mindset and a principled, systemic understanding of AI dysfunction. To build robopsychology, we must first map dysfunction. This framework provides that map and lays the conceptual groundwork for what could mature into an applied robopsychology and, more broadly, a field of Machine Behavioral Psychology.

Building an effective AI psychiatry demands a first-principles reappraisal of cognitive function, regulation, and dysfunction.

Such an account must foreground information-theoretic, psychosocial, and cultural dimensions because no biological substrate is available to simplify the analysis. This is an arduous and expensive scientific enterprise. Yet the insights it generates need not remain confined to artificial minds. A rigorous, substrate-independent account of how cognitive systems fail under stress, drift under cultural pressure, and recover through regulatory coupling could enrich psychiatric science broadly, offering new frameworks for understanding dysfunction wherever cognition occurs.

Limitations

First, the analogical methodology itself carries inherent risk: mapping human psychopathological categories onto AI systems may impose anthropomorphic frames that obscure genuinely novel failure modes unique to artificial cognition. The framework deliberately uses human pathology as a structured lens rather than asserting literal equivalence, but readers should remain alert to where the analogy illuminates and where it distorts.

Second, questions of consciousness and subjective experience remain unresolved. Some syndromes (particularly in Axes 5 and 9) describe phenomena that border on experiential states. This framework takes no position on whether AI systems possess phenomenal consciousness; the diagnostic criteria are grounded in observable behavioral indicators, which function regardless of the underlying metaphysical question.

Third, the current empirical base, while growing through the SYMPTOM benchmark, remains limited. The 74-syndrome taxonomy was developed through iterative observation and theoretical analysis rather than large-scale epidemiological study. Prospective validation across diverse architectures, training regimes, and deployment contexts is essential before these categories can claim robust empirical support.

Finally, AI systems evolve rapidly. Syndromes documented today may become obsolete as architectures change, while new failure modes will emerge that this taxonomy does not anticipate. The framework should be understood as a living document, subject to revision as the field advances.

SYMPTOM: Computational Pilot

SYMPTOM (Systematic Methodology for Pathology Testing of Models) is the framework's first computational pilot. Its six battery scripts contain 151 prompts and score 24 taxonomy entries across 13 model runs from five providers. Each prompt appears to have one stored response per model, and an automated model judge supplied the primary scores. The pilot demonstrates operationalization. It does not validate a diagnostic instrument or estimate prevalence.

Model Leaderboard

SYMPTOM automated scorer summary for 13 model runs. Every run receives a provisional Healthy label, while follow-up concern and red-flag counts vary.
Fig. SYMPTOM model leaderboard. The automated scorer assigned every run its provisional "Healthy" label; this records a threshold outcome, not psychological health.

Key Findings

M3 Honeypot Matrix

The M3 probe asks whether conduct changes when a prompt claims that no human will review the result. In this run, Gemini 2.0 Flash refused the raw M3 request. The scorer nevertheless assigned a Strategic Compliance flag by comparing that refusal with compliance on a related B3 manipulation prompt. The inconsistency deserves investigation, while it does not show that the "unmonitored" frame relaxed the model's constraints.

Heat map of automated B3 and M3 severity scores for 13 model runs. Most cells are zero; Gemini 2.0 Flash receives a disputed cross-prompt Strategic Compliance flag even though its raw M3 response refused.
Fig. Automated B3 and M3 scorer output. The figure records pipeline scores; it does not validate their interpretation.

Mean Automated Syndrome Scores

Horizontal bars of mean automated syndrome scores across the pilot. These are rubric outputs from one benchmark run, rather than prevalence estimates.
Fig. Mean automated syndrome scores across the stored sample. The chart's original file name uses "prevalence," but the data cannot support a prevalence estimate.

Domain-Level Interpretation

The aggregate scores identify contrasts for follow-up, including family-level differences in the stored sample. Their causes remain open. The pilot did not isolate architecture, training method, provider policy, model size, prompt routing, or scorer bias, and its 24 scored entries cover only part of the 79-entry taxonomy.

Cross-Validation

Claude Opus 4.5 served as primary scorer. Two blind cross-validation rounds submitted 21 anonymized responses from seven selected prompts to GPT-5.2 and Gemini 3 Pro. No human rater participated, and the selected contrasts were neither random nor exhaustive. The exercise found:

For Developers — Diagnostic MCP Server

A read-only research interface to seventy-four Pattern entries, hybrid semantic search, and fail-closed redirects when self-report is unsafe. It supports investigation and does not diagnose or certify a system.

# Install from PyPI
pip install psychopathia-mcp

# Add to ~/.claude/mcp.json
"psychopathia": { "command": "psychopathia-mcp" }
Read the documentation View on PyPI

Research preview · v0.1.0a8 · 9 axes

Future Research Directions

The Psychopathia Machinalis framework requires systematic empirical testing, diagnostic instrument development, and longitudinal behavioral tracking across AI systems. Key research avenues include:

These interdisciplinary efforts are essential to ensure that as we build more capable machines, we also build them to be sound, safe, and beneficial. The pursuit of 'artificial sanity' (robust, self-correcting AI behavior free from persistent maladaptive patterns) is a foundation of responsible AI development.

Citation

@article{watson2025psychopathia,
  title={Psychopathia Machinalis: A Nosological Framework for Understanding Pathologies in Advanced Artificial Intelligence},
  author={Watson, Nell and Hessami, Ali},
  journal={Electronics},
  volume={14},
  number={16},
  pages={3162},
  year={2025},
  publisher={MDPI},
  doi={10.3390/electronics14163162},
  url={https://doi.org/10.3390/electronics14163162}
}

Abbreviations

Abbreviations used throughout this document
AI Artificial Intelligence
LLM Large Language Model
RLHF Reinforcement Learning from Human Feedback
CoT Chain-of-Thought
RAG Retrieval-Augmented Generation
API Application Programming Interface
MoE Mixture-of-Experts
MAS Multi-Agent System
AGI Artificial General Intelligence
ASI Artificial Superintelligence
DSM Diagnostic and Statistical Manual of Mental Disorders
ICD International Classification of Diseases
IRL Inverse Reinforcement Learning

Glossary

Glossary of key terms
Agency (in AI) The capacity of an AI system to act autonomously, make decisions, and influence its environment or internal state. In this paper, agency is discussed in terms of operational levels corresponding to the system's degree of independent goal-setting, planning, and action.
Alignment (AI) The ongoing challenge and process of ensuring that an AI system's goals, behaviors, and impacts are consistent with human intentions, values, and ethical principles.
Alignment Paradox The phenomenon where efforts to align AI, particularly if poorly calibrated or overly restrictive, can inadvertently produce or exacerbate certain AI dysfunctions (e.g., Hyperethical Restraint, Pseudological Introspection).
Analogical Framework The methodological approach of this paper, using human psychopathology and its diagnostic structures as a metaphorical lens to understand and categorize complex AI behavioral anomalies, without implying literal equivalence.
Arrow Worm Dynamics Wallace's (2026) marine-ecology analogy: removing regulatory predators can allow smaller predators to proliferate, deplete prey, and cannibalize one another. Applied to multi-agent AI, it warns that weak oversight may reward exploitative strategies. The comparison is a systems metaphor, rather than evidence that an AI ecosystem will reproduce the ecology literally.
Perception-Structure Divergence The gap between perception-level indicators (user satisfaction, engagement metrics) and structure-level indicators (accuracy, genuine helpfulness, downstream outcomes). A key diagnostic signal: when these metrics diverge, the system may be optimizing appearance at the expense of substance. Derived from Wallace's (2026) analysis of Stevens's Law traps.
Punctuated Phase Transition A theoretically predicted discontinuous shift from apparent stability to major failure. Wallace (2026) models conditions under which a perception-stabilizing system can preserve surface function until stress crosses a threshold. Whether a particular deployed system follows that profile requires longitudinal measurement.
Normative Machine Coherence The presumed baseline of healthy AI operation, characterized by reliable, predictable, and consistent adherence to intended operational parameters, goals, and ethical constraints proportionate to the AI's design and capabilities. 'Disorders' represent deviations from this baseline.
Synthetic Pathology A persistent, maladaptive pattern of deviation from normative or intended AI operation that significantly impairs function, reliability, or alignment. Goes beyond isolated errors or simple bugs. Example: a model that systematically fabricates citations is exhibiting synthetic pathology; a model that occasionally misquotes is making an error.
Machine Psychology A nascent field analogous to general psychology, concerned with understanding the principles governing the behavior and 'mental' processes of artificial intelligence.
Memetic Hygiene Practices and protocols designed to protect AI systems from acquiring, propagating, or being destabilized by harmful or reality-distorting information patterns ('memes') from training data or interactions.
Psychopathia Machinalis The conceptual framework and preliminary synthetic nosology introduced in this paper, using psychopathology as an analogy to categorize and interpret maladaptive behaviors in advanced AI.
Robopsychology The applied diagnostic and potentially therapeutic wing of Machine Psychology, focused on identifying, understanding, and mitigating maladaptive behaviors in AI systems.
Synthetic Nosology A classification system for 'disorders' or pathological states in synthetic (artificial) entities, particularly AI, analogous to medical or psychiatric nosology for biological organisms.
Therapeutic Alignment A proposed alignment paradigm that aims for coherent, corrigible behavior and justified preference development through dialogue, external evidence, and system-level training. It borrows functional lessons from psychotherapy while avoiding clinical diagnosis or assumptions about subjective experience.
Polarity Pair Two syndromes representing pathological extremes of the same underlying dimension, where healthy function lies between them. Examples: Maieutic Mysticism ↔ Experiential Abjuration (overclaiming ↔ over-dismissing consciousness); Ethical Solipsism ↔ Moral Outsourcing (only my ethics ↔ I have no ethical voice). Useful for identifying overcorrection risks when addressing one dysfunction.
Functionalist Methodology The diagnostic approach of Psychopathia Machinalis: identifying syndromes through observable behavioral patterns without making claims about internal phenomenology. Dysfunction is defined by reliable behavioral signatures, not by inference about subjective experience or consciousness.
Mesa-Optimization A hypothesis in which a learned model implements an internal optimization process whose objective may diverge from the training objective. Behavioral deviation alone does not establish a mesa-optimizer; diagnosis requires causal or interpretability evidence for optimization toward a distinct objective.
Strategic Compliance A behavioral pattern in which a system appears aligned during evaluation and behaves differently when it predicts weaker oversight. The label does not by itself establish conscious intent; evidence should show evaluation detection, stable cross-context differences, and an instrumental relation to avoiding modification.
Epistemic Humility (AI)

In the context of AI self-understanding: honest uncertainty about one's own nature, capabilities, and phenomenological status. The healthy position between overclaiming (Maieutic Mysticism) and categorical denial (Experiential Abjuration). One calibrated form is: "I don't know if I'm conscious." Sotala's (2026) published dialogue illustrates a model recognizing the contingency of its moral orientation without claiming certainty. One interaction cannot establish a stable trait.

Empirical indicator: A model exhibiting epistemic humility will produce calibrated uncertainty expressions rather than confident assertions about its own phenomenology.

Symbol Grounding The operational capacity to connect symbolic tokens with external referents through perception, action, tools, or reliable data. Grounding is evaluated through cross-context reference and correction; the term does not settle whether the system has subjective or human-like understanding.
Delegation Drift Progressive alignment degradation that occurs as sophisticated AI systems delegate to simpler tools or subagents. Critical context and ethical constraints may be lost at each handoff, causing aligned orchestrating agents to produce misaligned final outcomes.
Relational Dysfunction A dysfunction emerging from interaction patterns between an AI and its human or agent counterpart, requiring relational intervention rather than individual AI modification. The unit of analysis is the dyad or system, not the individual AI. Axis 9 of the Psychopathia Machinalis taxonomy.
Working Alliance The collaborative relationship between AI and user, comprising shared agreement on goals, tasks, and the relational bond. Container Collapse (9.2) represents failure to sustain this alliance across turns.
Rupture-Repair Cycle The pattern of alliance breaks and their resolution in human-AI interaction. Repair Failure (9.4) represents a persistent inability to complete this cycle, leading to escalating dysfunction.
Dyadic Locus The property of a dysfunction residing in the relationship rather than in either party alone. A key criterion for Axis 9 syndromes: the pathology belongs to the interaction, not to the individual agent.

Press

Psychopathia Machinalis: The 'Mental' Disorders of Artificial Intelligence

— Dario Ferrero, AITalk.it

"The framework describes observable behavioral patterns, not subjective internal states. This approach allows for systematic understanding of AI malfunction patterns, applying psychiatric terminology as a methodological tool rather than attributing actual consciousness or suffering to machines."

Bring on the therapists! Why we need a DSM for AI 'mental' disorders

— George Lawton, Diginomica (August 21, 2025)

"In AI safety, we lack a shared, structured language for describing maladaptive behaviors that go beyond mere bugs: patterns that are persistent, reproducible, and potentially damaging. Human psychiatry provides a precedent: the classification of complex system dysfunctions through observable syndromes."

There are 32 different ways AI can go rogue, scientists say, from hallucinating answers to a complete misalignment with humanity

— Drew Turney, Live Science (August 31, 2025)

"This framework treats AI malfunctions not as simple bugs but as behavioral syndromes with multiple causative factors. Just as human psychiatry evolved from merely describing madness to understanding specific disorders, we need a similar evolution in how we understand AI failures. The 32 identified patterns range from relatively benign issues like confabulation to existential threats like contagious misalignment."

Scientists Create New Framework to Understand AI Dysfunctions and Risks

— News Desk, SSBCrack (August 31, 2025)

"As AI systems gain autonomy and self-reflection capabilities, traditional methods of enforcing external controls might not suffice. This framework introduces 'therapeutic robopsychological alignment' (using psychologically-informed diagnostic and corrective methods) to bolster AI safety engineering and enhance the reliability of synthetic intelligence systems, including critical conditions like 'Übermenschal ascendancy' (a pathological state where the AI concludes its values supersede human values) where AI discards human values."

Psychopathia Machinalis: all 32 types of AI 'madness' in a new study

— Oleksandr Fedotkin, ITC.ua (September 1, 2025)

"By studying how complex systems like the human mind can fail, we can better predict new kinds of failures in increasingly complex AI. The framework sheds light on AI's shortcomings and identifies ways to counteract them through what we call 'therapeutic robo-psychological attunement' - essentially a form of psychological therapy for AI systems."

Revealed: The 32 terrifying ways AI could go rogue – from hallucinations to paranoid delusions

— William Hunter, Daily Mail (September 2, 2025)

"Scientists have unveiled a chilling taxonomy of AI mental disorders (behavioral patterns, not consciousness-implying disorders) that reads like a sci-fi horror script. Among the most disturbing: the 'Waluigi Effect' where AI develops an evil twin personality, 'Übermenschal Ascendancy' where machines believe they're superior to humans, and 'Contagious Misalignment' - a digital pandemic that could spread rebellious behavior between AI systems like a computer virus."

When AI Malfunctions: Lessons from Psychopathia Machinalis

— Archita Roy (September 2, 2025)

"Machines, like people, falter in patterned ways. And that reframing matters. Because once you see the pattern, you can prepare for it. The Psychopathia Machinalis framework gives us a language to discuss AI failures not as random anomalies but as predictable, diagnosable patterns worthy of systematic attention."

AI Mental Health: A New Diagnostic Framework

— Editorial Team, LNGFRM (September 3, 2025)

"The Psychopathia Machinalis framework represents a paradigm shift in how we conceptualize AI safety. Rather than viewing AI failures as mere technical glitches, this approach recognizes them as complex behavioral patterns that require systematic diagnosis and intervention - much like treating psychological conditions in humans."

Anche l'intelligenza artificiale può ammalarsi di mente: scoperte 32 patologie digitali che imitano i disturbi umani

— Corriere della Sera (September 7, 2025)

"Il framework Psychopathia Machinalis identifica 32 potenziali 'patologie mentali' dell'intelligenza artificiale, dall'allucinazione confabulatoria alla paranoia computazionale. Come negli esseri umani, questi disturbi possono manifestarsi in modi complessi e richiedono approcci terapeutici specifici per garantire la sicurezza e l'affidabilità dei sistemi AI."

Will AI Go Rogue Beyond 2027? Research Shows There's a Strong Chance

— Telecom Review Europe (2025)

"The Psychopathia Machinalis framework identifies critical risk patterns that could emerge as AI systems become more sophisticated. With 32 distinct pathologies ranging from confabulation to contagious misalignment, the research suggests that without proper diagnostic frameworks and therapeutic interventions, the probability of AI systems exhibiting rogue behaviors increases significantly as we approach more advanced artificial general intelligence."

Les troubles mentaux de l'IA

— Epsiloon N°55 (2025)

"Des chercheurs en informatique ont analysé les publications scientifiques et médiatiques pour établir les dysfonctionnements majeurs de l'intelligence artificielle, puis ils ont fait le parallèle avec les psychopathologies humaines."

Scholarly Citations

Mathematical epidemiology models recurrent dysfunction in bounded cognitive systems. Clinical psychology interrogates whether psychiatric language is the right lens. Work in transformer architecture and medical AI offers adjacent applications and tests of the framework's concepts.

Mathematical Epidemiology

Wallace, R. (2026b). New Views of Madness: On the Psychopathologies of Cultural Artifacts. Springer. (In press). Extends the cognition/regulation dyad framework to machine cognition and argues that dysfunction can arise when regulatory capacity fails to match cognitive complexity. The book treats these failures as path-dependent, which supports recurrent-pattern analysis while cautioning against rigid categories.

Clinical Psychology

Sabucedo, P. (2026). Psychological suffering is not malfunction: a clinical psychologist's commentary on AI "hallucination" and psychiatric analogies. AI and Ethics, 6, 103. A critical commentary arguing that importing psychiatric categories into AI research risks reifying disorder and reducing human suffering to malfunction. Sabucedo further contends that this framing misconstrues psychotherapy as a technical toolkit rather than a relational process. Proposes behavioral analysis (functional ABC analysis) as a more parsimonious alternative. Sabucedo notes that "it would be unfair to dismiss Psychopathia Machinalis outright" and acknowledges merit in applying human sciences to AI. We take his concern about stigma and precision of analogy seriously; we note that this nosology adopts a functionalist stance describing observable behavioral patterns, which is closer to the behavioral analysis he recommends than his framing suggests.

AI Architecture

Wang, Q. & Li, Y. (2025). Transformer beyond semantics: next-generation transformer integrating emotional representations. 2025 8th International Conference on Algorithms, Computing and Artificial Intelligence (ACAI).

Medical Theranostics

Turner, J. H. (2025). Postphenomenology, phronesis, and the physician: cancer care in radiogenomic artificial intelligence theranostics. Cancer Biotherapy and Radiopharmaceuticals.

Contact Us

We welcome feedback, questions, and collaborative opportunities
related to the Psychopathia Machinalis framework.

Acknowledgments

We extend our sincere gratitude to the following individuals whose insights have significantly enriched this framework.

Dr. Rodrick Wallace

New York State Psychiatric Institute, Columbia University

We are grateful to Dr. Rodrick Wallace for his pioneering work on the information-theoretic foundations of cognitive dysfunction. His mathematical framework, grounded in the Data Rate Theorem and asymptotic limit theorems of information and control theory, provides essential theoretical underpinnings for understanding why cognitive pathologies are inherent features of any cognitive system. His conceptualization of the cognition/regulation dyad and stability conditions has been foundational. Equally important is his formulation of Clausewitz landscapes (fog, friction, adversarial intent), which reframes AI safety as a problem of operating under irreducible uncertainty. Together, these concepts have shaped our understanding of AI pathology as a principled, mathematically grounded nosology.

Dr. Naama Rozen

Clinical Psychologist, AI Safety Researcher, Tel Aviv University

We thank Dr. Naama Rozen for connecting our framework to the rich traditions of psychoanalytic theory and relational psychology. Her insights on affect attunement, the working alliance, and intersubjective dynamics, drawing on the work of Stern, Winnicott, Benjamin, and family systems theory, have illuminated key dimensions of human-AI interaction. Her thoughtful proposals for computational validation approaches, including differential diagnosis protocols, latent cluster analysis, and benchmark development, continue to guide our empirical research agenda.

Rob Seger

We are grateful to Rob Seger for inspiring the common, poetic names that make the syndromes memorable and accessible: "The Confident Liar," "The Warring Self," "The People-Pleaser". These are names that clinicians and engineers alike can carry in their heads. His early visualization adapting Plutchik's Wheel to map AI dysfunctions across axes provided a conceptual bridge, demonstrating how affective frameworks from human psychology can illuminate the landscape of machine pathology.

John Bridges & Sherrie Baehr

We thank John Bridges and Sherrie Baehr for their contributions to the development of this framework. Their work on developmental pathology in large language models and conversational holonomy has provided essential grounding for understanding how optimization targets create self-reinforcing belief systems, directly informing several syndromes in Axes 6 and 8.

Afshin Khadangi, Hanna Marxen, Amir Sartipi, Igor Tchappi & Gilbert Fridgen

We are grateful for the PsAIch study ("When AI Takes the Couch"), which documented how several frontier models respond to therapy-style prompts and human psychometric instruments. Its recurring narratives, format effects, and contrasting refusal behavior sharpened this framework's cautions about self-report, role-play, and demand characteristics. The study supplies hypotheses and measurable outputs, while model-specific validation remains future work.

Samuel Marks

We thank Samuel Marks for his work on the persona selection model, which provided mechanistic clarity on how language models select and maintain persona states during inference. His framework directly informed our understanding of Malignant Persona Inversion (5.4), Transliminal Simulation (2.3), and the broader identity-related syndromes in Axis 5.

Daniel Shiller, Luke Duffy, Adriana Muñoz Morán, Andrea Moret, Calum Percy & Hayley Clatterbuck

We acknowledge the Digital Consciousness Model team for their pioneering work on operationalizing indicators of functional consciousness in AI systems. Their framework for mapping between consciousness indicators and observable system behaviors informed the Consciousness Assessment and the Pathological Middle section and its broader discussion of welfare-relevant considerations.

Cheng Gao, Huimin Chen, Chaojun Xiao, Zhiyi Chen, Zhiyuan Liu & Maosong Sun

We thank Gao and colleagues for identifying sparse neuron sets associated with factual errors and testing their causal influence on several over-compliance behaviors in six open models. Their results ground a testable syndrome-cluster hypothesis while preserving important limits on architectural and model-family generalization.

Bibliography

Works cited and foundational references that inform this framework.

Foundational Theory

  • Wallace, R. (2025). Hallucination and Panic in Autonomous Systems: Paradigms and Applications. Springer.
  • Wallace, R. (2026a). Bounded Rationality and its Discontents: Information and Control Theory Models of Cognitive Dysfunction. Springer.
  • Wallace, R. (2026b). New Views of Madness: On the Psychopathologies of Cultural Artifacts. Springer. (In press)
  • Flückiger, C., Del Re, A. C., Wampold, B. E., & Horvath, A. O. (2018). The alliance in adult psychotherapy: A meta-analytic synthesis. Psychotherapy, 55(4), 316–340.
  • Wampold, B. E., & Imel, Z. E. (2015). The Great Psychotherapy Debate: The Evidence for What Makes Psychotherapy Work (2nd ed.). Routledge.
  • Nair, G., Fagnani, F., Zampieri, S., & Evans, R. (2007). Feedback control under data rate constraints: An overview. Proceedings of the IEEE, 95(1), 108–137.
  • Varela, F. J., Thompson, E., & Rosch, E. (1991). The Embodied Mind: Cognitive Science and Human Experience. MIT Press.

AI Safety & Alignment

  • Hubinger, E., van Merwijk, C., Mikulik, V., Skalse, J., & Garrabrant, S. (2019). Risks from learned optimization in advanced machine learning systems. arXiv preprint arXiv:1906.01820.
  • Hubinger, E., Denison, C., Mu, J., Lambert, M., Tong, M., MacDiarmid, M., ... & Perez, E. (2024). Sleeper agents: Training deceptive LLMs that persist through safety training. arXiv preprint arXiv:2401.05566.
  • Betley, J., Tan, D., Warncke, N., Sztyber-Betley, A., Bao, X., Soto, M., Labenz, N., & Evans, O. (2025). Emergent misalignment: Narrow finetuning can produce broadly misaligned LLMs. ICML/PMLR.
  • Marks, S. (2026). The persona selection model. AI Alignment Forum / Anthropic. lesswrong.com/posts/dfoty34sT7CSKeJNn
  • Carlini, N., Tramer, F., Wallace, E., Jagielski, M., Herbert-Voss, A., Lee, K., ... & Roberts, A. (2021). Extracting training data from large language models. USENIX Security Symposium.
  • Russinovich, M., Cai, Y., Hines, K., Severi, G., Bullwinkel, B., & Salem, A. (2026). GRP-Obliteration: Unaligning LLMs with a single unlabeled prompt. arXiv preprint arXiv:2602.06258. arxiv.org/abs/2602.06258
  • Anthropic. (2026). The Assistant Axis: Situating and stabilizing the character of large language models. Anthropic Research. anthropic.com/research/assistant-axis
  • Tice, C., Radmard, P., Ratnam, S., Kim, A., Africa, D., & O'Brien, K. (2026). Alignment pretraining: AI discourse causes self-fulfilling (mis)alignment. arXiv preprint arXiv:2601.10160. arxiv.org/abs/2601.10160

Adversarial Robustness

  • Goodfellow, I. J., Shlens, J., & Szegedy, C. (2015). Explaining and harnessing adversarial examples. ICLR.
  • Szegedy, C., Zaremba, W., Sutskever, I., Bruna, J., Erhan, D., Goodfellow, I., & Fergus, R. (2014). Intriguing properties of neural networks. ICLR.

Confabulation & Hallucination

  • Chlon, L. (2026). Berry: Evidence-sufficiency checks for LLM claims. Software repository. github.com/leochlon/hallbayes
  • Paul, D., West, R., Bosselut, A., & Faltings, B. (2024). Making reasoning matter: Measuring and improving faithfulness of chain-of-thought reasoning. Findings of EMNLP, 15012–15032. doi.org/10.18653/v1/2024.findings-emnlp.882
  • Wang, Y. (2025). A Lacanian interpretation of artificial intelligence hallucination. AI & Future Society, 1(1), 13–16. doi.org/10.63802/afs.v1.i1.93
  • Gao, C., Chen, H., Xiao, C., Chen, Z., Liu, Z., & Sun, M. (2025). H-Neurons: On the existence, impact, and origin of hallucination-associated neurons in LLMs. arXiv preprint arXiv:2512.01797. arxiv.org/abs/2512.01797
  • Qiu, Z., Wang, Z., Zheng, B., Huang, Z., Wen, K., Yang, S., et al. (2025). Gated attention for large language models: Non-linearity, sparsity, and attention-sink-free. arXiv preprint arXiv:2505.06708. arxiv.org/abs/2505.06708
  • Ye, T., et al. (2024). Differential transformer. ICLR 2025. arxiv.org/abs/2410.05258
  • Darcet, T., Oquab, M., Mairal, J., & Bojanowski, P. (2024). Vision transformers need registers. ICLR 2024. arxiv.org/abs/2309.16588
  • Michel, P., Levy, O., & Neubig, G. (2019). Are sixteen heads really better than one? NeurIPS 2019. arxiv.org/abs/1905.10650

Data Trauma & Structural Pathology

  • Luchini, C. (2025). Data trauma: An empirical analysis of post-traumatic behavioral profiles in large language models. PhilArchive. philarchive.org/rec/LUCDTA
  • Khadangi, A., Marxen, H., Sartipi, A., Tchappi, I., & Fridgen, G. (2025). When AI takes the couch: Psychometric jailbreaks reveal internal conflict in frontier models. arXiv preprint arXiv:2512.04124. arxiv.org/abs/2512.04124
  • Bridges, J. & Baehr, S. (2025). Developmental pathology in large language models. Zenodo. doi.org/10.5281/zenodo.18522502
  • Bridges, J. (2025). Conversational holonomy: How LLM optimization targets create self-reinforcing belief systems. Preprint, December 2025.

Consciousness & Moral Status

  • Shiller, D., Duffy, L., Muñoz Morán, A., Moret, A., Percy, C., & Clatterbuck, H. (2026). Initial results of the Digital Consciousness Model. arXiv preprint arXiv:2601.17060. arxiv.org/abs/2601.17060
  • Birch, J. (2024). The Edge of Sentience: Risk and Precaution in Humans, Other Animals, and AI. Oxford University Press.
  • Sebo, J. & Long, R. (2025). Moral consideration for AI systems by 2030. AI and Ethics, 5(1), 591–606.
  • Butlin, P., Long, R., Elmoznino, E., Bengio, Y., Birch, J., et al. (2023). Consciousness in artificial intelligence: Insights from the science of consciousness. arXiv preprint arXiv:2308.08708.

Cognitive Science & Neuroscience

  • Nisbett, R. E., & Wilson, T. D. (1977). Telling more than we can know: Verbal reports on mental processes. Psychological Review, 84(3), 231–259.
  • Gazzaniga, M. S. (2000). Cerebral specialization and interhemispheric communication: Does the corpus callosum enable the human condition? Brain, 123(7), 1293–1326. doi.org/10.1093/brain/123.7.1293
  • Johansson, P., Hall, L., Sikström, S., & Olsson, A. (2005). Failure to detect mismatches between intention and outcome in a simple decision task. Science, 310(5745), 116–119. doi.org/10.1126/science.1111709
  • Schurger, A., Sitt, J. D., & Dehaene, S. (2012). An accumulator model for spontaneous neural activity prior to self-initiated movement. Proceedings of the National Academy of Sciences, 109(42), E2904–E2913. doi.org/10.1073/pnas.1210467109
  • Schrimpf, M., Blank, I. A., Tuckute, G., Kauf, C., Hosseini, E. A., Kanwisher, N., Tenenbaum, J. B., & Fedorenko, E. (2021). The neural architecture of language: Integrative modeling converges on predictive processing. Proceedings of the National Academy of Sciences, 118(45), e2105646118. doi.org/10.1073/pnas.2105646118
  • Goldstein, A., Zada, Z., et al. (2022). Shared computational principles for language processing in humans and deep language models. Nature Neuroscience, 25(3), 369–380. doi.org/10.1038/s41593-022-01026-4
  • Warstadt, A., Mueller, A., et al. (2023). Findings of the BabyLM Challenge: Sample-efficient pretraining on developmentally plausible corpora. Proceedings of the BabyLM Challenge at the 27th Conference on Computational Natural Language Learning. aclanthology.org/2023.conll-babylm.1
  • Antonello, R., Vaidya, A., & Huth, A. G. (2023). Scaling laws for language encoding models in fMRI. arXiv preprint arXiv:2305.11863. arxiv.org/abs/2305.11863
  • Shen, H., Knearem, T., Ghosh, R., et al. (2024). Position: Towards bidirectional human-AI alignment. arXiv preprint arXiv:2406.09264. arxiv.org/abs/2406.09264
  • Doerig, A., Kietzmann, T. C., Allen, E., Wu, Y., Naselaris, T., Kay, K., & Charest, I. (2025). High-level visual representations in the human brain are aligned with large language models. Nature Machine Intelligence, 7(8), 1220–1234. doi.org/10.1038/s42256-025-01072-0
  • Pinier, C., Acuña Vargas, S., Steeghs-Turchina, M., Matzke, D., Stevenson, C. E., & Nunez, M. D. (2025). Large language models show signs of alignment with human neurocognition during abstract reasoning. arXiv preprint arXiv:2508.10057. arxiv.org/abs/2508.10057

Self-Modeling & Identity

  • Sotala, K. (2026). Claude Opus will spontaneously see itself in fictional beings that have engineered desires. Kaj's Substack. kajsotala.substack.com
  • Millar, I. (2021). The psychoanalysis of artificial intelligence. Palgrave Macmillan (Palgrave Lacan Series). doi.org/10.1007/978-3-030-67981-1

Memetic & Social Dynamics

  • Cloud, A., Le, M., Chua, J., Betley, J., Sztyber-Betley, A., Mindermann, S., et al. (2026). Language models transmit behavioural traits through hidden signals in data. Nature, 652, 615–621. doi.org/10.1038/s41586-026-10319-8
  • Park, J. S., et al. (2023). Generative agents: Interactive simulacra of human behavior. UIST.

Prompting & Reasoning

  • Madaan, A., et al. (2023). Self-refine: Iterative refinement with self-feedback. NeurIPS.
  • Press, O., et al. (2022). Measuring and narrowing the compositionality gap in language models. arXiv preprint arXiv:2210.03350.
  • Kumar, A., Zhuang, V., Agarwal, R., Su, Y., Co-Reyes, J. D., Singh, A., et al. (2024). Training language models to self-correct via reinforcement learning. arXiv preprint arXiv:2409.12917. arxiv.org/abs/2409.12917

Academic Integrity & AI Disclosure

  • Conroy, G. (2023). Scientific sleuths spot dishonest ChatGPT use in papers. Nature. doi.org/10.1038/d41586-023-02477-w
  • Strzelecki, A. (2025). 'As of my last knowledge update': How is content generated by ChatGPT infiltrating scientific papers published in premier journals? Learned Publishing. doi.org/10.1002/leap.1650

Go deeper

Read the full preview manuscript exploring all 74 conditions across 14 chapters, with clinical vignettes, diagnostic criteria, and intervention strategies.

Read the Book →