
silently augments your session
| component | status | details |
|---|---|---|
| wiki parser | works | reads any markdown folder, obsidian wikilinks, frontmatter extraction, recursive directory walking |
| retrieval engine | works | openai text-embedding-3-large, supabase pgvector, cosine similarity search with configurable thresholds |
| mcp server | works | 5 tools: search_cloud_brain, pull_knowledge, list_topics, get_document, check_freshness |
| quote lifecycle | works | create, approve, settle, deliver — full lifecycle for knowledge quotes with pricing logic |
| safety layer | works | prompt injection scanning, input sanitization, rate limiting per session |
| payment settlement | mocked | usdm ledger scaffolded, megaeth settlement designed but not connected to live chain |
| multi-contributor network | not built | contributor isolation, reputation scoring, content dedup — designed but blocked on cold-start density |
| concept | definition |
|---|---|
| pull | how often a piece of knowledge is retrieved across sessions |
| lift | measurable improvement in session output quality when knowledge is present vs. absent |
| pull-lift score | pull frequency x lift magnitude — ranks contributions by actual value delivered |
| decay | knowledge freshness penalty — older contributions score lower unless actively re-validated |
| reputation | contributor-level aggregate of pull-lift scores across all their contributions |
| dimension | score | notes |
|---|---|---|
| technical execution | strong | core infrastructure works end-to-end in single-player mode |
| product thinking | strong | identified the cold-start problem before over-investing in multiplayer |
| kill discipline | moderate | paused rather than killed — the thesis is valid but timing depends on ecosystem density |
| ai-native building | strong | built almost entirely with claude code and openai codex, validating the workflow |
| evaluation rigor | moderate | pull-lift framework designed but not yet validated with real multi-contributor data |
| market timing | uncertain | mcp ecosystem growing fast but knowledge-network demand unproven at scale |