The homelab writeup reads like a hobby project, but buried in it is a governance pattern enterprise AI teams are still arguing about: how much autonomy do you hand a coding agent, and where’s the hard stop?

The design scales from this homelab to a regulated enterprise unchanged: give the agent an identity, scope its permissions, and keep every irreversible action behind human review. The HN discussion runs the usual “why not just run it locally” debate, but the access-control model is the part worth copying. If an agent has its own SSH keys and its own git user, isn’t it time we threat-modeled agents the way we threat-model service accounts?