Program 01 — The AI Engineering Series

AI-Native Development

Navigate 25+ AI Tools — From Requirements to Production Monitoring

0+

AI tools, hands-on

0

Ecosystems compared

0

Features shipped

The Problem Every Developer Faces Today

AI tools for software development are multiplying fast — and every team is adopting them differently. The result: developers who can use one tool but can't navigate the ecosystem. They don't know which AI assistant is best for which phase of development, which tools actually save time vs. create friction, or how to compare Claude Code vs. GitHub Copilot vs. Cursor vs. Gemini CLI.

"The real skill gap isn't coding. It's knowing which AI tool to reach for — and when."

55%

GitHub's 2024 research found developers complete tasks up to 55% faster with AI coding assistants — and that covers only the development phase. This program covers all nine SDLC phases.

What You'll Build: LearnFlow LMS

A complete, production-ready Learning Management System — from scratch, end-to-end, using four different AI ecosystems.

12 Features Shipped

12 full-featured use cases across 4 AI ecosystems

Full-Stack

Python + FastAPI + React + PostgreSQL

Portfolio Project

Real project with tests, docs, CI/CD, and monitoring

You Run This (Fixed Platform)

  • Python 3.13 + FastAPI + SQLAlchemy
  • React 19 + TypeScript + Tailwind CSS 4
  • PostgreSQL 17 + JWT auth
  • Docker + GitHub Actions
  • Render / Fly.io (hosting)

AI Generates This

  • All feature code, endpoints, models
  • Components, pages, API integration
  • Migrations, schemas, auth logic
  • Dockerfiles, CI/CD YAML, compose configs
  • pytest suites, Playwright E2E, API docs

Who Should Attend

This program is designed for technical professionals who want to master AI-assisted development

Software Developers

Level up with AI tools your team is already adopting

Tech Leads & Architects

Evaluate AI tool choices with hands-on evidence

DevOps / Platform Engineers

AI-generated pipelines, security scans, monitoring

QA Engineers

AI-generated test cases, edge case detection, E2E automation

Engineering Managers

Understand ROI and trade-offs of each AI ecosystem

Prerequisites: Basic Python or JavaScript experience. Familiarity with Git and command line. No prior AI tool experience required.

Four Ecosystems. One Project. Every Phase.

Compare 4 complete AI development ecosystems side-by-side. Each ecosystem covers all 9 SDLC phases.

Claude / Anthropic Ecosystem

Features: User Auth (UC-1), Lesson Progress (UC-5), Course Reviews (UC-9)

SDLC PhaseAI ToolWhat the AI DoesFree Tier
RequirementsClaude.aiGenerate user stories, acceptance criteria, data models✅ Generous daily free tier
RequirementsFathomAI-transcribe stakeholder calls, extract action items✅ Unlimited AI notes (storage limits)
Designv0 (Vercel)Generate React components from prompts✅ Daily credits
DesignUizardAI wireframe & mockup generation✅ 3 free projects
DevelopmentClaude CodeTerminal AI agent for full-stack code generation✅ Included with Claude.ai
Code ReviewCodeRabbitAI code review on every pull request✅ Free for open source repos
TestingClaude CodeGenerate pytest test cases, Playwright E2E tests✅ Same quota
TestingQodoAI-generated edge case tests, test intelligence✅ Free individual plan
SecuritySnykVulnerability scanning, fix recommendations✅ 200 tests/month for open source
DocumentationMintlifyAuto-generate API reference portal✅ Starter plan (limited pages)
DocumentationClaude CodeGenerate docstrings, README, architecture docs✅ Same quota
CI/CDClaude CodeGenerate GitHub Actions YAML, Docker configs✅ Same quota
MonitoringDatadog WatchdogML-powered anomaly detection & root cause analysis✅ 5 hosts, 1-day retention
Note: Claude Code shares Claude.ai quota — may be tight for 3 features. Supplement with Codeium for completions.

Lab Workflow

  1. 1Generate user stories & acceptance criteria with Claude.ai
  2. 2Transcribe a mock stakeholder call with Fathom
  3. 3Generate React component wireframes with v0
  4. 4Build backend API endpoints with Claude Code
  5. 5Create pull request & get AI review from CodeRabbit
  6. 6Generate pytest test suite with Claude Code
  7. 7Add edge case tests with Qodo
  8. 8Run Snyk security scan, apply AI-generated fixes
  9. 9Generate API docs with Mintlify
  10. 10Set up GitHub Actions CI/CD with Claude Code
  11. 11Deploy to Render and configure Datadog monitoring

CodeRabbit, Qodo, and Datadog appear across multiple ecosystems by design — they are the strongest free-tier options for code review, test intelligence, and AI monitoring respectively.

Use ← → arrow keys to navigate ecosystems

12 Real Features. Real Software.

Every use case is a complete, production-ready feature built with a different AI ecosystem

Use CaseFeature BuiltTool Set
UC-1User Registration & AuthenticationSet A
UC-2Course Creation & ManagementSet B
UC-3Student EnrollmentSet C
UC-4Quiz & Assessment EngineSet D
UC-5Lesson Delivery & Progress TrackingSet A
UC-6Analytics DashboardSet B
UC-7NotificationsSet C
UC-8Certificate GenerationSet D
UC-9Course Reviews & RatingsSet A
UC-10Search & FilterSet B
UC-11User Profile ManagementSet C
UC-12Admin PanelSet D

Final deliverable: A deployed, tested, documented LMS with CI/CD and monitoring — built using four distinct AI ecosystems.

Every Tool. Every Phase.

AI tools span all 9 SDLC phases — not just code completion

Requirements & Planning

Claude.aiGeminiGitHub Copilot ChatFathomOtter.aiGammaCanny

UI Design & Prototyping

v0 (Vercel)UizardFigma AIFramer AI

Development

Claude CodeGitHub CopilotCursorGemini CLICodeium

Code Review

CodeRabbitSourceryQodo

Testing

Claude CodeGitHub CopilotCursorGemini CLIQodo

Security

SnykSemgrepGitHub Advanced Security

Documentation

MintlifyGitBookSwimmClaude CodeGemini CLI

CI/CD

Claude CodeGitHub CopilotCursorGemini CLI

Monitoring

Datadog WatchdogDatadog AI Assistant

"AI tools generate. Platform tools execute."

Platform ToolRoleThe AI Tool That Generates for It
pytestRuns testsClaude Code / Cursor / Gemini CLI generate the test files
GitHub ActionsRuns pipelinesClaude Code / Copilot / Gemini CLI generate the YAML
DockerRuns containersAI tools generate Dockerfiles and compose configs
SonarQubeRuns static analysisRule-based — not an AI tool
GrafanaShows dashboardsRule-based visualization — Datadog Watchdog is the AI layer

Tool Coverage Across Ecosystems

26 AI tools evaluated across all 4 ecosystems. See which tools work where.

AI ToolABCD
Claude Code
GitHub Copilot
Cursor
Gemini CLI
Codeium
Claude.ai
Gemini.google.com
Copilot Chat
Fathom
Otter.ai
Gamma
v0 (Vercel)
Uizard
Figma AI
Framer AI
CodeRabbit
Sourcery
Qodo
Snyk
GitHub Adv. Security
Semgrep
Mintlify
GitBook
Swimm
Canny
Datadog

What Makes This Program Different

01

Four Ecosystems, Not One

Most programs teach one tool stack and call it done. You leave knowing four ecosystems and how to make a reasoned choice between them.

02

Full SDLC, Not Just Coding

Requirements → Design → Development → Code Review → Testing → Security → Documentation → CI/CD → Monitoring. Every phase. Every use case.

03

Free Tiers for Labs

Every AI tool used in hands-on labs has a free tier. See the important note below on future availability.

04

Real Software, Not Exercises

LearnFlow is a real application with a real database, real authentication, real tests, and a real deployment. Your portfolio project has substance.

05

Industry Context

Paid tools (Mabl, Devin, Dynatrace Davis AI, Productboard) are covered in instructor sessions so you understand the full market — you just don't need to pay to learn.

Learning Outcomes

Upon completing this program, participants will be able to:

  • Use AI tools at every phase of the SDLC — not just code completion
  • Compare and evaluate four major AI development ecosystems with hands-on evidence
  • Generate requirements documents, wireframes, tests, security fixes, API docs, and CI/CD pipelines using AI tools
  • Distinguish AI-powered tools from rule-based tools and articulate the difference to a team
  • Build and ship a full-stack application with AI-assisted development practices
  • Set up AI-powered production monitoring with anomaly detection

Program Schedule

50

weeks

2 hrs

every Saturday

Format
Instructor-led, hands-on labs
Delivery
Virtual (live, instructor-led)
Duration
50 weeks (one session per week)
Session
Every Saturday, 2 hours
Lab environment
Personal laptop (all tools on free tiers) or GitHub Codespaces (pre-configured, zero setup)
Languages
Python 3.13 (backend) · TypeScript / React 19 (frontend)
Takeaways
All lab code, docs, pipelines, and reference guide

Session Time by Timezone

RegionTimezoneSession Time
IndiaIST (UTC+5:30)Saturday 7:00 PM – 9:00 PM
USA (East Coast)EST (UTC-5)Saturday 8:30 AM – 10:30 AM
UK / EuropeGMT (UTC+0)Saturday 1:30 PM – 3:30 PM
UAE / Middle EastGST (UTC+4)Saturday 5:30 PM – 7:30 PM
Singapore / E. AsiaSGT (UTC+8)Saturday 9:30 PM – 11:30 PM

Important Note on AI Tool Free Tiers

Free tiers may change. All AI tools used in this programme have verified free tiers as of February 2026. However, AI tool vendors may modify, reduce, or remove free tiers at any time without notice. If a vendor stops offering a free tier, the programme will substitute an alternate tool with a free tier where possible. If no suitable free alternative exists, students must be ready to purchase a basic subscription to continue practising.

Free Tier Quick Reference

ToolFree LimitRestriction
Claude.aiGenerous daily limitRate-limited on free plan
Claude CodeIncluded with Claude.aiUses Claude.ai quota — may be tight for 3 UCs
GitHub Copilot2,000 completions + 50 chat/monthNo trial expiry — permanent free tier
Cursor50 slow premium requests/monthSupplement with Codeium for completions
Gemini CLIFree via Google accountRate-limited
CodeiumUnlimited completionsNo monthly cap
FathomUnlimited AI meeting notesStorage limits
Otter.ai300 min/month transcriptionPer-month cap
Gamma~10 AI-generated decks/monthCredit-based
v0 (Vercel)Daily AI generation creditsCredit-based
Uizard3 projects freeProject cap
Figma AIStarter plan (limited AI features)Feature-gated
Framer AIFree tier with brandingBranding on free
CodeRabbitFree for public/OSS reposOSS only
QodoFree individual planNo team features
SnykFree for open source, 200 tests/monthTest-count limit
GitHub Advanced SecurityFree for public reposPublic repos only
SemgrepFree for open sourceOSS rules
SourceryFree for open sourceOSS only
MintlifyStarter plan (limited pages)Page count limit
GitBookFree for personal/OSSPublic content
SwimmFree for small teamsTeam size limit
CannyFree tier (limited posts)Post count limit
Datadog5 hosts, 1-day retentionHost + retention limit

Ready to Navigate the AI Tool Landscape?

Build real software. Learn four ecosystems. Ship with confidence.

Register / Enquire

Rathinam Trainers & Consultants Private Limited

rajan@rathinamtrainers.com · www.rathinamtrainers.com