Skip to content

4.7 — Observability (traces)

🟢 In plain words — observability is the agent’s black box: a log that records each thought, each tool used and each cost, so you can replay afterward what happened.

When an AI acts on its own while you sleep, you need to know exactly what it did. Engineers use observability tools (e.g., Langfuse, LangSmith) — your agents’ black boxes:

  • They record traces: each thought of the AI, each tool used, the duration, and especially the exact cost in tokens (the AI’s “currency”).
  • If the agent went wrong, you open its trace the next day, read its reasoning step by step, understand why it decided badly, and fix its instructions.

💡 Beyond diagnosis: traces also help control costs (spotting the agent that consumes too much) and prove compliance (who did what, when) — a key topic of Level 5.

🖥️ Good no-code news: Make and n8n keep an execution history natively (each run, each step, the errors); Airtable keeps the revision history of each cell. So you already have a first layer of traces, without installing anything.

In short

  • Traces record the reasoning, tools, duration and cost in tokens.
  • They serve to diagnose errors, control costs and prove compliance.
  • In no-code, the execution history (Make/n8n) and revision history (Airtable) is already a first layer.
How would you rate this lesson?
📝 My note

A training byBaxIA