agent-oversight How to Review AI-Generated Code That Ships Faster Than You Can Read AI agents write code faster than you can read it. Here's the four-checkpoint workflow — scope bounds, approval gates, diff review, test verification — that keeps you genuinely in control without killing the speed.
agent-oversight The Permission Layer Is 98% of Agent Engineering Only 1–2% of agent code is actual AI logic. The other 98% — permission systems, hook composition, sandboxing, context management, subagent delegation — is what determines whether your agent is safe to run in production.
tutorial Run Multiple Coding Agents in Parallel with Git Worktrees Parallel agents feel productive right up until one silently overwrites the other's work. Here's the isolation and oversight framework that stops it from happening.
agent-oversight How to Audit What Your AI Agent Actually Did After the Session Your AI agent finished the session. But did it stay on task? Here's the post-run audit to catch silent scope creep — before it compounds into something you can't easily reverse.
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.
remote-coding-agents Bridging Claude Code CLI and Desktop: Sync Settings, MCPs, Sessions You configured MCPs, skills, and settings in the CLI — then opened Desktop and found none of it. Here's the symlink strategy that bridges both clients without trial-and-error.
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.
remote-coding-agents Multi-Agent Monitoring in 2026: Agent Quest, baton-os, teamfuse Terminal logs don't scale past two agents. Three developers independently shipped monitoring tools in the same week — here's what each one solves, and what none of them solve yet.
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.
claude-code How to Get Claude Code Notifications on Your Phone Claude Code has no built-in notification system. Here's how to get alerted when your session needs attention — from DIY webhooks to real-time approval gates on your phone.
comparison The Best Apps to Control Coding Agents from Mobile (2026) Grass, Happy Coder, Claude Code Remote Control, Cursor Mobile, and AgentsRoom Mobile all let you control coding agents from your phone. Here's which one fits your setup.
claude-code How to Set Up Claude Code on Daytona How to create a Daytona workspace, install Claude Code inside it, and run a fully cloud-based agent — laptop closed, session persistent, optionally accessible from your phone.
tutorial How to Authenticate Claude Code and Codex on a Headless VPS How to SSH into a remote Linux server, install Claude Code, keep it running persistently with tmux, and optionally connect to the session from your phone without a terminal.
comparison Hetzner vs DigitalOcean for AI Coding Agents: Which VPS in 2026? How to provision a VPS, install Claude Code, add basic security hardening, and keep sessions running persistently with tmux. Covers DigitalOcean, Hetzner, and AWS EC2.
guide Keep Claude Code Running After SSH Disconnects (tmux Guide) Claude Code exits when you close your terminal because it receives SIGHUP. tmux is the fix — here's how to set it up, detach, and reconnect, with screen and nohup as alternatives.
tutorial How to Run Claude Code with tmux on a VPS A complete tmux workflow for Claude Code — named sessions per project, multiple parallel agents in separate windows or panes, detach and reattach, and session recovery.
developer-tools How to Access Your Dev Server from Your Phone Three options for accessing a running dev server from your phone — mobile SSH apps, Tailscale, and Grass for agent-specific workflows that don't need a terminal at all.
claude-code How to Use Tailscale with Claude Code for Remote Access How to set up Tailscale on a server running Claude Code so you can access the session securely from any network — without opening SSH ports or managing firewall rules.
developer-tools How to Connect to a Remote Dev Server Without SSH Four alternatives to SSH for accessing a remote dev server — from web-based terminals to VS Code tunnels to Daytona workspaces — and how Grass replaces SSH entirely for agent workflows.
guide Claude Code Permissions on a Remote VM: Auto Mode vs --dangerously-skip-permissions Three options for handling Claude Code's approval gates: disable them entirely with --dangerously-skip-permissions, auto-approve specific tools, or handle them remotely from your phone with Grass.
faq Is There a Mobile App for Claude Code? Claude Code has no official native mobile app, but three tools let you monitor, control, and approve agent actions from your phone today.
comparison Grass vs Cursor: Which Should You Use for Mobile Agent Access? Cursor's mobile agent and Grass both let you work with coding agents from your phone — but they solve different problems. Here's how to choose.