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
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
Full Design Patterns section
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
| Section | Pages | Type |
|---|
| Getting Started | 12 | Entry |
| Delegation Risk | 6 | Theory |
| Power Dynamics | 5 | Theory |
| Entanglements | 26 | Theory |
| Design Patterns | 28 | Application |
| Case Studies | 25 | Examples |
| Research | 15 | Theory |
| Experimental | 10 | Tools |
| Reference | 5 | Meta |
| Total | ~132 | |