// Programs / Studio / Events / Founder / Lead magnet // ============= PROGRAMS STRIP ============= const Programs = ({ tweak }) => { const items = [ { tier: "01 / Foundations", name: "Foundations of AI for India", href: "programs/foundations.html", price: "₹32,900", emi: "or ₹2,749 / mo · 12 mo", duration: "6 weeks · part-time", cohort: "Cohort 07 · 12 May 2026", copy: "The fastest, no-nonsense ground floor. Build five small AI tools, ship one of them, and walk away with a real intuition for what's possible.", tag: "Open enrolment", }, { tier: "02 / Builder Track", name: "Builder Track — flagship", href: "programs/builder-track.html", price: "₹98,900", emi: "or ₹8,249 / mo · 12 mo", duration: "12 weeks · 8 hrs/wk", cohort: "Cohort 04 · 30 May 2026", copy: "Twelve weeks. Five capstone systems. Real review by senior engineers shipping AI in production. The program the Studio recruits from.", tag: "Flagship · Application gated", featured: true, }, { tier: "03 / Apprenticeship", name: "AI Apprenticeship", href: "programs/apprenticeship.html", price: "₹1,99,000", emi: "Refundable on Studio placement", duration: "6 months · full-time", cohort: "Class of 2026 · 15 Jun", copy: "Six months under a senior reviewer, on actual Studio client work. Selective. Twelve seats. We mean it when we say we don't promise placements.", tag: "Selective · 12 seats", }, ]; if (tweak.programsLayout === "table") { return (
{items.map((p, i) => (
{p.tier.split(" / ")[0]}
{p.name}
{p.copy}
{p.price}
{p.emi}
{p.duration}
{p.cohort}
))}
); } if (tweak.programsLayout === "hero") { const builder = items[1]; const others = [items[0], items[2]]; return (
{builder.tag}
{builder.tier}
Builder Track

{builder.copy}

{builder.price}
{builder.emi}
{builder.duration}
{builder.cohort}
{others.map((p, i) => (
{p.tier}
{p.name}

{p.copy}

{p.price} {p.duration}
))}
); } // default equal cards return (
The school} lede="Three programs. One philosophy. Show your work." />
{items.map((p, i) => (
{p.tier}
{p.featured && {p.tag}}
{p.name}

{p.copy}

{p.price}
{p.emi}
{p.duration} · {p.cohort}
))}
); }; // ============= STUDIO STRIP ============= const Studio = ({ tweak }) => { const packages = [ { id: "audit", name: "Audit", outcome: "A 14-day diagnostic of where AI helps your business — and where it does not.", price: "from ₹75,000", duration: "2 weeks · fixed scope" }, { id: "sprint", name: "Sprint", outcome: "One focused build, shipped in four weeks. Prototype to working internal tool.", price: "from ₹3,00,000", duration: "4 weeks · fixed scope" }, { id: "mvp", name: "MVP", outcome: "Customer-facing AI feature or product, production-ready, in eight to twelve weeks.", price: "from ₹8,00,000", duration: "8–12 weeks" }, { id: "retainer", name: "Retainer", outcome: "An embedded reviewer + senior builder, two days a week, on your roadmap.", price: "from ₹2,00,000 / mo", duration: "3-month minimum" }, { id: "build-pod", name: "Build Pod", outcome: "A dedicated three-person AI pod inside your team, managed by us.", price: "from ₹6,00,000 / mo", duration: "6-month minimum" }, ]; if (tweak.studioLayout === "ladder") { return (
The studio} lede="Five engagements, priced openly. Indian rates. Senior reviewers. Fixed-scope contracts, payment milestones, IP transfer on delivery." dark />
{packages.map((p, i) => (
0{i + 1}
{p.name}
{p.outcome}
{p.price}
{p.duration} →
))}
Read the studio brief Book a discovery call
); } // default 5-card grid return (
The studio} lede="Five engagements, priced openly. Indian rates. Senior reviewers. Fixed-scope contracts, payment milestones, IP transfer on delivery." dark />
{packages.map((p, i) => (
0{i + 1}
{p.name}

{p.outcome}

{p.price}
{p.duration}
))}
Read the studio brief Book a discovery call MSA AVAILABLE ON REQUEST · GST INVOICED
); }; // ============= EVENTS ============= const Events = () => { const events = [ { date: "MAY 18", day: "MON", city: "Bengaluru", title: "Senior Engineering Meetup #07", topic: "AI in production: what's actually breaking", spots: "42 / 60", kind: "MEETUP" }, { date: "MAY 24", day: "SAT", city: "Online", title: "Paper Studies: Mixture-of-Recursions", topic: "MoR — what it changes for inference cost", spots: "Open", kind: "PAPER STUDY" }, { date: "JUN 07", day: "SAT", city: "Mumbai", title: "Founders' Roundtable", topic: "Picking the right first AI bet for your company", spots: "12 / 24 · invite", kind: "ROUNDTABLE" }, { date: "JUN 21", day: "SAT", city: "Bengaluru", title: "Industrolearn Open Day", topic: "Tour the studio, meet the cohort, see real builds", spots: "Open", kind: "OPEN DAY" }, ]; return (
What we host} lede="The fastest way to meet the people doing real AI work in India. Free or close to it. No pitches." />
{events.map((e, i) => (
{e.date}
{e.day} · 2026
{e.kind}
{e.title}
{e.topic}
{e.city}
{e.spots}
RSVP →
))}
All events → Subscribe to the calendar (.ics)
); }; // ============= NUMERIC PROOF ============= const Proof = () => { return (
41 builds
§ 06 — One number

Forty-one production AI systems shipped for Indian, Canadian and US companies since 2024 — across manufacturing, fintech, healthcare, retail and SaaS. Every program graduate has worked on at least one.

); }; // ============= FOUNDER ============= const Founder = ({ tweak }) => { if (tweak.founderLayout === "fullbleed") { return (
[ EDITORIAL FOUNDER PORTRAIT — TO SHOOT — 21:9 ]
§ 07 — Who's behind this

Hi, I'm Abhijeet.

I've spent the last decade shipping software in India — and the last three years building AI systems for companies that actually need them. Industrolearn is the school I wished I'd had: serious, honest, taught by people still in the arena. Read the long version on the about page.

Read the full story →
); } if (tweak.founderLayout === "signature") { return (
§ 07 — Founder

Built in India by Abhijeet Mazumdar.

Decade of shipping in India. Three years of putting AI into the wild. Not a coach. Not a course-aggregator. A working operator teaching what they're still doing today.

— Abhijeet
Read more →
); } // default: portrait left + text right return (
Abhijeet Mazumdar — founder, Industrolearn
§ 07 — Founder

Hi, I'm Abhijeet.

A decade of shipping ML software in India, and the last three years building AI systems for companies that actually need them. Industrolearn is the school I wished I'd had — taught by people still in the arena, funded by a studio that has to keep being good for the school to stay honest.

I read most of the applications myself. If we work together, you'll know it.

ABHIJEET MAZUMDAR · BENGALURU
); }; // ============= LEAD MAGNET ============= const LeadMagnet = () => { const [submitted, setSubmitted] = React.useState(false); const [email, setEmail] = React.useState(""); const onSubmit = (e) => { e.preventDefault(); if (!email.includes("@")) return; setSubmitted(true); }; return (
§ 08 — Free, useful, real

The AI Career OS for India.

A 28-page playbook: how to pick your AI path, what to learn first, the five proof projects that get you hired, how to position online, and a 30-day plan that actually fits a working week.

    {["Choose your AI path (5 archetypes)", "What to learn first — and what to skip", "Five proof projects to build", "How to position yourself online", "A 30-day plan that fits a working week"].map((t, i) => (
  • 0{i + 1} {t}
  • ))}
{!submitted ? (
setEmail(e.target.value)} required />
No exit-intent popup. No countdown. No spam.
) : (
SENT
Check your inbox.

The AI Career OS is on its way to {email}. If it doesn't show up in five minutes, peek in Promotions.

)}
); }; // ============= SECTION HEAD ============= const SectionHead = ({ n, kicker, title, lede, dark }) => { return (
§ {n} — {kicker}

{title}

{lede}

); }; window.Programs = Programs; window.Studio = Studio; window.Events = Events; window.Proof = Proof; window.Founder = Founder; window.LeadMagnet = LeadMagnet; window.SectionHead = SectionHead;