{
  "uid": "cogitave.learn.core-model-fundamentals.summary",
  "kind": "moduleUnit",
  "href": "/modules/core-model-fundamentals/summary/",
  "title": "Summary",
  "summary": "",
  "type": null,
  "products": [],
  "roles": [],
  "levels": [],
  "subjects": [],
  "headings": [
    "Next steps"
  ],
  "source": "You now have the two ideas the rest of this path builds on.\n\nIn this module, you:\n\n- Named the **one-model thesis**: a single typed property graph that docs, the\n  internal developer portal, governance, infra, and agents all project from -\n  not separate stores that happen to agree today. Cogitave's Core is the worked\n  instance.\n- Learned the graph's shape - Cogitave's Core has **18 node types** and a\n  **closed set of 11 edge types** - and its two orthogonal identifiers:\n  **`uid`** for immutable identity and **`contentHash`** for content-addressed\n  version, plus the three materializations (catalog, graph store, search index)\n  served from it.\n- Read Cogitave's ADR-0001 and can say why a labeled property graph won over\n  relational, RDF, and federated alternatives - and why that choice is authored\n  against an ISO standard (GQL) as a spec, while the serving engine itself is\n  full-scratch.\n- Saw one physical substrate: a single Rust binary co-locating BM25, HNSW, and\n  the graph behind a native MCP server, decoupled from the TypeScript build side\n  by a single content-hash contract.\n\n## Next steps\n\nThis module is the foundation for the rest of the path.\n\n- @cogitave.learn.query-the-estate-with-cogitave-query - the next module, on\n  how to query the estate with Cogitave Query, followed later by the native\n  MCP interface and how individual products project their state into Core.\n- The **Cogitave Core Architecture** doc is the full spec, in the estate's\n  core repository, now that you have the vocabulary for it.\n- The **Cogitave Core — Substrate** doc covers the physical serving path, if\n  you want the latency and caching detail in full.\n- Cogitave's **ADR-0001** is the decision record itself, including the options\n  this module only summarized.\n",
  "partOf": "cogitave.learn.core-model-fundamentals",
  "durationInMinutes": 3,
  "quiz": null
}