Vibe Coding
Pattern: The Agent Runtime Is Being Pulled Onto Customer Infrastructure, Piece by Piece
Three separate Anthropic changes now point the same direction: `claude self-hosted-runner --defer-shutdown-max-min` in Claude Code 2.1.238, memory stores mounting into self-hosted Managed Agents sandboxes, and the Aug 6 self-hosted environments beta where every connection is outbound HTTPS to api.anthropic.com and Anthropic never dials into your network. Inference stays with the model provider; execution, filesystem and now persistent memory move to your side of the wire. If you are designing an agent deployment today, assume the runtime boundary is yours to place and the inference boundary is not.
Source
↳ Follow the thread