Apply — Genvarsity Training to Hire Programme
Genvarsity · Applied AI

Start your application to the Training to Hire Programme.

One month of Applied AI training, taught by professionals from hiring companies, followed by a placement drive. Your fee is based on your assessment score.

Start Your Application →
01 · Register

Submit Application

Fill out the form below with your details.

02 · Assess

Take the Test

Complete a 20-minute preliminary assessment to unlock your fee waiver percentage.

03 · Enroll

Confirm Your Seat

Pay your assessed fee and enroll in the upcoming cohort.

04 · Train

Complete the Programme

60 hours of Applied AI training over one month, led by industry professionals.

05 · Apply

Join the Placement Drive

DiscoveHr Pro unlocks — apply directly to eligible jobs.

1 MonthDuration
60 HrsTraining
Up to 100%Fee Waiver
1 YearPlacement Support
Step 01

Start Your Application

Takes about 5 minutes. You'll receive your assessment link by email right after.

Genvarsity × Ensynapse Technique

4-Week Online AIML Program

A project-based curriculum where every team builds one end-to-end AI system across a month of live weekend classes and weekly team build hours — guided by faculty acting as the team's technical lead.

60 hours total 4 weeks 6 live hrs / week 9 activity hrs / week Capstone project track

Format at a glance

Live classes
6 hrs / week
Two weekend blocks (e.g. Saturday + Sunday, 3 hours each). Condensed teaching paired with TL-led live build walkthroughs.
Activity hours
9 hrs / week
Self-paced team build time, Monday–Friday. This is where the project actually gets built, with one live TL office hour worked in.
Total program
60 hrs / 4 wks
15 hours a week, split between concentrated teaching and hands-on team execution, ending in a live Demo Day.

The four weeks

Week 1
Architecture & Foundations
Week 2
Fine-Tuning & Alignment
Week 3
RAG, Agents & Compound AI
Week 4
MLOps, Safety & Demo Day

Each week opens with live teaching, then hands the project to the team for the build. Teams select a capstone track in Week 1 and carry it through to a live Demo Day at the end of Week 4.

How the program runs online

  • Environment, provisioned once. The shared cloud GPU (Colab Pro / RunPod) and a pinned requirements.txt are ready before Week 1 opens, so no team loses build time to environment setup.
  • Every live block is recorded. Teams spend 9 of every 15 hours working asynchronously — the recording is how anyone catches up without burning activity time.
  • One office hour a week, inside the activity budget. A 1-hour live TL check-in (Wednesday) sits inside the 9 activity hours, not on top of them, so the 60-hour total holds.
  • Daily async standups. Teams post a short update — blocked / not blocked / next — in a shared channel on activity days, keeping blockers visible without a live check-in.
  • Live blocks open with a question, not a slide. Each session leads with a problem the team has to wrestle with before the technique is named — this is what keeps a live block from turning into a webinar.
Week 1

Architecture & Foundations

Set up the system and the team before touching the model.
LIVE 6h ACTIVITY 9h = 15h this week

Live sessions

DayBlockFormatSession content
Sat1 (90m)Keynote + framingThe expert mental model of modern AI; production vs. academic AI. Project briefing, team formation, and capstone track selection.
Sat2 (90m)Deep diveTransformer internals beyond the tutorial: Flash Attention 2 memory budgeting, RoPE/ALiBi, KV cache mechanics, GQA/MQA, MoE routing — including a by-hand RoPE rotation exercise and a KV cache-size derivation.
Sun1 (90m)Deep diveMultimodal architectures: CLIP/InfoNCE contrastive pre-training, ViT patching vs. CNN features, cross-modal fusion strategies, diffusion U-Net internals.
Sun2 (90m)Live-coded walkthroughThe TL live-codes the project scaffold end-to-end — repo + CI, attention profiling benchmark (naive vs. Flash Attention) — so the team starts activity hours with a working baseline.

Activity hours (9h, Mon–Fri)

DayHoursTeam activity
Mon2hTeam clones the scaffold, confirms the CI pipeline runs green, assigns the five project roles.
Tue2hRun the attention profiling benchmark at sequence lengths 512–4096; capture the naive vs. Flash Attention chart.
Wed1h + 1h1h TL office hour for blockers · 1h begin data pipeline design for the chosen project track.
Thu2hContinue the data pipeline build; draft the team's architecture diagram.
Fri1hFinalize the architecture diagram; post the Week 1 deliverable to the shared repo.
Week 1 deliverable

Repo + CI initialized · data pipeline designed · attention profiling chart (naive vs. Flash Attention) · team architecture diagram.

Week 2

Fine-Tuning & Alignment

Get the model to do what you actually want, and prove it did.
LIVE 6h ACTIVITY 9h = 15h this week

Live sessions

DayBlockFormatSession content
Sat1 (90m)Deep diveParameter-efficient fine-tuning: LoRA/QLoRA/DoRA math and trade-offs, rank selection strategy, adapter merging (SLERP/TIES/DARE), quantization (GPTQ/AWQ/NF4).
Sat2 (90m)Live-coded walkthroughThe TL live-codes a QLoRA fine-tune on a shared Unsloth notebook (fits a single T4 GPU) so every team has a working baseline before touching their own data.
Sun1 (90m)Deep diveAlignment: the RLHF three-model system and PPO instability, the DPO derivation that removes the reward model, SimPO/KTO/IPO, Constitutional AI.
Sun2 (90m)Deep dive + walkthroughEvaluation beyond perplexity/BLEU: LLM-as-judge (G-Eval/MT-Bench), contamination and Goodhart's law, red-teaming — plus a live walkthrough of building a DPO preference dataset from an instruction set.

Activity hours (9h, Mon–Fri)

DayHoursTeam activity
Mon2hQLoRA fine-tune the project's base model on domain data; log rank/loss experiments.
Tue2hBuild 100+ DPO preference pairs (chosen/rejected) specific to the project track's failure modes.
Wed1h + 1h1h TL office hour · 1h run the DPO training loop (TRL) on the preference set.
Thu2hBuild the LLM-as-judge evaluation pipeline; run the custom eval suite against the tuned adapter.
Fri1hIntegrate the tuned checkpoint into the project backend via a FastAPI /generate endpoint.
Week 2 deliverable

Fine-tuned adapter checkpoint · DPO preference dataset (100+ pairs) · custom evaluation report · integrated /generate endpoint.

Week 3

RAG, Agents & Compound AI

Build the system that retrieves, reasons, plans, and uses tools.
LIVE 6h ACTIVITY 9h = 15h this week

Live sessions

DayBlockFormatSession content
Sat1 (90m)Deep diveAdvanced RAG: naive RAG failure modes, semantic/hierarchical chunking, hybrid dense+BM25 search with Reciprocal Rank Fusion, HyDE, RAGAS metrics (faithfulness, answer relevance, context recall).
Sat2 (90m)Live-coded walkthroughThe TL builds a hybrid-search RAG pipeline with a RAGAS evaluation harness end-to-end on a shared dataset.
Sun1 (90m)Deep diveAgentic AI: ReAct / Chain-of-Thought / Tree-of-Thought reasoning, function calling and structured output, memory tiers (in-context, vector store, episodic), LangGraph / CrewAI / AutoGen.
Sun2 (90m)Deep dive + live buildCompound AI systems: the compound-AI thesis, orchestrator-worker patterns, DSPy prompt optimization, guardrails (Outlines/NeMo) — plus a live build of a plan → execute → reflect LangGraph agent.

Activity hours (9h, Mon–Fri)

DayHoursTeam activity
Mon2hImplement hybrid search over the project's corpus; wire the chunking strategy.
Tue2hRun RAGAS on 10+ hand-crafted QA pairs; fix retrieval before touching generation if faithfulness falls below 0.70.
Wed1h + 1h1h TL office hour · 1h build the LangGraph agent with its first tool.
Thu2hAdd remaining tools (target 3+); wire the agent into the project interface.
Fri1hRun the first end-to-end query through the full pipeline; log the RAGAS evaluation report.
Week 3 deliverable

Working RAG pipeline with RAGAS scores · functional agent with 3+ tools · first end-to-end demo · RAGAS evaluation report.

Week 4

MLOps, Safety & Demo Day

Ship it, prove it's reliable, and defend it live.
LIVE 6h ACTIVITY 9h = 15h this week

Live sessions

DayBlockFormatSession content
Sat1 (90m)Deep diveInference engineering: speculative decoding, vLLM / PagedAttention, INT4/INT8 quantization trade-offs, distillation, token cost modelling (the API-vs-self-host break-even exercise).
Sat2 (90m)Deep diveLLMOps and safety: experiment tracking and monitoring (W&B / Langfuse / DVC), failure taxonomy (hallucination, prompt injection, jailbreaks, bias), bias auditing, EU AI Act overview.
Sun1 (90m)Demo DayTeam presentations — 10 minutes each (problem, architecture, live demo, metrics/learnings) plus 5 minutes Q&A. Judging: technical depth (30%), working demo (30%), evaluation rigour (20%), presentation clarity (20%). Scale block length to team count.
Sun2 (90m)Frontier + closingLightning session on test-time compute / reasoning models and world models / Mamba, followed by awards and a closing session on research and engineering career pathways.

Activity hours (9h, Mon–Fri)

DayHoursTeam activity
Mon2hDeploy the project via vLLM behind FastAPI; confirm the OpenAI-compatible endpoint responds.
Tue2hInstrument Langfuse for prompt logging and latency tracking; verify events appear in the dashboard.
Wed1h + 1h1h TL office hour · 1h build the hallucination monitor (LLM-as-judge on sampled outputs) and add the guardrail layer.
Thu2hComplete the safety audit checklist (bias audit, red-team log); draft the 4-page technical writeup.
Fri1hRehearse the 10-minute Demo Day presentation live on camera at least once.
Final deliverable

Live deployed endpoint · monitoring dashboard (latency, cost, hallucination rate) · safety audit checklist · 4-page technical writeup · GitHub repo with README and evaluation results · Demo Day presentation.

Running notes for faculty

  • Capstone tracks. Teams choose one of three project tracks in Week 1 (details in the capstone project brief); each track's weekly discovery prompts are built to align with this session plan week by week.
  • Every block maps to a deliverable. Nothing on the schedule is filler — each live block and activity block feeds directly into that week's shipped deliverable, so a missed session has a visible, specific gap.
  • Protect the Wednesday office hour. It's the one live touchpoint inside the activity budget. A team that skips it two weeks running is the earliest reliable signal they're stuck and not saying so.
  • Weekend block order is swappable. Some cohorts do better with the live-coded walkthrough first and the deep-dive theory second — build first, then name what you built. The content is identical either way.
  • Demo Day time is elastic, everything else isn't. With more than 5–6 teams, extend the Sunday Demo Day block rather than compressing per-team time below 10 minutes — the live-demo format is where evaluation rigour actually gets tested.
Genvarsity × Ensynapse Technique · 4-Week Online AIML Program · 60 hours · Project-based, live-taught, team-built

How to apply:

Both the assessment and enrolment links are given below. Take the assessment first, get the coupon code via email and enroll in the form below. Do not attempt the quiz more than once. Coupon Validity shall be until 31st July 2026. Full fee waiver if achieved, is always processed as a refund of amount paid after system assigned discount.

TAKE THE ASSESSMENT TEST HERE

Once you complete the assessment, enroll here by paying the program fee. Check email for discount coupons based on your score.

Enrolment FormEMI available on credit cards upon checkout
Payment
ItemQuantityPrice
Certificate Program in Applied AI - 1 month 60 hours
1
₹15000.00
Order Summary
ItemQuantityAmount
Certificate Program in Applied AI - 1 month 60 hours1₹ 15000.00
Order Total
₹0.00

You can't edit the past. You can still build the future.