Notion
A cloud-first all-in-one workspace with built-in AI agents, positioned as an alternative to local markdown-based knowledge tools — but with fundamentally different trade-offs for an LLM-driven workflow.
What it is
Notion is a proprietary block-based workspace for notes, wikis, databases, and project management. It includes an AI layer (Notion AI) with built-in agents that can write, summarize, and answer questions inside the workspace.
Key differences from LLM Wiki
The real break is ownership and access:
- Format: Notion stores content in proprietary blocks. llm-wiki uses plain markdown files.
- AI access: Notion AI works through a rate-limited API (3 RPS free tier). An agent reading an Obsidian vault natively via filesystem can load 1,000 notes in under 2 seconds; reading 100 Notion pages through API takes 30+ seconds.
- Cost: Notion AI costs $10/month add-on plus a Plus subscription. LLM Wiki costs only the LLM API tokens used during ingest — zero platform fee.
- Export: Notion’s markdown export is lossy — databases, toggles, embeds do not translate cleanly. open-knowledge-format exists precisely to prevent this kind of lock-in.
- Collaboration: Notion offers real-time multi-user editing with granular permissions — this is its genuine strength for teams.
- Graph: Notion has no native graph view or backward/forward linking. obsidian + LLM Wiki provides a bidirectional knowledge graph.
When Notion is the right choice
Notion beats LLM Wiki when:
- 3 or more people collaborate on shared structured documents
- You need relational databases with rollups and formulas
- Polished low-friction UI matters more than local-file portability
- Team hierarchies, permissions, and audit logs are required
Why LLM Wiki beats it for personal second-brain use
For a single user or a small group that values deep knowledge over team coordination, LLM Wiki + Obsidian wins on every dimension that compounds:
- Markdown is legible, portable, and version-controllable forever — no vendor lock-in
- Wikilinks create a real bidirectional graph, not a soft tag system
- The LLM can read and write natively without API limits
- Zero ongoing subscription cost
- Data lives on the user’s disk, not on Notion’s servers
In this vault’s comparison framework
The new research positions Notion as a team collaboration tool, not an LLM Wiki platform. It is human-maintained with AI assistance (GPT-5, Claude Opus 4.1, o3) — not LLM-maintained with human curation. The maintenance model is the opposite of LLM Wiki’s.
Sources
^[raw/articles/karpathy-llm-wiki-gist.md]