AIToday

Adaptive Recall: persistent memory system for AI assistants launches free tier

Hacker News5h ago
Adaptive Recall: persistent memory system for AI assistants launches free tier

Key takeaway

Adaptive Recall is a memory system for AI assistants that automatically improves over time by running four search strategies in parallel and learning from your usage patterns. Unlike static memory systems, it ranks results using cognitive science scoring, builds knowledge graphs automatically, and monitors its own retrieval quality—getting better the more you use it. A free tier with 500 memories is available now via a simple API.

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  • What happened

    Adaptive Recall, a memory system for AI assistants, has launched with a free tier offering 500 memories. The system uses four parallel retrieval strategies (vector similarity, temporal recency, full-text keyword, and knowledge graph traversal), cognitive science scoring based on ACT-R research, and automatic knowledge graph construction to improve recall quality over time.

  • Why it matters

    AI assistants today lose context across conversations because they lack persistent, learning memory. Adaptive Recall addresses this by automatically improving which past interactions it surfaces based on usage patterns—the system trains ML models on your queries and validates changes against real history. For developers building assistants or agents, this means better continuity and relevance without manual tuning.

  • What to watch

    The free tier includes 500 memories with no credit card required. The system works over MCP (for Claude Code and CLI tools) or HTTP REST for any application, with eight core tools (store, recall, update, forget, graph, status, snapshot, feedback). The company, AI Apps API, has filed a patent on the technology.

Context & Analysis

Adaptive Recall addresses a fundamental gap in current AI assistants: the inability to maintain and improve persistent context across conversations. While standard memory systems store text with vector embeddings and retrieve by cosine similarity, they are static and do not learn. Adaptive Recall applies three layers of sophistication—cognitive science (ACT-R scoring from 30 years of research), parallel search strategies, and automatic knowledge graph construction—to make memory retrieval progressively better.

The system's self-improving architecture is central to its design. Rather than relying on a single retrieval method, it runs four strategies in parallel and learns which to weight for different query types. Memories themselves evolve: they gain or lose confidence based on corroborating evidence and fade when no longer accessed, mirroring how human memory works. The ML pipeline trains on actual usage, ensuring that improvements are grounded in real patterns rather than generic assumptions. This approach contrasts sharply with static memory systems that treat stored information as unchanging rows in a database.

For developers, the barrier to entry is low: a free tier with 500 memories requires no credit card, and the API surface is simple (eight core tools). The choice of MCP as a primary transport (alongside HTTP REST) signals alignment with Claude and modern agent frameworks. The company's pending patent suggests confidence in the technical novelty of the approach. As AI assistants become more complex and multi-turn, persistent, learning memory may become a standard layer rather than an afterthought.

FAQ

What's included in the free tier?
The free tier offers 500 memories with no credit card required. Users can access the full feature set via eight tools: store, recall, update, forget, graph, status, snapshot, and feedback.
How does it improve over time?
The system trains ML models on your usage patterns, validates every parameter change against real query history, and monitors its own retrieval quality. Memories gain or lose confidence based on corroborating evidence, and the system learns which of its four retrieval strategies (vector similarity, temporal recency, full-text keyword, and knowledge graph traversal) to prioritize for each type of query.
What integrations does it support?
Adaptive Recall works over MCP for Claude Code and other CLI tools, or plain HTTP REST for any application, with bearer token authentication and JSON input/output.

Discussion

No discussion yet for this article

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime

1 minute a day. The AI essentials.

200+ sources · Email / LINE / Slack

Get it free →