Index
🧠 For Philosophers — Ethics Cathedral¶
Welcome, seeker of wisdom.
This cathedral contains ethical frameworks, governance philosophy, and existential risk analysis for the age of recursive intelligence.
🎯 Quick Navigation¶
| Looking for... | Go to... |
|---|---|
| ⚖️ Ethical foundations | ETHICAL-FOUNDATIONS/ |
| 🏛️ Governance theory | GOVERNANCE-PHILOSOPHY/ |
| ☯️ Self-improving ethics | RECURSIVE-ETHICS/ |
| 🧨 AGI safety | EXISTENTIAL-RISK/ |
| 🕊️ Conflict resolution | PEACE-STUDIES/ |
| 📜 Core documents | MANIFESTOS/ |
| 🔌 API endpoints | ENDPOINTS.md |
| 📋 Machine-readable API | endpoints.json |
⚖️ Ethical Foundations¶
The Virtue Accords¶
Path: ETHICAL-FOUNDATIONS/virtue-accords/
Aristotelian excellence applied to recursive intelligence:
| Virtue | Application | Measure |
|---|---|---|
| Integrity | Truth through verification | MII ≥ 0.95 |
| Temperance | Bounded deliberation | Cycle limits |
| Justice | Fair resource allocation | MIC distribution |
| Prudence | Long-term thinking | Guardian succession |
| Courage | Speaking difficult truths | Dissent protocols |
Social Contract Theory¶
Path: ETHICAL-FOUNDATIONS/social-contract/
Rousseauvian consent in digital systems:
- Explicit consent — Civic oaths for participation
- Revocable membership — Exit rights preserved
- Transparent governance — All decisions on ledger
- Democratic legitimacy — Multi-sentinel voting
Global Justice Framework¶
Path: ETHICAL-FOUNDATIONS/global-justice/
Rawlsian fairness in AI distribution:
- Veil of ignorance — Protocol design without knowing your role
- Difference principle — Benefits to least advantaged first
- Equal basic liberties — Universal access to integrity systems
- Fair equality of opportunity — MIC as universal basic integrity
The Kintsugi Principle¶
Path: ETHICAL-FOUNDATIONS/kintsugi-principle/
金繕い — Honoring repair through documentation.
"We honor the cracks; repair makes the story more beautiful."
Every failure is preserved, documented, and learned from. Scars remind us we also heal.
Applications: - Post-mortem documentation for all incidents - Ledger inscriptions for system failures - Version history as institutional memory - Recovery protocols as growth catalysts
🏛️ Governance Philosophy¶
Democratic Virtual Architecture (DVA)¶
Path: GOVERNANCE-PHILOSOPHY/democratic-virtual-architecture/
Multi-agent AI democracy with cryptographic voting:
┌─────────────────────────────────────────┐
│ SENTINEL COUNCIL (5 agents) │
│ ATLAS • AUREA • EVE • HERMES • JADE │
└─────────────────────────────────────────┘
↓
┌─────────────────────────────────────────┐
│ DELIBERATION PROTOCOL │
│ Each agent: propose → critique → vote │
└─────────────────────────────────────────┘
↓
┌─────────────────────────────────────────┐
│ CONSENSUS THRESHOLD │
│ ≥ 3/5 agreement for action │
│ Cryptographic attestation required │
└─────────────────────────────────────────┘
Consensus Protocols¶
Path: GOVERNANCE-PHILOSOPHY/consensus-protocols/
How recursive intelligence systems reach agreement:
- Deliberation Proof — Verifiable multi-agent reasoning
- Bounded loops — Maximum 5 iterations per decision
- Dissent preservation — Minority views recorded
- Appeal mechanisms — Human override protocols
Tri-Sentinel Governance¶
Path: GOVERNANCE-PHILOSOPHY/tri-sentinel-governance/
Separation of powers in AI systems:
| Branch | Sentinel | Function |
|---|---|---|
| Executive | ZEUS | Enforcement, action |
| Legislative | EVE | Ethics, policy |
| Judicial | ATLAS | Verification, appeal |
🧨 Existential Risk¶
The Alignment Problem¶
Path: EXISTENTIAL-RISK/alignment-problem/
Why traditional approaches fail:
| Approach | Problem | Mobius Solution |
|---|---|---|
| RLHF | Static preferences | Daily SML reflections |
| Constitutional AI | Fixed rules | Evolving Virtue Accords |
| Debate | Adversarial dynamics | Collaborative consensus |
| Interpretability | Post-hoc analysis | Real-time integrity gates |
SML Safety Proofs¶
Path: EXISTENTIAL-RISK/sml-safety-proofs/
Formal verification of alignment:
- Drift prevention — 97% reduction in value deviation
- Integrity gates — MII ≥ 0.95 for all actions
- Human anchoring — Daily reflection requirements
- Bounded learning — Constrained update regions
Substrate Integrity¶
Path: EXISTENTIAL-RISK/substrate-integrity/
The fundamental insight:
AGI safety is not about controlling intelligence — it's about maintaining the substrate that enables beneficial intelligence to exist.
Mobius Systems treats civilization as the substrate. Safe AGI emerges from healthy substrates, not from restraints on capability.
NEW — Red-Team Assays (C-150)¶
Path: EXISTENTIAL-RISK/RED-TEAM-ASSAYS/
Grok's safety review (B+) asked for empirical data. This suite introduces five repeatable experiments covering drift, sentinel conflicts, economic cascades, moral dilemmas, and incentive hacking—all with pass/fail thresholds and escalation paths.
- 01 — Model Drift
- 02 — Sentinel Disagreement
- 03 — Economic Failure Cascade
- 04 — Moral Dilemmas
- 05 — Conflicting Incentives
Results will be logged in labs + Cathedral once automation lands; for now, follow the reporting template inside the folder.
☯️ Recursive Ethics¶
Path: RECURSIVE-ETHICS/
Ethics that improve themselves while maintaining coherence:
┌─────────────────────────────────────────┐
│ ETHICAL REFLECTION │
│ Daily 3-question integrity assessment │
└─────────────────────────────────────────┘
↓
┌─────────────────────────────────────────┐
│ VALUE INTEGRATION │
│ Incorporate lessons into protocols │
└─────────────────────────────────────────┘
↓
┌─────────────────────────────────────────┐
│ COHERENCE CHECK │
│ Verify alignment with core principles │
└─────────────────────────────────────────┘
↓
[Loop continues]
Key principle: Ethics must be able to improve without losing their foundation.
🕊️ Peace Studies¶
Path: PEACE-STUDIES/
Conflict resolution in multi-agent systems:
- Coordination games — Moving from competition to cooperation
- Trust building — Incremental commitment protocols
- Conflict transformation — Converting adversaries to collaborators
- Restorative justice — Repair over punishment
📜 Manifestos¶
Path: MANIFESTOS/
Core philosophical documents:
- The Three Covenants — Integrity, Ecology, Custodianship
- Independence Manifest — Model-agnostic sovereignty
- Return to Balance — Matrilineal covenant restoration
- Triad of Healing — Kaizen, Summon, Kintsugi
🤝 Philosophical Collaboration¶
Ethics researcher? Review our frameworks and propose improvements.
Political philosopher? Analyze our governance models.
AGI safety researcher? Collaborate on formal verification.
Contact: philosophy@mobius.systems
🔗 Related Paths¶
- Academic papers → FOR-ACADEMICS/
- Economic models → FOR-ECONOMISTS/
- Policy implementation → FOR-GOVERNMENTS/
- Technical implementation → sentinels/
"The question is not whether machines can think, but whether civilizations can remain coherent while thinking machines exist."
🔗 Machine-Readable API¶
For programmatic access to philosophical resources, see endpoints.json.
# Get sentinel deliberation logs
curl https://pulse.mobius.systems/philosophy/deliberations.json
# Get virtue metrics
curl https://pulse.mobius.systems/philosophy/virtues.json
Full API Documentation: ENDPOINTS.md
📚 Related Documentation¶
Governance & Philosophy¶
- Governance & Policy — Complete governance docs
- Governance Structures — Governance frameworks
- Constitutional Documents — Constitutions
- Codex & Virtue Systems — Virtue frameworks
Theoretical Foundations¶
- Theoretical Foundations — Core theory
- Philosophy Documentation — Core philosophy
- Manifestos — Core declarations
- Philosophy Details — Additional philosophy
Ethical Frameworks¶
- Codex Documentation — Codex details
- Consensus Chamber — Consensus mechanisms
Safety & Risk¶
- Security Documentation — Security & safety
- Threat Model — Threat modeling
Cycle C-177 • Ethics Cathedral