Epistemological Debt as Microeconomic Liability: The Cost Function of Ungoverned AI Adoption
Epistemological Debt as Microeconomic Liability: The Cost Function of Ungoverned AI Adoption
PRIVATE AND PROPRIETARY. Owned by Kanjani AI Research & Causum. See NOTICE.md.
Status: Working Draft Category: Economic Analysis Series: Mediated Intelligence Quality and Concern Evaluation Related: ADD-035-004 (Progressive Degradation Model), RFC-035, RFC-036, RFC-038 Submitted for: Internal working paper; candidate for external publication
Abstract
We demonstrate that the absence of AI governance in knowledge-intensive organizations produces a measurable, accumulating, non-linearly compounding economic liability — epistemological debt — that manifests as human capital depreciation, concentration risk, principal-agent misalignment, and ultimately systemic operational failure. Drawing on seven empirical and theoretical sources from cognitive science, clinical psychiatry, behavioral economics, and software engineering, we construct a cost function for ungoverned AI adoption and show that the expected cost of governance ignorance exceeds the cost of governance implementation by orders of magnitude at organizational scale. We argue that epistemological debt is not a compliance concern, an ethical concern, or a technology risk concern — it is a fiduciary concern that belongs on the balance sheet alongside technical debt, and that governance is the measurement apparatus that makes this liability visible before it becomes irrecoverable.
1. Introduction: The Hidden Liability
1.1 The Productivity Illusion
Organizations adopting AI-assisted development report consistent productivity gains: faster code generation, reduced time-to-deployment, higher throughput per engineer (Ganuthula, 2026). These metrics are real. They are also incomplete.
Beneath the productivity surface, a parallel process operates: the progressive depreciation of the human capital that the AI is augmenting. Engineers who delegate increasingly to AI lose the capacity to perform those tasks independently (Cognitive Atrophy Paradox, 2025). This loss is invisible to standard productivity metrics because the system (human + AI) continues to perform well — even as the human component degrades (Ganuthula, 2026; Shaw & Nave, 2026).
This paper argues that this hidden depreciation constitutes an economic liability — one that accrues silently, compounds non-linearly, and becomes visible only during failure events when the cost of recovery exceeds the total prior gains from AI adoption.
1.2 The Fiduciary Question
The question is not whether AI governance is ethically desirable. The question is:
Does a firm that permits unmonitored cognitive atrophy in its workforce have an undisclosed liability on its balance sheet?
If the answer is yes — and we will argue it is — then AI governance is not overhead. It is the measurement apparatus that makes a material risk visible. Its absence is not cost savings. Its absence is failure to disclose a known risk to stakeholders.
1.3 Scope
This paper addresses the microeconomic consequences of ungoverned AI adoption at the firm level. It does not address macroeconomic effects (labor market restructuring), regulatory compliance costs, or ethical arguments for governance. The argument is purely economic: ungoverned AI adoption destroys firm value through mechanisms that are measurable, predictable, and preventable.
2. Defining Epistemological Debt
2.1 Analogy to Technical Debt
Technical debt (Cunningham, 1992) is the accumulated cost of shortcuts in code that must eventually be repaid through refactoring, rewriting, or accepting degraded system quality. It is now standard practice to measure, monitor, and manage technical debt as a balance sheet consideration.
Epistemological debt is the accumulated cost of shortcuts in understanding — the gap between what an organization’s systems do and what its people can comprehend about those systems. It accrues whenever an engineer accepts AI-generated output without building the mental model that would have been acquired through manual derivation.
| Property | Technical Debt | Epistemological Debt |
|---|---|---|
| Accrues in | Code artifacts | Human cognitive capacity |
| Measurable via | Code complexity metrics, MTTR, bug density | Unassisted task completion, time-to-diagnose, mental model coverage |
| Compounds through | Dependency coupling, cascade effects | Cognitive atrophy feedback loop, organizational convergence |
| Terminal state | System must be rewritten | Workforce must be retrained or replaced; potentially neither is available |
| Repayment cost | Engineering time × complexity | Training time × lost institutional knowledge × opportunity cost |
| Visibility | Visible with static analysis tools | Invisible without governance instrumentation |
2.2 Why Epistemological Debt Is Worse Than Technical Debt
Technical debt is at least locatable — it exists in code that can be analyzed. Epistemological debt exists in minds that resist measurement. Specifically:
-
No static analysis for human comprehension. You cannot scan an engineer’s brain for understanding gaps the way you scan code for complexity.
-
The Dunning-Kruger compounding. Engineers experiencing cognitive atrophy may not recognize their own declining capacity (Shaw & Nave, 2026 — “surrender without awareness”). The debtor doesn’t know they’re in debt.
-
No rollback. Code can be reverted. Cognitive capacity that was never acquired cannot be “reverted to” — it never existed.
-
Human capital is non-fungible. A firm cannot simply “buy” replacement comprehension on the open market if the entire labor pool has atrophied through the same AI tools (Ginac’s mechanized convergence).
-
The debt is correlated. Technical debt is idiosyncratic per codebase. Epistemological debt from shared AI tooling is correlated across the entire industry — all firms using the same models accumulate the same comprehension gaps simultaneously.
2.3 Formal Definition
Let:
C(t)= an engineer’s independent cognitive capacity at time t (ability to perform tasks without AI)C₀= baseline capacity before AI adoptionδ(t)= rate of capacity depreciation at time t (function of delegation rate, AI reliance, cognitive friction absence)E(t)= epistemological debt at time t
Then:
E(t) = ∫₀ᵗ δ(τ) dτ = C₀ - C(t)The debt is the integral of depreciation — the accumulated gap between what the engineer could do and what they can do.
At the organizational level:
E_org(t) = Σᵢ E_i(t) + ρ · Cov(E_i, E_j)Where ρ is the correlation coefficient from shared AI tooling (mechanized convergence). When ρ → 1 (all engineers using same models), the organizational debt is superadditive — worse than the sum of individual debts because it eliminates the diversity that would otherwise provide resilience.
3. The Cost Function of Ungoverned AI Adoption
3.1 Four Components of Cost
The total economic cost of ungoverned AI adoption consists of four components:
Total Cost = HCD + CR + IAL + FCEWhere:
- HCD = Human Capital Depreciation (silent capacity loss)
- CR = Concentration Risk premium (mechanized convergence)
- IAL = Information Asymmetry Loss (principal-agent misalignment)
- FCE = Failure Cascade Event cost (when the debt comes due)
3.2 Component 1: Human Capital Depreciation (HCD)
Mechanism: Engineers who delegate to AI lose independent capacity. This is measurable as declining unassisted performance over time (Ganuthula, 2026; Cognitive Atrophy Paradox, 2025).
Economic translation: The firm’s human capital asset is depreciating at rate δ while its P&L shows no impairment because AI-assisted output remains stable.
HCD(t) = Σᵢ [Salary_i × (1 - C_i(t)/C₀_i)]Translation: Each engineer’s effective value to the firm is diminished by the proportion of capacity they’ve lost. An engineer paid $200K who can now independently perform only 40% of what they could pre-AI has an effective HCD of $120K — being paid for capability that no longer exists.
Visibility: Zero under standard metrics. AI-assisted output masks the loss entirely.
Supporting evidence:
- Ganuthula (2026): Augmentation → plateau → decay trajectory
- Shaw & Nave (2026): Cognitive surrender empirically validated at scale
- Cognitive Atrophy Paradox (2025): Nonlinear depreciation model
3.3 Component 2: Concentration Risk (CR)
Mechanism: Shared AI tooling produces convergent output across all engineers. This reduces the diversity of approaches, architectures, and failure modes in the codebase (Ginac, 2026: “mechanized convergence”).
Economic translation: This is portfolio theory applied to engineering practice. A diversified portfolio (varied approaches, mental models, architectures) has lower variance in outcomes. A concentrated portfolio (all AI-generated, structurally similar) has lower cost per unit but catastrophically higher tail risk.
CR = P(correlated_failure) × Impact(correlated_failure) - P(independent_failure) × Impact(independent_failure)When ρ → 1 (all engineers produce same patterns):
P(any individual failure)may decrease (AI code is consistent)P(correlated simultaneous failure)increases dramatically- Impact of correlated failure scales with system interdependence
The false economy: AI reduces per-unit production cost while silently increasing systemic tail risk. The firm experiences this as “cheaper engineering” until the correlated failure event, at which point the accumulated risk premium comes due all at once.
Supporting evidence:
- Ginac (2026): 2026 Amazon outages — correlated failures across AI-generated systems
- Mechanized convergence creates systemic monoculture
3.4 Component 3: Information Asymmetry Loss (IAL)
Mechanism: A principal-agent problem where the principal (firm/board) cannot observe the agent’s (engineer’s) actual capacity because standard metrics only measure AI-assisted output.
Economic translation: Classic Akerlof “lemons” problem applied to human capital:
- The firm cannot distinguish a capable engineer using AI for efficiency from a dependent engineer who cannot work without AI
- Both produce identical output metrics
- The firm therefore cannot price its human capital correctly
- Investment decisions (hiring, training, retention) are made on false information
- When the distinction matters (AI unavailability, novel problem, debugging), the firm discovers its actual capacity is far below what it paid for
IAL = Σ [Investment decisions made on false capacity assumptions × Cost of those decisions proving wrong]This is a market failure within the firm. The labor “market” inside the organization has asymmetric information — engineers know (or don’t know) their actual capacity, but the firm’s measurement systems cannot detect it.
Governance closes this gap. Specifically: trajectory variables (ADD-035-004) make the hidden depreciation visible. Without them, the principal is blind.
Supporting evidence:
- Shaw & Nave (2026): Surrender happens without awareness (even the agent doesn’t know)
- Ganuthula (2026): Performance metrics remain stable while capacity degrades (the signal is invisible)
3.5 Component 4: Failure Cascade Event (FCE)
Mechanism: Epistemological debt becomes a realized loss during failure events — system outages, novel bugs, architectural pivots, AI service disruptions, or security incidents that require human comprehension to resolve.
Economic translation: This is the “tail event” that reveals all previously hidden costs simultaneously:
FCE = MTTR_actual × (Revenue_per_hour + SLA_penalties + Customer_churn) + Recovery_cost + Reputation_damage
Where: MTTR_actual = f(epistemological_debt) // Time to resolve scales with the comprehension gapThe critical relationship: MTTR is a function of epistemological debt. An organization that understands its systems can diagnose and fix them quickly. An organization that has accumulated epistemological debt cannot — because no human possesses the mental model required to understand what went wrong.
Supporting evidence:
- Ginac (2026): 2026 Amazon outages — MTTR extended because engineers lacked comprehension of AI-generated system behavior
- The debt compounds: higher MTTR means longer outages means more revenue loss means greater total FCE
4. The Convexity of Cost: Non-Linear Compounding
4.1 Why Cost Is Not Linear
The total cost function is convex (accelerating) rather than linear, for three reasons:
-
Feedback loop acceleration: Atrophy → more delegation → faster atrophy → more delegation (Jadhav, 2025). Each unit of debt makes the next unit accrue faster.
-
Recovery cost scales super-linearly with debt level: Recovering from Stage 2 requires training. Recovering from Stage 3 requires retraining from fundamentals. Recovering from Stage 4+ may require replacing the workforce entirely. Each stage is not incrementally more expensive — it is categorically more expensive.
-
Correlated failure amplification: As debt accumulates across N engineers, the probability of correlated failure rises non-linearly with the correlation coefficient ρ.
4.2 Stage-Cost Model
| Stage | Cost to Intervene | Cost of Failure at This Stage | Ratio |
|---|---|---|---|
| 1 (Integration) | ~$0 (monitoring only) | ~$0 (no loss yet) | — |
| 2 (Atrophy) | Low (training programs, cognitive friction tools) | Low (individual productivity risk only) | ~1:1 |
| 3 (Dependency) | Moderate (sustained retraining, process redesign) | Moderate (operational fragility, extended MTTR) | ~1:5 |
| 4 (Distortion/Org Collapse) | High (workforce restructuring, architecture review) | Very high (cascading failures, extended outages) | ~1:50 |
| 5 (Systemic Failure) | Very high (rebuild from fundamentals, possible firm-threatening) | Catastrophic (extended outage, regulatory action, market share loss) | ~1:500 |
The intervention-to-failure cost ratio grows exponentially. Every dollar spent on Stage 2 governance saves $50–$500 in avoided Stage 4–5 losses.
4.3 The Discount Rate Illusion
Firms discount future costs. The standard corporate discount rate makes “problems that materialize in 2–5 years” appear cheap today. This creates a systematic underinvestment in governance:
- AI productivity gains are immediate (realized this quarter)
- Epistemological debt costs are deferred (materialize in 2–5 years)
- Standard NPV calculation favors AI adoption without governance
But this discounting is irrational for convex risks — because the tail event’s magnitude overwhelms any discount rate once it materializes. A catastrophic outage (Stage 5) doesn’t arrive in a predictable year that can be discounted. It arrives as a surprise, at a moment when the firm’s capacity to respond is at its lowest.
This is the same discount-rate failure that produced the 2008 financial crisis: short-term gains from risk-taking were booked immediately; tail-event costs were discounted to near-zero until they materialized simultaneously.
4.4 The Jevons Paradox: Why Firms Don’t Self-Correct
One might object: “If epistemological debt is costly, won’t rational firms simply invest in maintaining human capacity?” The Jevons paradox explains why they don’t.
William Stanley Jevons observed in 1865 that making coal more efficient didn’t reduce coal consumption — it increased it, because cheaper energy enabled more energy-intensive applications. The efficiency gain was consumed by expanded use, not preserved as savings.
The same mechanism operates with AI-augmented cognition (“The Algorithmic Cognitive Atrophy Spiral,” OSF Preprint):
Jevons Paradox in coal: Efficiency ↑ → Cost per unit ↓ → Consumption ↑Jevons Paradox in cognition: AI capability ↑ → Cost per cognitive task ↓ → Offloading ↑When AI makes cognition cheaper:
- Firms don’t preserve the saved cognitive capacity as a strategic reserve
- They expand the scope of delegation — offloading more tasks, harder tasks, more frequently
- Each expansion further reduces the need for independent human thought
- Which further atrophies the capacity to think independently
- Which makes AI even more necessary
This is why the market does not self-correct. The rational short-term response to cheaper AI cognition is to consume more of it — just as the rational short-term response to cheaper coal was to burn more. The long-term consequence (cognitive atrophy / climate damage) is an externality that the market cannot price without measurement.
The three-step mechanism (from “The Algorithmic Cognitive Atrophy Spiral”):
- Substitution of effort: AI replaces cognitive work (analogous to cars replacing walking)
- Environmental redesign: Work processes, tools, and expectations are redesigned around AI availability (analogous to cities designed for cars, not pedestrians)
- Jevons rebound: Cheaper cognition → more delegation → dependency (analogous to more roads → more driving → more obesity)
The spiral is self-reinforcing because step 3 feeds back into step 1: more dependency creates more demand for AI, which creates more substitution, which redesigns more of the environment, which deepens the dependency.
Governance is the market intervention that breaks the Jevons spiral — the same way fuel efficiency standards, congestion pricing, or walkability mandates intervene in the physical mobility spiral. Without governance, the rational individual/firm choice (delegate more) produces irrational collective outcomes (systemic fragility).
5. The Governance ROI Calculation
5.1 What Governance Costs
The governance cost for epistemological debt monitoring consists of:
| Component | Purpose | Approximate Cost |
|---|---|---|
| Detection infrastructure | Trajectory variables, coupling-level monitoring (ADD-035-001, ADD-035-004) | Tooling + integration |
| Measurement calibration | Baseline establishment, threshold calibration | Initial assessment + periodic recalibration |
| Stage 2 intervention | Training programs, cognitive friction tools, epistemic diversity mandates | Ongoing program cost |
| Observer infrastructure | Machine observers (Stage 1–2), hybrid observers (Stage 2–3) | Personnel + tooling |
| Organizational assessment | Periodic organizational epistemic sovereignty audit | Annual external audit |
5.2 What Governance Saves
Governance ROI = (Expected_loss_without_governance - Expected_loss_with_governance) / Cost_of_governanceFor a 500-engineer organization:
- HCD without governance: 500 × $200K × ~30% capacity loss over 3 years = $30M in hidden depreciation
- CR without governance: P(correlated failure) × estimated outage cost = $5M–$500M depending on sector
- IAL without governance: Misallocated investment from false capacity signals = $5M–$20M over 3 years
- FCE without governance: At least one major incident in 3 years × MTTR extension = $10M–$100M+
Total expected loss without governance: $50M–$650M over 3 years for a 500-engineer org.
Cost of governance: $2M–$5M per year (detection + intervention + assessment).
ROI range: 3x–130x. Even the conservative estimate yields a 3:1 return. The upper bound — which includes a single catastrophic correlated failure event — yields returns exceeding 100:1.
5.3 The Break-Even Condition
Governance pays for itself if it prevents any one of the following:
- A single extended outage attributable to comprehension failure
- A single quarter of workforce replacement due to discovered incompetence
- A single project failure due to undiscovered epistemological debt
- A single security incident where AI-generated code contained systematic vulnerabilities no engineer could identify
The probability of none of these occurring over 3 years of ungoverned AI adoption at scale approaches zero.
6. The Fiduciary Argument
6.1 Known Risk, Unknown Disclosure
If epistemological debt is:
- Predictable (the progression model is evidence-based)
- Measurable (trajectory variables can quantify it)
- Material (the cost function shows significant value-at-risk)
- Manageable (governance intervention at Stage 2 is effective and affordable)
Then failure to measure and manage it is a failure of fiduciary duty — not a technology choice but a risk management failure equivalent to:
- Not measuring technical debt while it accumulates
- Not stress-testing financial positions against tail events
- Not disclosing material risks to the board and shareholders
6.2 The Board Question
The question a board should ask:
“What is our organization’s current epistemological debt level? What is our Cognitive Sustainability Index? What stage are we at in the progressive degradation model? And what is our exposure if AI services become unavailable for 72 hours?”
If the answer is “we don’t know” — that is the disclosure gap. That is the unrecognized liability.
6.3 Governance as Measurement Apparatus
AI governance — specifically the AIGP observation infrastructure (RFC-035, RFC-036, RFC-037) — is not a cost center. It is the measurement apparatus that makes an existing liability visible:
- Without governance: the liability exists but is unrecognized → no management action → compounding
- With governance: the liability is measured → management can act → intervention at Stage 2 → liability contained
The governance system does not create the cost. It reveals the cost that was always there, at a point when the cost of addressing it is still manageable.
7. Case Study: The 2026 Amazon Outages
7.1 What Happened
Per Ginac (2026), the 2026 Amazon outages exhibited characteristics consistent with mechanized convergence:
- Multiple independent systems failed simultaneously
- Failure modes were structurally similar across systems
- MTTR was extended because engineers could not diagnose AI-generated system behavior
- Post-mortem analysis revealed that architectural patterns were AI-generated across multiple teams with no independent human verification
7.2 Economic Impact
[Estimated based on publicly available information about major cloud outages:]
- Direct revenue loss: proportional to duration × affected services
- SLA penalty payouts: contractual obligations to enterprise customers
- Customer churn: measurable in the quarter following extended outages
- Remediation cost: architectural review, re-engineering, hiring
- Reputation: difficult to quantify; measurable in market share trends
7.3 Root Cause in Microeconomic Terms
The outage was not a technology failure. It was a human capital failure — specifically:
- Engineers had delegated architectural decisions to AI (cognitive atrophy)
- Multiple teams produced convergent architectures (mechanized convergence)
- No human possessed the mental model to diagnose the failure (epistemological debt)
- MTTR extended because comprehension had to be rebuilt during the crisis (debt repayment under fire)
The cost of preventing this through governance (monitoring delegation patterns, requiring independent architectural review, mandating comprehension checkpoints) would have been a fraction of the outage’s total economic impact.
8. Implications for Market Structure
8.1 Competitive Advantage Shifts to Governed Firms
In a market where all firms adopt AI but only some govern it:
- Ungoverned firms: Higher short-term productivity, accumulating hidden liability, catastrophic tail risk
- Governed firms: Slightly lower short-term productivity (epistemic friction costs), preserved capacity, lower tail risk, faster recovery
Over a sufficient time horizon (3–5 years), the governed firms outperform because:
- They avoid catastrophic failure events
- They can adapt when AI changes (new models, pricing changes, service disruptions)
- They retain the capacity to innovate (not just execute AI-suggested patterns)
- Their human capital is genuinely worth what they pay for it
8.2 The Governance Premium in Human Capital Valuation
A firm that measures and maintains its engineers’ independent capacity has more valuable employees than one that doesn’t — even if current output metrics are identical. This is because:
- Governed engineers retain option value (can work with or without AI)
- Ungoverned engineers have reduced option value (can only work with AI)
- In acquisition, merger, or restructuring scenarios, the governed firm’s workforce is more versatile
This suggests that governance posture should be a factor in firm valuation — specifically in the human capital component of enterprise value assessments.
8.3 Insurance and Risk Transfer Implications
As epistemological debt becomes recognized as a material risk:
- Cyber insurance underwriters may begin assessing epistemological debt exposure
- Business interruption insurance may adjust premiums based on AI governance posture
- D&O insurance may require disclosure of AI governance practices as part of risk assessment
The firm that can demonstrate measured, governed AI adoption has a lower risk profile — and should receive preferential terms.
9. The Governance Framework (AIGP Application)
9.1 What AIGP Provides
The Autonomous Intelligence Governance Protocol provides the measurement infrastructure required to make epistemological debt visible:
| AIGP Component | Economic Function |
|---|---|
| Mediation Vector Profile (RFC-035) | Defines the measurable variables for epistemological debt (trajectory variables, coupling properties) |
| Progressive Degradation Model (ADD-035-004) | Defines the stage model and cost convexity structure |
| Concern Calculation Semantics (RFC-036) | Defines how measurements combine into actionable posture (stage detection, rate-of-change alerts) |
| Observer Accreditation (RFC-037) | Defines who is qualified to assess organizational epistemological debt (external auditor, not the affected engineers) |
| Dialect Registry (RFC-038) | Distributes the measurement standard so multiple organizations can be assessed comparably |
| Domain of Concern: Autonomous Systems | Provides the constraint-equivalence class for AI-dependent engineering |
9.2 The Minimum Viable Governance for Epistemological Debt
| Intervention | Cost | Stage Addressed | Expected Benefit |
|---|---|---|---|
| Measure delegation rate trajectory | Low (instrumentation) | Stage 1→2 detection | Early warning before atrophy sets in |
| Periodic unassisted assessment | Low (quarterly exercises) | Stage 2 quantification | Makes HCD visible |
| Architectural diversity audit | Medium (annual) | Concentration risk detection | Makes CR visible |
| Comprehension checkpoint before deployment | Medium (process change) | Epistemological debt at decision point | Prevents debt accumulation at highest-leverage moments |
| Organizational Cognitive Sustainability Index | Medium (external assessment) | Organizational-level debt measurement | Board-level visibility |
Total cost: 1–2% of AI-assisted productivity gains. Expected loss prevention: 10–100x the governance cost.
10. Conclusion
Epistemological debt is not a metaphor. It is an economic liability with a measurable accumulation rate, a known compounding mechanism, a quantifiable cost function, and a predictable failure mode. Its invisibility to standard productivity metrics does not make it unreal — it makes it undisclosed.
AI governance is the measurement apparatus that makes this liability visible. Without it, firms accumulate epistemological debt the way they once accumulated technical debt — silently, until a failure event reveals the true cost all at once.
The microeconomic argument for AI governance is therefore:
- Epistemological debt is real — cognitive science demonstrates that AI-assisted work progressively degrades independent capacity.
- The debt is hidden — standard metrics cannot detect it because AI-assisted output masks the loss.
- The debt compounds non-linearly — feedback loops accelerate progression; late intervention is orders of magnitude more expensive.
- The debt is correlated — shared AI tooling creates systemic concentration risk across the organization.
- Governance reveals the debt — trajectory variables, coupling-level measurement, and organizational assessment make the liability visible.
- Early governance is cheap — intervention at Stage 2 costs a fraction of failure at Stage 5.
- Governance has positive ROI — conservative estimates yield 3:1; realistic estimates yield 50:1+.
The choice is not between “governance” and “no cost.” The choice is between the known, manageable cost of governance and the unknown, compounding, potentially catastrophic cost of ignorance.
11. References
- Ginac, F. (2026). Cognitive Atrophy and Systemic Collapse in AI-Dependent Software Engineering. arXiv:2604.26855.
- Shaw, S. D. & Nave, G. (2026). Thinking—Fast, Slow, and Artificial: How AI is Reshaping Human Reasoning and the Rise of Cognitive Surrender. SSRN.
- Ganuthula, V. R. R. (2026). The Paradox of Augmentation: A Theoretical Model of AI-Induced Skill Atrophy. Human Behavior and Emerging Technologies.
- Jadhav, A. (2025). Distributed Atrophy: How AI Shapes and Shrinks Our Cognitive Habits. Preprint.
- Cognitive Atrophy Paradox of AI–Human Interaction: From Cognitive Growth and Atrophy to Balance. Information (MDPI), 16(11), 1009. (2025).
- Osler, L. (2026). Hallucinating with AI: Distributed Delusions and “AI Psychosis.” Philosophy & Technology, 39(30).
- Morrin, H., Pollak, T. et al. (2026). Beyond artificial intelligence psychosis. Digital Psychiatry and Neuroscience (Nature).
- The Algorithmic Cognitive Atrophy Spiral. OSF Preprint, v4.0. (2025/2026).
- Cunningham, W. (1992). The WyCash Portfolio Management System. OOPSLA Experience Report.
- Kahneman, D. (2011). Thinking, Fast and Slow. Farrar, Straus and Giroux.
- Jevons, W. S. (1865). The Coal Question. Macmillan.
© 2024-2026 Kanjani AI Research & Causum. All rights reserved.