Learn AI by building things
14 hands-on modules. No coding experience needed. Clone the repo, open Claude Code, and AI teaches you AI. Every module builds something real.
How it works
Clone the repo
Download the course to your computer with one command. All 14 modules included.
Open in Claude Code
Navigate to a module folder and type "claude". That's it. Claude reads the lesson and starts teaching.
Learn by building
Claude guides you through each concept, checks your understanding, and helps you build something real.
What you'll build by the end
Personal morning briefing
News, calendar, tasks — delivered to your phone every morning
Inbox automation
AI summarises and prioritises your emails automatically
LinkedIn post drafter
AI writes drafts in your voice, you review and post
Voice notifications
Important alerts spoken to you via ElevenLabs
Custom AI skills
Reusable workflows tailored to your specific job
An autonomous agent
An AI that monitors, decides, and acts — while you sleep
All using free tools (except Claude Pro at $20/month)
Who this is for
No technical background required. Everything is explained in plain English.
14 Modules
What is AI — Really?
LIVELLM, SLM, ML — explained simply. Your first real AI conversation about your job.
Security, Privacy & What NOT to Share
LIVEWhat happens to your data. The NEVER list. Your personal AI boundaries checklist.
Talking to AI — Prompting Basics
LIVEThe 5-element formula. Build 5 prompts that solve real problems at work.
When AI Gets it Wrong
LIVEHallucination, fact-checking, verification habits. Find errors in AI output.
Chain of Thought & Complex Tasks
LIVEMulti-step reasoning, prompt chaining. Build a decision analysis.
Beyond Text — Images, Docs & Voice
LIVEMultimodal AI. Analyse documents, screenshots, images with Claude.
AI vs Automation — Know the Difference
LIVEWhen AI is overkill. Build a decision matrix for your team.
Claude Projects & Custom Knowledge
LIVESet up a Claude Project for your actual job with custom instructions.
Working with Code (No Experience Needed)
LIVEWrite a script that automates a tedious task. No coding background required.
MCP — Giving AI Access to Your Tools
LIVEConnect AI to real data sources. Build your first MCP server.
Skills, Commands & Reusable Workflows
LIVECreate a Claude Code skill for a workflow you repeat every week.
Agentic AI — When AI Acts on Its Own
LIVEBuild an agent that monitors something and acts without being asked.
Ethics, Bias & Responsible Use
LIVETraining data bias, fairness, your responsibility. Build an AI impact assessment.
Your AI Stack — What's Next
LIVEModel comparison, cost planning, your personal AI roadmap.
Getting started
Step 1: Get Claude Pro
Go to claude.ai and sign up for Claude Pro ($20/month). This is the only cost for the entire course.
Step 2: Install Claude Code
Open your terminal (Mac: Terminal app. Windows: PowerShell) and run:
npm install -g @anthropic-ai/claude-codeDon't have npm? Install Node.js first (LTS version).
Step 3: Download the course
git clone https://github.com/LukeJMadden/veltrix-ai-course.gitDon't have git? Install it from git-scm.com.
Step 4: Start Module 1
cd veltrix-ai-course/01-what-is-aiclaudeThat's it. Claude reads the lesson and starts teaching you. Just follow along.
Ready to learn AI?
14 modules. Build real things. Free forever.