how structured research notes became a deployed site, mostly through ai tools
download design-guide.mdevery sunday at 6pm, a scheduled agent reads the wiki, diffs it against the live site, and drafts one proposal. it has zero write access. i review in 10 minutes and publish or reject.
┌─── wiki (55 files) ───┐
│ ▼
rejections agent diffs wiki
tighten rules vs. live site
▲ │
│ ▼
human reviews ◄─── agent drafts
accepts/rejects one proposal
| phase | what happened | tool |
|---|---|---|
| context | loaded 55-file wiki into claude code | claude code |
| research | identified public-safe content across all wiki files | claude code + manual |
| design | created design-guide.md: palette, components, voice rules | claude code |
| extraction | pulled data into TLDR tables, metrics, flow diagrams | claude code |
| generation | generated the full site from extracted wiki data | claude code + openai codex |
| review | manual review for accuracy, privacy, and tone | manual |
| meta docs | wrote design-guide.md, portfolio-full.md, qa-facts.md | claude code |
proposed-updates/YYYY-MM-DD.md| capability | status |
|---|---|
| write proposal markdown | allowed |
| read wiki index + log | allowed |
| read wiki raw/ folder | prohibited |
| git commit / vercel deploy | not allowed |
| edit source files | not allowed |
| # | allow rule | description |
|---|---|---|
| 1 | already public | same fact already on the site, just needs refresh |
| 2 | public source | wiki cites a published article, filing, or dataset |
| 3 | historical / frozen | HOP (shipped), curinos (former employer), public bio |
| 4 | public research pattern | methodology and frameworks, not who he talked to |
| deny rule | always stripped |
|---|---|
| megaeth internal strategy | internal plans, treasury, roadmap |
| active deals | named ongoing negotiations |
| non-public pricing | unit economics from private conversations |
| curinos client IDs | former employer confidentiality |
| personal contact info | emails, phone numbers |
| case study | default | special rules |
|---|---|---|
| HOP | allow-by-default | frozen and shipped, no active data |
| Cloud Brain | allow (technical) | flags megaeth integration numbers |
| Maritime | allow (public competitive) | strips interviewed-executive quotes |
| tool | role |
|---|---|
| claude code | primary generation, review, and maintenance agent |
| openai codex | second-opinion generation and cross-model verification |
| 55-file karpathy wiki | source of truth with CLAUDE.md schema |
| vercel + next.js | deployment and framework |
| cowork agent sdk | weekly scheduled automation (cron) |