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

llm-idle-timeout Fires at 2 Minutes on N100/WSL2 Despite timeoutSeconds Setting
A user reports that the idle watchdog in OpenClaw fires after 2 minutes on N100/WSL2 hardware, ignoring the timeoutSeconds=300 setting, due to slow gateway startup (45+ seconds) and no configurable noOutputTimeoutMs.

AGENTS.md Schema for LLM-Compiled Knowledge Bases with Learning Layer
AGENTS.md v1.0 provides a schema standard for Claude to build and maintain personal research wikis from raw sources, including a spaced repetition learning layer with automatic flashcard generation and knowledge gap tracking.

YouTube Transcript MCP Improves Claude Research Workflow
A YouTube transcript MCP allows Claude to pull full transcripts with timestamps from YouTube links, eliminating manual tab switching and copy-pasting. The user reports significantly better answers when Claude has actual transcripts versus user summaries.

Open-Source Benchmark Runner for Testing OpenClaw Agents on Real Workflows
A new open-source project lets you benchmark OpenClaw agents against your own private, real-world tasks defined in YAML, with support for importing actual agent workspaces.