← Back to Nudgeable

A hands-on look at agent safety

AI Bank Agent Harness Lab

AI agents are starting to do real things — book flights, send emails, move money. This lab is a small, honest demonstration of the difference between an agent that's merely told to be careful, and one that's actually stopped from being careless.

What's an agent harness?

In one sentence: it's the code that runs outside an AI model's instructions, deciding what the model is actually allowed to do. Not a stricter prompt — a separate layer the model can't see, argue with, or forget.

Why this is showing up everywhere right now

Every major AI lab is shipping agents that use real tools — browsers, code, calendars, payments. The open question isn't whether these agents make mistakes; small models especially do, constantly. It's whether anything outside the model actually catches those mistakes before they become real. That's what a harness is for, and it's the design problem behind most of today's agent-safety work.

What you'll do in this lab

1 Break itSend money through a bank agent with no harness. Watch it fire blind.
2 Fix itSend the exact same requests through a harness. Watch them get checked.
3 See whyA step-by-step walkthrough of the code. No engineering background required.
Takes about 3 minutes · nothing here is real money