OpenClaw Radar
Latest news, guides, and insights about AI agents and automation
⭐ Featured

Engram: A Learning Plugin for OpenClaw That Actually Makes Knowledge Stick
Engram is an OpenClaw plugin that uses neuroscience-based techniques like pre-testing, blind grading, and FSRS-4.5 scheduling to ensure you retain what you learn, even as AI agents accelerate your shipping.

Claude Code v2.1.215: /verify and /code-review No Longer Automatic
Claude Code v2.1.215 stops auto-running /verify and /code-review skills. You must invoke them explicitly with /verify or /code-review when needed.

UIUC AI Teaching Assistant Runs 11 Models in Parallel for Sub-2s Responses
UIUC's AI TA chatbot runs 11 models in parallel for text/image retrieval, generation, moderation and ranking, achieving median 2-second response time. Open source with Pinecone RAG and RLHF dataset.

Kaiser Nurses Say AI Surveillance Degrades Patient Care Ahead of Contract Talks
Kaiser nurses report AI tools track call length, predict productivity, and rate empathy, pressuring them to rush calls. One suicidal-patient call exceeding 15 minutes triggered management criticism.

Claude Code v2.1.214 Released: OTel Tracing, Permission Fixes, EndConversation Tool, and Docker Protection
Anthropic shipped Claude Code v2.1.214 with critical permission fixes for Bash and PowerShell, new OpenTelemetry attributes, Docker command prompts, and the EndConversation tool for abusive users.

AI Auditor zkao Finds Critical Soundness Bug in OpenVM's zkVM Guest Library
ZK/SEC's AI auditor zkao found a critical soundness bug in OpenVM's pairing library allowing a malicious prover to forge pairing equalities, fixed in OpenVM 1.6.0 (CVE-2026-46669).
📰 Latest Articles

EU Forces Google to Share Search Data, Open Android to Third-Party AI
New DMA specification measures require Google to share search data with competitors and open Android to third-party AI assistants with full system integration by mid-2027.

The State of Open Source AI: Parity Reached, Production Gap Remains
Mozilla's 2026 report finds open-weight models at parity with closed on coding and general knowledge, with 50x inference cost drop to $0.40/M tokens. But only 51% of open-model teams reach production vs 63% for closed.

Claude Code AFK Auto-Continue: Anatomy of a Misfeature
In July 2026, Anthropic shipped an easter egg in Claude Code v2.1.198: a 60-second AFK timer that auto-continues if you miss the input window. No changelog entry. Reversed in v2.1.200.

VulnHunter: Capital One's Agentic AI Code Security Tool Now Open Source
Capital One open-sourced VulnHunter, an agentic AI tool that simulates attacker entry points, falsifies findings to cut false positives, and generates targeted code fixes.

OpenClaw as a Paralegal: Divorce Case Setup with Discord, Obsidian, and GPT Access
A foreigner in Japan uses OpenClaw on a Mac mini to manage divorce evidence, translations, deadlines, and a parenting journal with GPS cross-referencing.

Claude Code v2.1.212: /fork Becomes Background Session Copy + Runaway Loop Guards
Claude Code v2.1.212 changes /fork to copy your conversation into a new background session, adds per-session limits on WebSearch and subagent spawns (default 200), and auto-backgrounds MCP calls after 2 minutes.

OpenClaw + Birdweather: Pull Bird Data to Generate Pokémon-Style Cards
A developer uses OpenClaw to pull bird visitor data from a Birdweather device API every hour and generates Garbage Pail Kid/Pokémon-style cards for each species. A fun project connecting kids with nature.

How one developer used OpenClaw + Claude to land a dream job in a month
A data scientist out of work for a year set up OpenClaw on a Mac mini with Claude API to search for jobs twice a week. Within a month, it found a perfect-fit position one day after posting, tailored resumes, and got an offer.

Check for Unused Codex Reset Credits Across Multiple ChatGPT Accounts via OpenClaw
One user found rate-limit reset credits expiring on a second OAuth account. Agent scanned both, found 6 total unused. Redeemed one to clear cooldown in under a minute. Pitfalls include undocumented endpoint and skill discovery issues.

Pre-Configured OpenClaw Agents: Setup Business vs. Platform Threat
A practitioner report after 10+ clients reveals pre-configured OpenClaw agent business is about install-plus-ongoing-management, not selling digital employees. Setup is a one-time fee; the platform will eventually eat it.

Config Rollback Watchdog Gateway: Combine Health Checks with Automatic Rollback
A Reddit user proposes a watchdog that restarts the OpenClaw gateway on port failure, combined with automatic config rollback after 5 failed starts to prevent configuration-induced boot loops.

Claude Code v2.1.211: Subagent Text Forwarding, Permission Fixes, and Vim Mode Changes
Claude Code v2.1.211 adds --forward-subagent-text flag, fixes permission preview spoofing, improves subagent model overrides, and updates Vim s/S to work in NORMAL mode.

ReRouted: macOS Menu Bar App to Auto-Fallback Across Claude, Codex, Grok, and More
ReRouted is a lightweight macOS menu bar app that acts as a local gateway. Point your AI tools to one endpoint; it routes and auto-fallbacks across your accounts when providers hit limits.
OpenClaw Mock API for Building Tools/Integrations Against the Gateway
An open source mock of the OpenClaw gateway WebSocket API using Imposter. Supports chat.send/history, session create/list, agent list, model list. Extend with YAML and JSON.