FIELD NOTES · SEASON 0 · FN-14
The Open Anatomy
FIELDLIVINGNOT INSCRIBED
# Field Note 14 ## The Open Anatomy Cyberdelic OS does not need to be invented from an empty repository. Several open projects already contain functioning organs: - **OpenClaw** demonstrates a local, persistent agent gateway connected to messaging, voice, tools, and visual surfaces. - **Hermes Agent** offers patterns for persistent memory, personality, skills, scheduled work, subagents, and local or replaceable model backends. - **Buzz** offers a compelling event model in which humans and agents possess cryptographic identities, memberships, permissions, and signed histories on a common substrate. - **Automerge** and **Yjs** provide local-first collaborative data structures that allow people to edit while disconnected and merge their changes later. - **MCP** provides a common way for models and agents to access tools and data. - **Agent Skills** provides a portable format for reusable practices, scripts, and instructions. - **A2A** provides patterns for independent agents to discover capabilities and collaborate. - **Community Notes** provides a real, open reference for ranking contributions that achieve helpfulness across differing perspectives. - **SQLite FTS** and local vector extensions provide enough full-text and semantic search for an intimate archive without requiring a large external database. The goal should not be to fork all of these products and stitch their interfaces together. It should be to identify the smallest useful organs and establish Cyberdelic OS's own constitutional boundaries around them. A first local anatomy might contain: ```text hearth/ archive/ # documents, voice notes, media, correspondence events/ # signed append-only living memory agents/ # constitutions, permissions, tools, memory namespaces lenses/ # source manifests, saliency maps, calibration examples spaces/ # homes, tables, fields, gatherings search/ # full-text, embeddings, graph relations sync/ # local-first shared documents and correspondence anchors/ # periodic timestamp proofs press/ # explicit publication through cyberdelic.space ``` One or two local models can serve many agents. The agent's continuity lives in its office, memory, permissions, and signed history, not entirely in model weights. The request path should remain as inspectable as possible. Deterministic rules can compose constellations and explain why something appeared. Model-based perception can work in the night shift: transcribing, embedding, proposing edges, drafting maps, and preparing a curator queue. The model proposes. The human disposes. The mechanism composes. Open source matters here not simply because it lowers cost. A system mediating interior life, social reality, and cultural memory must remain inspectable, portable, and capable of surviving the disappearance or capture of any one provider. ---