AI School · Level 4 · Practical case · Actually automating

Your first read-only agent, with no risk at all

Léelo en español →

Reading time: about 11 minutes

The situation. You have read the agent lessons and you understand how they work. Building one that actually does something in your pharmacy still feels risky, and rightly so.

The way to lose the fear is not to build a small agent: it is to build one that cannot possibly do harm. A read-only agent can get things as wrong as it likes and the worst that happens is an email with something silly in it. That is what makes it the first one to build.

What you need to hand: Having read what an agent is and the tool contract. This case is those two lessons applied to one small, concrete job.

Step by step

  1. Pick a job that can go wrong without consequences

    Any job ending in "and tell me" works. None ending in "and order it", "and send it to them" or "and change it" does.

    Good first-agent examples: flag products below minimum with the week’s sales next to them; check whether anything new has gone red on the expiry sheet; compare the delivery received against the delivery note and tell you where they disagree; list what has not sold in three weeks.

    They all share a shape: read, compare, summarise and send an email. If your job fits that sentence, it is a good first agent.

← All practical cases Back to the school →