← Reddit

What are you using as a „second brain” your AI assistant can read directly?

Reddit · cjgames · August 11, 2026
A user requested recommendations for a persistent knowledge base system that Claude could read directly without manual input for each conversation. The proposed system needed cloud storage, mobile access, and API/MCP connectivity, with consideration of Google Docs, Notion, or Todoist as platforms. The inquiry sought real-world experiences from users maintaining such systems, including their preferences for document organization and whether allowing the AI to write back created problems.

Detailed Analysis

A Reddit thread in r/ClaudeAI surfaces a problem that has become increasingly common as Claude usage matures beyond one-off chat sessions: the lack of persistent memory across conversations. The original poster describes using Claude for daily planning that feeds into Todoist, but laments having to re-explain their projects, workflows, and constraints in every new session. This is a structural limitation of how most LLM-based assistants work by default—each conversation starts from a blank context window unless the user manually supplies background information or the underlying product has built specific memory features. The poster is explicitly seeking a "second brain" architecture: a cloud-hosted, phone-accessible knowledge base that Claude can query directly via MCP (Model Context Protocol) or API, without requiring manual copy-pasting or a locally-running machine.

The question matters because it highlights a gap between the raw capabilities of frontier models like Claude and the practical infrastructure needed to make those capabilities useful for ongoing, real-world task management. Anthropic has shipped features like Projects (which allow persistent custom instructions and file uploads) and, more recently, expanded memory and connector capabilities, but many power users still find these insufficient for deep, evolving personal or professional context—especially when they want the assistant to both read and write back to a knowledge store autonomously. The specific mention of MCP is notable: Anthropic's Model Context Protocol, released as an open standard in late 2024, was designed precisely to let AI assistants connect to external tools and data sources in a standardized way, and its growing adoption is enabling exactly the kind of "bring your own second brain" setups this user is describing. The fact that everyday users are now casually referencing MCP as a taken-for-granted integration layer signals how quickly the protocol has moved from a developer-facing announcement to mainstream tooling in the Claude ecosystem.

The thread also reflects a broader tension in personal knowledge management: the tradeoff between lightweight, low-friction systems (a single Google Doc, task descriptions in Todoist) and more structured, feature-rich but higher-maintenance tools like Notion. This is not a new debate in productivity circles, but AI agents change its calculus—structured data may be easier for a database to query, but LLMs often parse loosely structured prose reasonably well, and the "cost" of maintaining a second brain shifts from human review to machine-readable design (e.g., whether to use one long document or many atomic notes, and whether to let the AI edit the knowledge base itself, which raises concerns about drift, hallucinated edits, or silent corruption of the source of truth).

More broadly, this kind of grassroots experimentation is emblematic of where consumer AI assistants are heading in 2025-2026: away from stateless chatbots and toward persistent, agentic systems with memory, tool use, and read/write access to external stores. Anthropic, OpenAI, and others are all racing to build native memory and connector ecosystems, but the fact that sophisticated users are still cobbling together their own solutions with Google Docs, MCP servers, and Todoist integrations suggests that no vendor has yet delivered a fully satisfying out-of-the-box answer. Threads like this function as informal user research, revealing unmet demand for durable, low-maintenance, cross-device context layers—likely a preview of features that will eventually be formalized into first-party products like Claude's memory and Projects offerings.

Read original article →