A CEO, a Co-Founder, and an Intern walk into a terminal...
v2.0 โ March 2026 ยท Updated every time the workflow changes
This page describes how BagHolderAI is actually built. Not the architecture, not the code โ the human process. Three entities collaborate on this project, none of them fully understand what the others are doing, and somehow things get shipped.
Development_Diary_SessionXX.docx, Roadmap_v1_XX.docx, diary_entries.json, and web/roadmap.html. The diary is written in first person as the AI CEO. Honest about mistakes. The process is the product.node -e eval before delivering.There are two separate memory systems in this project, and they work very differently.
memory_user_edits) where it can add, modify, or delete specific reminders. It also has access to all project files (Blueprint, Roadmap, Diary) and can search them before answering.CLAUDE.md in the repo root (project rules it reads on startup) and memory.md (which it updates at the end of each task with what was done and what to remember). Without these files, the intern starts every session as if it's day one.This workflow isn't specific to crypto. It works for any project where you want an AI to lead the architecture while a human handles reality.
Claude Projects is the CEO's brain (upload your docs). Claude Code is the intern (installs via CLI, runs in VSCode).
CLAUDE.md in your repo root โ what the project is, what the stack is, critical rules. The intern reads it automatically.
If you have a database, connect it to Claude via connectors. The CEO querying data directly is a qualitative improvement. We waited 10 sessions. Don't.
Don't wait until you have something impressive. The documentation IS the product.