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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.