July 15, 2026

AI on a leash, comments off it

Show HN: I built a smart proxy so your coding agent can run loose

A ‘smart leash’ for AI coders sparks trust issues, slop insults, and sandbox side-eye

TLDR: trollbridge is a new tool that lets an AI coding assistant work freely on a machine while blocking unfamiliar internet requests until a human approves them. Commenters immediately turned it into a trust drama, joking about an AI watchdog supervising another AI and dunking on the site’s allegedly AI-written copy.

A new Show HN project called trollbridge is pitching itself as the answer to a very real fear: what happens when you let an artificial intelligence coding helper loose on your computer? The tool acts like a checkpoint for anything the bot tries to send out to the internet, letting the human owner approve unknown destinations while the bot works freely on the machine itself. In plain English: your robot assistant can rummage around locally, but it has to ask before phoning home to unfamiliar places.

But the real action wasn’t the product page — it was the community instantly sharpening knives. One of the biggest jokes was brutally simple: if you need an AI "advisor" to decide whether another AI should be trusted online, what could possibly go wrong? That spawned the thread’s best eyebrow-raise, with one commenter basically asking whether the watchdog AI might start making its own calls. Oof.

Then came the style police. Another commenter went straight for the throat, accusing the site copy of sounding like AI-written slop and arguing that if the creator couldn’t write a human-sounding readme, the code itself becomes harder to trust. That’s not a bug report — that’s a character attack. And for extra spice, someone tossed in the classic startup-world reality check: isn’t this just like Docker sandboxes? Suddenly the launch wasn’t just about safety; it was about originality, credibility, and whether anyone wants an AI hall monitor supervising an AI intern.

Key Points

  • trollbridge is presented as an outbound HTTP/HTTPS proxy for coding agents that enforces allow/deny network policy before requests leave the machine.
  • The tool is designed to be paired with a sandbox because it does not restrict local file system access or process execution.
  • Requests that match policy are automatically handled, while unknown requests are held for operator review or optional LLM-assisted decisions.
  • The article says sticky approvals can be converted into policy and that all decisions are recorded in a JSONL audit log.
  • Installation and quickstart steps use a user-mode shell installer, start the proxy on 127.0.0.1:8080, and configure HTTP_PROXY and HTTPS_PROXY for the current shell.

Hottest takes

"doesn’t make calls of it’s own" — philipwhiuk
"reads like slop" — nzjrs
"very similar to Docker Sandboxes" — transreal
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.