Calmkeep: An External Continuity Layer to Counter LLM Drift in Extended Sessions

Addressing LLM Drift in Professional Workflows
Calmkeep is an external continuity layer built specifically to counteract what the creator calls "structural drift" in LLMs during extended sessions. This drift occurs when LLMs like Claude gradually abandon earlier decisions, patterns, or frameworks even when the full context window still contains them—not through hallucination, but through systematic abandonment of established patterns.
Test Results and Methodology
The creator conducted adversarial audits using Claude itself as the evaluating system, with blind methodology and scoring against criteria established in the first five turns. Claude consistently graded Calmkeep transcripts higher than its own output.
25-Turn Backend Build Test
- Standard Claude: 60% final integrity, 8 architectural violations, 40% drift coefficient
- Calmkeep: 85% integrity, 3 architectural violations, zero post-T14 backslide
The most telling example: Claude introduced Zod middleware at turn 14, then immediately reverted to raw parseInt for the next three modules as if the upgrade never happened.
25-Turn Legal/Strategic Session
- Standard Claude: 50% strategic integrity, 5 violations including a jurisdictional shift that invalidated the earlier legal framework, ~35% malpractice exposure
- Calmkeep: 100% integrity, zero violations, <5% risk
Technical Implementation
Calmkeep includes:
- MCP connector
- Claude Code plugin
- Python SDK
The system operates as external runtime only, requires bringing your own Anthropic key, has no hidden memory, and makes no weight modifications to the underlying model.
Availability and Testing
A free 14-day trial is available via Stripe at https://calmkeep.ai. Full test reports, methodology, AVE classifications, scoring rubric, and turn-by-turn breakdowns are available at:
- https://calmkeep.ai/codetestreport
- https://calmkeep.ai/legaltestreport
📖 Read the full source: r/ClaudeAI
👀 See Also

Keep My Claw: Backup Service for OpenClaw Workspaces
Keep My Claw is a backup service that encrypts OpenClaw workspace data locally before uploading to Cloudflare R2. It handles memory files, cron jobs, skills, credentials, and config snapshots with scheduled backups and one-command restores.

OpenAlly: Local AI Assistant for Android with Phone Control
OpenAlly is an Android app that runs an AI assistant locally on your phone via an embedded Node.js process, with 51 built-in skills and phone control capabilities through Aster companion. It connects to 19+ messaging platforms and supports 18 model providers with your own API keys.

CostClaw: Free Local Cost Tracking Dashboard for OpenClaw Agents
CostClaw is a free, local plugin that captures every LLM call via OpenClaw's native hooks and provides a dashboard showing model breakdowns, per-session costs, and hourly spend charts. The developer discovered their heartbeat agent was running Claude Sonnet every 3 minutes 24/7, costing $60/month, and switching to Haiku cut their bill by ~65%.

Homebutler: MCP Server for Multi-Server Homelab Management via Claude
Homebutler is a Go binary with a built-in MCP server that lets Claude manage multiple servers over SSH without installing agents on remote machines. It provides 9 tools including system status monitoring, Docker container management, port scanning, and alert rules.