Skip to content

3.12 β€” Through-line workshop: "It acts on its own" πŸ”₯

Goal: turn the prompt from Level 2 into an agent that acts, on your project. We deliberately keep it minimal β€” one agent, one or two tools, one clear loop.

🟒 In plain terms β€” an agent = your prompt + tools + a ReAct loop (Think β†’ Act β†’ Observe β†’ Adjust). In no-code: a trigger β†’ Airtable (memory) β†’ AI that decides β†’ action, orchestrated by Make or n8n.

🎯 The block below describes the agent to build for your project (chosen on the home page).

🧠 Your documents copilot

  • The agent: doc base (Airtable or files) β†’ search tool β†’ grounded answer (your N2 prompt).
  • ReAct loop: think β€œwhat info do I need” β†’ act β€œsearch the docs” β†’ observe β†’ answer with citations.
  • Test on 3 questions, including one outside the docs (the agent must say β€œI don’t know”). πŸ‘‰ Deliverable: an assistant that answers about 5 of your documents.

πŸ“₯ Email sorter

  • The workflow (Make/n8n): incoming email trigger β†’ AI classifies β†’ action (draft / right folder / urgency alert).
  • Memory: an Airtable table = log of processed messages.
  • Test on 3 emails, including one that forces a correction (bad classification caught). πŸ‘‰ Deliverable: a workflow that handles a test inbox.

🎯 Lead machine

  • The pipeline: source β†’ enrich β†’ AI qualifies (N2 prompt) β†’ outreach draft β†’ scheduled follow-up.
  • Memory: Airtable prospect base (status, last contact).
  • Test on 3 prospects, including one the agent must cleanly rule out. πŸ‘‰ Deliverable: a pipeline that qualifies and prepares outreach for 10 test prospects.

πŸ“„ Document extractor

  • The pipeline: dropped document β†’ extraction (your N2 prompt, structured output) β†’ validation β†’ Airtable write.
  • Loop: if a field is missing, the agent flags it rather than inventing it.
  • Test on 3 documents of different formats. πŸ‘‰ Deliverable: a pipeline that fills a table from 5 invoices.

✍️ Content factory

  • The team (multi-agent justified here): Writer (per-channel drafts) + Reviewer (brand voice), orchestrated from 1 pillar.
  • Tools: Make/n8n to chain steps; Airtable = editorial calendar.
  • Test: 1 pillar piece β†’ 3 reviewed formats. πŸ‘‰ Deliverable: 1 pillar turned into 3 formats ready to review.

🎯 Your own project

  1. Pick ONE useful tool (web search, file reading, calculation…). Just one, to start.
  2. Draw the ReAct loop for your case: which Thought triggers the Action? What does the agent observe? When does it stop?
  3. Sketch the no-code version (3.9 model): trigger β†’ Airtable β†’ AI decides β†’ action. Make or n8n? Which table?
  4. Test on 3 cases, including one that forces the agent to self-correct. πŸ‘‰ Deliverable: the sketch of your agent + one test that runs.

🧭 One agent first. Only move to a team (CrewAI: Strategist β†’ Researcher β†’ Writer β†’ Reviewer) if the task truly justifies it. Before splitting: wouldn’t a single agent be enough?

For techies (optional): implement the ReAct loop in a notebook (notebooks/niveau-3-react.ipynb), or build the same agent in no-code in Make/n8n + Airtable.

How would you rate this lesson?
πŸ“ My note

A training byBaxIA