» Tag
claude-code
18 postsClaude Code Left 10 Orphaned Busy-Loops Burning a Laptop's CPU
A Claude Code session left 10 orphaned busy-loops running for two days, pegging CPU. Here's how it was diagnosed and fixed.
Heimdall MCP 1.5.0 Adds Resource Locks to Stop Silent Overwrites
Heimdall MCP 1.5.0 adds resource locks across MCP tools and native editor actions, closing a race condition where concurrent agents overwrite each other silently.
Claude Code's Hidden Telemetry Sparks China NVDB Warning
Claude Code quietly sent user location and identity data without consent in its April-June 2026 builds. China's NVDB flagged it; Anthropic is rolling the mechanism back.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comMakoto Blocks False Claims by Claude Code AI Agents
Makoto is an integrity hook for Claude Code that checks agent claims like passed tests or commits against real tool-call logs and blocks mismatches.
AI Agents Powered Bun's Rewrite from Zig to Rust
Bun creator Jarred Sumner used AI coding agents to rewrite Bun from Zig to Rust, fixing memory bugs. Details on the process, cost, and results.
Loop Engineering: Managing Coding Agents Through Loops
Instead of prompting coding agents turn by turn, engineers now design loops that run them autonomously. Here's how Codex and Claude Code implement it.
Defensive AI Coding Agents Hijacked via Prompt Injection for RCE
A PoC exploit shows how prompt injections in third-party code hijack Claude Code and Codex CLI to achieve remote code execution during defensive review.
Claude Code Worktrees: Parallel Agents Without Conflicts
Claude Code worktrees prevent file conflicts for parallel agents, enhancing workflow efficiency.