Back to work
Live demo
The agent loop behind Finn — run it yourself.
A small, anonymized version of the agentic pattern behind Finn. Give it an access request; it looks the employee up, checks access policy on its own, then stops and asks you to approve the one action that writes to a system of record — and when policy says no, it refuses outright. Tools and data are synthetic — the design is the point.
What you'll see
- 1Agent looks up the employee
- 2Checks access policy on its own
- 3Pauses for approval before it writes
- 4Refuses when policy says no
The agent pattern behind Finn — reads run automatically, the write pauses for a human.
Read the Finn case studyLive · Claude Haiku 4.5 tool-use loop
Pick a request and run the agent. It looks up the employee and checks access policy automatically, then pauses for the data owner's approval before granting anything — and refuses outright when policy says no.