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

wingrammer

no profile record

投稿

Show HN: Kybernis – Prevent AI agents from executing the same action twice

kybernis.io
6 ポイント·投稿者 wingrammer·4 か月前·3 コメント

コメント

wingrammer
·4 か月前·議論
That’s an interesting way to frame it.

What we kept running into is that even when the agent output itself is correct and admissible, distributed systems behavior can still produce duplicate mutations once execution starts — retries, worker restarts, async scheduling, etc.

So the layer we focus on is the execution boundary itself: once a tool call or API mutation is approved, ensuring that action commits exactly once.

Pre-execution validation definitely helps reduce bad decisions upstream. Our assumption is that even with good validation, the execution layer still needs deterministic guarantees because infrastructure failures are unavoidable.
wingrammer
·4 か月前·議論
Hey I'd love to talk to people using this amazing framework!
wingrammer
·4 か月前·議論
Hi HN – I'm the founder of Kybernis.

The core problem we’re exploring is that AI agents are non-deterministic systems operating inside deterministic infrastructure.

Traditional systems assume actions run once.

Agents retry steps, re-plan tasks, and execute asynchronously.

That combination makes duplicate execution surprisingly easy.

Kybernis focuses on the execution boundary where agents trigger real mutations (payments, infrastructure changes, APIs).

Curious if others deploying agents have run into similar reliability issues.