I proved my AI agent can't skip the approval step (196 states, zero bypasses)(joshtuddenham.dev)
joshtuddenham.dev
I proved my AI agent can't skip the approval step (196 states, zero bypasses)
https://joshtuddenham.dev/blog/agent-safety/
1 comments
I've been exploring Petri nets as a formalism for AI agent safety, specifically, proving properties like termination and human-gate enforcement exhaustively across every reachable state, rather than testing them on sample inputs. This post benchmarks the approach against n8n and ReAct on the same agent. Tomorrow I'm open-sourcing the engine as a declarative rules DSL.