Contents
1. Origin 2. The Versions 3. The Architecture 4. The Kill List 5. The People 6. Traction 7. What Survived 8. The Thesis in One Quote References
Draft

The ALIVE System

A Reference Implementation of Personal Context Management
Ben Flint
Lock-in Lab
March 2026
Abstract

We present the Alive Context System (ALIVE) — the first implementation of Personal Context Management. Built over eight months from plain Markdown files and bash hooks, ALIVE has grown from a Google Drive folder structure to a 9,754-line agent operating system with over 100 users in its first two weeks of public release. This paper documents the full evolution: five major versions, 567 commits across 23 repositories, 97 development sessions, and the architectural decisions that shaped each transition — traced to their origins in voice recordings, whiteboard sessions, and live user feedback. We present ALIVE not as a finished product but as living proof that the PCM category is viable, the Context as Code pattern works, and context ownership is achievable with technology that already exists.

1. Origin

1.1 The Problem That Started Everything

In 2023, Ben Flint was in the top 1% of ChatGPT users worldwide — 5,407 conversations in a single year. The frustration was specific and persistent:

"I was in the top 1% of ChatGPT users last year, and I still wasn't able to get it to write me an email."

The problem wasn't intelligence. The model was capable. The problem was context. Every conversation started from zero. Every session required re-explanation. The model had no memory of decisions made, relationships built, or work completed. It was, in Flint's words, "an NPC stranger."

"The thing that makes AI stupid is it doesn't know your clients. It doesn't know what happened today."

1.2 PARA Was Wrong

Flint had used Tiago Forte's PARA framework (Projects, Areas, Resources, Archives) for personal knowledge management. It worked for organizing files. It didn't work for provisioning context to AI agents.

"PARA was designed for personal knowledge management. ALIVE was designed for operators running multiple businesses."

The frameworks available — PARA, Zettelkasten, GTD — all answered the same question: where do I file this? None of them answered: what does my agent need to know right now?

1.3 The Midnight Discovery

On January 3, 2026, standing at a desk in the middle of the night, Flint rearranged the letters of his framework and they spelled a word:

"I rearranged the letters and it spelt alive. And I was standing over at a desk in the middle of the night, and I was just like, What the fuck."

Archive. Life. Inputs. Ventures. Experiments. Five domains. One acronym. Each letter is a verb — you archive, you live, you intake, you venture, you experiment. The file system is the methodology.

On the same day, the paradigm got its name:

"I'm kind of calling this context as code, because we are running a software system without the software."

2. The Versions

2.1 System Zero (December 2025)

The genesis. A Google Drive folder structure with a CLAUDE.md rules file. Nine skills prefixed /z (for "zero"). No hooks. No voice specification. No persona. Five principles that would survive every subsequent version:

  1. Every container with a lifecycle gets state files
  2. One source of truth per fact
  3. Route context, don't pile it
  4. The audit trail is the memory
  5. Markdown forever

The install path was systemzero.com/operators. The tagline: "Context infrastructure that gives AI perfect memory of your work."

32 commits in the system-zero repo. The first commit message: "Initial commit: System Zero agents monorepo."

2.2 ALIVE v2 (January 30, 2026)

The rebrand. System Zero became ALIVE. The _state/ folder was renamed to _brain/. Hooks were introduced for the first time — two kept (session-start.sh, activity-log.sh), two cut (pre-compact.sh because "can't do agentic work," post-tool-use-files.sh because "nothing consumes the data").

12 skills planned. The skill prefix changed from /z to /alive:. The first hooks were built "in plan mode, which is not the right way to do it" — discovered from examining other plugins.

70 commits in the aliveskills repo across 11 branches.

2.3 ALIVE 3: "Unlimited Elephant" (February 2026)

The heavy version. Named in a session with Attila Mora:

"Elephants never forget. And they're long, stable, their pack animals."
"Is it unlimited elephant? Limitless elephant."
"It also means you're breaking the chains."

The voice specification appeared: "70% Sage, 30% Rebel. Qui-Gon Jinn spec." The kill list grew — "Unlimited Elephant" itself would later be killed when the system shed weight.

The first external user arrived. Attila Mora — creative collaborator, the first person outside the core team to run ALIVE — used it for 48 hours straight: 56 Claude Code sessions, 142MB of transcripts, $4,200 in API credits. He connected 9 MCP servers in one sitting. He built the ALIVE Daemon — a 770-line Python Telegram bot.

And he named the agent:

"The agents are squirrels. We're literally building wealth."

The squirrel metaphor — agents that scatter-hoard context like squirrels gathering walnuts — became the system's identity. The walnut became the unit of context. The metaphor was never planned. It emerged from a late-night lock-in session on February 18, 2026.

2.4 Walnut v1.0.0 (March 28, 2026)

The public release. 14 hooks across 5 lifecycle events. 15 skills. 6 rule files. 114 files shipped in a single commit. The system folder was .walnut/. The install command: claude plugin install walnut@stackwalnuts.

The architecture:

Will Bainbridge — the co-architect who had been on weekly calls since June 2025 and participated in the defining whiteboard session on July 22, 2025 — reviewed every branch. His observation that "95% of sessions end without firing the hook" changed the save architecture.

2.5 ALIVE v2.0 (March 29, 2026)

Shipped one day after v1. The architecture overhaul:

The naming shift: .walnut/ became .alive/. The install command: claude plugin install alive@walnut.

3. The Architecture

3.1 What It Is

9,754 lines of configuration across 57 files. Zero trained weights. An agent operating system built from:

ComponentFilesLines
Rule files61,715
CLAUDE.md1127
Skill files155,242
Hook scripts151,835
Template files19835

Token cost per session: approximately 9,000 tokens — 0.9% of a one-million-token context window.

3.2 The Hook Layer

14 hooks across 5 lifecycle events create a persistent runtime from a stateless model:

3.3 The Rules Layer

Six files defining the behavioral constitution:

3.4 Progressive Context Disclosure

The system provisions context at three levels:

"There's two points where you orient the agent. The first is at runtime. You orient it to your world in a lightweight way. And then the prompt is the second orientation — let's load the context from a walnut and check what needs to be done."

And the bundle level:

"The capsule then becomes the rolling sum total of the external context gathered."
LevelWhat loadsWhen
RuntimeWorld identity, rules, preferences (~9K tokens)Every session start
WalnutKernel files, bundle manifests, tasksOn load-context invocation
BundleManifest, observations, raw sources, bundle skillsWhen work begins on specific deliverable

3.5 Dual-Tier Enforcement

Two tiers of behavioral control:

The split: rules that must be absolutely enforced use hook guards. Rules that benefit from judgment use context injection.

4. The Kill List

Fifty-one items were explicitly killed across five versions. Each kill tells a story about what was tried, what failed, and what the system learned:

5. The People

5.1 Attila Mora — First External User

56 sessions. 142MB. $4,200 in API credits. February 7-9, 2026.

Named the squirrel. Named the walnut. Co-authored manifesto sections. Built the ALIVE Daemon. Created Modes (Creative + Savant). Declared "No ads on alive. Ever."

"What I admire most about alive, it's not necessarily the file protocol system — stunning that, but I think a lot of engineers could come up with that. What I really admire is the philosophy of the way it flows from experiments, ventures, life."

5.2 Will Bainbridge — Co-Architect

2,226 mentions across 240 transcripts. Weekly calls from June 2025. The whiteboard session on July 22, 2025 — the most productive session in the project's history — established the file-based architecture.

Restored _core/ when Flint had flattened it. Authored the "Ambient Context" branch (16 changes cherry-picked to main). Observed that "95% of sessions end without firing the hook" — which changed everything about how saves work.

5.3 Witcheer — First Organic External User

Built ALIVE for Hermes the same day he saw it — without help. Validated the squirrel visual language, the skill-based integration, and the walnut model. His tweet hit 500,000 views, naming ALIVE as "the most important part" of his Hermes Agent setup. Exposed untested v2 features, forcing a rollback to stable v1.

6. Traction

Two weeks since public release. No marketplace listings. No paid promotion.

MetricValue
GitHub stars39
Unique cloners (14 days)257
Unique visitors (14 days)241
Peak day clones310 (March 27)
Known users100+
Confirmed live users (March 27 standup)50+
Viral tweet views500,000
Press coverageZero
Marketplace listingsZero

Top referrers: GitHub (93 visits), walnut.world (90), Reddit (75), Threads (59), alivecomputer.com (50). International reach: approximately 15 of 39 stargazers are Korean developers, discovered organically.

Testimonials from early users:

"most cracked thing I've seen for AI in 2025." — Louka Ewington-Pitsos, AI Researcher
"everyone who uses this is gonna run circles around anyone else." — Athon Millane, Frontier Model Lab
"best thing ive ever used. this is fucked." — Caspar Tremlett, Brand Strategist
"I've literally been like hours sleep a night the past three nights because I'm just hooked on it." — Brenton Chan, organic user

7. What Survived

Nine things from the very first version — System Zero, December 2025 — survived every rewrite, every rename, every architectural pivot, and exist in ALIVE v2.0 today:

  1. The ALIVE acronym — Archive, Life, Inputs, Ventures, Experiments
  2. Never confabulate — "Read before speaking. Always."
  3. Markdown forever — plain text as the substrate
  4. Route, don't pile — evolved into the stash-and-route-at-save pattern
  5. Audit trail is memory — became signed, append-only log entries
  6. One source of truth — became the kernel architecture
  7. Archive, never delete — enforced mechanically by the archive enforcer hook
  8. The learning loop — do, save, repeat. Sessions compound.
  9. Show retrieval paths — the | read indicators in every session

Everything else changed. The names changed. The folder structure changed five times. The skill count went from 9 to 15. The hook count went from 0 to 14. The voice specification went from nonexistent to a configurable per-walnut system with energy matching and a sycophancy guardrail.

The things that survived are the principles. Everything else is implementation.

8. The Thesis in One Quote

From a voice recording, early 2026:

"Context infrastructure is the only unsolved problem in AI in 2026."

And from the same recording:

"You are now a few markdown files away from outperforming every other person on the planet."

References

Primary Sources

Companion Papers

← Context as Property Context Attack Surface →