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
- Pick ONE useful tool (web search, file reading, calculationβ¦). Just one, to start.
- Draw the ReAct loop for your case: which Thought triggers the Action? What does the agent observe? When does it stop?
- Sketch the no-code version (3.9 model): trigger β Airtable β AI decides β action. Make or n8n? Which table?
- 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.
π My note
A training byBaxIA