mega-research¶
Research synthesis and knowledge base
Mega-Research is the ecosystem's institutional memory for analysis, theory, and cross-referenced research. It stores numbered research documents that agents can query when they need background context.
What It Does¶
Mega-Research provides:
- Research Archive - Numbered documents covering analysis, theory, and findings
- Cross-Reference - Documents link to relevant realms, code, and other research
- Knowledge Synthesis - Combines findings from multiple sources into actionable knowledge
- Research Protocol - Three-layer research protocol (doc-u-me -> mega-research -> code)
How It Works¶
When an agent needs to research a topic:
- Layer 1: Doc-u-Me (fastest) - Search indexed documentation
- Layer 2: Mega-Research (fast) - Read prior analysis and theory
- Layer 3: Code Examination (medium) - Read actual implementation
Each layer catches what the previous missed:
- Doc-u-Me knows what is documented
- Mega-Research knows what is theorized
- Code examination knows what is real
Related Realms¶
- Doc-u-Me - Layer 1 search (documentation)
- Explore-Kid - Token-efficient code reading
- All research agents - Query mega-research for background context
Further Reading¶
- Understanding Realms - How realms work together