Browser-native real-time coherence control system for Claude with SDE bands and Kalman filtering

A developer has released a real-time coherence control system that runs entirely as a Claude artifact in the browser. The system treats conversation as a stochastic process and applies control theory in real time to maintain coherence across long sessions without needing a backend.
Key features
- Live Monte Carlo SDE paths with tunable uncertainty bands on the coherence chart
- Dual Kalman filtering with second pass on post-audit score and quiet-fail detection
- GARCH variance tracking
- Behavioral and hallucination signal detection including sycophancy, hype, topic hijack, confidence language, and source inconsistency
- Zero-Drift Lock toward a resonance anchor with visual status
- Configurable harness modes and industry presets: Technical, Medical/Legal, Creative, Research
- Mute mode and Drift Gate for controlled responses on planning prompts or high-variance turns
- Full export suite including clean chat, research CSV with health metrics, SDE path data, and session resume protocol
The system injects real-time control directives back into the prompt to maintain coherence. The developer has posted the full codebase on GitHub and is seeking peer-to-peer review and testing, specifically requesting feedback on the math, signal detection, stability, edge cases, or potential improvements.
📖 Read the full source: r/ClaudeAI
👀 See Also

AgentCrawl Update Adds Critical Crawler Features and Enhancements
AgentCrawl's latest update introduces features like robots.txt compliance, disk caching, resumable crawls, and structured metadata extraction, turning it into a more robust and production-ready tool.

Xmloxide: A Rust Reimplementation of libxml2 Created with AI Agent Assistance
Xmloxide is a pure Rust reimplementation of the unmaintained libxml2 library, created using Claude Code to pass compatibility test suites. It provides memory-safe XML/HTML parsing with a C API for drop-in replacement.

GrapeRoot: Open-source tool reduces Claude Code token usage by 40-80%
GrapeRoot is a free, open-source local MCP server that sits between your codebase and Claude Code, reducing token usage by 40-80% by tracking what the model has already seen and sending only relevant code changes.

TEMM1E v3.0.0 Introduces Swarm Intelligence for AI Agent Coordination
TEMM1E v3.0.0 adds 'Many Tems' swarm intelligence that coordinates AI agent workers through stigmergy signals instead of LLM calls, achieving 5.86x faster performance and 3.4x lower cost on complex tasks with zero coordination tokens.