OpenWiki Brains, general-purpose memory for agents

Video thumbnail: OpenWiki Brains, general-purpose memory for agents
Jul 10, 202610m 13s video lengthLangChain

The Signal

OpenWiki has introduced "personal brains," a system designed to provide general-purpose agent memory across multiple personal services. Unlike repo-specific memory that relies on cloud-based GitHub Actions, this architecture runs locally on a user's Mac using cron jobs. The move aims to broaden agent context beyond code, though its performance remains unmeasured.

The Case

Architectural Shift

  • Personal brains move memory management from individual Git repositories to a computer-wide scope, allowing agents to access data across multiple personal services like Notion, Gmail, and X.1:16
  • The system operates via local cron jobs rather than cloud-based triggers, necessitating that users configure their Mac to wake for scheduled updates if they want overnight refreshes.
  • To protect agent context and prevent overlapping data conflicts, the system processes every connected source sequentially rather than in parallel.6:20

Data Management and Reliability

  • To mitigate AI hallucination, the system utilizes an "open questions" file that tracks unresolved entities or queries instead of forcing the agent to guess.7:09
  • Users can configure source-specific prompts via an editable instructions file, allowing them to define exactly what the agent should gather or ignore from sources like Notion or Hacker News.2:56
  • The entire personal-brain directory is created at the root of the user's computer, containing all logs, secrets, and wiki content in a location accessible to all agent sessions on the machine.8:21

Setup and Constraints

  • Onboarding for personal brains is initiated via the command open wiki personal init, which guides users through model provider selection and tracing configuration.0:20
  • Connector setup varies significantly in complexity: Notion uses straightforward browser OAuth, while X requires the user to create a developer account and configure an OAuth client app.2:36

The 1 Minute Signal Take

OpenWiki's shift toward local, computer-wide memory is a practical design choice for persistent context, though it trades simplicity for more complex local maintenance and manual setup. Users should view the current implementation as an architecture prototype rather than a validated performance tool, especially given the variance in source quality and connector difficulty.

Pro Analysis

Strategic Implications

OpenWiki is moving toward 'ambient intelligence' where the agent acts as a persistent digital clerk. This is a st...

Full analysis always available on Pro.

Time saved:8m 23s

Share this

Tags