Overview Curriculum Outcomes Pricing FAQ
Enroll Now — £499 →
⚡ Beginner → Intermediate · No Prior AI Experience Required
WEEKEND BOOTCAMP · THE COMPLETE AI PROGRAM

Zero to Agent
AI/ML Mastery
Bootcamp

ML Foundations · Generative AI · Agentic AI Systems · Production Deployment

  • 🧩 ML Foundations: Python for AI, Scikit-Learn, Deep Learning with PyTorch
  • Generative AI: Transformers, fine-tuning, RAG pipelines, cloud LLM APIs
  • 🦾 Agentic AI: LangGraph, multi-tool agents, cloud agent services
  • 🛡️ Production AI: AI security, guardrails, Docker, CI/CD deployment

Sat 3 hrs + Sun 3 hrs = 6 hrs/week | 48 Total Hours

📅 Cohort Start: May 16, 2026

48
Total Hours
8
Weeks
8
POC Projects
£499
All-In Price
Stack:
Python & PyTorch
HuggingFace
LangGraph
AWS · Azure · GCP
Zero to Agent Bootcamp
8 Weeks · Sat 3 hrs + Sun 3 hrs
£499
£749
full 8-week program · save £251
🏷️ Best Value — Basic + Intermediate Combined
Registration Open
  • 48 Total Learning Hours
  • 8 Hands-on POC Projects
  • Cloud labs (AWS, Azure, GCP)
  • Lifetime recording access
  • Private Discord community
  • Spairo Academy certificate
Limited to 20 participants per cohort
🔒Secure payment via Stripe
0
Total Hours
0
Weeks
0
Projects Built
0
All-In Price
3
AI Domains
✦ Overview

Who It's For & What You'll Master

The complete AI journey — from absolute beginner to building production autonomous agents — in 8 intensive weekends. No prior AI experience needed.

🚀

Total Beginners

Start from Python basics and progress all the way to deploying secure agentic AI systems — zero to production in 8 weeks.

💻

Software Engineers

Add the full AI stack — ML, Gen AI, and agentic pipelines — to your engineering toolkit and ship AI-powered products.

📊

Data Analysts

Upgrade from dashboards to ML models, RAG pipelines, and cloud MLOps deployments in a single comprehensive program.

🔄

Career Switchers

The most efficient path into AI engineering — structured, hands-on, and portfolio-building from day one.

🏢

Tech Professionals

Get serious AI skills fast. This program covers the breadth that matters — ML, LLMs, agents, cloud, and security.

🎓

Students & Graduates

Build 8 portfolio projects spanning the entire modern AI stack — from Scikit-Learn to LangGraph to Docker deployment.

✦ Curriculum

8-Week Complete AI Journey

Three phases — ML Foundations, Generative AI, and Agentic Systems — each building on the last. Every week: Saturday (3 hrs) Training + Sunday (3 hrs) POC & Project.

📐 Phase 1 — ML Foundations (Weeks 1–3)
WK 1

🐍 Python for AI/ML — Data Foundations

☀️ SATURDAY | 3 Hours | TRAINING
01

Python essentials for AI — data types, loops, functions & list comprehensions

02

NumPy arrays, matrix operations & vectorized computation for ML

03

Pandas for data manipulation — DataFrames, cleaning, and feature prep

04

Matplotlib & Seaborn — visualizing data distributions and correlations

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Build a data analysis pipeline on a real dataset — clean, explore, and visualize with Pandas & Matplotlib
💡 HOUR 2–3: MINI PROJECT
Sales Data Dashboard — load a CSV, compute KPIs, and generate an automated HTML report with charts
⚒️ TOOLS
  • Python 3.11+
  • NumPy
  • Pandas
  • Matplotlib / Seaborn
  • Jupyter / Google Colab
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:Data Report App
WK 2

🤖 ML Algorithms, Prompt Design & Model Evaluation

☀️ SATURDAY | 3 Hours | TRAINING
01

Supervised ML — linear regression, logistic regression & decision trees with Scikit-Learn

02

Model evaluation — accuracy, precision, recall, F1-score, ROC-AUC & confusion matrices

03

Context engineering — structuring system prompts, conversation history & retrieved context

04

Prompt engineering — zero-shot, few-shot, chain-of-thought & token budget management

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Train a customer churn classifier on a real telecom dataset — compare Logistic Regression, Decision Tree & Random Forest
💡 HOUR 2–3: MINI PROJECT
Credit Risk Scorer — build a loan default prediction model with threshold tuning to minimise false approvals
⚒️ TOOLS
  • Scikit-Learn
  • Python ML Pipeline
  • OpenAI Playground
  • Claude.ai / Gemini
  • Jupyter Notebook
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:Credit Risk Model
WK 3

🧠 Deep Learning — Neural Networks with PyTorch

☀️ SATURDAY | 3 Hours | TRAINING
01

PyTorch fundamentals — tensors, autograd, computational graphs & GPU usage

02

Neural network architecture — layers, activations, loss functions & optimizers

03

Training loops, overfitting prevention — dropout, batch norm & early stopping

04

MLflow for experiment tracking — logging metrics, artifacts & model registry

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Build a 3-layer neural network in PyTorch, train on a chest X-ray pneumonia detection dataset — log metrics to MLflow
💡 HOUR 2–3: MINI PROJECT
ML Experiment Dashboard — track 5 model variants using MLflow UI, compare ROC curves & F1 scores across runs
⚒️ TOOLS
  • PyTorch
  • MLflow
  • CUDA / GPU Colab
  • NumPy
  • Matplotlib
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:Neural Net + Dashboard
✨ Phase 2 — Generative AI (Weeks 4–6)
WK 4

🔮 Transformer Architecture & Gen AI Fine-Tuning

☀️ SATURDAY | 3 Hours | TRAINING
01

Attention mechanism deep dive — self-attention, multi-head attention & positional encoding

02

Hugging Face Transformers — loading, fine-tuning & inference with pre-trained models

03

Advanced prompt engineering — system prompts, few-shot, chain-of-thought & structured output

04

Fine-tuning concepts — LoRA, PEFT overview, when to fine-tune vs. prompt-engineer

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Fine-tune a DistilBERT model on a custom text classification dataset using HuggingFace Trainer API
💡 HOUR 2–3: MINI PROJECT
Customer Sentiment Analyzer — fine-tuned classifier with a Gradio web UI for live interactive demo
⚒️ TOOLS
  • HuggingFace Transformers
  • PyTorch
  • LoRA / PEFT
  • Gradio
  • WandB
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:Sentiment App
WK 5

☁️ Cloud Gen AI APIs — AWS, Azure & GCP

☀️ SATURDAY | 3 Hours | TRAINING
01

Calling AI APIs — OpenAI, Anthropic Claude & Google Gemini in Python with streaming

02

AWS Bedrock — invoking foundation models (Claude, Titan, Llama) from Python

03

Azure AI Services — Azure OpenAI, AI Language APIs & content safety

04

GCP Vertex AI — calling Gemini models & cloud ML pipeline intro

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Call OpenAI & Claude APIs from Python — compare responses, handle streaming & parse JSON outputs
💡 HOUR 2–3: MINI PROJECT
AI Document Summarizer — upload a PDF or text file and generate structured summaries using cloud LLM APIs
⚒️ TOOLS
  • OpenAI Python SDK
  • Anthropic SDK
  • AWS Bedrock
  • Azure AI Studio
  • GCP Vertex AI
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:AI Summarizer App
WK 6

📚 Vector Databases & RAG Pipelines

☀️ SATURDAY | 3 Hours | TRAINING
01

Embeddings — sentence transformers, text embeddings & semantic similarity search

02

Vector databases — Pinecone, ChromaDB & FAISS — indexing, querying & filtering

03

RAG architecture — retrieval-augmented generation end-to-end with LangChain

04

RAG evaluation with RAGAs — faithfulness, context relevance & answer quality metrics

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Build a semantic search engine on 500 documents with Pinecone — compare keyword vs. vector retrieval quality
💡 HOUR 2–3: MINI PROJECT
Enterprise Document Q&A — RAG system over a company knowledge base with source citation and RAGAs evaluation
⚒️ TOOLS
  • Pinecone
  • ChromaDB
  • LangChain
  • RAGAs
  • Sentence Transformers
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:Enterprise Q&A
🦾 Phase 3 — Agentic AI & Production (Weeks 7–8)
WK 7

🦾 Agentic AI — LangGraph, Tools & Multi-Step Pipelines

☀️ SATURDAY | 3 Hours | TRAINING
01

LangGraph fundamentals — stateful graph-based agent orchestration & node design

02

Tool calling & function calling — OpenAI tools, Anthropic tool use & Gemini functions

03

Memory management — short-term, long-term (Mem0) & episodic memory for agents

04

Cloud Agentic AI — AWS Bedrock Agents, Azure AI Agent Service & Vertex AI Agents

🌅 SUNDAY | 3 Hours | POC + PROJECT
🔬 HOUR 1–1.5: PROOF OF CONCEPT
Build a LangGraph agent with 4 tools (web search, calculator, RAG retrieval, email sender) and persistent memory
💡 HOUR 2–3: MINI PROJECT
Autonomous Research Pipeline — agent that searches, reads papers, synthesizes findings & posts a summary report
⚒️ TOOLS
  • LangGraph
  • Mem0
  • Bedrock Agents
  • Tavily Search
  • FastAPI
📅 SUMMARY
Day 1:Training + Demo
Day 2:POC + Project
Output:Research Agent
WK 8

🛡️ AI Security, Guardrails & Production Capstone

☀️ SATURDAY | 3 Hours | TRAINING
01

Prompt security & OWASP Top 10 for LLMs — prompt injection, jailbreaking, insecure output & data poisoning

02

AI security anti-patterns — trusting raw LLM output, storing PII in prompts, over-privileged agents

03

AI security patterns — input sanitisation, output validation, sandboxed tools, audit logging & human-in-the-loop

04

Guardrail implementation — NeMo Guardrails, Llama Guard, PromptFoo red-teaming, Docker & CI/CD deployment

🌅 SUNDAY | 3 Hours | CAPSTONE
🔬 HOUR 1–1.5: SECURITY AUDIT
Red-team your Week 7 agent with 10 real attack vectors (prompt injection, role-play jailbreaks, indirect RAG injection) — patch each with guardrails & validation
🏆 HOUR 2–3: CAPSTONE DELIVERY
Secure Production AI Application — agentic RAG system with guardrail layer, audit logging, containerised with Docker, deployed to cloud with CI/CD & security test report
⚒️ TOOLS
  • NeMo Guardrails
  • Llama Guard
  • PromptFoo
  • LangSmith
  • Docker / GitHub Actions
📅 SUMMARY
Day 1:Security Deep-Dive
Day 2:Red-Team + Capstone
Output:Secure Production App
✦ Learning Outcomes

Eight Weeks, Eight Milestones

Each week delivers a tangible, portfolio-ready output — building toward a fully deployed, production-grade AI system by Week 8.

WK 1

Python & Data Mastery

Comfortable with NumPy, Pandas & visualization — ready to tackle any ML dataset

WK 2

ML Models & Prompting

Trained real classifiers and understand how today's LLMs work in theory and practice

WK 3

Deep Learning Engineer

PyTorch neural networks trained, tracked with MLflow experiment dashboards

WK 4

Transformer & Gen AI

Fine-tuned transformer model with Gradio UI deployed for live inference

WK 5

Cloud AI Integration

Called 3 cloud AI platforms (AWS, Azure, GCP) from Python and built a working AI app

WK 6

RAG Pipeline Builder

Enterprise document Q&A system with vector search, source citation & quality evaluation

WK 7

Agentic AI Developer

Multi-tool LangGraph agent with persistent memory and autonomous task execution

WK 8 🏆

Production AI Engineer

Fully deployed, secured, containerised AI application — portfolio-ready for interviews

✦ Tools & Technologies

The Complete Modern AI Stack

Every tool you'll touch is actively used by AI engineers at leading tech companies.

Python 3.11+
NumPy / Pandas
Scikit-Learn
PyTorch
MLflow / WandB
HuggingFace Transformers
LoRA / PEFT
Gradio
OpenAI SDK
Anthropic SDK
Pinecone
ChromaDB / FAISS
LangChain
LangGraph
RAGAs
AWS Bedrock / SageMaker
Azure AI Studio
GCP Vertex AI
FastAPI
Docker
Mem0
NeMo Guardrails
PromptFoo
GitHub Actions
🐍Python & PyTorch
🤗HuggingFace
Generative AI
📦Pinecone / RAG
🔗LangGraph Agents
☁️AWS Bedrock
🔷Azure AI
🌐GCP Vertex AI
🧠RAG Pipelines
🐳Docker / CI/CD
🛡️AI Security
🏆Production Deploy
🐍Python & PyTorch
🤗HuggingFace
Generative AI
📦Pinecone / RAG
🔗LangGraph Agents
☁️AWS Bedrock
🧠RAG Pipelines
🛡️AI Security
✦ Pricing

One Program. The Complete AI Journey.

Everything in Basic + Intermediate, combined and optimised into 8 action-packed weekends — at a significant saving.

✦ FAQ

Frequently Asked Questions

Everything you need to know before joining the Zero to Agent Bootcamp.

No prior AI or ML experience is required. Week 1 starts from Python fundamentals. Basic comfort with programming concepts (variables, loops) is helpful but not mandatory — we have pre-work materials to help you prepare.
This program is purpose-built as a single 8-week journey — the content flows cohesively, projects build on each other, and you save £251 vs. enrolling in both programs individually (£289 + £449 = £749). You also get one cohort, one community, and one certificate.
No. All compute-intensive workloads use Google Colab Pro and cloud GPU instances (provided via lab credits). A standard laptop with a modern browser is all you need for the entire program.
Yes — all 16 sessions (8 Saturdays + 8 Sundays) are recorded and available within 24 hours. Lifetime access is included with your enrollment.
We use free-tier and trial credits across AWS, Azure, and GCP, which are sufficient for all lab exercises. You may incur minimal costs (typically under $10 total) if you exceed free-tier limits — we help you monitor and manage this throughout.
Upon completing all 8 weeks and delivering your capstone project, you'll receive a Spairo Academy "Zero to Agent AI/ML Mastery" certificate — shareable on LinkedIn and portfolio sites.
Yes — graduates of this bootcamp receive a priority discount toward the Advanced AI/ML program (12-week, £699). The advanced track covers LLM training from scratch, RLHF, multi-agent orchestration at scale, and enterprise AI deployment patterns.

Ready to Go From Zero to Agent?
Cohort Starts May 16, 2026.

ML Foundations → Generative AI → Agentic Systems. The complete AI journey in 8 weekends. Limited to 20 seats.

✉️ Ask a Question 💬 WhatsApp Us
£499
Full 8-week bootcamp