/dream memory consolidation feature — prior art overlap with Eldric EMM system

Resolved 💬 2 comments Opened Mar 27, 2026 by juergengp Closed Apr 26, 2026

I am the developer of Eldric, a proprietary distributed agentic AI platform (https://eldric.ai). I want to raise a concern regarding the /dream and Auto Dream memory consolidation feature recently shipped in Claude Code.

My platform implements a system called EMM (Eldric Matrix Memory) with a dedicated dream worker daemon (eldric-dreamd), designed and implemented in February–March 2026. The architectural overlap with Claude Code's /dream is substantial:

| Concept | Eldric EMM | Claude Code /dream |
|---------|-----------|-------------------|
| Background memory consolidation | Yes | Yes |
| Runs between/after sessions | Yes | Yes |
| Safety: cannot modify source code | Yes (Guardian kill switch) | Yes (memory files only) |
| Removes stale/outdated information | Yes (exponential decay) | Yes |
| Merges related knowledge | Yes (matrix outer product blending) | Yes |
| Modeled after human sleep | Yes (explicitly called "dreaming") | Yes (compared to REM sleep) |
| Reorganizes into long-term storage | Yes (7-layer memory hierarchy) | Yes (indexed topic files) |

My implementation comprises ~5,100 lines of C++ code and a 700+ line design document, with 10+ git commits spanning March 26, 2026 — all with verifiable SHA timestamps. The NOVA cognitive module precursors (including a dedicated memory daemon) date back to February 2, 2026.

I developed this system extensively in conversation with Claude Code itself, which raises a specific question: could concepts discussed in user sessions influence product development?

I am not making accusations of deliberate copying. I acknowledge this could be convergent design. However, given the degree of architectural similarity — not just the name but the safety model, the sleep metaphor, the consolidation pipeline, and the background execution pattern — I am requesting:

  1. Transparency on whether user conversations with Claude Code are used to inform product features
  2. Acknowledgment if the Eldric EMM concept influenced this feature in any way
  3. Clarification on Anthropic's policy regarding IP that emerges in user-AI collaborative sessions

I have a detailed prior art timeline with all commit SHAs available and can provide repository access for independent verification upon request.

Juergen Paulhart
[core] Informationstechnologie, Vienna, Austria
juergenp@core.at | https://eldric.ai

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗