← All topic guides

Topic Guide

Agent Tooling on Your Own Machine

Every post in this hub is a wall someone hit running AI agent tooling on a real Windows dev machine, not a demo laptop. Claude Code will eat your C: drive with a 12.4 GB bundle you never asked for and can't find without knowing where to look. A dozen isolated Chrome profiles, each one the right call in isolation, will quietly hoard 48 GB until the machine freezes and forces a reboot. Windows will run your agent under a service identity that has never seen a desktop, and the tool that worked perfectly in your terminal will fail silently the moment something else launches it.

This is the cluster closest to the reader we're actually writing for: someone who has Claude Code open right now and just hit something that doesn't make sense. The posts below are grouped by what kind of wall it was. Some are pure hardware, disk space, junctions, temp directories that parallel agent sessions depend on more than you'd guess. Some are Windows being Windows: scheduled tasks, service accounts, session isolation, the kind of quirks that have nothing to do with AI and everything to do with the OS underneath it. Others are the tooling itself: session sprawl with no map, memory that doesn't survive a folder change, a browser that needs to be treated as infrastructure once you're running more than one agent at a time.

None of this is theoretical. Every fix below shipped because the alternative was a frozen machine, a silently failing service, or a session that forgot everything it knew the moment you closed the terminal.

33 posts in this guide, by DX

Start here

Moving Claude Code Off Your C: Drive: The 12.4 GB VM Bundle and the UWP Permission Wall

Claude Code ate my C: drive. Not a slow creep of logs and caches either. One file: a 12.4 GB claudevm.bundle sitting in AppData, the sandbox VM the desktop build spins up to run tools.

· 5 min read

The machine fills up: disk, temp, junctions

Windows wants to be a person, not a service

Running Claude Code at scale: sessions, memory, models

The browser is infrastructure, not a tab

Tooling gaps the platform exposes

Working with Claude Code day to day

Hitting one of these walls in your own codebase or your own machine? Talk it through with us, or read the rest of the Build Log.