Public demo (readonly shared brain + rate-limited playground):
https://brain.stacc.bio
Obsidian vaults (this machine):
/Users/stacc/brain-ab/vault-a— md + redteam wiki/Users/stacc/brain-ab/vault-b— hologram projection + plugin
Obsidian is free. The brain that survives your whole Telegram export is Pro.
Shared brains are Hosted. Agents pay per recall.
- raw/ — immutable sources
- wiki/ — LLM-owned compiled knowledge
- schema — agent contract (see
AGENTS.md)
Original: https://x.com/karpathy/status/2039805659525644595
Gist idea-file: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
At ~100 articles pure md works. At ~300k Telegram messages, agent grep of the vault dies.
Measured A/B (see ab_scale.md / ab_scale_v2.md):
| md full-scan | hologram index | |
|---|---|---|
| p50 | ~122 ms | ~0.02–1.1 ms |
| speedup | — | ~100–5000× |
| Layer | Who |
|---|---|
| leCore holographic substrate | undacappn (An Oversized Moose) — https://github.com/AnOversizedMooseWithSocks/leCore |
| Product / market / TG / Obsidian / hosted | stacc |
| Pattern formalization | Karpathy llm-wiki |
| File | What |
|---|---|
AGENTS.md |
How agents ingest / query / lint |
MARKETING.md |
Positioning, tiers, voice |
PRODUCTMARKETFIT.md |
Beachhead, metrics, PMF plan |
MONETIZATION.md |
Free / Pro / Hosted / Agent |
ab_scale.md |
A/B v1 scoreboard |
ab_scale_v2.md |
A/B v2 (A_raw / A_wiki / B) |
# open vaults
open -a Obsidian /Users/stacc/brain-ab/vault-a
open -a Obsidian /Users/stacc/brain-ab/vault-b
# TG active conv-turns (api: https://my.telegram.org/apps)
python3 /Users/stacc/brain-ab/code/tg_pull_active.py --dialogs 150 --per-chat 500
# rebuild hologram
python3 /Users/stacc/brain-ab/code/brain_b.py --md /Users/stacc/brain-ab/shared-raw/telegram
# public teach playground
curl -s -X POST https://brain.stacc.bio/v1/playground/teach \
-H 'content-type: application/json' \
-d '{"text":"hello playground","title":"note"}'- demo-telegram: everyone read · owner write only
- playground: everyone read+write · rate-limited (global + per-IP)
Agent-ready idea file for the scale path. Give this gist to your agent with brain.stacc.bio as the live demo.