Standards-aligned learning programme

From Zero to AI Consultant

An 8-month foundation course that takes a complete beginner — no coding, no prior tech — to a junior AI professional who can build real solutions and advise a business.

Duration
32 weeks
Commitment
8–10 hrs / wk
Prerequisites
None
Levels
6 + Capstone
Cost of tools
Mostly free
Mapped to international standards
UNESCO AI Competency Framework for Students (2024) AI4K12 — Five Big Ideas (Grade 9–12) Anthropic AI Fluency — 4D Framework Industry AI-Engineer Roadmap 2026
Start here

How this course works

The course moves through six levels that mirror the UNESCO progression of Understand → Apply → Create. You don't jump ahead: each level ends with a milestone project, and you must reach Proficient (level 3 on the rubric) before starting the next level. That single rule is what turns "watched some videos" into "can actually do the work."

The weekly rhythm — repeat this every week

Roughly 8–10 hours, split across the week so it never feels heavy:

PhaseSessionsWhat you do
Learn2–3Work through that week's lesson / video / reading. Take notes in your own words.
Build2Do the hands-on task. You learn AI by making things, not by watching.
Log1Post what you built to your public Build Log. Write 3 lines: what, how, what broke.

A note for the mentor (the older brother)

Your job is to set the week's task and then get out of the way. Don't do the work for him — review his Build Log, ask "why did you do it that way?", and grade his milestone honestly against the rubric. The fastest way to ruin this is to rescue him every time he's stuck. Let him struggle for 20 minutes first; that struggle is the learning. Where you help most: give him a real task on one of your live projects once he reaches Level 2.

Understand

LEVEL 0 · WEEKS 1–2Orientation & Setup

L0

Know what AI really is — and set up like a professional

Separate reality from hype, understand the ethics, and build the public presence every consultant needs.
UNESCO · Human-centred mindset UNESCO · Ethics of AI AI4K12 · Societal Impact

By the end you can

  • Explain in plain language what AI, machine learning and an LLM are — and what they cannot do.
  • Describe the main ethical issues: bias, privacy, misinformation, and the effect on jobs.
  • Operate a professional toolkit: a clean email, GitHub, a live portfolio, and a public Build Log.

Weekly plan

WeekFocus
Week 1What is AI / ML / LLMs. The AI landscape by category (text, image, video, voice, code, automation). Capability vs. hype.
Week 2Ethics & societal impact — bias, privacy, deepfakes, jobs. How to use AI responsibly and honestly.

Free resources

  • Elements of AI — Ch. 1–2 FREE
  • Anthropic AI Fluency — Intro FREE
  • Google AI Essentials — Module 1 FREE trial

Assignments

A0.1
AI Landscape Map

Make a one-page visual that sorts 15 real AI tools into their categories, with one line each on what it's for.

Deliver — image/PDF posted to portfolio
A0.2
Ethics Reflection

Write 500 words: one concrete benefit and one real risk of AI, each with a real-world example you researched.

Deliver — short article on Build Log
★ Milestone 0
Your professional home base is live

A working portfolio page (GitHub Pages or Carrd) with a short intro, plus a public Build Log containing your first two artifacts. This is the foundation everything else gets posted to.

Apply

LEVEL 1 · WEEKS 3–8AI Fluency & Prompt Engineering

L1

Get more out of AI than 99% of people

Master Anthropic's 4D framework and real prompt engineering — the base skill everything later is built on.
UNESCO · AI techniques & applications Anthropic · Delegation·Description·Discernment·Diligence

By the end you can

  • Apply the 4D framework — delegate the right task, describe it clearly, judge the output, and use it responsibly.
  • Write structured, reliable prompts using roles, context, constraints, examples and forced output formats.
  • Use AI to research, write, analyse and learn far faster — while catching its mistakes.

Weekly plan

WeekFocus
Week 3Delegation & Description — choosing what to hand to AI, and framing the task so it succeeds.
Week 4Prompt patterns — role prompting, few-shot examples, step-by-step reasoning, structured output.
Week 5Discernment — evaluating answers, spotting hallucinations, fact-checking, knowing when AI is wrong.
Week 6Diligence — privacy, honesty, citing AI use, avoiding plagiarism and over-trust.
Week 7AI for real work — research reports, summarising, extracting data, drafting and editing.
Week 8Project week — build and polish the milestone toolkit.

Free resources

  • Anthropic AI Fluency — full course FREE
  • Elements of AI — Ch. 3–4 FREE
  • Anthropic prompt engineering guide FREE

Assignments

A1.1
Personal Prompt Library

Build and document 20 reusable prompts you'd actually use (study, writing, research, coding help). Each with a note on when to use it.

Deliver — organised doc / Notion page, linked from portfolio
A1.2
Prompt Challenge Set

Solve 10 given tasks. For each, show your first attempt, what went wrong, and the improved prompt. The improvement is the point.

Deliver — before/after write-up
★ Milestone 1
AI Productivity Toolkit for a real person

Pick a persona (a shopkeeper, a student, your mother) and build a documented set of AI workflows that saves them time. Include a short write-up: who it's for, what it does, and proof it works. Graded against the rubric — reach Proficient to advance.

Apply → Create

LEVEL 2 · WEEKS 9–14No-Code AI Building

L2

Build things that work — before writing any code

Chatbots and automations that connect AI to real apps. This is where he becomes useful and can earn his first money.
UNESCO · AI system design AI4K12 · Natural Interaction

By the end you can

  • Build a working chatbot / assistant with a knowledge base — no code.
  • Automate a multi-step real-world workflow that connects AI to email, sheets, or a website.
  • Understand APIs, JSON and webhooks well enough to wire tools together confidently.

Weekly plan

WeekFocus
Week 9How AI apps connect — APIs, JSON, webhooks explained simply (concepts, still no code).
Week 10Build a chatbot with a knowledge base using a no-code builder.
Week 11Intro to automation with n8n / Make — triggers, actions, AI nodes.
Week 12Automation #1 — auto-summarise & sort incoming emails or articles.
Week 13Automation #2 — a small content or data pipeline end-to-end.
Week 14Project week — build the real client case study.

Free resources

  • n8n docs + YouTube course FREE
  • Make.com tutorials FREE tier
  • Chatbot builder docs FREE tier

Assignments

A2.1
Published Chatbot

A chatbot for one specific use-case (e.g. a shop's FAQ), shareable via a link.

Deliver — live link on portfolio
A2.2
Automation + Time-Saved Analysis

One working automation, plus a short "before vs. after" showing how much time it saves and for whom.

Deliver — demo recording + write-up
★ Milestone 2 · Case Study #1
Automate a real task for a real business

Find a real or local business (even a family shop) and automate one genuine task for them. Write it up as a proper case study: problem → solution → result. This is his first portfolio proof that he can deliver.

Create

LEVEL 3 · WEEKS 15–22Programming Foundations for AI

L3

Cross the line from user to builder

Just enough Python to command AI through code — the skill that separates a real AI professional from a tool-clicker.
UNESCO · AI system design AI4K12 · Learning & Representation

By the end you can

  • Write basic Python — variables, logic, loops, functions, and reading/writing files.
  • Call an LLM API (Claude / OpenAI) from your own code and handle its response.
  • Build and ship a small AI-powered script or app with a clean README.

Weekly plan

WeekFocus
Week 15Python I — setup, variables, types, input/output.
Week 16Python II — conditionals and loops.
Week 17Python III — functions, lists & dictionaries, files.
Week 18APIs & JSON in Python with the requests library.
Week 19Your first LLM API call — messages, roles, parameters.
Week 20Structured output, error handling, tokens & cost.
Week 21Build a small AI app (a simple Streamlit web UI).
Week 22Project week.

Free resources

  • freeCodeCamp — Python for Beginners FREE
  • Harvard CS50 AI — selected weeks FREE
  • Anthropic Claude API docs FREE

Assignments

A3.1
Python Mini-Exercises

Complete 5 small programming exercises covering logic, loops, functions and files.

Deliver — code committed to GitHub
A3.2
Your First AI Script

A Python script that calls the LLM API to do something genuinely useful (e.g. summarise a folder of text files).

Deliver — repo + short demo
★ Milestone 3
A small AI app on GitHub

Build one AI-powered app that solves a real problem, with clean code and a README that explains it. This proves he can build, not just automate.

Create

LEVEL 4 · WEEKS 23–28Real AI Systems — RAG & Agents

L4

Build the systems businesses actually pay for

RAG (AI that answers from a company's own documents) and agents are the #1 in-demand production skills of 2026.
UNESCO · AI system design AI4K12 · Representation & Reasoning Industry 2026 · RAG · Agents · Eval

By the end you can

  • Explain and build a RAG system that answers questions from your own documents.
  • Use a vector database and improve retrieval quality.
  • Build a simple agent that makes decisions and uses tools — and evaluate whether it actually works.

Weekly plan

WeekFocus
Week 23What RAG is and why businesses pay for it. Embeddings, explained simply.
Week 24Build a document Q&A — load, chunk, embed, retrieve, answer.
Week 25Vector databases (e.g. Chroma) + improving retrieval quality.
Week 26Agents & tool use — letting AI take actions safely.
Week 27Evaluation — test sets, measuring quality, cutting cost. The most underrated skill.
Week 28Project week.

Free resources

  • LangChain / LlamaIndex intro FREE
  • RAG tutorials (freeCodeCamp) FREE
  • Chroma vector DB docs FREE

Assignments

A4.1
Working RAG Q&A

A document-Q&A system over a real set of documents (a manual, a set of notes, a policy PDF).

Deliver — repo + demo
A4.2
Evaluation Report

Write a test set of questions, run it against your RAG, and report where it's right, wrong, and why.

Deliver — short evaluation write-up
★ Milestone 4
A "Knowledge Assistant" over real business documents

Build a RAG assistant on a real organisation's documents, with an evaluation showing it actually answers correctly. This is a portfolio piece that gets people hired.

Create · Human-centred

LEVEL 5 · WEEKS 29–32Becoming a Consultant

L5

Turn skill into a service people pay for

Positioning, discovery, proposals, pricing, and professional ethics — plus a real capstone delivery.
UNESCO · Human-centred mindset UNESCO · Ethics of AI Consultant skills

By the end you can

  • Package your skills into a clear, specific service offer.
  • Run a discovery conversation, scope a project, and price it.
  • Communicate professionally and handle a client's data ethically and privately.
  • Build credibility in public through a portfolio, case studies, and content.

Weekly plan

WeekFocus
Week 29Positioning & offer — who you help, what you deliver, how you price it.
Week 30Discovery & proposals — the questions to ask, scoping, and writing a proposal.
Week 31Delivery & ethics — data privacy, setting expectations, professionalism.
Week 32Build in public & deliver the capstone.

Free resources

  • Freelance-platform guides (Upwork / Fiverr) FREE
  • Consulting & proposal basics FREE
  • LinkedIn "build in public" guides FREE

Assignments

A5.1
Service Offer + Portfolio Polish

A one-page service offer ("I build AI automations for small businesses") and a polished portfolio showing all milestones.

Deliver — live offer page
A5.2
Proposal & Pricing

Given a mock client brief, write a real proposal with scope, timeline and price.

Deliver — proposal document
★ Capstone
Deliver a real AI solution to a real client

Find one real client (free or discounted is fine) and deliver a complete AI solution end-to-end. Produce a case study and a short demo/presentation video. Graded against the full capstone rubric — this is the certificate of the whole course.

How progress is measured

Grading & Rubrics

Assessment is standards-based, not a percentage. Weekly assignments are checked simply as done / needs-work (this is formative — practice). What decides whether he advances is the summative milestone at the end of each level, graded on a 4-point scale.

The 4-point mastery scale

1
Emerging
Attempted; doesn't work or misses the point.
2
Developing
Partly works; needs help; gaps remain.
3
Proficient
Target. Works independently, solves the real problem.
4
Advanced
Polished, creative, could show a real client.

The advancement rule: he must score Proficient (3) or higher on a level's milestone before starting the next level. If it's a 1 or 2, he repeats the project — that's not failure, that's how mastery works.

Every milestone is graded on these four dimensions

DimensionWhat "Proficient (3)" looks like
Technical executionThe thing actually works, reliably, without someone else fixing it.
Problem fitIt solves a real, specific problem for a real, specific person — not a toy demo.
CommunicationA clear README / case study a non-expert can follow. Explains what, why and how.
Ethics & responsibilityRespects privacy, is honest about AI's limits, and verifies outputs rather than blindly trusting them.
Alignment

Standards Map

Every level maps to recognised international frameworks — so this isn't a random YouTube playlist, it's a curriculum a school or employer would recognise.

LevelUNESCO dimension & stageAI4K12 Big IdeaIndustry / Anthropic
L0 OrientationHuman-centred mindset · Ethics — Understand#5 Societal ImpactAI Fluency intro
L1 AI FluencyAI techniques & applications — Apply#4 Natural Interaction4D Framework · Prompt engineering
L2 No-CodeAI system design — Apply → Create#4 Natural InteractionNo-code automation (n8n/Make)
L3 ProgrammingAI system design — Create#3 Learning · #2 RepresentationPython · LLM APIs
L4 RAG & AgentsAI system design — Create#2 Representation & Reasoning · #1 PerceptionRAG · Agents · Evaluation
L5 ConsultingHuman-centred mindset · Ethics — Create#5 Societal ImpactConsulting · GTM · Ethics
Track him here

Progress Tracker

Tick each milestone as he reaches Proficient. Progress saves automatically in this browser, so he can come back to the same page and see how far he's come.

0%
Signed in as ·

L0 Orientation

L1 AI Fluency

L2 No-Code

L3 Programming

L4 RAG & Agents

L5 Consulting