Show HN: SafeRun – Replay debugging and inline prevention for AI agents

Background on why we built Replay first instead of validation: [ https://dev.to/saferunai/why-we-built-replay-before-everythi... ]

Working SDK in Python and TypeScript. Sub-50ms p95 on the check-action API. Currently onboarding the first design partners.

Happy to answer questions in the comments.

1 分 | 作者 Tidianez 13小时前

1 条评论

  • binyang_qiu 10小时前
    It makes sense to do replay before prevention. For an agent, the challenge is often not recognizing that a bad action occurred, but reconstructing the complete decision context that led to it. I'm wondering how you handle replay if the retrieved context or external state has changed since the original run.