The Graph
Nodes and edges. Binary connections. This is what Obsidian, Neo4j, and the entire RAG industry runs on. Useful but shallow. Cannot encode why two things connect or how strongly.
WikiDesignCo is the reasoning substrate beneath your agents. A temporal, multi-perspectival, epistemically rigorous metagraph stitched together from thousands of textbooks, hundreds of channels, and the entire shifting frontier of research. Built for the operators who are done pretending RAG is enough.
Obsidian stores notes. Notion stores docs. Pinecone stores vectors. WikiDesignCo stores understanding. Every entity carries Dwarf Fortress-level detail: provenance, relationship history, confidence scores, temporal evolution, and cross-domain resonance.
A graph says A is connected to B. A hypergraph says {A, B, C, D} share this property. A metagraph says the relationship between {A, B, C, D} is itself a fact that other relationships can point to.
Nodes and edges. Binary connections. This is what Obsidian, Neo4j, and the entire RAG industry runs on. Useful but shallow. Cannot encode why two things connect or how strongly.
A single edge can connect any number of nodes. An entire research consensus, a multi-author paper, a panel discussion, all become first-class objects. The relationships start having shape.
Edges point at edges. "Source S₂ revises the claim that source S₁ made about concept C" is a single fact. Every claim arrives with provenance, confidence, and an audit trail. Reasoning becomes structural.
Textbooks tell you what is established. YouTube tells you what works in practice. Research papers tell you what is becoming possible. Social tells you what the frontier is reacting to. Each gets nested fan-out/fan-in processing: chapter agents → sub-agents (entities, relations, resonance) → fan back into a book-level graph that is then cross-referenced against the existing metagraph.
What the field has agreed upon. Peer review, structured pedagogy, the slowest but most reliable signal. The foundation layer of the library.
Practitioner knowledge. Every video transcript gets multi-agent semantic analysis. The gap between textbook and practice is where the gold is.
The bleeding edge. Where the field is going before textbooks update. We parse the citation graph automatically, so every paper lands as a node in a living argument structure.
Standard RAG retrieves the highest-similarity chunk, even if the author has since contradicted themselves three times. Graphiti gives every fact two timestamps: t_event (when the world said it) and t_ingestion (when we learned it). Scrub the timeline and the world model re-asserts.
An author's 2019 position contradicts their 2024 one. Standard graphs overwrite. WikiDesignCo closes the valid_to on the 2019 claim, opens a new one at 2024, and keeps the entire history queryable.
Every new claim runs the conflict-detection query. Overlapping entity sets + opposite predicates + overlapping validity windows = a Controversy node. Agents querying that topic receive the controversy structure, not a false-confidence average. They can present it, resolve it, or hedge, and they always know.
Type a query. The Giga Librarian decides whether you need established theory, practical implementation, or emerging research, then synthesizes across all three through the same retrieval, weighted by epistemic type.
The default query hits all three retrieval modes simultaneously: dense vector for semantic, graph traversal for relationship-based context, and BM25 for keyword precision. Merged, re-ranked, returned with full provenance.
We use OpenCog Hyperon and AtomSpace as design reference, then implement metagraph semantics in production-grade tools we can actually operate: Graphiti on Neo4j with SurrealDB unifying vector + graph + full-text. PLN-inspired confidence propagation in our own reasoning layer.
In most agent frameworks the twelve layers are structurally isolated. Memory doesn't inform reward, strategy doesn't query constraints. In Redwood they all live as subgraphs in the same metagraph. The agent reasons across them without explicit plumbing.
An agent with "avoid asserting contested claims" can look up which topics have low epistemic confidence and adjust language, without the constraint module and the knowledge module being explicitly wired. They share the world model. The inference is structural.
Bicycles have their place. You don't race one on a highway.
| Multimodal embeddings | NLP enrichment | Edges-of-edges | Bi-temporal | Contradiction | Agent-native | Token economy | |
|---|---|---|---|---|---|---|---|
| WikiDesignCo | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Notion | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Obsidian | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Roam / Logseq | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Pinecone / Weaviate | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Microsoft Copilot + Graph | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Standard RAG stack | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
Queries burn credits. Verified enrichments mint them back. Subscribers get the best per-credit price, plus a stake in the graph their work helped build.
For researchers, writers, and knowledge workers who outgrew Obsidian.
Shared graph. Agent integrations. Workflow tracing. The full Giga Library experience.
For organizations running multi-agent operations across business lines.
Almost no one is building metagraph-based world models for production agentic systems right now. The tools exist. The theory is established. The accumulated episodic data is the real moat, and it compounds from the day you start writing.