Applied Intelligence Interface

Build. Learn. Deploy. Real-World AI and Business-Focused Skills & Projects.

Move from theory to execution through mentored, applied, and career-oriented training.

Applied, Job-Ready Training
design, build, deploy, and defend real projects
Mentored Learning
Structured Support, Feedback, & Direction
Stronger Portfolio
Practical AI & Product Skills & Interview Prep
← Back

Khel.ai 15 Day AI Agent Internship Program

Co-powered by SAAI & YouVah

Program Cost: INR 7999.00 (includes GST)

SAAI × Khel AI — 15-Day AI Agent Internship Roadmap
SAAI × Khel AI • AI Agent Engineering Internship

15-Day AI Agent Internship Roadmap

A student-friendly, product-first roadmap where learners build a real sports AI agent using FastAPI, analytics APIs, chatbot intelligence, memory, and tool calling.

Audience
9th–12th

School students learning real AI systems through guided product work.

Duration
15 Days

Fast, practical, visible progress with build-test-review cycles.

Project
Khel AI

Students build on top of the cricket analytics MVP.

Framework
4D

Design → Develop → Deploy → Defend.

Core Mental Model

What students should understand before coding

The stylesheet is scoped around a structured infographic layout, so this page is now mapped to the exact class system it expects. The first teaching goal is clarity: an AI agent is not just a chatbot. fileciteturn0file0L1-L20

AI Agent Formula

Core definition
AI Agent = Chatbot/System + LLM + Memory + Tools + Decision Layer

Students should understand that the system must talk, remember, and act.

System Flow

  • 1
    User asks a question
  • 2
    Chatbot receives it
  • 3
    LLM understands the intent
  • 4
    System decides whether a tool/API is needed
  • 5
    Tool/API returns data
  • 6
    Useful context goes into memory
  • 7
    Agent returns a grounded answer
Program Outcomes

What students will build by Day 15

FastAPI

Backend APIs

Students build real sports analytics endpoints that can be tested and reused.

Chatbot

LLM Layer

A conversational layer that understands user intent and responds clearly.

Memory

Context Recall

A simple memory store so the system can remember previous context.

Agent Mode

Tool Calling

The system decides which API to call instead of guessing the answer.

Visual Schedule

15-day Gantt view of the internship flow

This chart helps students see how learning moves from foundation to APIs to intelligence to final demo.

SAAI × Khel AI — Internship Gantt Days across the top • phases and deliverables on the left Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Day 7 Day 8 Day 9 Day 10 Day 11 Day 12 Day 13 Day 14 Day 15 Foundation Scoring APIs Player Analytics Match/Tournament Analytics Selection + Integration Chatbot + Memory + Agent Architecture + FastAPI basics Build + Test Build + Test Build + Test Review LLM + Memory + Tool Calling + Final Demo Day 11–12: chatbot and memory Day 13–15: agent mode and final defense

Phase 1

Students first understand the system before building it.

Phase 2

Three API sprints create visible backend progress.

Phase 3

Best APIs are selected for reuse in the MVP.

Phase 4

The system becomes an agent once tools and memory are wired in.

Day-wise Roadmap

The 15-day internship path

Each phase is designed to keep momentum high and outcomes visible for younger learners.

Days 1–3 Foundation

How intelligence systems work

Students learn what an AI agent is, how it differs from a chatbot, what an API is, and how sports AI systems are structured.

Day 1

AI agent architecture, sports AI flow, and system components.

Day 2

FastAPI basics, endpoints, requests, responses, and Swagger.

Day 3

First cricket score API and introduction to validation thinking.

Days 4–5 Sprint 1

Scoring APIs

Students build scoring endpoints and then test and defend them.

Current score Run rate Required run rate Last over summary Batsman stats Bowler stats
Days 6–7 Sprint 2

Player Analytics APIs

Students move from basic scoring to deeper player-level analytics.

Strike rate Economy Boundary % Dot ball % Wicket probability
Days 8–9 Sprint 3

Match + Tournament Analytics APIs

Students begin building system-level intelligence for match and tournament insights.

Team performance Win probability Points table Net run rate Leaderboards Top performers
Day 10 Selection

Review + Integration Day

The best APIs from the cohort are selected and prepared for integration into the Khel AI MVP.

Accuracy

30%

Clean Code

20%

API Docs

15%

Testing + Edge Cases

35%

Days 11–12 Intelligence Layer

Chatbot + LLM + Memory

Day 11

Build the chatbot layer and understand prompt design.

Day 12

Create a simple memory system using Python structures.

Memory is taught simply: if the user asks a follow-up question, the system should not behave like it forgot the previous step.
Days 13–14 Agent Mode

Tool Calling

This is where students realize that an AI agent should fetch data instead of making unsupported guesses.

Tool-calling flow
User asks a question
↓
LLM checks intent
↓
System chooses a tool/API
↓
API returns data
↓
Agent responds with grounded output
Day 15 Demo Day

Final Demo + Defense

  • Show the architecture
  • Explain the APIs built
  • Demonstrate chatbot flow
  • Explain memory design
  • Show tool calling in action
  • Defend why the system was built that way
Internship Structure

How to run it like a real product team

Build Day

Create

Students build the assigned API or agent component with a focus on correctness and naming.

Test Day

Validate

Students test with Swagger, invalid inputs, and edge cases before claiming success.

Review

Select

The cohort compares implementations and selects the strongest APIs for integration.

Final Output

What the cohort presents at the end

Capstone

Khel AI Junior Agent

A working sports intelligence assistant that can answer cricket questions, remember context, and call FastAPI endpoints to produce grounded responses.

System Part
APIs

Analytics services built by students.

System Part
LLM

Prompted reasoning layer.

System Part
Memory

Context continuity for follow-up questions.

System Part
Tools

Tool calling and orchestration.

This internship does not just teach coding. It teaches how real AI products are designed, built, tested, integrated, and defended.
Buy Now

Free Preview Lessons

Video coming soon

Architecture & Fast API Basics

Day 1 — AI Agent Architecture, Sport AI Flow, System Components

Day 1 — AI Agent Architecture, Sport AI Flow, System Components /* ========================================================= SAAI INFOGRAPHIC STYLESHEET — SCOPED VERSION Safe for Django base.html with share…

Architecture & Fast API Basics

Day 2 — FastAPI Basics for Khel AI MVP

SAAI Day 2 — FastAPI Basics for Khel AI MVP SAAI • Day 2 • FastAPI + Sports Data FastAPI Basics for Khel AI MVP Learn APIs like a class 10 student, but …

Architecture & Fast API Basics

Day-3 Deploying Fast API

SAAI Day 3 — Deploying FastAPI on Render SAAI Internship Program · Powered by Khel AI Day 3 — Deploying FastAPI on Render In this session, students will take a loca…

Sprint 1: Scoring API

Day 4 Khel AI MVP — Data Models to API Design

Khel AI MVP — Data Models to API Design SAAI • Khel AI MVP • Backend Foundations Khel AI MVP — Data Models to API Design Today’s session helps students …

Video coming soon

Sprint 1: Scoring API

Day 5: Improvements and Integrations

SAAI — From Standalone API to Integration-Ready API SAAI • Khel AI MVP • API Engineering Lesson From Standalone API to Integration-Ready API This lesson…

Sprint 2 : Player Analytics APIs

Flow Introduction

SAAI — Sprint 2 Scientific API Flow SAAI • Sprint 2 Orientation Scientific Player Analytics APIs Sprint 2 is where students stop building direct…

Video coming soon

Sprint 2 : Player Analytics APIs

Student 1

Sprint 2 — Student 1 Batting Analytics Principles .saai-infographic .metric-big { font-size: 2rem; font-weight: 900; color: var(--saai-text); } .saai-infographic .muted { color: var(--saai-text-faint); } .saai-…

Video coming soon

Sprint 2 : Player Analytics APIs

Student 2

Sprint 2 — Student 2 Bowling Analytics .saai-infographic .interactive-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--saai-space-5)} .saai-infographic .control-group{padding:14px;border:1px solid var(…

Video coming soon

Sprint 2 : Player Analytics APIs

Student 3

Sprint 2 — Student 3 All-Rounder Analytics .saai-infographic .interactive-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--saai-space-5)} .saai-infographic .control-group{padding:14px;border:1px solid …

Video coming soon

Sprint 2 : Player Analytics APIs

Student 4

Sprint 2 — Student 4 Fielding Analytics .saai-infographic .interactive-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--saai-space-5)} .saai-infographic .control-group{padding:14px;border:1px solid var…

Video coming soon

Sprint 2 : Player Analytics APIs

Student 5

Sprint 2 — Student 5 Meta Analytics Principles .sim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px} .sim-controls{display:grid;gap:14px} .sim-control label{display:flex;justify-content…

Video coming soon

Sprint 3: Match & Tournament Analytics API

Innings, Match and Tournament API's

SAAI Sprint 3 — Innings, Match & Tournament Analytics APIs /* ========================================================= SAAI INFOGRAPHIC STYLESHEET — SCOPED VERSION Safe for Django base.html with shared heade…

Video coming soon

API Review, Selection and Integration

FINAL DEFENCE DOSSIER

SAAI Sprint 3 Final Defence Infographic body { background:#f6f9fc; margin:0; } .saai-shell { padding: 24px 16px 80px; } .saai-infographic .sticky-wrap { position: sticky; top: 12px; z-index: 30; } …

Video coming soon

Intelligence Integration

Integrating External APIs + Building AI Agents

SAAI • AI Agent Internship Integrating External APIs + Building AI Agents How a webapp can call specialist APIs first, and then allow an AI Agent to use those APIs as tools. Part 1 Exte…

Video coming soon

Agent Mode

Session 1: Understanding n8n as a System

SAAI Infographic | Session 1: Understanding n8n body { background: #f6f8fb; color: #0b1e40; font-family: Inter, system-ui, sans-serif; margin: 0; padding: 0; } .page { …

Video coming soon

Agent Mode

Connecting APIs + Building Real Workflows

SAAI Infographic | n8n Session 2 body { background: #f6f8fb; color: #0b1e40; font-family: Inter, system-ui, sans-serif; margin: 0; } .page { max-width: 1140px; ma…

Video coming soon

Agent Mode

Session 3: AI Workflow Chatbot

SAAI | n8n Session 3: AI Workflow Chatbot body { margin: 0; background: #f6f8fb; color: #0b1e40; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", san…

Syllabus and Module Index

Explore modules and expand each card to view lessons.

Buy Now
Architecture & Fast API Basics

Architecture & Fast API Basics

Lessons

Day 1 — AI Agent Architecture, Sport AI Flow, System Components

Free

Day 2 — FastAPI Basics for Khel AI MVP

Free

Day-3 Deploying Fast API

Free
Sprint 1: Scoring API

Sprint 1: Scoring API

Lessons

Day 4 Khel AI MVP — Data Models to API Design

Free

Day 5: Improvements and Integrations

Free
Sprint 2 : Player Analytics APIs

Sprint 2 : Player Analytics APIs

Lessons

Flow Introduction

Free

Student 1

Free

Student 2

Free

Student 3

Free

Student 4

Free

Student 5

Free
Sprint 3: Match & Tournament Analytics API

Sprint 3: Match & Tournament Analytics API

Lessons

Innings, Match and Tournament API's

Free
API Review, Selection and Integration

API Review, Selection and Integration

Lessons

FINAL DEFENCE DOSSIER

Free
Intelligence Integration

Intelligence Integration

Lessons

Integrating External APIs + Building AI Agents

Free
Agent Mode

Agent Mode

Lessons

Session 1: Understanding n8n as a System

Free

Connecting APIs + Building Real Workflows

Free

Session 3: AI Workflow Chatbot

Free
Demo and Defense

Demo and Defense

Lessons

No lessons available yet.