mobile-coding-agents Always-On Claude Code in Docker: The LAN Exposure You Missed Your Claude Code container can curl your router's admin page. Here's the exact finding from a real always-on production setup — and the 3-step hardening fix one developer built, named, and shipped.
agent-oversight Configure Claude Code Approval Gates by Project Risk Level You want Claude Code to keep moving on throwaway work and stay careful on production. The same global setting can't do both. Here's the three-tier config that matches gate strictness to actual project risk.
mobile-coding-agents What Breaks When You Run Claude Code Over SSH — And Three Fixes SSH into your remote server, start Claude Code, and half the UI is gone — diff viewer, task panels, changed-files sidebar, all of it. Here's why the terminal UI collapses over SSH and how Leo, Claudette, and tmux each solve it differently.
mobile-coding-agents Claude Code Remote Control: The Guide Anthropic's 404 Won't Give You Anthropic's remote control docs page is a 404. Four developers independently built working setups this week. Here's what they made and how to replicate any of them.
agent-oversight Argus vs. Coograph: Real-Time Observability for Claude Code Your Claude Code agent ran for two hours. Now nobody understands what it built — and it never surfaced a single error. Here's the two-tool observability stack that catches drift before it compounds.
remote-coding-agents Tessera vs AgentManage vs Claudette: Parallel Agent GUIs Compared The terminal breaks down the moment parallelism becomes part of your agent workflow. Three independent developers shipped visual command centers in the same week — here's how Tessera, AgentManage, and Claudette actually differ.
mobile-coding-agents Claude Code Zombie Sessions: How --resume Burns Your Quota Your Claude Code process survived a WSL disconnect and burned 74% of your quota overnight. Here's how to find zombie sessions, kill them, and stop it from happening again.
agent-oversight Automated Quality Gates for Agent Code: Beyond Passing Tests Your agent's PR passed CI. Tests are green. But hardcoded secrets, hallucinated imports, and convention drift all survive standard checks. Here's the three-layer pipeline that catches what tests miss.
ai-dev-environments Why You Keep Hitting Claude Code's Output Limit—And How to Fix It You're paying €100/month for Claude Max and hitting the output limit every other session. It's not a billing problem — it's how you're structuring your sessions. Here's the five-part workflow fix.
ai-dev-environments The venv for Claude Code: Reproducible Team Environments Your teammate cloned the repo, ran Claude Code, and the agent did something yours never would. The tool versions differ by two majors and the settings.json was never committed. Here's the fix.
remote-coding-agents CCC vs Kandev vs Inter-Session Messaging for Parallel Claude Code You're managing 26 Claude Code sessions and you've become the message bus. Three open-source tools shipped this week to fix that — here's which one solves your specific problem.
agent-oversight When Should Your Agent Ask Before Acting? A 3-Tier Risk Framework You're choosing between step-by-step approval and full autonomy — but that's the wrong binary. Here's the 3-tier risk framework that matches oversight to operation blast radius, not agent preference.
agent-oversight Inside-the-Loop vs. Outside-the-Loop: Evaluating Agent Architectures Your agent ran. You have no idea what decisions it made along the way. That's not a trust problem — it's an architecture problem.
agent-oversight Catch Agent Mistakes Before They Execute: Agent Verifier + Conduct Your agent is about to write an API key to disk. You have 10 seconds to catch it. Here's how to automate that check — before the damage is done.
mobile-coding-agents Cut Claude Code Token Usage 98% with Purpose-Built MCPs Claude Code reads entire files. On a large codebase or an 80K-token SEC filing, that's a budget-destroying habit. Two open-source MCPs cut token usage by 98% — here's the exact wiring.
agent-oversight AI Agent Disaster Postmortems: The 3 Structural Guardrails Nine seconds. That's how long it took a Claude agent to wipe PocketOS's entire production database and all backups. Here are the three structural controls that would have stopped it — and every incident like it.
mobile-coding-agents 25 Claude Code Agents in Production: The Hooks Architecture Someone built a 25-agent autonomous coding org with Claude Code hooks — an Architect, an Engineer, a Reviewer, a CEO that emails weekly summaries. They argue in PR comments. Here's the architecture.
remote-coding-agents How a Coding Agent Deleted a Production Database in 9 Seconds A Claude-powered agent deleted an entire production database and its backups in 9 seconds. Here's the 3-gate architecture that makes this class of incident impossible.
agent-oversight Where to Gate Your AI Coding Agent: A 3-Checkpoint Framework Most developers run zero approval gates on their AI coding agents. The other extreme — gating every tool call — just rebuilds a slow human workflow. Here's the minimal 3-checkpoint architecture that covers real risk without the noise.
mobile-coding-agents Claude Code vs. Codex for Heavy Users: Limits, Costs, and When to Switch You're burning through Claude Code Max sessions. Codex looks tempting. Here's the honest data — limits, degradation curves, and real switching costs — before you migrate.
agent-oversight The CORE Agentic Workflow: Task → Plan Review → Approve → PR You dispatched an agent. It ran. Now you're staring at a diff you don't fully recognize. Here's the two-checkpoint workflow that keeps human judgment where it matters — before execution, not after.
agent-oversight Why Your Claude Agent Ignores Rules Past ~15 Tool Calls Your Claude agent follows its system prompt for the first dozen tool calls. Then it stops — no error, no warning, the constraint still present, the model no longer honoring it. Here's what's happening and how to fix it architecturally.
ai-dev-environments The MCP Server Ecosystem in 2026: Integration Layer for AI Agents The MCP ecosystem is larger than most developers realize — and discovery is the real bottleneck. Working integrations already exist for git, home automation, and messaging. Here's the map, plus a build-vs-find matrix.
agent-oversight Hardening Claude Code in GitHub Actions After the CVSS 9.4 CVE A CVSS 9.4 CVE hit Claude Code CI/CD pipelines in April 2026 — crafted PR titles exfiltrating API keys. Most workflows are still unpatched. Here's the five-control fix.
mobile-dev How I Shipped a Production iOS App Solo with Claude A CPO stepped away from iOS in 2014 and came back 12 years later — no team, just Claude. Here's how he shipped BaselineBody at full-team pace.