Skip to content

Show HN: Prompt-injection‑resistant agent runtime that writes web apps

github.com/gterzian
1 pointpolyglotfactodiscuss
On HN

I built a PoC of an agent runtime designed to reduce prompt‑injection blast radius.

Instead of doing tasks directly, the agent writes a web app to do the work. The app can run sub‑inference (model calls without tool access). So injected prompts can still distort outputs, but the worst case is a weird UI result, not a tool‑level side effect.

Today it’s a VS Code extension you launch in debug mode (README has instructions). The design is modular enough to support other runtimes.

It uses a CRDT (Automerge) to coordinate state between the web process and the main agent loop.

Would appreciate feedback on the architecture, threat model, and next steps.

Comments

No comments yet.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.