What's on the desk. Nothing exotic. Everything considered. Updated when something earns its slot.
machineWindows Server 2025 Datacenter
shellbash + PowerShell
editorClaude Code
local agentMasterAgent — FastAPI on :8420
image genFLUX.1, local single-GPU
video genWan 2.2 I2V, local
this siteHand-written HTML/CSS/JS, no build
hostingNamecheap shared, cPanel
Why these.
The machine is a Windows Server box because the GPU work (image and video generation) wants Windows drivers and a stable host that doesn’t reboot for updates without consent. Bash via Git for Windows handles the Unix-y day-to-day; PowerShell handles anything that talks to Windows itself.
MasterAgent is the local control surface — a FastAPI service on :8420 that exposes process / service / firewall / DNS / image-gen tools through MCP. Most automation routes through it instead of ad-hoc PowerShell, which keeps things audit-logged and reusable.
FLUX.1 runs locally on a single GPU through a queue worker; tokeney sits in the corner of the screen as a token-cost HUD. Every project listed in the inventory was written on this stack.