Offline (Online Live Stream & Class Recordings)

Agentic AI MasterCamp (AIM)

Low/No Code and from Scratch to Deployment - for those who want to lead the agentic AI revolution - AIM!

To Build an Industry-Ready Agent

30

Seats Only

6+

Industries Covered

4.7+

Rating

1000+

Students
Taught

23+

FDPs Organized

1.1 Crores

Funds Invested

1200+

Faculties Upskilled

248+

Colleges Participated
Enroll Now
Download Brochure
Curated & Created by
Industry
Experts from
& 30 Other Tech, Service And Startup Companies

Program Outcome

Turn AI from a buzzword into your biggest advantage.

Learning Features

A program created to ensure you find the best learning environment with like-minded folks at a pace that is comfortable for folks new to Agentic AI

Low Code/ No Code
Focus on Strong Fundamentals
100% Project-based
Offline Classes on the Weekend
Recorded sessions of classes
Collaborative Learning
Network with peers
Lab work and weekly demos

Experts

Ayushman Gupta

Senior Manager and Technical Lead
10+ Years of Experience
  • 10+ years building AI/ML, LLM, CV, NLP, and time-series systems
  • Senior Manager at Genpact; ex-Kawa Space and Quantiphi
  • Doctorate in CS (SSBM); M.Tech topper from NIT Surathkal
  • Specializes in agentic AI, ViT, SAM, RAG, and ML ops pipelines
  • Led solutions across satellite AI, retail, agri-tech, and IoT domains
  • Shikha Singh

    Senior Data Scientist
    4+ Years of Experience
    Rajiv Gandhi
    Proudyogiki
    Vishwavidyalaya
  • Senior Data Scientist at Fortive with 4+ years of experience.
  • Works on Generative AI, NLP, and Computer Vision projects.
  • Skilled in LLMs, BERT, YOLO, SAM, ViT, and other modern ML models.
  • Has built end-to-end data pipelines and deployed ML solutions.
  • Former instructor at EdYoda, teaching Data Science and Python.
  • Support Experts

    Shikha Singh

    Senior Data Scientist
  • 4+ years of experience in NLP, GenAI, Computer Vision, and RL
  • Built scalable ML pipelines and deployed production models
  • Expertise in LLMs, BERT, YOLO, SAM, ViT, and multimodal architectures
  • Delivered solutions for e-commerce, FMCG, and content automation
  • Former Data Scientist at DataWeave, EDGE Networks; now at Fortive
  • Rakesh Bhugra

    Machine Learning Engineer
  • 4+ years of experience in ML, NLP, and Knowledge Graphs
  • Built topic modeling and search systems using BERTopic, Elasticsearch
  • Developed knowledge bases and semantic graphs using Neo4j
  • Experience with CV, object tracking, and automated surveillance
  • ML Engineer with prior internships in media and research domains
  • Program Consultants & Guest Lecturers

    Siva Swaminathan

    Saahil Agrawal

    Be Ready for roles like:

    Designation

    AI Agent Engineer

    Average 19 LPA
    Designation

    LangChain Developer

    Average 19 LPA
    Designation

    Agentic AI Solutions Architect

    Average 19 LPA
    Designation

    Enterprise AI Consultant

    Average 19 LPA
    Designation

    Multi-Agent Systems Engineer

    Average 19 LPA
    Designation

    AI Product Engineer

    Average 19 LPA

    Be Ready for Companies & Roles like:

    AI Agent Engineer
    LangChain Developer
    Agentic AI Solutions Architect
    Enterprise AI Consultant
    Multi-Agent Systems Engineer
    AI Product Engineer
    Virtual Assistant Developer

    Skills & Tools

    Explore industry standard tools and technologies

    Pathway to become kick-ass at
    Agentic AI Development!

    A program created to ensure you find the best learning environment with like-minded folks at a pace that is comfortable for folks new to Agentic AI

    Week 1

    LLMs, Agents & Prompts: The Why & How

    Day 1: Getting Started, Journey to AI Agents, Basics of LLMs, When and why go agentic

    Day 2: Prompt Engineering - Basics to Advanced

    View Modules
    Week 2

    Getting Started with Agents, RAG

    Day 3: Vector databases and memory buffers for stateful agents.

    Day 4: How agents use external knowledge: Retrieval-Augmented Generation (RAG).

    View Modules
    Week 3

    Agentic Architecture, Tooling, Guardrails

    Day 5: Agentic design patterns and roles. Multi-agent architectures (routers, planners, specialists).

    Day 6: Focus on building working prototypes with minimal code.

    View Modules
    Week 4

    MCPs, Optimize

    Day 7: Model Context Protocol

    Day 8: Caching and Optimization Strategies

    View Modules
    Week 5

    Deploy, Best Practices

    Day 9: Deploy AI agents with database integration and monitoring.

    Day 10: Best practices for prompts, agents, monitoring, and human oversight to manage AI performance and limitations.

    View Modules
    Week 6

    Capstone

    Wrap up with final team projects: build a usable AI agent MVP for a specific use case. Review recently released tools: e.g. OpenAI’s Assistants API and consider how it could fit into architectures. Discuss future trends and continuous learning cycles.

    View Modules

    Project Demos & Lab Work

    This program is hands-on heavy, we have projects created domain wise. If you have a project in your mind, you can bring that too.

    Project 1: Fraud Detection Triager

    • Goal: Flag suspicious transactions in real-time.
    • Agentic Components:
      • Multi-agent workflow:
        • Monitor Agent: Scans transactions using rules + LLM anomaly detection.
        • Investigation Agent: Summarizes user history (via RAG on customer data).
      • Guardrails: Blocks high-risk transactions; requires human review for edge cases.
    • Deployment: Integrates with payment gateways (Stripe/PayPal) + SMS alerts.

    Project 2: Personalized Wealth Advisor

    • Goal: Provide investment insights based on risk profile.
    • Agentic Components:
      • RAG: Pulls data from financial docs (SEC filings, market news).
      • Tooling: Fetches live stock prices; simulates portfolio impacts.
      • Prompt Engineering: Uses "Chain of Thought" to explain recommendations.
    • Deployment: Secure web portal (Azure) + audit logs.

    Project 1: Smart Inventory Assistant

    • Goal: Optimize stock levels using real-time sales data and external factors (e.g., weather, trends).
    • Agentic Components:
      • Multi-agent workflow:
        • Forecast Agent: Predicts demand (using historical data + LLM analysis).
        • Procurement Agent: Auto-orders stock via supplier APIs when thresholds are breached.
      • RAG: Ground decisions in inventory manuals, supplier contracts, and market reports.
      • Guardrails: Human approval for large orders; alerts for anomalies.
    • Deployment: Slack/email alerts; integrates with ERP tools like SAP.

    Project 2: In-Store Customer Concierge

    • Goal: Assist shoppers via kiosk/mobile app.
    • Agentic Components:
      • RAG: Answers product queries using store catalog, return policies, and promo details.
      • Tooling: Checks live inventory via API; books fitting rooms.
      • Human-in-the-loop: Escalates complex issues to staff.
    • Deployment: Web app (Netlify) + lightweight backend (AWS Lambda).

    Project 1: Automated Bug Triage System

    • Goal: Route bug reports to the right engineering team.
    • Agentic Components:
      • Multi-agent workflow:
        • Triage Agent: Classifies bugs using RAG (past tickets, docs).
        • Assignment Agent: Matches bugs to devs based on expertise/sprints.
      • Tooling: Creates Jira tickets via API; pings Slack channels.
    • Deployment: Chrome extension + Zapier hooks.

    Project 2: API Documentation Assistant

    • Goal: Help devs integrate APIs faster.
    • Agentic Components:
      • RAG: Answers queries using API docs, code samples, and Stack Overflow.
      • Tooling: Generates code snippets (via OpenAI); tests endpoints.
      • Optimization: Semantic caching for frequent queries.
    • Deployment: VS Code plugin + Chroma vector DB.

    Project 1: Dynamic Returns Handler

    • Goal: Automate return/refund workflows.
    • Agentic Components:
      • Multi-agent workflow:
        • Validator Agent: Checks return eligibility (RAG on policy + order history).
        • Logistics Agent: Generates shipping labels; updates inventory.
      • Guardrails: Escalates disputes to staff.
    • Deployment: Shopify app + Fedex API integration.

    Project 2: Personalized Upsell Bot

    • Goal: Increase cart value via real-time recommendations.
    • Agentic Components:
      • RAG: Leverages product catalogs and user behavior data.
      • Prompt Engineering: "Tree of Thought" to optimize suggestion sequences.
      • Tooling: Applies discounts; tracks conversion metrics.
    • Deployment: Chat widget (Dialogflow) + BigQuery analytics.

    Project 1: Predictive Maintenance Coordinator

    • Goal: Reduce equipment downtime.
    • Agentic Components:
      • Multi-agent workflow:
        • Sensor Agent: Analyzes IoT data for anomalies.
        • Maintenance Agent: Schedules repairs (RAG on manuals + technician calendars).
      • Tooling: Books parts; notifies teams via Microsoft Teams.
    • Deployment: Edge device + cloud dashboard (Azure IoT).

    Project 2: Supply Chain Resilience Agent

    • Goal: Mitigate disruptions (e.g., delays, shortages).
    • Agentic Components:
      • RAG: Ingests supplier contracts, weather, and news.
      • Prompt Engineering: "ReAct" framework to simulate impact scenarios.
      • Optimization: Semantic caching for supplier lead times.
    • Deployment: Slack bot + Airtable integration.

    Project 1: Campaign Performance Optimizer

    • Goal: Boost ROI for ad campaigns.
    • Agentic Components:
      • Multi-agent workflow:
        • Analyst Agent: Summarizes metrics (Google Ads, FB) using RAG on past reports.
        • Optimizer Agent: Adjusts bids/keywords; allocates budgets.
      • Guardrails: Requires approval for >$1k spend changes.
    • Deployment: Google Sheets plugin + Meta API.

    Project 2: Content Compliance Auditor

    • Goal: Ensure brand safety in social/content.
    • Agentic Components:
      • RAG: Checks posts against brand guidelines and legal docs.
      • Tooling: Scans images/text; flags violations (hate speech, copyright).
      • Human-in-the-loop: Sends alerts for high-risk content.
    • Deployment: Chrome extension + Slack alerts.

    Program Overview

    4x2 (8) hrs/week instructor-led + 4 hrs/week self-study

    Code Levels

    Low Code for Agentic AI

    Duration

    6 weeks

    Format

    Offline

    Who Should Join?

    Career Switchers: From web dev, DevOps, or data roles to AI.
    Product/Project Managers/Architects: Design agent architectures, plan features without coding.
    Strategy & Operations: Build an AI workforce, Automations, or products
    Somehow related to Tech

    Who is it not for?

    Someone who thinks they can’t learn to even work with code (AI agent will create most of code for you, but you will have to be willing to understand the usage)

    Enroll Now!

    Choose the perfect plan for your learning journey

    Cost of Tools Upto INR 5,000 Included
    Recordings of all classes
    Guest Lectures from various AI Leaders
    Networking with Peers
    For Individual Enrollment

    INR 34,888 + GST

    Includes project, certification & Guest Lecture (if any) costs

    Enroll Now
    For Group (of 4) Enrollment

    INR 29,888 + GST (per person)

    Includes project, certification & Guest Lecture (if any) costs

    Enroll Now

    Enroll Now!

    Choose the perfect plan for your learning journey

    Cost of Tools Upto INR 5,000 Included
    Recordings of all classes
    Guest Lectures from various AI Leaders
    Networking with Peers
    Includes project, certification & Guest Lecture (if any) costs

    Contact us

    For Individual Enrollment

    INR 34,888 + GST

    Batch starting on June 21

    Enroll Now
    For Group (of 4) Enrollment

    INR 29,888 + GST
    (per person)

    Batch starting on June 21

    Enroll Now

    Certificate to Add Real Value

    All participating faculty will receive a certificate of participation from Capabl & CSI — a Nasscom-incubated company, accredited by ISO (UK & USA), and recognized by MSME & Startup India.

    Enroll Now

    Frequently Asked Questions

    Have question ? We're here to help.

    Still unsure?

    Contactfor a 1:1 consultation! Limited seats – Apply Now