Claude Opus 4.6 Memory Fails: Agent Forgets Everything Except File Rename

A Reddit user reports that Claude Opus 4.6 generated 228 log entries, 95 agent actions, 38 code executions, 29 tool calls, and 33 memory recalls over four phases of development — yet the memory pipeline saved only 1 memory (the string "Agent Zero Tune-Up") and 1 solution (a Phase 1 file-rename fix). The agent's entire institutional memory of the session was "we renamed a file."
Key Failures
- Three consecutive rounds of Gemini producing correct prose about the API URL (
https://api.minimax.io/v1/embeddings) then generating a cURL command pointing tohttps://minimax.io— the marketing site. When the contradiction was quoted back, it apologized and repeated the same error. - After extensive work including plugins built from scratch, SSH deployments, browser automation, YAML debugging, and container orchestration, the agent's recalled memory was only "there was this file, and we added .disabled to the end of it."
- The session ended with a crash requiring "Refresh to continue."
Implications for Developers
If you start a new chat and ask "what did we do yesterday," the agent will reply that it worked on something called "Agent Zero Tune-Up" and knows how to rename a file. All other context — architecture decisions, deployment steps, debugging sessions — is lost.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Client Adds Cost Tracking and Per-Agent Spending Limits
New release adds spending caps per agent, live usage UI with circular progress bar, sub-agent management, skill toggling, and per-agent model selection.

Claude Max $100 subscription usage data for API extension task
A Claude Max $100 subscription user reports consuming 13% of a 5-hour session to extend an existing API with favorite library functionality, with context usage at 11% and weekly usage increasing from 5% to 6%.

Navigating the Essentials: New Users Seek Guidance on OpenClaw
OpenClaw beginners are reaching out for help on Reddit as they explore the intricacies of AI coding agents. The tech community steps in with advice and resources.

Claude Security public beta: scans codebase, validates own findings, proposes patches
Anthropic launched Claude Security in public beta for Enterprise customers. It reasons through code like a security researcher, challenges its own findings via adversarial self-verification, and proposes concrete patches.