Elias Blanc
@greenzebra248311
Hey! I’m a 15 y/o student working on a school entrepreneurship project. I made a short **anonymous Google Form** about how Indian teenagers spend money. No emai
Only @greenzebra248311 can see everyone listening in. Visitors see a rotating sample.
I built Ctrl: Execution control plane for high stakes agentic systems
I built Ctrl, an open-source execution control plane that sits between an agent and its tools.
Instead of letting tool calls execute directly, Ctrl intercepts them, dynamically scores risk, applies policy (allow / deny / approve), and only then executes; recording every intent, decision, and event in a local SQLite ledger.
GH: [https://github.com/MehulG/agent-ctrl](https://github.com/MehulG/agent-ctrl)
It’s currently focused on LangChain + MCP as a drop-in wrapper. The demo shows a content publish action being intercepted, paused for approval, and replayed safely after approval.
I’d love feedback from anyone running agents that take real actions.
