Curriculum overview

The 100-day curriculum

Three tracks and one capstone. Every module is tied to a real engineering decision — when to use agents, when not to, and how to control cost, latency, hallucination and reliability under production constraints.

  • 100 days
  • 15 weeks
  • 35+ live sessions
  • 8 projects
  • 1 capstone

Structure

Three tracks, built to stack

Track 1 gives you the AI engineering foundation. Track 2 applies it to quality at production scale. Track 3 takes you through deployment, the capstone and the interview.

Track 1 — AI Engineering

  • Set up your AI engineering environment the way real teams do.
  • Refresh Python, APIs and testing fundamentals.
  • See how input, reasoning, tools and responses connect end to end.

Stack: Python · VS Code · Git & GitHub · Postman

  • Learn how LLMs reason and, more importantly, where they fail.
  • Master zero-shot, few-shot, chain-of-thought and prompt chaining.
  • Design structured outputs and system prompts that behave predictably.
  • Engineer context windows, tokens and embeddings deliberately.

Stack: OpenAI · Claude · Gemini · DeepSeek · Pydantic

  • Understand why retrieval fails and how to measurably improve accuracy.
  • Design agents that answer only from approved documents.
  • Build RAG and GraphRAG pipelines with real vector and graph stores.
  • Ship a retrieval system you could genuinely deploy inside your company.

Stack: Pinecone · Qdrant · FAISS · Neo4j · Embeddings

  • Learn when agents make sense — and when plain code is the better answer.
  • Break complex work into planner, executor and reviewer roles.
  • Build orchestrated workflows with LangChain and LangGraph.
  • Understand coordination cost, latency budgets and failure modes.

Stack: LangChain · LangGraph · OpenAI Agents SDK

  • Learn why structured tool communication beats free text at scale.
  • Build and wrap MCP servers for real tools.
  • Connect agents to browsers, databases and test runners safely.

Stack: MCP Protocol · Playwright MCP · FastAPI

Track 2 — AI-Native Testing

  • Generate grounded test cases from requirements and Jira stories.
  • Control hallucination through grounding and structured outputs.
  • Decide test count and type distribution with LLM planners.

Stack: Jira · Pydantic · Pytest · RAG

  • Generate Playwright TypeScript specs from natural language.
  • Solve locator uniqueness and section-scoped disambiguation.
  • Use accessibility snapshots and ref-based selection over brittle XPath.
  • Replace hardcoded waits with reliable dynamic wait strategies.

Stack: Playwright · Playwright MCP · TypeScript

  • Design three-layer healing: generation-time, runtime and post-run patching.
  • Score locator candidates with fuzzy matching against golden flows.
  • Track heal history and flakiness statistics your team can act on.

Stack: DOM capture · Fuzzy scoring · Heal dashboards

  • Evaluate agents at both component and system level.
  • Protect agents from prompt injection and misuse.
  • Add guardrails, schema validation and approval flows for risky actions.
  • Build an agent safe enough for customer-facing use.

Stack: LangSmith · Ragas · DeepEval · Guardrails

Track 3 — Production & Career

  • Learn when fine-tuning is worth the cost versus prompting and RAG.
  • Prepare datasets for domain adaptation.
  • Make trade-offs you can explain to stakeholders and architects.

Stack: Hugging Face · Datasets · Cost modelling

  • Build AI services with FastAPI and package them with Docker.
  • Wire CI/CD with GitHub Actions; manage secrets and configuration.
  • Track latency, cost and failure rates; design rollback strategies.

Stack: FastAPI · Docker · GitHub Actions · CI/CD

  • Design a complete AI quality system from scratch.
  • Integrate retrieval, agents, execution, evaluation and safety.
  • Deploy and test it like a real production service.
  • Present and defend your architecture the way a senior engineer would.

Stack: Full stack · Live architecture review

  • Practise AI system design interviews with case-based reasoning.
  • Explain agent architectures, trade-offs and failure modes clearly.
  • Optimise your resume and LinkedIn for AI-native roles.
  • Sit mock interviews with structured behavioural coaching.

Stack: Mock panels · Resume clinic · LinkedIn audit

  • Revisit classes and assignments as often as you need.
  • Get guidance during your active job search.
  • Convert preparation into offers.

Stack: Lifetime recordings · Community access

Bonus content · self-paced

The theory, available whenever you want it

Learn the foundational concepts at your own pace, before and alongside the live tracks. None of it is a prerequisite; all of it makes the live weeks easier.

AI & ML Foundations

AI fundamentals, machine learning fundamentals, deep learning concepts, and how modern AI systems are trained and served.

NLP, Transformers & LLMs

NLP fundamentals, transformer architecture, tokens, context windows, embeddings, attention, and how large language models actually work.

Python Engineering Track

Python foundations, OOP and design patterns, REST APIs with FastAPI and Pydantic, and professional testing with Pytest.

GenAI & Foundation Models

Generative AI, foundation models, model providers, inference, fine-tuning concepts, and where agentic AI is heading.

The stack

Everything you will touch across 100 days

Languages & dev tools

  • Python
  • VS Code
  • Git & GitHub
  • TypeScript

Application & API

  • FastAPI
  • Pydantic
  • Pytest
  • REST

Agent frameworks

  • LangChain
  • LangGraph
  • MCP Protocol
  • Agents SDK

LLMs & APIs

  • OpenAI
  • Claude
  • Gemini
  • DeepSeek
  • Ollama

Retrieval & data

  • RAG & GraphRAG
  • Pinecone
  • Qdrant
  • FAISS
  • Neo4j
  • Embeddings
  • pgvector

Testing & execution

  • Playwright
  • Playwright MCP
  • Self-healing automation
  • Selenium

Evaluation & safety

  • LangSmith
  • Ragas
  • DeepEval
  • Guardrails
  • OWASP LLM Top 10

Deployment & ops

  • Docker
  • GitHub Actions
  • CI/CD
  • PostgreSQL
  • Redis

AI coding tools

  • Cursor
  • Claude Code
  • GitHub Copilot
  • Codex

Weekly rhythm

What a typical week looks like

WhenWhat happensHours
Mon–FriPre-class material and personal practice5–10
WeeknightsDoubt-clearing and office hoursas needed
SaturdayMentor-led live interactive class5
SundayLive class + guided project lab5

Plan for 15–20 hours a week. Learners who treat the weekday practice as optional are the ones who struggle in the capstone. The live classes assume you arrived having tried the material.

Request the full curriculum

Send your details and our admissions team will share the detailed syllabus, upcoming cohort dates and fee options.

We reply within one business day. No spam, and your details are never sold.

Prefer to chat? Message us on WhatsApp.

Questions

Curriculum questions

Yes. Module 0 is a self-paced foundation that resets everyone to the same baseline — environment setup, Python, APIs and testing fundamentals — before the live weeks begin. The four bonus tracks cover AI, ML, NLP and transformer theory in parallel if you want the underlying concepts.

Roughly half. Weeks 1–7 are pure AI engineering: LLMs, prompting and context, RAG and GraphRAG, agents and multi-agent systems, and MCP. Weeks 8–11 apply that to quality engineering. Weeks 12–15 cover fine-tuning, deployment, the capstone and career preparation. That balance is deliberate — it is what makes graduates eligible for AI Engineer roles, not only AI-flavoured QA roles.

The spine stays fixed, but the tooling layer is refreshed each cohort because this field moves quickly. Model providers, agent frameworks and evaluation libraries all shift; the engineering judgement being taught does not.

Yes — lifetime access to recordings, plus continued access during your support period so you can revisit classes and assignments while you are actively interviewing.

Next cohort

Ready to work through all 100 days?

Reserve a seat in the next cohort and get the detailed module-by-module syllabus.

Cohort snapshot35 seats
01100 days live + self-paced15 wks
02Mentor-led weekend classes10 hrs/wk
038 guided projects + capstoneportfolio
04Interview prep & career supportongoing

Weeknight office hours · lifetime access to recordings · one accountable mentor across all 100 days

Call Reserve a seat