Bridgeon Tech SchoolReserve Your Seat
Live Weekend AI Engineering Bootcamp

Become an AI Engineer in 11 Weekends

Starts Aug 122 live sessions Fri & Sat, 7–9 PM IST

A hands-on, live bootcamp covering the full modern AI stack — LLMs, RAG, agents, LangGraph, MCP, Azure, multimodal systems, and fine-tuning — plus the career skills that get you hired. Every session ends with something you can run, show, or ship.

Schedule
Fri & Sat
7:00–9:00 PM IST
Duration
Aug 1 – Oct 17
No session Aug 8
Format
Live + Recorded
Community support all week
You ship
3+ Projects
Capstone, portfolio & interviews
Curriculum

11 weekends. 22 sessions. One transformation.

Every weekend is a complete unit: learn it Friday, deepen and ship it Saturday. Expand any weekend to see both sessions.

Aug 1 & 7Weekend 01Python Environment & LLM Fundamentals
Saturday

S1: The Modern AI Landscape & Python for AI Work

Map the AI engineering role, set up a professional Python environment, and make your first calls to a frontier LLM.

You build: your dev environment + first LLM API call
Friday

S2: Inside LLMs: Embeddings & Vector Databases

How LLMs represent meaning — tokens, embeddings, and vector search — and how to put a vector database to work.

You build: a semantic search engine over your own docs
Aug 8 — Day off. No live session — catch up, complete your Weekend 1 assignment, and join the community check-in. Regular Friday–Saturday weekends begin Aug 14.
Aug 14–15Weekend 02RAG Architecture & Pipeline Engineering
Friday

S3: RAG from First Principles: Concept to Pipeline

Why retrieval-augmented generation works, chunking strategies, and assembling the pipeline step by step.

You build: a RAG pipeline from scratch
Saturday

S4: LangChain in Practice: Production RAG Applications

Move from raw pipeline to a production-shaped application with LangChain's building blocks.

You build: a RAG application with upload & chat
Aug 21–22Weekend 03Agentic Systems, Guardrails & Evaluation
Friday

S5: Foundations of Agentic AI

What makes an agent: tool use, reasoning loops, and planning patterns you can rely on.

You build: an agent that calls real tools & APIs
Saturday

S6: Guardrails, Routing & Evaluating AI Systems

Keep AI systems safe and measurable — input/output guardrails, routing, and automated evaluation.

You build: a guarded agent + automated eval suite
Aug 28–29Weekend 04LLM Observability & Cloud Deployment
Friday

S7: Seeing Inside Your AI: Observability with LangSmith

Trace every call, measure cost and latency, and debug failures with LangSmith.

You build: full tracing + a cost/latency view
Saturday

S8: Enterprise AI with Azure AI Foundry — Part 1

Deploy your work to enterprise-grade cloud infrastructure on Azure AI Foundry.

You build: your first cloud-deployed AI endpoint
Sep 4–5Weekend 05Multi-Agent Orchestration with LangGraph
Friday

S9: Multi-Agent Systems with LangGraph

Design graphs of cooperating agents — supervisors, specialists, and shared state.

You build: a supervisor + specialists system
Saturday

S10: Project Showcase 1 + Azure AI Foundry — Part 2

Present your first portfolio project publicly, then go deeper on Azure deployment patterns.

You build: portfolio project #1, presented publicly
Sep 11–12Weekend 06MCP & Context Engineering
Friday

S11: The Model Context Protocol & Context Engineering

Connect agents to tools and data the standard way with MCP, and engineer context deliberately.

You build: an MCP-connected agent + context playbook
Saturday

S12: Effective Communication & Stakeholder Management

Translate technical work into stakeholder language — scoping, updates, and demos that land.

You build: a stakeholder-ready one-pager of your project
Sep 18–19Weekend 07AI Product Architecture & Voice Pipelines
Friday

S13: AI Product Thinking + Context Engineering, Deepened

Think like an AI product engineer: user problems, product specs, and the context strategy behind them.

You build: a product spec with its context strategy
Saturday

S14: Advanced Context Patterns & Intro to Voice Agents

Advanced context techniques, then the anatomy of a voice pipeline: speech in, reasoning, speech out.

You build: your first working voice interaction loop
Sep 25–26Weekend 08Multimodal Systems & Text-to-SQL
Friday

S15: Multimodal AI Engineering

Build systems that work across text, images, and audio with multimodal models.

You build: an assistant that can see, hear, and respond
Saturday

S16: Personal Branding + Building a Text-to-SQL Agent

Grow your public profile as an engineer, then build a guarded natural-language-to-SQL agent.

You build: a safe natural-language interface to a database
Oct 2–3Weekend 09Production Hardening & Capstone Sprint
Friday

S17: Advanced AI Engineering Patterns

Caching, fallbacks, rate limits, structured outputs — the patterns that survive production.

You build: production-hardened versions of your projects
Saturday

S18: Capstone Sprint + Life Basics in the Age of AI

Scope and start your capstone, plus a frank session on working and living well alongside AI.

You build: a scoped capstone in active development
Oct 9–10Weekend 10Fine-Tuning, Local Inference & DSPy
Friday

S19: Fine-Tuning & Running Local Models

When and how to fine-tune, and how to serve open models on your own hardware.

You build: a fine-tuned or locally-served model in an app
Saturday

S20: Deep Work, Time Management & Prompt Optimization with DSPy

Optimize prompts programmatically with DSPy, and build the deep-work system to sustain your growth.

You build: a DSPy-optimized pipeline + deep-work system
Oct 16–17Weekend 11Technical Interviews & Capstone Showcase
Friday

S21: Mock Interviews & Career Guidance

Practice real AI engineering interview questions and get personalized career feedback.

You build: an interview prep kit + personalized feedback
Saturday

S22: Final Projects Showdown

Demo day: present your flagship project to the cohort and guests.

You build: your flagship project, presented publicly
Heads up: Some sessions require paid access to tools like Codex, Claude, or Hugging Face — budget ~₹1,500–2,000 in additional subscription costs across the program, on top of the seat fee.
Outcomes

What you walk away with

01

Deployed, portfolio-ready projects

RAG applications, autonomous agents, a text-to-SQL system, and a self-chosen capstone — live, linkable, and demo-ready.

02

A production skill set

LLMs, RAG, LangChain, agents, LangGraph, MCP, observability, Azure AI Foundry, multimodal & voice systems, fine-tuning, DSPy.

03

Career assets

Stakeholder communication, personal branding, deep-work systems, mock-interview experience, and a public portfolio.

04

Community

A cohort channel with daily support, plus access to session recordings and materials.

Format

The weekly rhythm

Friday · 7–9 PM

Core concept + live build

The weekend's core idea taught hands-on — you code along and leave with something running.

Saturday · 7–9 PM

Deepen, extend, or level up

Labs, advanced patterns, or professional skills that compound what you built on Friday.

Between sessions

Ship & get support

A 60–90 min shipping assignment, community Q&A, and office hours. All sessions recorded.

Who this is for

Developers, data professionals, and career-switchers who can write basic code and want to become AI Engineers.

  • You need
  • Basic Python (variables, functions, loops)
  • A laptop
  • ~4 hrs/week outside sessions
  • You don't need
  • ML or math background
  • Prior AI experience
FAQ

Questions, answered

Are sessions recorded if I miss one?
Yes. Every session is recorded and you get access to all recordings and materials, so you can catch up anytime.
Do I need prior AI or ML experience?
No. Basic Python (variables, functions, loops) is enough. We build everything from first principles — no ML or math background required.
What language are sessions conducted in?
A mix of Malayalam and English — explanations and discussion in Malayalam, with technical terms, code, and documentation in English, so concepts are easy to follow for our primarily Kerala-based audience.
Will I get a certificate?
Yes — participants who complete the program and present their capstone receive a certificate of completion.
How is this different from recorded courses?
Everything happens live: you build during sessions, get direct feedback, ship projects alongside a community, and present at public demo days. Recordings are the backup, not the product.
What tools or accounts will I need?
A laptop and a handful of accounts (LLM APIs, GitHub, Azure trial). Free tiers cover most of the course, but some sessions use pay-as-you-go LLM API keys — expect a small usage cost (roughly ₹500–1500 total) at times, and we'll point out free alternatives wherever possible. We walk through the full setup together in Session 1.
How do I access course content?
Through your student dashboard after registration — you'll receive access details as soon as you register.
Cohort starts August 1 · Limited seats

Code your AI future in 11 weekends

+ ~₹1,500–2,000 for required tool subscriptions (Codex, Claude, Hugging Face)

Cohort starts Aug 1Fri & Sat · 7–9 PM IST
Reserve Your Seat