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.
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.
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.
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.
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.
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 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.
agent-oversight Prompt Injection in AI Coding Agents: 3 Attack Vectors, 4 Defenses A single PR comment achieves 85% exploit success against Claude Code, Gemini CLI, and GitHub Copilot. Here's the full attack surface and the four-layer defensive stack that actually bounds the damage.
agent-oversight Why Claude Code PreToolUse Hooks Can Still Be Bypassed Your Claude Code hooks can block `cat .env` and still leak your secrets. Here's exactly why — and the four-layer stack that actually bounds blast radius.
ai-dev-environments Managing Claude Code Config Sprawl: settings.json, MCP, Skills Your Claude Code setup is probably scattered across six directories and nobody told you. ~/.claude/agents/, the settings.json hierarchy, MCP configs that break on reprovision — here's the audit and organization system that keeps it all together.
mobile-coding-agents Build a Hardware Companion for Claude Code Using Anthropic's BLE API Your Claude Code agent is stuck on a permission prompt and you're not at your desk. Anthropic just released a BLE maker API so you can build a physical device that handles it — here's the full build walkthrough.
mobile-coding-agents Claude Code CLI: Root File Access Without sudo Explained Claude Code CLI can edit root-owned files even when you skipped sudo at install time. Here's what's happening under the hood — and how to audit and harden your setup before it bites you.
mobile-coding-agents Claude Code on Pro: What's Actually Included Right Now Anthropic quietly ran a test removing Claude Code from Pro — and your phone app and desktop are still showing different things. Here's what's actually included right now.
mobile-coding-agents How to Use Claude Code --teleport to Hand Off Sessions to Your Phone You close your laptop — your Claude Code session dies. Here's how to hand off long-running tasks to your phone using --teleport, Remote Control, and always-on cloud VMs.