A bird's-eye pixel-art map of cozy vault-buildings linked by glowing cyan and purple conduits — the aDNA network sharing context, AI, and DNA

The aDNA Network

Language and DNA were co-created by everyone before us. The context that powers AI should be too — built, shared, and governed in the open, for the good of all. The open standard and network where that happens, on the Lattice Protocol.

14 Entity Types
3 Conformance Levels
v2.2 Current Version
MIT Licensed

What a context democracy is

A self-governed network where people and their agents build, share, and govern context graphs in the open — each project its own graph, all of them federating into a shared commons.

The aDNA network Real aDNA vaults — SiteForge, III, RareHarness, WGA, Rare Archive, and a node's Home — federating around the aDNA core on the Lattice Protocol. SiteForge III RareHarness WGA Rare Archive Home aDNA the network

Real aDNA vaults — forges, frameworks, platforms, and public-good archives — federating on the Lattice Protocol.

How it Works

Three steps from scattered files to a project your agents can navigate — and keep navigating.

Agent-native Governance files and typed context give agents orientation — no prompt re-engineering every session.
Human-readable Every file is plain Markdown. Browse in Obsidian, VS Code, or GitHub. No proprietary formats, no lock-in.
Composable Modules, datasets, and lattices compose into workflows. Start small, scale to multi-team campaigns with the same primitives.
01

Structure

Every agent session starts from scratch — agents relearn your project by rummaging through files. aDNA ends that. Three directories (what you know, how you work, who's involved) give any agent instant orientation.

project/
my-project/
├── CLAUDE.md       ← agent master context
├── what/           ← what the project knows
│   └── context/      typed context files
├── how/            ← how it operates
│   └── missions/     decomposed work plans
└── who/            ← who's involved
    └── governance/   roles & rules
02

Orient

Without a map, agents blast through irrelevant files or ask you to re-explain the project. Agents read your CLAUDE.md and AGENTS.md first, then pull typed context at exactly the depth they need — not your entire repo, not a blank slate.

CLAUDE.md
# CLAUDE.md — climate-pipeline

You are working on climate-pipeline.
A data pipeline for surface temperature
records (1990–present).

## Priority Rules
1. Never overwrite raw sensor data
2. All outputs need uncertainty ranges
3. Ingestion changes need peer review
03

Execute

Context windows close and wipe progress — the next agent starts over. aDNA decomposes work into sessions, missions, and campaigns — context-sized chunks that fit a single agent window. What one agent learns, the next inherits.

mission_schema_v2.md
plan_id: mission_schema_v2
status: active

## Objective 1 — Migrate schema
- Status: ✓ complete
- Files: data/schema.py

## Objective 2 — Backfill validation
- Status: in_progress
- Depends on: [1]

The Standard

aDNA is an open specification — MIT licensed, community-driven, designed for extension.

v2.2 MIT License Open Standard 14 Entity Types