Skip to main content
Spectral Memory is a REST API that gives language model agents persistent, exact-recall memory — encoded as frequency-modulated signals rather than plaintext. Instead of storing facts as readable text that compression destroys, Spectral Memory encodes each fact onto a dedicated carrier frequency and superimposes all 40 channels into a 512-token composite signal. The signal is injected into the agent’s system prompt as a [MEM]...[/MEM] block. When the agent needs a value, the fine-tuned Hermes3 reader model performs implicit frequency decomposition — no dictionary lookup, no semantic search, no vector similarity.

The one-line positioning

Honcho remembers what kind of person you are. Spectral Memory remembers your token budget is 1024.

What you can store

User facts

Name, GPU, OS, working directory, affiliation — anything that should persist across sessions.

Preferences

Response style, verbosity, code style, output format — exact values, not summaries.

Task state

Current task, next task, blockers, deadlines, priorities — survives compression intact.

Project metadata

Model target, token budget, last result, accuracy — precise numbers, not narratives.

How it compares

Spectral MemoryPlaintext (MEMORY.md)Narrative (Mem0)Vector (RetainDB)
Exact recall❌ degraded by compression❌ inferred⚠️ approximate
Compression-safe✅ via /flush
Prompt injection resistant
Private by construction
Infrastructure requiredAPI onlyNoneEmbedding modelVector DB

Base URL

https://api.spectralmemory.com

Quickstart

Encode your first fact in under 5 minutes.

Hermes Plugin

Install the agent plugin and wire up automatic memory injection.