Take one real process through the whole method: map it, automate it with an AI step, gate it, log it, measure it, and present it in five minutes.
Module 13 ~30 min read + lab No codePrerequisites: All of Module 1 to Module 12. The Module 1 task inventory, the Module 4 future-state map and the Module 10 gated flow are the natural starting points.
Build, alone or in a pair, a working automation for one real process from your own work or a provided scenario. It must connect at least three tools, use at least one AI step, gate every action of Tier 3 or above behind a person, log what it does, and come with evidence of how accurate it is. Then present it in five minutes to the group.
The capstone is not judged on ambition. A small process done completely, with every control in place and real numbers, scores higher than a large process with missing gates. Your marker is asking one question throughout: would I let this run in my organisation on Monday?
Session 13 is two hours of supervised build time. Most learners also need two to three hours of their own time between Sessions 12 and 13. Choose scope accordingly: if the map takes more than 30 minutes, the process is too big.
| Component | Weight | Full marks look like |
|---|---|---|
| Workflow map | 20% | Current-state and future-state maps with swimlanes, every hand-off shown, each step tagged rule-based / AI / human, and a one-line reason for each automation choice. |
| Build | 30% | A working flow with three or more connected tools and at least one AI step that classifies, extracts, summarises or drafts. Runs end to end on a live test during the presentation. |
| Controls | 25% | Every tool tiered; an approval gate on all Tier 3+ actions with the full action visible to the approver; safe timeout; least-privilege credential; append-only audit log with approve, reject and timeout rows. |
| Monitoring and evaluation | 15% | AI log in place; a golden set of at least 15 items with an accuracy score; a failure branch to a human queue; a kill-switch instruction. |
| Presentation | 10% | Five minutes: the problem, the map, a live run, the controls, the numbers, what you would do next. Answers two questions clearly. |
Pass mark for the capstone is 60%. A capstone with no approval gate on an external action caps at 50% regardless of other marks, because it would not be safe to deploy.
Submit a single folder named capstone-<your name> containing:
You will review one other capstone before the presentations. Use exactly this list, mark each item yes or no, and write one sentence of the most useful improvement.
The lab is the capstone itself. The steps below are the recommended order with a time budget that fits the two-hour session plus your own preparation time.
Pick the process. Write the one-line goal, the trigger, the final output, and the three tools. If you cannot write those four things in five minutes, choose a smaller process.
Draw the current state with swimlanes. Draw the future state. Tag each step rule-based, AI or human and give the reason. Tier every tool.
Trigger, connectors, the AI step, the output. Test with one real input until it runs end to end. Use a dedicated credential from the start.
Approval on every Tier 3+ action, showing the full content. Safe timeout. Audit log with three kinds of rows. Test approve, reject and timeout.
Retry on the model node, error branch to the human queue, append-row to the AI log.
Fifteen or more golden items with agreed labels. Score. Make one prompt change, re-score, record in the changelog.
One page and one tab, using the Module 11 and 12 templates. Include the kill switch.
Five slides: problem, map, live run, controls, numbers and next steps. Rehearse once against the clock.
The capstone-<your name> folder with all seven deliverables, submitted before Session 14, plus your completed peer-review checklist for the capstone you were assigned.
Pick one answer per question, then check your score. These mirror the style of the final exam.
Answer in your own words first, then open the model answer.
Any answer that names all four concretely, for example: goal = handle leave requests without manual copying; trigger = form submission; output = calendar entry and confirmation email; tools = Google Forms, n8n, Google Calendar, Gmail.
The maps, because scoping and tiering decide everything that follows, and because a map that takes too long reveals a process that is too big before any build time is spent.
Every Tier 3+ action gated; approval message shows the full action; safe timeout; dedicated limited credential; audit log with approve, reject and timeout rows.
Further reading: A larger multi-agent capstone from the Computing Systems course · DevOps Lab capstone