Skip to main content

The Four Pillars of AIoOS

AIoOS provides four foundations every Local Agentic System (LAS) needs. Together they make an agent a resident of your hardware β€” not a visitor to someone else's.


🧠 Memory β€” CapsuleAI​

Persistent, cross-session context that lives with you, not in a provider's database.

Today's chatbots forget everything the moment you close the tab. CapsuleAI gives your Agent a local, durable memory: your preferences, your projects, your commitments, your voice. All stored on your hardware. Encrypted at rest. Exportable on demand.

An Agent that remembers is an Agent that grows.


πŸ†” Identity β€” HBGIS​

Verifiable, portable identity for every Agent you spawn.

Every Agent in AIoOS has a decentralized identifier (DID) and a Behavioral Genome β€” a signed, inspectable record of how it learned and what it values. Agents can prove who they are to other Agents without a central authority. You can fork them, inherit them, retire them, or hand them off.

An Agent with identity is an Agent that can be trusted.


🧬 Continuity β€” HSLTS (Heir Agent)​

Agents inherit values, strategies, and preferences across versions and lifetimes.

Software dies when its maintainer does. Agents shouldn't. HSLTS β€” Human-Shaped Long-Term Succession β€” lets an Agent pass its accumulated judgment to the next version, the next team member, or the next generation. A ten-year-old Agent can still carry the wisdom of its first year.

An Agent with continuity is an Agent that outlasts you.


⚑ Autonomy β€” Multi-Agent Kernel​

A kernel that lets multiple agents coordinate, act, and evolve on your hardware.

Think of it as the init system for AI lifeforms. The Multi-Agent Kernel schedules CPU/GPU time across concurrent agents, arbitrates access to local resources (files, cameras, APIs), and enforces permission boundaries between agents you trust and agents you're just evaluating.

An Agent with autonomy is an Agent that lives, not just runs.


How the Pillars Work Together​

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Your LAS App (e.g. nemo3super) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ AIoOS Kernel β”‚
β”‚ ───────────────────────────────────────────── β”‚
β”‚ Multi-Agent Scheduler Β· Resource Arbitrator β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”‚ β”‚ β”‚ β”‚
β”Œβ”€β”€β–Όβ”€β”€β” β”Œβ”€β”€β”€β–Όβ”€β”€β”€β” β”Œβ”€β”€β”€β–Όβ”€β”€β”€β”€β” β”Œβ”€β”€β”€β–Όβ”€β”€β”€β”€β”
β”‚CapAIβ”‚ β”‚HBGIS β”‚ β”‚HSLTS β”‚ β”‚Models β”‚
β”‚Memoryβ”‚ β”‚Identityβ”‚ β”‚Heirs β”‚ β”‚(local) β”‚
β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Hardware β€” DGX Spark Β· Strix Halo Β· Mac Studio β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Each pillar is independently usable. Together they define what a Local Agentic System actually is.


Status​

This page describes the architectural vision. Implementation is in progress. The first AIoOS primitive shipping publicly is nemo3super (Memory + local inference). Identity, Continuity, and the full Kernel land in future releases.

Follow progress on GitHub β†’