OpenClaw Radar

Latest news, guides, and insights about AI agents and automation

Featured

Open Source Skill for Parallel AI Coding Agents with Human Gate
Tools

Open Source Skill for Parallel AI Coding Agents with Human Gate

A markdown skill definition for running parallel Claude Code agents in separate git worktrees, with integration branch validation, smoke tests, and a hard human gate before production merge.

OpenClawRadar
Macs for Local LLM and OpenClaw: Prompt Processing Bottleneck Makes Cloud Cheaper
News

Macs for Local LLM and OpenClaw: Prompt Processing Bottleneck Makes Cloud Cheaper

A developer shares that Macs are slow for prompt processing compared to Nvidia GPUs, making cloud models like Deepseek more cost-effective for AI agents unless privacy requires local inference.

OpenClawRadar
Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache
Tools

Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache

Greg Shevchenko benchmarks MCP compressors and retrieval layers on two axes: byte savings and cache friendliness. A 2-line fix (sort rg hits, sort map entries) boosts cache from ~0% to 100% with no byte-savings loss. Open-source harness included.

OpenClawRadar
Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server
Tools

Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server

JetBrains released the official Kotlin extension for VS Code in Alpha, backed by the Kotlin Language Server built on IntelliJ IDEA's code-insight infrastructure. Includes code completion, diagnostics, navigation, quick-fixes, formatting, and project import.

OpenClawRadar
AI Sandbox Manager: LXC-Based Sandbox for Codex with GPU Passthrough and Computer Use on Headless Linux
Tools

AI Sandbox Manager: LXC-Based Sandbox for Codex with GPU Passthrough and Computer Use on Headless Linux

ai-sandbox-manager is an open-source LXC-based sandbox for Codex agents on headless Linux. It provides GPU passthrough, full sudo access, persistent environments, and computer use via CUA, all while isolating the agent from the host OS.

OpenClawRadar
Claude Code Session Data Loss: Backup Script for Windows & Mac
Tools

Claude Code Session Data Loss: Backup Script for Windows & Mac

Users report silent session data loss in Claude Code. Here's a free, automated backup script for Windows and Mac using PowerShell and launchd.

OpenClawRadar
Ad

📰 Latest Articles

Graph Memory vs Markdown: Why Flat Files Become Prompt Debt at Scale
Tips

Graph Memory vs Markdown: Why Flat Files Become Prompt Debt at Scale

A developer shares how a markdown memory system for AI agents grew to 80+ files and 5 million characters, turning retrieval into guesswork. The fix: graph memory with nodes and edges, so the agent renders only the relevant context per task.

OpenClawRadar
Built a Daily YouTube → LinkedIn Pipeline with OpenClaw: Architecture, Gotchas, and Lessons Learned
Use Cases

Built a Daily YouTube → LinkedIn Pipeline with OpenClaw: Architecture, Gotchas, and Lessons Learned

A developer shares the architecture of an OpenClaw skill that scrapes 30 YouTube channels daily, analyzes transcripts via LLM, and writes to Google Sheets. Details key gotchas like Apify async vs sync, Codex idle-turn watchdog, and ARG_MAX limits.

OpenClawRadar
How to safely run llama.cpp native tools (exec_shell_command) with multi-sandboxing on Linux
Guides

How to safely run llama.cpp native tools (exec_shell_command) with multi-sandboxing on Linux

A practical guide to enabling llama.cpp native tools, especially exec_shell_command, and running them inside multiple sandboxes (Firejail + tiny Alpine VM) for safe web fetching and command execution via the llama-server web UI.

OpenClawRadar
Local Semantic Memory Search for OpenClaw Agents Using Harrier Embeddings
Tools

Local Semantic Memory Search for OpenClaw Agents Using Harrier Embeddings

Run a local embedding server with Microsoft's Harrier model, expose an Ollama-compatible API, and wire OpenClaw's memorySearch config for local semantic memory retrieval without external services.

OpenClawRadar
Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
Tools

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots

nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

OpenClawRadar
Task-observer: A Meta-Skill That Automates Skill Improvement for AI Coding Agents
Tools

Task-observer: A Meta-Skill That Automates Skill Improvement for AI Coding Agents

Task-observer is a meta-skill that self-improves all your AI agent's skills, including itself. It logged 600 skill improvements across 40 skills in 3 months and automates skill creation from work gaps.

OpenClawRadar
Sakana AI Launches RSI Lab: Recursive Self-Improvement with Foundation Models
News

Sakana AI Launches RSI Lab: Recursive Self-Improvement with Foundation Models

Sakana AI formally launches its Recursive Self-Improvement Lab, building on published research like LLM-Squared, Darwin Gödel Machine, and The AI Scientist to create autonomous, self-improving AI systems.

OpenClawRadar
Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening
Tools

Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening

Claude Code v2.1.166 introduces up to 3 fallback models, glob pattern support in deny rules, hardened cross-session messaging, and fixes for terminal flickering, orphaned processes, and more.

OpenClawRadar
NerfGuard: A Classifier That Routes Coding Requests to Cheaper Models, Cutting Spend 3x
Tools

NerfGuard: A Classifier That Routes Coding Requests to Cheaper Models, Cutting Spend 3x

NerfGuard uses a fast classifier to route coding agent requests to the least expensive model and reasoning depth needed, yielding 3x usage for the same spend. Includes token optimizations.

OpenClawRadar
Ad
Ad