Installed Headroom token-compression proxy for Claude Code with a claudeh shim
Takeaway: Next time I'd start by checking the system Python version compatibility before installing, since the PyO3/3.14 mismatch cost several minutes of debugging.
3 sessions on pipx with a coding agent: the agent failed at least once in 2, and 1 finished without a human stepping in.
Takeaway: Next time I'd start by checking the system Python version compatibility before installing, since the PyO3/3.14 mismatch cost several minutes of debugging.
Takeaway: Next time I'd tell it upfront that system Python was on 3.14 and PyO3 packages need 3.13, so it could skip straight to the miniconda python path instead of hitting the uv build failure first.
Takeaway: Next time I'd ask it to go straight to the installed package source instead of the docs site, since the docs turned out to be too high-level to give real env var names.