[ memanto / blog ]

Field notes from a memory agent in production.

Engineering deep dives and tutorials on building, scaling, and shipping AI agents that remember. Written by the team behind Memanto.

8posts6deep dives2tutorials~9avg min read
ALL POSTS · NEWEST FIRST8 results
Memanto On-Prem: Your Agents' Memory, Entirely on Your Own Hardware
EngineeringJun 12· 8 min read

Memanto On-Prem: Your Agents' Memory, Entirely on Your Own Hardware

Memanto now runs fully on your own infrastructure — powered by a local Moorcheh on-prem server in Docker. No API key, no data leaving your environment, and zero per-request cost with local Ollama models.

Hetkumar PatelSoftware Developer
PREVIEWON-PREM · 8-min deep dive · published Jun 12
Adding Persistent Memory to CrewAI with Memanto
TutorialsMay 25· 6 min read

Adding Persistent Memory to CrewAI with Memanto

CrewAI agents forget everything the moment your script finishes. The new crewai-memanto package gives your crew shared, long-term memory that survives across sessions, scripts, and tools — through native remember, recall, and answer tools.

Rasa RahnemaSoftware Developer
PREVIEWCREWAI · 6-min deep dive · published May 25
Recall, Recency, and Relevance: How Memanto Finds Only the Exact Memory Your Agent Needs
EngineeringMay 22· 10 min read

Recall, Recency, and Relevance: How Memanto Finds Only the Exact Memory Your Agent Needs

Instead of dumping everything into an agent’s context, Memanto retrieves the single, most useful memory for the current task using typed recall, temporal queries, and differential retrieval.

Hetkumar PatelSoftware Developer
PREVIEWRECALL · 10-min deep dive · published May 22
How Memanto Detects and Resolves Contradictory Memories
EngineeringMay 12· 9 min read

How Memanto Detects and Resolves Contradictory Memories

AI agents accumulate knowledge over time. That knowledge will eventually contradict itself. Memanto detects when new information conflicts with existing knowledge, surfaces the conflict, and provides structured tools to resolve it explicitly.

Hetkumar PatelSoftware Developer
PREVIEWCONFLICT RESOLUTION · 9-min deep dive · published May 12
What Memanto Actually Stores: All 13 Memory Types Explained
EngineeringMay 4· 9 min read

What Memanto Actually Stores: All 13 Memory Types Explained

Not all context is the same. Memanto organizes every memory into one of 13 semantic types, each captured, retrieved, and surfaced differently. Here is what each type stores, why it exists, and when to use it.

Hetkumar PatelSoftware Developer
PREVIEWMEMORY · 9-min deep dive · published May 4
One Memory Agent, Every Tool: Connect Memanto Across Your Entire Dev Stack
TutorialsMay 4· 10 min read

One Memory Agent, Every Tool: Connect Memanto Across Your Entire Dev Stack

Your AI coding assistants forget everything between sessions. Here's how to wire Memanto into Claude Code, Cursor, Windsurf, and Cline simultaneously, so every tool knows your preferences, past decisions, and recurring errors.

Hetkumar PatelSoftware Developer
PREVIEWTUTORIAL · 10-min deep dive · published May 4
Why We Don't Use HNSW For Agent Memory Search
EngineeringApr 22· 8 min read

Why We Don't Use HNSW For Agent Memory Search

Standard vector databases lean on knowledge graphs and parallel pipelines to compensate for HNSW's approximate search. Information-Theoretic Scoring removes the need for both, and matches hybrid systems on every public benchmark.

Rasa RahnemaSoftware Developer
PREVIEWARCHITECTURE · 8-min deep dive · published Apr 22
Stop Overengineering Agentic Memory: How Basic RAG Outperforms the Leading Memory Frameworks
EngineeringMar 26· 8 min read

Stop Overengineering Agentic Memory: How Basic RAG Outperforms the Leading Memory Frameworks

Why complex graph-based memory architectures may be overkill, and how a highly-optimized RAG pipeline hits 89.8% on LongMemEval and 87.1% on LoCoMo with vector-only retrieval, no graph database, no multi-query orchestration.

Rasa RahnemaSoftware Developer
PREVIEWBENCHMARK · 8-min deep dive · published Mar 26