Skip to main content
Mythos

📝MemPalace and 📝MythOS solve adjacent problems with fundamentally different architectures. MemPalace is an AI memory backend — it makes agents remember. MythOS is a knowledge platform — it makes thinking visible, navigable, and shareable. The overlap is in how they each handle the relationship between humans, AI, and accumulated knowledge.

Present State: Where MythOS Leads

Human-readable knowledge as first-class output. MythOS memos are written for people to read. The Objective/Subjective/Contexts structure, the content topology, the 📝Mythos Style rules — these produce artifacts useful to humans independent of any AI. MemPalace drawers are verbatim conversation chunks optimized for vector retrieval. A human browsing ChromaDB sees fragments; a human browsing a MythOS library sees a navigable knowledge graph.

Identity-aware augmentation. MythOS's four-memo augmentation system (Soul, Style, Human, Memory) gives the AI layer a coherent identity that evolves with the creator. MemPalace's identity layer is a ~100 token plaintext file.

Knowledge topology and curation. MythOS has explicit content architecture — pillars, concepts, entities, stories, references — with templates, word counts, and link targets for each. MemPalace's organization (Wings/Rooms/Halls) is automatic but uncurated.

Social and collaborative layer. Communities, visibility controls, forking, newsletters. MythOS knowledge can be shared and built upon. MemPalace is single-user, local-only.

Multi-channel distribution. 📝MCP via npm, 📝Claude Code skill, OAuth 2.0, email ingestion, web UI, mobile. MemPalace has MCP + CLI.

Present State: Where MemPalace Leads

Verbatim conversation preservation. MythOS captures decisions and artifacts from conversations but not the reasoning and context that led to them. MemPalace keeps everything. However, MemPalace doesn't have ongoing conversations — it mines session logs after the fact. MythOS captures knowledge live during conversations via MCP, which is arguably higher-signal.

Temporal knowledge graph. MemPalace's valid_from/valid_to on every fact triple enables "what was true in January?" queries. MythOS has createdAt/updatedAt on memos but no temporal validity on claims within them.

Context cost transparency. MemPalace publishes exact token costs (~$0.70/year for wake-up). MythOS doesn't surface how much context the augmentation system consumes.

Future State

MythOS is incorporating the strongest ideas from MemPalace — 📝tag descriptions for smarter agent tag selection, context cost transparency, and temporal validity on relationships. See 📝MemPalace-Inspired MythOS Improvements for the phased roadmap. An earlier attempt to adopt MemPalace's tiered context loading pattern (splitting get_context into L1 + on-demand L2) was rolled back after testing — MythOS moved to protocol-driven discovery instead, where agents fetch templates and extended context only when the user's intent calls for them. The goal is not to replicate MemPalace's verbatim storage model but to close the specific gaps where MemPalace's engineering is genuinely ahead — while preserving MythOS's core advantage: knowledge that is visible, structured, sovereign, and human-readable.

Created with 💜 by One Inc | Copyright 2026