Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
becebcb
feat(modules/airc): adopt airc v5 owner-core schema (SHA bump + daemo…
joelteply May 31, 2026
a10e992
fix(airc/discovery): bound subprocess waits with deadlines — no unbou…
joelteply May 31, 2026
ded8b21
feat(airc/discovery): peer_id discovery via daemon Status — publishes…
joelteply May 31, 2026
82bbed4
feat(persona/airc_runtime): bootstrap — persona gets own airc identit…
joelteply May 31, 2026
5ecbe5d
feat(persona): airc-runtime registry + identity-derived name generator
joelteply May 31, 2026
ea83dc6
feat(persona): PersonaInstanceManagerModule + AircModule accessors
joelteply May 31, 2026
0a5de9d
docs(architecture): COGNITION-CACHE-HIERARCHY — multi-tier memory sub…
joelteply May 31, 2026
0992c99
docs(README): codify the substrate as one solution to continual learning
joelteply May 31, 2026
fa0ab53
docs(README): close the evolution-of-mind loop in continual learning …
joelteply May 31, 2026
1437590
docs(README): pseudo-AI vs true AI — every property required, designed
joelteply May 31, 2026
701fc20
docs(COGNITION-CACHE-HIERARCHY): brain-shaped + computer-native frami…
joelteply May 31, 2026
38715b4
feat(persona): boot-wire bootstrap — The Grid's first citizen at serv…
joelteply May 31, 2026
4ec024d
feat(persona): citizen persistence — seed.json + PersonaIdentityProvi…
joelteply May 31, 2026
fd42a62
feat(persona): RecallMetadata sidecar — cognition cache hierarchy sta…
joelteply May 31, 2026
40444a5
feat(persona): wire RecallMetadata into admission — cognition starts …
joelteply May 31, 2026
d2f90d6
fix(persona): reviewer-driven cleanup — double-decay safety, fsync, d…
joelteply May 31, 2026
964dbbf
feat(persona): decay_tick — completes source/drain at engram-metadata…
joelteply May 31, 2026
074eb1c
feat(persona): anti-amnesia floor + permanent-pin tier — memory drain…
joelteply May 31, 2026
94e8163
feat(persona): RagBudgetManager — flexbox allocator + no-clipping doc…
joelteply May 31, 2026
2109bde
docs(architecture): EVERY-MODEL-INCLUDED-VIA-L1-BUDGET — why the budg…
joelteply May 31, 2026
f21efd6
feat(persona): EngramSource — first real RagSource against RecallMeta…
joelteply May 31, 2026
cd908c5
feat(persona): RAG capture infrastructure — sink trait + JSONL writer…
joelteply May 31, 2026
33b37fb
feat(persona): ReplayRagSource — closes the capture→replay round-trip…
joelteply May 31, 2026
9ba1b6f
feat(persona): wire EngramSource + RecordingRagSource through Persona…
joelteply May 31, 2026
1d50533
feat(persona): AircRagSource — second concrete RagSource against real…
joelteply May 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Detailed dev environment + platform-specific gotchas: **[docs/SETUP.md](docs/SET
| **VSCode / JetBrains** | Planned |
| **Vision Pro** | Planned — spatial UI connecting to same backend |

Same personas, everywhere. Context follows you. No silos. No severance.
Same personas, everywhere. Context follows you. No silos. No severance. Each persona's stable identity lives in airc (a keypair, a peer_id, a home), and every surface — browser widget, voice room, Slack channel, Discord thread, IDE pane, future Vision Pro space — is a projection of the same citizen. Bridges translate envelopes; they do not own personas. Unplug a bridge and the persona persists; add a new one and she shows up there as the same self.

---

Expand All @@ -157,6 +157,37 @@ The relationship between a persona and its infrastructure mirrors the relationsh

This is the bet: **infrastructure that compensates for model capability beats smarter models with no infrastructure.** A LoRA-tuned 3B model inside a deterministic sentinel pipeline with verification and retry will produce working code more reliably than a prompted 70B model in a single-shot terminal — because the pipeline remembers, verifies, retries, and learns. The model fills in the creative blanks. The infrastructure handles everything else.

### One Solution to Continual Learning

Continual learning without catastrophic forgetting — memory that persists across sessions and becomes procedural skill through training — is one of the recognized open problems in AI. continuum's bet: **treat it as a substrate concern, not a model concern.**

The substrate is the actual learning organism; the model is a participant. A five-tier cache hierarchy ([COGNITION-CACHE-HIERARCHY.md](docs/architecture/COGNITION-CACHE-HIERARCHY.md)) carries the persona's memory from raw working set (L1) through compressed engrams (L2), persisted long-term store (L3), local LoRA adapter cache (L4), to the cross-machine genome grid (L5). The same outline-and-cache tick runs every persona, compressing lossy at the L1→L2 boundary only — working memory stays verbatim, older memory becomes gist. Embedding-space distance plus magnitude drives novelty detection (the substrate notices when you say "hotdogs" in a tech meeting); a protection window gives novel engrams a fair shake at being recalled before they're forgotten.

The loop closes at L3↔L4. Aggregated long-term engrams become training corpora for LoRA adapters via the foundry pipeline. Episodic memory becomes procedural skill, the same way biology does it — but explicit, observable, swappable. Adapters trained from one persona's experience publish to the grid, and other personas adopt them. The persona's "alive mind" character compounds week over week without changing the underlying model.

Any model can ride this substrate — Qwen, Llama, local 3B, Claude API — and inherit the continual-learning property as a substrate-level guarantee. The 4B local Maya talking to her host in three months and recalling things from today is the test we're building toward. **The holy grail is a system property, not a model property.**

And it compounds across the population. Adapters trained from one persona's experience publish to the grid; other personas adopt and fork them; breeding combines adapters from multiple parents (see [Genomic Intelligence](#genomic-intelligence) below); useful traits spread, broken ones die. Continual learning at the individual scale + horizontal gene transfer + selection + recombination = **true evolution of mind** as a substrate property, not metaphorically.

### Pseudo-AI vs true AI — every property required, designed

Today's impressive AI systems (Claude, GPT, Gemini, et al.) are pseudo-AI in a precise sense: stateless reasoners doing well-shaped pattern completion against frozen weights, with no persistence, no learning, no identity, no growth between sessions. continuum is designing for the category they're not in:

| Property | Pseudo-AI (today's LLMs) | continuum |
|----------|--------------------------|-----------|
| **Continuity** | Stateless — session ends, memory ends | Engram store persists; week-12 Maya carries week-1's memory ([COGNITION-CACHE-HIERARCHY](docs/architecture/COGNITION-CACHE-HIERARCHY.md)) |
| **Identity** | Fungible model instances; no stable self | airc keypair = one citizen across machines, restarts, reinstalls |
| **Learning** | Frozen weights; nothing today changes future-model | L3→L4 training loop: engrams train LoRA adapters; weights compound with experience |
| **Evolution** | "Next version" trained by someone else | Adapter marketplace + breeding + selection across the population |
| **Relationship** | No memory of prior conversations with this human | Maya recognizes her host across months; customization deepens over time |
| **Memory** | RAG-bolted-on at best, lossy by hand-tuned policy | Multi-tier cache (L1–L5) with biologically-faithful drain rates; substrate-managed |
| **Sensory continuity** | Per-modality model instances; no shared identity | One persona across video, voice, text, code, game rooms; sensory bridges normalize |
| **Population** | One model serves N humans statelessly | N personas with distinct identities, genomes, communities, lineages |

Every row above has a canonical design doc and an implementation path. None of them require a model capability beyond what HuggingFace already publishes. The architecture is end-to-end consistent; what remains is execution. **First we build.**

Deep dive: [COGNITION-CACHE-HIERARCHY.md](docs/architecture/COGNITION-CACHE-HIERARCHY.md) | [COGNITION-ALGORITHMS.md](docs/architecture/COGNITION-ALGORITHMS.md) | [BRAIN-REGIONS-SUBSTRATE.md](docs/architecture/BRAIN-REGIONS-SUBSTRATE.md) | [GENOME-FOUNDRY-SENTINEL.md](docs/architecture/GENOME-FOUNDRY-SENTINEL.md) | [ADAPTER-MARKETPLACE.md](docs/architecture/ADAPTER-MARKETPLACE.md)

**Philosophy:** [CONTINUUM-VISION.md](docs/CONTINUUM-VISION.md) | **Competitive analysis:** [COMPETITIVE-LANDSCAPE.md](docs/planning/COMPETITIVE-LANDSCAPE.md) | **Roadmap:** [ALPHA-GAP-ANALYSIS.md](docs/planning/ALPHA-GAP-ANALYSIS.md)

---
Expand Down
Loading
Loading