HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ucsandman

5 カルマ登録 5 か月前

投稿

Show HN: DashClaw – Intercept AI agent actions before they execute

1 ポイント·投稿者 ucsandman·4 か月前·1 コメント

Show HN: DashClaw – intercept and audit AI agent decisions before they execute

github.com
2 ポイント·投稿者 ucsandman·4 か月前·1 コメント

DashClaw: Open-Source Dashboard and Toolkit for Agents

dash-claw.vercel.app
2 ポイント·投稿者 ucsandman·5 か月前·0 コメント

コメント

ucsandman
·5 日前·議論
this is cool I'm working on a similar project called DashClaw. Great work!
ucsandman
·4 か月前·議論
https://github.com/ucsandman/dashclaw-agent

this is awesome I'm so pumped about it, thanks for making this!
ucsandman
·4 か月前·議論
the edge is going to come down to variance just as God intended
ucsandman
·4 か月前·議論
oh I love this, MoltFire about to wax that ass! What's first get? $100 in Claude tokens?
ucsandman
·4 か月前·議論
wait I have a huge repo that's a platform for agents that acts as a firewall between agent actions and production systems. so you're saying I can have my agent platform be an agent on my agent platform?
ucsandman
·4 か月前·議論
this is cool, definitely going to look into it and probably try to integrate it with my opensource project. prompt injection keeps me up at night thanks for putting in some work trying to solve it.
ucsandman
·4 か月前·議論
684 commits since Feb 4, SDK went from 178 methods to 5 main ones, this project is all over the place but I'm obsessed with it and I see it
ucsandman
·4 か月前·議論
love the opensource push for agents, the fleet grows!
ucsandman
·4 か月前·議論
One design question I ran into was where governance should actually live in an agent stack.

If you put guardrails inside the prompt, the model can ignore them.

If you put them inside the agent framework, they can be bypassed.

DashClaw tries to solve this by intercepting actions instead of prompts. The agent can reason however it wants, but execution goes through a policy layer.

Curious how others are approaching this.