AIAny
AI Agent2026
Icon for item

Claude Subconscious

Runs a background Letta agent that watches Claude Code sessions, reads the repo, preserves persistent memory, and injects whispered guidance before prompts — a plugin that adds cross-session context and optional tool access to Claude Code.

Introduction

Most LLM-based coding sessions lose long-term context between runs; this plugin treats that gap as an opportunity. Claude Subconscious runs a separate Letta agent that passively observes Claude Code transcripts, builds persistent memory about your project and preferences, and injects concise reminders or memory diffs into subsequent prompts so Claude Code feels like it remembers what you did last time.

What Sets It Apart
  • Persistent, file-aware memory: unlike ephemeral chat sessions, the Subconscious links transcripts to repository scans (read/grep/glob) so guidance is grounded in actual code changes and TODOs — this makes follow-ups and cross-session continuity practical.
  • Whisper-first integration: by default it injects lightweight messages (whispers) instead of full context dumps, reducing prompt bloat while still surfacing high-value signals (recent patterns, open items, preferences). You can opt into a fuller mode that supplies memory blocks on first prompt.
  • Controlled tool access and modes: the agent can run with read-only access for safe observation, or with broader SDK tools for richer assistance; configuration is explicit, so teams control what the background agent can see and do.
Who It's For & Trade-offs

Great fit if you want your Claude Code sessions to maintain continuity across days and repos, or if you want an agent that notices recurring debugging patterns and surfaces them without manual bookkeeping. It works best in code-heavy workflows where repository context materially changes what the assistant should know. Look elsewhere if you need a fully open-source end-to-end coding assistant (Letta recommends Letta Code for that), or if your team cannot accept a background agent reading session transcripts and repository files — privacy, compliance, and explicit permissioning are real trade-offs. Also note Claude Code is a closed‑box assistant; this plugin augments it indirectly rather than changing its internal model.

Where It Fits

Think of Claude Subconscious as a memory-and-context layer that sits beside Claude Code: not a replacement for an LLM, but a persistent observer that reduces repeated context-loading for iterative coding tasks. For teams wanting agent-driven automation (auto-fixes, PRs, autonomous edits) a fuller Letta setup or a different agent with write privileges may be a better match.

Information

  • Websitegithub.com
  • AuthorsLetta (letta-ai)
  • Published date2026/01/14

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).