Barefoot AI HubTHE BAREFOOT FREELANCER
Start learning
★ Freelancing with AI · Lesson 2 of 2

24Capstone: Build a Complete AI Solution

Put it all together. Choose one of three capstone briefs, build it end to end with a local or cloud model, measure it, and turn it into a portfolio case study.

⏱ 60 min📶 All levels🧪 3-question check

What you'll learn

  • Scope, build and test a complete AI solution
  • Combine prompting, RAG, workflows, agents and guardrails
  • Measure results against a baseline
  • Present the project as a case study

Choose your brief

Barefoot Café — 24/7 customer assistant

Goal: answer Messenger/website questions about hours, menu, delivery and reservations; take reservation requests; escalate complaints.

  • Knowledge base: hours, menu with prices, delivery zones, policies (write 1–2 pages of realistic data)
  • RAG-grounded answers with “I don't know” behavior (Lessons 05, 08)
  • Reservation requests saved to a Google Sheet; staff notified on Telegram (Lesson 14)
  • Complaint detection → human handoff
  • Stretch: run fully local with Ollama + Open WebUI or n8n (Track 4)

Freelancer back-office agent

Goal: an agent that manages invoices and client follow-ups with approval.

  • Invoice data in a sheet or CSV; tools to list, calculate and draft (Lesson 09)
  • MCP server exposing the data (Lesson 11)
  • Weekly scheduled run with a summary sent to your phone (Hermes or n8n — Lessons 12, 14)
  • Approval gate before any email is sent
  • Stretch: receipt extraction to structured JSON from photos (Lesson 17)

Dental clinic lead & reminder pipeline

Goal: capture inquiries from a form, qualify them, draft replies, and send appointment reminders.

  • n8n form → AI qualification JSON → sheet → approval → email (Lesson 14)
  • Scheduled reminder workflow the day before appointments
  • Privacy design: what personal data is stored, where, and who can access it (Lesson 22)
  • Stretch: private document Q&A over clinic policies for staff (Lesson 18)

Build process

  1. Write the pilot brief

    Use the template from Lesson 20: problem, solution, scope, success metrics, risks, owner.

  2. Map the system

    Draw trigger → steps → outcome. Mark AI steps, tools, data sources and human approvals. Excalidraw or paper is fine.

  3. Prepare knowledge & test data

    Write the knowledge base and 20 realistic test inputs, including 5 tricky ones (angry, vague, Taglish, off-topic, missing info).

  4. Build the smallest version end to end

    Get one input all the way through before adding features.

  5. Add guardrails

    Step limits, validation, error alerts, approval gates, logging.

  6. Evaluate

    Run all 20 test inputs. Score accuracy and note failures. Fix, re-run.

  7. Measure

    Compare to a baseline: response time, minutes per task, error rate.

  8. Document

    One-page runbook: what it does, how to operate it, how to fix common issues.

  9. Write the case study

    Problem → approach → results (numbers) → screenshots/video → what you'd do next.

Grading rubric (self-assessment)

CriterionExcellent looks like
Problem claritySpecific problem with a measured baseline
GroundingAnswers come from provided data; system admits unknowns
ReliabilityValidated outputs, error handling, no duplicate actions
SafetyLeast privilege, approvals on external actions, privacy considered
Evaluation20+ test cases with pass rates before and after fixes
ResultsClear before/after numbers
CommunicationCase study a business owner understands in 2 minutes

You've finished the Academy 🎉

You now understand how AI works, can write production-grade prompts, build agents and workflows, run models on your own hardware, and plan, measure and sell AI solutions. Keep going with the Resource Library, experiment in the AI Lab, and use the Toolkit with real clients.

Key takeaways

  • A complete AI solution combines grounding, workflows or agents, guardrails, evaluation and measurement.
  • Build the smallest end-to-end version first, then harden it.
  • A test set and a baseline turn a demo into a credible case study.
  • Your capstone is your first portfolio piece — present it in business language.

Knowledge check

0 / 3

Q1What should you build first?

Q2How many test inputs does the capstone recommend at minimum?

Q3A great case study leads with…

Finished this lesson?Your progress is saved in this browser.