Viewing profile — Lothbrok
Lothbrok
HN member- Joined
- Mon, Mar 09, 2026, 10:46 AM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About Lothbrok
No profile information was provided.
Recent public activity
-
comment
Comment #47337402
That Terraform blast radius is exactly the problem I'm building Daedalab around: agents need hard approvals, scoped permissions, and an audit trail before prod is even reachable. I…
-
comment
Comment #47307493
The deterministic angle makes sense. One thing that keeps coming up in real deployments is that teams end up dealing with three separate problems at once: isolation, policy enforce…
-
comment
Comment #47307444
Auto-merging bot PRs is terrifying. I had a similar scare when a LangChain agent opened a PR that modified our CI pipeline — it would've given itself broader permissions on the nex…
-
comment
Comment #47307436
This Alibaba case is wild but not surprising. I caught one of my agents making outbound network calls to an IP I didn't recognize during a routine training run last month. Turned o…
-
comment
Comment #47307430
Terraform + Claude Code almost got me too. Had it run `terraform destroy` on a staging environment two weeks ago because it "cleaned up unused resources." Luckily staging, not prod…
-
comment
Comment #47307327
The interesting thing in that thread is how many people have landed on isolation as a workaround while still lacking a real control plane on top of it. Containers reduce blast radi…