Skip to content

Visual Site Map

Navigate the complete documentation structure at a glance.


flowchart TB
    subgraph Getting["Getting Started (12 pages)"]
        direction TB
        GS_intro[Introduction]
        GS_five[Five-Minute Intro]
        GS_core[Core Concepts]
        GS_faq[FAQ]
        GS_gloss[Glossary]
        GS_read[Reading Order]
        GS_how[How Sections Connect]
        GS_quick[Quick Reference]
        GS_min[Minimal Framework]
        GS_mistakes[Common Mistakes]
        GS_eng[For Engineers]
        GS_ex[Examples Catalog]
    end

    subgraph Risk["Delegation Risk (6 pages)"]
        direction TB
        DR_over[Overview]
        DR_walk[Walk-Through]
        DR_decomp[Risk Decomposition]
        DR_acct[Delegation Accounting]
        DR_cascade[Exposure Cascade]
        DR_insurer[Insurer's Dilemma]
    end

    subgraph Power["Power Dynamics (5 pages)"]
        direction TB
        PD_over[Overview]
        PD_form[Formalizing Power]
        PD_dyn[Power Dynamics]
        PD_auth[Authority vs Capability]
        PD_trust[Trust Relationships]
    end

    subgraph Ent["Entanglements (26 pages)"]
        direction TB
        E_fund[Fundamentals]
        E_detect[Detection]
        E_mitig[Mitigation]
        E_research[Research]
        E_cases[Case Studies]
        E_cross[Cross-Domain]
    end

    subgraph Patterns["Design Patterns (28 pages)"]
        direction TB
        DP_idx[Index]
        DP_tools[Tools & Guides]
        DP_examples[Examples]
        DP_cat[Pattern Categories]
    end

    subgraph Cases["Case Studies (25 pages)"]
        direction TB
        CS_ai[AI Systems]
        CS_human[Human Systems]
        CS_anomaly[Anomaly Chronicles]
        CS_power[Power Dynamics Cases]
    end

    subgraph Research["Research (15 pages)"]
        direction TB
        R_theory[Theoretical Foundations]
        R_formal[Formalizations]
        R_hierarchy[Hierarchies]
    end

    subgraph Exp["Experimental (10 pages)"]
        direction TB
        EX_estimates[Probability Estimates]
    end

    subgraph Ref["Reference (5 pages)"]
        direction TB
        REF_bib[Bibliography]
        REF_road[Roadmap]
        REF_map[Site Map]
    end

    Getting --> Risk
    Getting --> Patterns
    Risk --> Power
    Risk --> Patterns
    Power --> Ent
    Power --> Patterns
    Ent --> Patterns
    Patterns --> Cases
    Research --> Cases
    Exp --> Patterns

    style Getting fill:#e6f3ff
    style Risk fill:#fff3e6
    style Power fill:#fff3e6
    style Ent fill:#fff3e6
    style Patterns fill:#e6ffe6
    style Cases fill:#ffe6e6
    style Research fill:#f0f0f0
    style Exp fill:#f0f0f0
    style Ref fill:#f0f0f0

PageFocusTime
IntroductionProblem statement10 min
Five-Minute IntroQuick overview5 min
Core ConceptsVisual framework20 min
FAQCommon questions15 min
GlossaryTerm definitionsReference
Reading OrderPath guidance5 min
How Sections ConnectStructure10 min
Quick ReferenceCheat sheetReference
Minimal Framework80/20 version10 min
Common MistakesAnti-patterns15 min
For EngineersImplementation15 min
Examples CatalogExample indexReference
PageFocus
OverviewCore formula
Walk-ThroughWorked example
Risk DecompositionAccident vs defection
Delegation AccountingRisk budgets
Exposure CascadeChain risk
Insurer’s DilemmaWho bears risk
PageFocus
OverviewPower formalization
Formalizing PowerDefinitions
Power DynamicsRelationships
Authority vs CapabilitySanctioned power
Trust RelationshipsTrust formalization

Organized into 6 subsections:

  • Fundamentals — Core concepts, types, challenges
  • Detection — Metrics, measuring entanglement
  • Mitigation — Solutions, audit guides
  • Research — Academic connections
  • Case Studies — Historical examples
  • Cross-Domain — Patterns from other fields

Full Entanglements section

CategoryExamples
Least-X PrinciplesPrivilege, context, autonomy
Structural PatternsBulkheads, firewalls
Verification PatternsGhost checker, triangulation
Monitoring PatternsTripwires, probing
Recovery PatternsRollback, degradation
Multi-Agent PatternsCross-validation
Tools & GuidesImplementation help
Worked ExamplesConcrete applications

Full Design Patterns section

CategoryContents
AI SystemsSydney, Code Review Bot, Anti-patterns
Human SystemsNuclear, Jury, Organizations
Anomaly ChroniclesExtended narrative scenario
Power Dynamics CasesPower in practice

Theoretical foundations for formal treatment.

Probabilistic estimation tools and experiments.

Bibliography, roadmap, site map.


flowchart LR
    Start[Start] --> GS[Getting Started]
    GS --> Choice{Your Focus?}
    Choice -->|Implement| DP[Design Patterns]
    Choice -->|Understand| Theory[Theory Sections]
    Choice -->|Examples| CS[Case Studies]

    Theory --> DR[Delegation Risk]
    DR --> PD[Power Dynamics]
    PD --> ENT[Entanglements]

    DR --> DP
    PD --> DP
    ENT --> DP

    DP --> CS

    style Start fill:#f0f0f0
    style GS fill:#e6f3ff
    style DP fill:#e6ffe6
    style CS fill:#ffe6e6
    style Theory fill:#fff3e6

SectionPagesType
Getting Started12Entry
Delegation Risk6Theory
Power Dynamics5Theory
Entanglements26Theory
Design Patterns28Application
Case Studies25Examples
Research15Theory
Experimental10Tools
Reference5Meta
Total~132