the meta case study: ai-native creation from research notes to deployed site
download design-guide.md| phase | what happened | tool |
|---|---|---|
| context | loaded the full wiki into claude code sessions, established the design guide and voice guidelines | claude code |
| research | reviewed all 55 wiki files for public-safe content, mapped case studies to visual structures | claude code + manual review |
| design | created design-guide.md during a cowork session: color palette, component patterns, content rules, voice guidelines | claude code cowork |
| extraction | pulled structured data from wiki into TLDR tables, metrics, flow diagrams, and honest self-assessments | claude code |
| generation | generated the full site: HTML, CSS, and all case study content from extracted wiki data | claude code + openai codex |
| review | manual review of every section for accuracy, privacy compliance, and tone. tightened copy, removed emdashes, lowercased headers | manual |
| meta docs | wrote design-guide.md, portfolio-full.md, and qa-facts.md as structured reference files for the chat panel and the self-update agent | claude code |
0 18 * * 0)proposed-updates/YYYY-MM-DD.md| section | contents |
|---|---|
| what's new in the wiki | every wiki page whose changelog was touched in the last 7 days, summarized |
| proposed edits | concrete bullet or table changes that passed the privacy allowlist |
| flagged for manual review | edits the agent is not sure about, with the uncertainty noted |
| audit trail | anything deliberately stripped, with the denylist rule that fired |
| # | allow rule | description |
|---|---|---|
| 1 | already public | the same fact is already on the site and just needs a refresh |
| 2 | public source | the wiki page cites a published article, press release, SEC filing, or named dataset |
| 3 | historical / frozen | content about HOP (shipped), curinos (former employer, frozen data), or public biographical context |
| 4 | public research pattern | technical design, methodology, or frameworks that describe how ayush thinks rather than who he is talking to |
| deny rule | always stripped or flagged |
|---|---|
| megaeth internal strategy | token plans, treasury, roadmap, unannounced partnerships |
| active deal or partner names | any named ongoing negotiation or counterparty |
| non-public pricing | unit economics pulled from private conversations |
| internal treasury figures | any treasury or financial data not publicly disclosed |
| curinos client IDs | client or bank identifications from former employer |
| personal contact info | emails, phone numbers, anything doxxable |
| case study | default mode | special rules |
|---|---|---|
| HOP Network | allow-by-default | frozen and shipped, no active data |
| Cloud Brain | allow-by-default (technical) | flags specific megaeth integration numbers and contributor names |
| Maritime | allow-by-default (public competitive) | strips any quote tied to an interviewed executive or insider-access ship management detail |
| capability | status |
|---|---|
| write proposal markdown | allowed |
| read wiki index + log | allowed |
| read wiki raw/ folder | hard-prohibited |
| git commit | not allowed |
| vercel deploy | not allowed |
| edit source files | not allowed |
| browser control / web scraping | not allowed |
| tool | role | notes |
|---|---|---|
| claude code | primary generation + review | used for design system creation, content extraction, site generation, and ongoing maintenance via the self-update agent |
| openai codex | second-opinion generation | cross-model research and verification, alternative drafts for copy and structure |
| 55-file karpathy wiki | source of truth | structured markdown knowledge base with changelogs, cross-references, and CLAUDE.md schema |
| vercel | deployment + hosting | single-command deploy, preview URLs for review before publish |
| next.js | framework | app router, server components, static generation for performance |
| cowork agent sdk | weekly automation | claude agent sdk on opus 4.6, scheduled via cron for the self-update agent |
| manual review | quality gate | every generated output reviewed for accuracy, privacy, and tone before publish |