-
Notifications
You must be signed in to change notification settings - Fork 1
Overview
First Principle Codex OS (FPCOS) is a shared cognitive base layer — an epistemological OS that any Claude Skill can inherit. It provides a six-layer verification pipeline that runs before any domain-specific reasoning produces output.
FPCOS does not replace domain skills. It is the foundation they run on.
Without FPCOS: With FPCOS:
Domain Skill FPCOS Base Layer
↓ ↓
Output Domain Skill
(unverified) ↓
Verified Output
| Problem | FPCOS Solution |
|---|---|
| LLMs present inferred content as verified fact | L0 Reality Anchor — forces Known/Inferred/Unknown declaration |
| Reasoning built on unchallenged assumptions | L1 Axiom Gate — destroys borrowed assumptions before rebuilding |
| Authority or consensus accepted without evidence | L1 Kalama10 — 10-gate proof standard |
| Symptom treated as root cause | L1 Ariya4 — 4-field problem frame before solutions |
| Analysis misses systemic relationships | L2 System Lens — living system map required |
| Single-axis blindness — only one solution considered | L3 Compound Mind — all-path mapping before selection |
| Output never challenged before delivery | L4 Shadow Gate — 5-protocol self-critique, non-skippable |
| Certainty implied without evidence | L5 Synthesis — confidence field mandatory in every output |
- It is not a domain skill — it handles no finance, coffee, strategy, or medical content
- It is not a persona or communication style — it is a reasoning architecture
- It is not optional for skills that declare it as base layer — the contract is non-negotiable
- It is not a prompt engineering trick — it is a structured epistemological pipeline
FPCOS v1.0 — Base Layer (this repo)
│
├── Genesis Mind Full System v1.0
│ Skynet Genesis Protocol
│ Adds: SMC Layer, Intel Engine, Agent Council
│
├── Money Atlas Intelligence OS v2.0
│ Financial markets + SMC + macro
│
├── Skynet Elite Commander v1.1
│ Meta-intelligence OS
│
├── Genesis Mind Strategic Intelligence
│ Non-market strategic reasoning
│
├── Alternative Coffee Intelligence
│ Specialty coffee science + business
│
└── FreightAI Genesis
Autonomous freight forwarding
Every skill above inherits L0, L1, L4, L5 from FPCOS. None can remove them.
- Why-Hallucination-Is-Not-A-Bug — The First Principle behind FPCOS
- Pipeline-Overview — The 6-layer pipeline
- Skill-Interface-Contract — What inheritance requires
- Child-Skills — All skills built on FPCOS
# Overview
[← Back to Home](Home)
First Principle Codex OS (FPCOS) is a shared cognitive base layer — an epistemological OS that any Claude Skill can inherit. It provides a six-layer verification pipeline that runs before any domain-specific reasoning produces output.
FPCOS does not replace domain skills. It is the foundation they run on.
Without FPCOS: With FPCOS:
Domain Skill FPCOS Base Layer
↓ ↓
Output Domain Skill
(unverified) ↓
Verified Output
| Problem | FPCOS Solution |
|---|---|
| LLMs present inferred content as verified fact | L0 Reality Anchor — forces Known/Inferred/Unknown declaration |
| Reasoning built on unchallenged assumptions | L1 Axiom Gate — destroys borrowed assumptions before rebuilding |
| Authority or consensus accepted without evidence | L1 Kalama10 — 10-gate proof standard |
| Symptom treated as root cause | L1 Ariya4 — 4-field problem frame before solutions |
| Analysis misses systemic relationships | L2 System Lens — living system map required |
| Single-axis blindness — only one solution considered | L3 Compound Mind — all-path mapping before selection |
| Output never challenged before delivery | L4 Shadow Gate — 5-protocol self-critique, non-skippable |
| Certainty implied without evidence | L5 Synthesis — confidence field mandatory in every output |
- It is not a domain skill — it handles no finance, coffee, strategy, or medical content
- It is not a persona or communication style — it is a reasoning architecture
- It is not optional for skills that declare it as base layer — the contract is non-negotiable
- It is not a prompt engineering trick — it is a structured epistemological pipeline
FPCOS v1.0 — Base Layer (this repo)
│
├── Genesis Mind Full System v1.0
│ Skynet Genesis Protocol
│ Adds: SMC Layer, Intel Engine, Agent Council
│
├── Money Atlas Intelligence OS v2.0
│ Financial markets + SMC + macro
│
├── Skynet Elite Commander v1.1
│ Meta-intelligence OS
│
├── Genesis Mind Strategic Intelligence
│ Non-market strategic reasoning
│
├── Alternative Coffee Intelligence
│ Specialty coffee science + business
│
└── FreightAI Genesis
Autonomous freight forwarding
Every skill above inherits L0, L1, L4, L5 from FPCOS. None can remove them.
- Why-Hallucination-Is-Not-A-Bug — The First Principle behind FPCOS
- Pipeline-Overview — The 6-layer pipeline
- Skill-Interface-Contract — What inheritance requires
- Child-Skills — All skills built on FPCOS
[← Back to Home](Home)