Prism MCP v5.1 adds 10x memory compression and agent learning from corrections

Prism MCP v5.1 Release
Prism MCP v5.1 is a significant update to the persistent memory system for AI coding agents, featuring major improvements in memory efficiency and agent learning capabilities.
Key Features
- 10x memory compression: The team ported Google's TurboQuant to pure TypeScript, allowing agents to store millions of memories on a laptop instead of hundreds of thousands. No vector database is needed.
- Agent learns from mistakes: When you correct your agent, Prism remembers. Important corrections automatically surface as warnings in future sessions, making your agent smarter with each use.
- Visual knowledge graph: See your agent's memory as an interactive neural map. Click any node to rename or delete it, providing visibility into what your agent actually remembers.
- Deep Storage cleanup: One command reclaims 90% of storage space from old memories. The feature is safe by default with preview before deletion.
Technical Details
The tool is built with pure TypeScript, uses local SQLite, and has zero cloud dependencies. It works with Claude, Cursor, Windsurf, Gemini, and any MCP client. The project is MIT licensed and includes 303 tests.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local 35B MoE Model Drops Agent OS Code Failure Rate to 0%
A developer reports that switching a multi-agent system's runtime to Qwen 3.6 35B A3B (MoE, 3B active params) eliminated code failures, achieving 100% success rate through a 5-layer validation gate.

AutoProber: AI-driven flying probe automation for hardware hacking
AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.

Claude Code CLI Toolkit: Four Tools for Code Review, Project Briefs, Auto-Journaling Git Hooks
A developer has released four CLI tools built around Claude Code's print mode that handle code reviews, project brief generation, auto-journaling git hooks, and Claude session status. The tools use existing Claude Code authentication and are available as open source.
Give Your OpenClaw Agent a Phone: Open Source Plugin for Voice Calls
A developer open-sourced a plugin that lets OpenClaw make phone calls. Unlike $20/mo SaaS alternatives, this is free and self-hosted.