A 31-week programme for 12 selected students — six men, six women — built around one idea: you learn by building. By the end, you have a live product, a real GitHub history, and a skill set matched to what India's fastest-growing job market is actually hiring for right now.
You pay ₹2 lakh only after you're placed — via EMI, over time. If you don't get placed, you owe nothing.

India has over 400,000 active AI job openings. By 2027, the country needs 1.25 million AI professionals. Trained supply covers less than 20% of that gap. AI-linked hiring grew 32% in a single year. Entry-level agentic AI engineers earn ₹8–12L starting — above the general AI average — because the specific skills matter.
73% of employers now say they prioritise demonstrated ability and proof of work over formal qualifications. The shift from credential to evidence is already employer behaviour, not a trend article. codeschool's curriculum was verified against real 2026 job postings for Agentic AI Engineer, LLM Engineer, and GenAI Engineer roles before being finalised — close to verbatim what these job postings ask for.
Super Builder is deliberately small. Twelve students — six men, six women, by design. Not a batch, not a class. A cohort. You will know every person in it. Your instructors will know you. The retreat, the immersions, the build reviews — everything is designed around twelve people, not scaled for a hundred.
Cohort 1 draws primarily from Kalimpong and Kurseong. Not because people from elsewhere can't apply — but because we're building local proof first, before building wider.
Zero. We start from the very beginning. Week 1, Lesson 1: how a computer works.
You don't need to have coded before. You need to be the kind of person who finishes things, even when they get hard.
Designed for people at the start of their career who want to build a real foundation.
Kalimpong and Kurseong first. This will expand. It starts here.
10–12 live hours every weekend. Every second weekend free. You go from zero to a live, deployed, full-stack AI product. All new concepts are taught in this phase.
~4 live hours every weekend. One product, built continuously. No new concepts. One idea, one product, sixteen weeks. The Retreat sits at Week 14.
Demo Day prep, Demo Day, placement.
10–12 hours of live class every weekend — Saturday and Sunday, 5–6 hours each day. Every second weekend is free: no new content, just space to consolidate. You arrive not knowing how to code. You leave with a live, deployed, full-stack AI product — and your own product idea locked and mentor-reviewed, ready to build.
Understand what a CPU, memory, and storage do — so code stops feeling like magic.
Navigate folders and files by typing — the daily habit every engineer relies on.
See code as a list of instructions a computer follows literally and in order.
Get Node.js, VS Code, and Git installed — and learn npm, how JavaScript projects install external code.
Write, run, and break your first program — and read an error message without panic.
How a program remembers things while it runs.
The basic units of information and how to calculate with them.
Teach a program to behave differently depending on conditions.
Hold collections of data and repeat work automatically.
Apply variables, math, decisions, and loops in two small real programs.
Package logic into named, reusable pieces instead of repeating yourself.
Read from and write to files — how programs save and load real data.
Stop programs from crashing when something unexpected happens.
Classes and objects as a way to model real-world things in code.
Functions, files, and error handling into one real program.
Save snapshots of your code with clear history, and work on new ideas safely.
Push code to the cloud — repositories are the engineer's real portfolio.
What actually happens when you visit a website.
Build the skeleton and look of a real web page.
Your first real, visible, version-controlled thing on the internet.
JS in the browser, and how it handles things that take time without freezing the page.
Apply logical thinking to a new context: the browser.
Make a page react to clicks, typing, and other user actions.
Build real forms that collect input and respond to what a person does.
Combine HTML, CSS, and JS into a real interactive tool.
The problem component-based frontend tools solve.
See a UI as small, reusable, named pieces.
Make components flexible by feeding them different information.
Let a piece of the UI change itself in response to user actions.
Inspect, debug, and understand what your code is doing.
What a managed backend platform does for you.
Set up a real backend platform without writing server code.
Plan real data tables and how they relate to each other.
The four basic operations every application performs on data.
Wire a real React app to a real, live database.
Real user accounts using a trusted, managed service.
Control data access by user and keep secrets out of code.
The common language every API speaks.
Fetch real, live external data into your own project.
Wire real auth and a third-party API into your project.
A working mental model of how AI models like Claude generate responses.
Your first programmatic AI call.
Structure, clarity, and specificity for reliable AI output.
Improve output reliability by showing the model what you want.
Add a real AI-powered feature to a project you've built.
AI-assisted coding as a real workflow — you understand React deeply enough to direct it.
Get your full-stack app live on the internet, end to end.
Database, auth, frontend, AI feature — all live, deployed, real.
Scope the one product you'll build for the rest of the programme.
Mentor-reviewed plan in hand.
No new concepts from here. One product idea, chosen and locked. Sixteen weeks of building it — the same product getting more capable, more stable, more real every week. Support continues every weekend, roughly 4 hours — code review, unblocking, and architecture decisions specific to what each student is building.
Diagram your data model, key flows, and major components — structure files so the project stays manageable.
Start building the real backbone of your product.
Move beyond auto-generated APIs — write your own routes, request handling, and business logic.
Apply Express; build frontend with Claude Code, the way real engineers work.
Wire your product's pieces into one coherent, working system.
Live, open troubleshooting on whatever's stuck.
Lovable for fast prototyping and cross-platform builds. A third skill layer on top of real understanding.
Mentor feedback on each product's system design before heavy building.
Build the real data models, screens, and logic each product depends on.
A working engineer on what actually changes when real users show up.
Build the primary interface a real user would interact with.
People who've built and launched real products.
Connect every piece into one coherent, working product.
An honest, unpolished look at your core product.
Scope a specific AI capability, not AI for its own sake.
Store and query your product's own data for AI to retrieve from.
Give AI the ability to call real code via the Claude Agent SDK.
How agents connect to tools and data in 2026. If you're not using MCP, you're building on legacy infrastructure.
Build a real chat or search interface; make AI output feel fast, not silent.
Per-conversation cost, prompt caching, model routing by query complexity.
Offline eval set, LLM-as-judge online eval, tracking task success, latency, and cost per task.
The AI capability that defines your product, fully working end to end.
Stop bad data from ever reaching your database or your AI calls.
Real failure modes including Excessive Agency. Mitigations: least-privilege tool design, human-in-the-loop, kill switches.
Unit and integration tests that catch bugs before users do.
Find real people to try your product and turn feedback into changes.
The single highest-leverage database performance technique.
Audit auth, data access, and secrets before anyone else finds the gaps.
Prevent a single user or bug from running up an unbounded bill.
Coordinate multiple agents or AI steps reliably — only where the product genuinely calls for it.
Close the gap between functional and something people enjoy using.
Frontend polish that makes your product feel real, not just functional.
The automatic deploy pipeline Vercel and Supabase already give you.
Close the most important remaining gaps against your original plan.
Know when something breaks; plan for the worst case.
Feature-complete, secure, monitored, ready to be shown.
Turn months of real work into a document and portfolio that gets noticed.
Practice explaining your work under real interview pressure.
Craft and structure a compelling walkthrough of what you built and why.
Fix visible rough edges; document how your system works.
Practice in front of the cohort and mentors before it counts.
Present live to guests, employers, and the wider community — codeschool's first public proof point.
Turn Demo Day into real outcomes — applications, interviews, and a first offer.
JavaScript, Node & npm, Git & GitHub, HTML/CSS, VS Code, Command Line
Can write, run, and debug real JavaScript programs from scratch, and ship a version-controlled static page live on GitHub. No prior coding assumed.
JavaScript (DOM, async/await), React, Browser Dev Tools, Supabase, REST APIs
Can build a real, interactive, data-backed web app with user accounts — full front end in React, backend via Supabase.
Claude API, Claude Code, Prompt Engineering, Vercel
Has a live, deployed, full-stack AI product on the internet, and a locked, mentor-reviewed plan for the capstone.
Express.js, system architecture, no-code tools (Lovable-style)
Has architected and started building the real capstone — with a true backend — and pushed its core forward fast during the Retreat.
RAG / pgvector, Claude Agent SDK, MCP, eval design
The product's core AI feature — retrieval, agents, and tool use via MCP — is fully built, evaluated, and working end to end.
Testing frameworks, OWASP LLM Top 10, database indexing, security auditing, accessibility
The product is hardened against real-world misuse, has a real test suite, and has been used by real people.
CI/CD, monitoring, resume & interview prep
The product is feature-complete and production-stable; ready to apply and interview with a real, deployed body of work.
Presentation skills, documentation
The product is demoed publicly at Demo Day, and the placement push is fully underway.
Five full-day, in-region sessions across the programme — placed at moments where being in a room together genuinely matters.
The cohort meets in person for the first time. Why we're here. What AI-native building looks like. Industry guests join.
Show your first live product. Industry guests attend. A real milestone, marked in person.
Working engineers give real, honest critique of the products being built. Sometimes uncomfortable. Always useful.
A full day on resume, portfolio, and mock interviews — built around what you actually shipped.
Full presentations in front of the cohort and mentors, before the real thing.
Front end and back end, one language throughout
Component-based UI
Real backend APIs, your own business logic
Database, auth, and instant prototyping
Deployment
Agentic AI, built in from Week 9
How agents connect to tools and data in 2026
No-code and cross-platform, a real third skill layer
Note: Exact tools may shift before launch. AI moves fast and we'll always teach what's current, not what was convenient when this was written.
One consistent teaching relationship per phase. Not a new face every week. Each instructor is with you long enough to know your product, your blockers, and where you actually are.
3–6 years experience, genuine full-stack range: JavaScript/TypeScript, React, Express, Supabase — plus real hands-on experience with no-code and AI builder tools. The only teacher you'll know for your first three months. The single most important hire for cohort continuity.
5–8 years experience, specific hands-on RAG pipelines and agentic AI systems: tool-calling, multi-step reasoning, MCP. The highest-ceiling, most market-critical content in the programme. Someone who has actually done this in production.
5–8 years experience, senior backend and full-stack: reliability, security, testing, scale, shipping discipline. The stretch most courses skip entirely. Exactly what makes the difference between a demo and a product that survives real users.
Plus — network-sourced, not a paid budget line: product mentors at idea-selection, guest engineers at the Retreat, career speakers at the immersions. Drawn from codeschool's own founder and engineering network.
By the end, you can build a startup's entire product — front end, back end, database, live AI feature — alone, with the fastest stack available. Not a tutorial clone. Something you designed, scoped, built, deployed, and put in front of real users.
Live URL. Real GitHub history. A recruiter can verify your work before they've finished reading your name. Nothing to take on faith.
Demo Day puts your product in front of people who hire. Your instructors become references. Your cohort goes to market alongside you. Entry-level GenAI engineers with this exact skill set earn ₹8–12L starting — the curriculum was built to match that bar exactly.
You don't need a CV. You'll graduate with one.
No upfront fee. Tuition is free during the programme.
You pay ₹2 lakh only after you're placed — via EMI, over time, once you're earning. If you don't get placed, you owe us nothing.
This is an Income Share Agreement. You only pay if it works.
Cohort 1 starts mid-2027. Kalimpong and Kurseong first. No upfront cost. No risk if you don't place.