Back to AI & GenAI
AI & GenAIPopularFeatured

Agentic AI Course in Pune — Build Production AI Agents

Pune's trusted Agentic AI classes at the Archer Infotech institute, Kothrud — weekday, weekend and online batches with placement assistance.

Build production-grade AI agents with LangChain, LangGraph, OpenAI Assistants API, and Claude tool use. Learn the ReAct pattern, multi-step planning, memory and state management, multi-agent orchestration, and observability + deployment for real-world agent systems. The fastest-growing GenAI specialisation in the Pune product-engineering market.

4.9 from 24 Google reviews
Trained
10000+
Trained
Placed
5000+
Placed
Placement rate
90%
Placement rate
17+ years
Since 2009
17+ years
2 Months
Intermediate
Online & Offline

Curriculum last reviewed:

Reviewed by Yogesh Patil, Founder & Director

Interested in this course?

Get in touch with us to learn more about the curriculum, batch timings, and fees.

Next batch starting soon!

What is the Agentic AI course in Pune?

In short — Built for freshers and working professionals with basic programming familiarity: a 2-month path from fundamentals to job-ready Agentic AI skills, taught at our Kothrud, Pune centre or live online, with placement assistance and real project work you can show an interviewer.

Agentic AI training at Archer Infotech is a 2-month intermediate programme in Pune. It runs as classroom batches at the Kothrud centre and as live online batches, using the same curriculum and trainers. The syllabus covers 16 modules and includes hands-on project work. It prepares learners for roles such as AI Engineer, Agentic AI Developer and GenAI Application Engineer. Archer Infotech has trained IT professionals in Pune since 2009 and reports a 90% placement rate across learners who complete training. Fees, batch dates and EMI options are shared on request; a free demo class is available before enrolling.

Our Agentic AI students get placed at

Tech Mahindra
TCS
Infosys
Wipro
Cognizant
Accenture
Capgemini
Persistent Systems
e-Zest Solutions
L&T Infotech
VSpace Software
iVision Software

And many more — 100+ corporate partners hiring across Pune and India.

Agentic AI is the fastest-growing GenAI specialisation in Pune's product-engineering market — the discipline of building AI systems that reason, plan, call tools, and execute multi-step workflows. This 2-month programme moves beyond prompt engineering and chatbots to production agent systems: LangChain + LangGraph for stateful agent graphs, OpenAI Assistants API + Function Calling, Claude tool use, multi-agent orchestration, vector-backed memory, observability with LangSmith, and a deployed capstone agent. Designed for Python developers, backend engineers, and data scientists moving up the AI stack.

Why Learn Agentic AI in Pune in 2026

The shift from prompt-engineering to agent-engineering is the most consequential change in the AI engineering job market since the GPT-4 release. Pune product companies (Persistent's Avaamo group, Helpshift, GUVI, BrowserStack's AI team, Druva, Avaamo, ZS Associates' AI practice) and the IT services AI centres of excellence (TCS AI, Infosys Topaz, Wipro AI360, Capgemini AI CoE) shifted hiring in 2025 from 'prompt engineer' to 'AI engineer / agentic AI developer.' The pure prompt-engineering role is fading; the agent-development role is where the budgets are moving. Pune AI Engineer listings ran 200–400 per month consistently through the second half of 2025 across Naukri + LinkedIn — small absolute numbers but consistently above the supply curve.

The salary signal: Pune AI Engineer fresher-to-mid offers currently sit ₹8–15 LPA, materially above the equivalent Java/Python development band (₹4–7 LPA). The reason is supply-side: very few candidates can demonstrate working agent systems with tool calls, multi-step planning, and production observability hookups. Hiring managers are willing to pay a premium for engineers who can ship a working LangGraph agent that recovers from tool-call failures, prunes context intelligently, and runs within cost budgets. The certificate of competence is a deployed working agent on GitHub — exactly what this course's capstone delivers.

What separates this course from the free YouTube agentic AI content: the difficult parts of agent engineering aren't the framework APIs (LangChain is well-documented). They're the production realities — observability hookups so you can debug a 7-step agent loop, eval frameworks (deterministic + LLM-as-judge) so you can detect quality regressions, cost controls + caching strategies, memory pruning when context windows fill, error recovery patterns when tool calls fail, and multi-agent orchestration patterns. Those are the modules that turn 'I followed a LangChain tutorial' into 'I shipped a production agent.'

  • 200–400 active Pune AI Engineer listings each month (H2 2025)
  • Pune AI Engineer fresher-to-mid band: ₹8–15 LPA
  • ₹3–6 LPA premium over equivalent dev roles due to supply gap
  • LangChain + LangGraph = Pune market default
  • Sr Agentic AI Engineer in Pune product cos = ₹18–30 LPA
  • Direct path to Architect / Founding AI Engineer at startups

Who should take this Agentic AI course?

For You If
  • Python developers (1+ years) wanting to pivot into the highest-paying engineering specialisation in 2026
  • Backend engineers comfortable with REST APIs who want to add agent-orchestration to their stack
  • Data scientists who've moved from notebooks into production and want to own the LLM-application layer
  • Generative AI track graduates wanting agent-development depth beyond prompt engineering
  • Engineering team leads evaluating LLM platforms who need hands-on agent-building literacy
Not For You If
  • Complete coding beginners — start with our Python track first; agentic AI assumes intermediate Python comfort
  • Anyone wanting to train or fine-tune foundation models — that's an entirely different specialisation (ML engineering, not agent engineering)
  • Folks targeting pure data-engineering roles — vector stores + RAG are covered but not as the core
  • Candidates expecting a no-code agent course — every module has hands-on code; LangGraph in particular requires comfort with async Python

What does the Agentic AI syllabus cover?

Agentic AI overview diagram used in Archer Infotech's Pune training: how Agentic AI differs from traditional AI, generative AI and human-in-the-loop systems; the agent loop of perception, reasoning, planning, tool use, memory, action and feedback; core capabilities including goal-driven behaviour, multi-step task execution, tool orchestration, autonomous decision flow and context awareness; the typical agent workflow from goal through understand, plan, use tools, act, observe and improve; and common use cases such as research, coding, support, productivity, data analysis and multi-agent workflows.
The agent loop this course teaches — perceive, reason, plan, call tools, act, remember, and learn from the result — plus how Agentic AI differs from generative AI. Every ring in the diagram is a module below.
1
Foundations of Agentic AI — Agents, Chatbots and Workflows

Week 1

The distinction the whole course rests on, made precise before any code. A chatbot answers. A workflow executes a sequence you wrote. An agent is given a goal and decides for itself what steps to take, which tools to call, and when it is done — and that autonomy is exactly what makes agents powerful, expensive, hard to test and occasionally dangerous.

You work through where each of the three is the right answer, using real business processes rather than toy examples: a support ticket triage, a lead qualification flow, a document review. The most valuable output of the week is the ability to say no — to recognise the large class of problems where a deterministic workflow with one LLM call is cheaper, faster and more reliable than an agent, which is the judgement that distinguishes an engineer from someone who has read the marketing.

What Agentic AI means and where the term is misusedChatbots versus AI agents versus fixed workflowsGenerative AI versus Agentic AIWhy agentic systems matter nowReal-world use cases across support, sales, HR and engineeringAutonomy as a cost — testing, debugging and trustMatching agent complexity to business valueWhen to avoid agents and use deterministic softwareOpportunities, risks and current limitationsMapping a business process into candidate agent steps
2
Foundations: LLMs as Reasoning Engines

Week 1–2

The mental model shift. LLM APIs reframed not as text completers but as reasoning engines that can be steered to produce structured decisions. Tool / function calling fundamentals — the single most-important agent primitive — taught against both OpenAI and Anthropic SDKs so you understand the cross-vendor patterns. System prompts + behaviour shaping. Structured outputs (JSON mode, schema-constrained generation). Token economics + context-window strategy that actually maps to how you'll budget production agents. The most important Week 2 lesson: when an agent is the right tool vs when a simple workflow with one LLM call is better.

OpenAI + Anthropic + Google LLM API basics (cross-vendor)Function / tool calling — the agent's most important primitiveSystem prompts + behaviour shaping (with worked examples)Structured outputs — JSON mode, schema constraints, retry on parse failureReasoning, planning and instruction followingToken economics + context-window strategyModel behaviour over long multi-step tasksModel selection for agentic systemsStreaming vs blocking responsesWhen agents are NOT the answer — workflow vs agent decision frame
3
Agent Architecture — Goals, Planning, Tools, Memory, State

Week 2

The anatomy of an agent, component by component, so that later framework code is recognisable rather than magical. An agent is a loop around five parts: a goal and its instructions, a context it can read, a set of tools it can call, a memory it can write to and read back, and a state that survives between steps. Take any one away and you get a different, usually worse, system.

You build a single-agent ReAct loop by hand — no framework — so the observe / think / act cycle, the stopping condition and the state object are code you wrote rather than abstractions you imported. This is the module students most often say made the frameworks in Week 3 click, because every LangGraph node afterwards maps to something they have already implemented themselves.

The five components of an agentGoals, instructions and context designPlanning and task decompositionThe observe, think, act and reflect loopAgent state and what must survive a stepStopping conditions and step limitsTool use as the agent's interface to the worldShort-term versus long-term memoryBuilding a ReAct loop from scratch, no frameworkReading an agent trace and finding the bad step
4
Tools and Function Calling in Depth

Week 2–3

Tools are where an agent stops being a conversation and starts having effects, so they get a module of their own rather than a passing mention. You build the four families the job actually requires: API tools against a real third-party service with authentication and rate limits, database tools with parameterised queries, search and retrieval tools over a document set, and file or document tools that read and write real artefacts.

The engineering half is where the marks are. Tool schemas written so the model picks correctly rather than plausibly; input validation that assumes the model will pass something wrong, because it will; result handling that turns an API error into something the agent can recover from rather than a stack trace; idempotency so a retried call does not charge a customer twice. You also classify tools by risk — read-only, reversible write, irreversible action — which is the classification the security module later builds permissions on.

What a tool is in an agentic systemFunction-calling schemas that the model picks correctlyAPI tools — authentication, pagination, rate limitsDatabase tools and safe parameterised queriesSearch and retrieval toolsFile and document toolsTool input validation and type coercionTool result handling and error recoveryIdempotency and safe retriesRead-only, reversible and irreversible tool classesTool descriptions as prompt engineeringBuilding a tool-enabled assistant prototype
5
Agent Frameworks — LangChain, LangGraph, Agents SDK, CrewAI

Week 3–4

The framework tour, but with discipline. LangChain core — chains, runnables, the LangChain Expression Language — covered as the most-widely-deployed agent framework in 2026 but with explicit notes on its abstraction overhead. LangGraph — stateful agent graphs, the production default. OpenAI Assistants and the Agents SDK as the vendor-native alternative. Claude tool use + Computer Use API direct against the SDK so you know what the framework wrappers are hiding. CrewAI and AutoGen-style multi-agent frameworks covered for their role-based model.

Because you built a ReAct loop by hand in Week 2, you rebuild that same loop with LangGraph here and can state precisely what abstraction you bought and what it cost you in debuggability. The module closes on framework selection for a project — and on the case for no framework at all, which for a two-tool agent is often correct.

LangChain core — chains, runnables, expression languageLangGraph — stateful agent graphs, the production patternOpenAI Assistants API + Threads + Runs, and the Agents SDKClaude tool use + Computer Use APICrewAI and role-based agent frameworksAutoGen-style multi-agent conceptsSpring AI agentic patterns for Java teamsCross-framework comparison: when to use whichRebuilding the hand-written ReAct loop with LangGraphWhen no framework is the right answer
6
Agent Design Patterns — Router, Sequential, Parallel, Evaluator

Week 4

Most working agentic systems are not one clever autonomous agent; they are a small number of well-understood patterns composed together. This module names them so you can reach for the right one instead of reinventing it, and so you can recognise them in an architecture discussion at interview.

The router pattern classifies an incoming request and dispatches it. The sequential pattern runs deterministic steps with an LLM at each. The parallel pattern fans work out and merges results. The evaluator-optimiser pattern has one model produce and another critique until a quality bar is met. The supervisor-worker pattern delegates to specialists. Human-in-the-loop inserts an approval gate. For each you cover what it costs, how it fails and the size of problem it suits — and you implement two of them against the same task so the trade-off is something you have measured rather than read.

Single-agent workflowRouter pattern for request classificationSequential and chained workflowsParallel fan-out and result mergingEvaluator-optimiser loopsSupervisor and worker delegationHuman-in-the-loop approval gatesChoosing a pattern by cost, latency and failure modeComposing patterns without losing traceabilityImplementing two patterns against one task and comparing
7
Multi-step Workflows + Memory

Week 5

Where agent engineering gets hard. ReAct + reflection patterns — the agent observes its own output and decides whether to continue, replan, or finish. Plan-and-execute architectures (LangGraph's plan-and-execute primitive) for tasks that benefit from explicit upfront decomposition. Short-term vs long-term memory and the architectural patterns for each. Vector stores for episodic memory — Pinecone, Weaviate, pgvector — taught against the cost-and-latency trade-offs that matter in production. Conversation summarisation + context pruning when context windows fill. Error recovery + retry strategies (the most common production failure mode).

ReAct + self-reflection loopsPlan-and-execute agent architecturesMemory taxonomy — short-term, long-term, episodic, workingConversation memory, task memory and user-preference memoryVector stores — Pinecone, Weaviate, pgvector comparisonVector-based memory retrieval and updatingEmbedding strategy + chunk size + retrieval tuningConversation summarisation + context pruning patternsMemory privacy, retention and user consentError recovery + retry strategiesCapstone milestone: single-agent system with memory deployed locally
8
Planning, Replanning and Human-in-the-Loop Review

Week 5–6

An agent that plans once and executes blindly fails on the first tool error. This module is about what happens after something goes wrong, which in production is most of the time. You cover task decomposition into steps small enough to verify, replanning when a step fails or returns something unexpected, and the difference between a retryable failure and one that should stop the run and ask a person.

Human-in-the-loop is treated as an architectural decision rather than a safety afterthought: where to put an approval checkpoint, what to show the reviewer so the decision takes seconds rather than minutes, how to hold agent state while waiting for a human who may not return for hours, and how to resume cleanly. You also cover controlling long-running tasks — step budgets, wall-clock limits, cost ceilings and cancellation — because an agent that loops without a bound is the single most expensive bug in this field.

Task breakdown into verifiable stepsStep-by-step planning and plan representationReplanning after tool failure or unexpected outputRetryable failures versus stop-and-ask failuresHuman approval checkpoints and what to show a reviewerHolding and resuming agent state across a human waitAgent reflection and self-critiqueStep budgets, time limits and cost ceilingsCancellation and clean shutdown of a runBuilding safer workflows for sensitive tasks
9
Retrieval-Augmented Agents and Agentic RAG

Week 6

Agents that answer from a knowledge base rather than from training data — the most commonly deployed agentic pattern in Indian enterprise work, because it is the one with an obvious business case. You start from a RAG refresher, then move to what makes retrieval agentic: the agent decides whether to retrieve at all, what to search for, whether the results were good enough, and whether to search again with a different query.

That decision loop is both the value and the risk. You cover source-grounded answering with citations, using retrieval to reduce rather than launder hallucination, retrieval as an input to a decision rather than just to a sentence, and knowledge-base maintenance — the unglamorous work of keeping an index current, which is where most deployed systems quietly decay. You finish by building a knowledge-base agent over a real document set with grounded, cited answers.

RAG refresher — embeddings, chunking, retrievalLetting the agent decide whether and what to retrieveQuery reformulation and repeated retrievalVector stores and semantic search for agentsDocument retrieval as input to an agent decisionSource-grounded answers with citationsDetecting insufficient retrieval before answeringKnowledge-base maintenance and freshnessAccess control over retrieved contentBuilding a knowledge-base agent end to end
10
Multi-Agent Systems

Week 6–7

Several agents with distinct roles, coordinating on one task. Supervisor and worker as the default production pattern; role-based specialists such as researcher, writer, reviewer, coder and tester; debate and review patterns where one agent critiques another's output; and hierarchical and swarm arrangements with an honest account of where each stops working.

The module gives equal weight to the failure side, because multi-agent systems fail in ways single agents do not: cost multiplied by the number of participants, latency stacked serially, conflicting conclusions with no arbiter, agents talking past each other, and traces that no one can debug. The rule taught here is that a second agent must earn its place — if one agent with two tools does the job, that is the better system, and being able to argue that in a design review is worth more than being able to build a six-agent swarm.

What a multi-agent system is and when it earns its costRole-based specialist agentsSupervisor and worker patternDebate, critique and review patternsResearch, coding, testing and review agent teamsAgent-to-agent communication and message contractsModel Context Protocol (MCP) for shared tool accessCollaboration and conflict resolutionCost, latency and complexity multipliersTracing a multi-agent run end to endDesigning a small multi-agent workflow
11
Agentic Automation — Support, Sales, HR and Operations

Week 7

The applied module, and the one that most directly maps to what Pune employers are actually buying. Business process automation with agents is where the current budget sits: support ticket triage and resolution, sales lead qualification and follow-up, resume screening and interview scheduling, email and communication handling, education and training assistants, and internal operations workflows.

For each you do the same exercise: take the existing manual process, break it into steps, mark which steps an agent can own outright, which need a tool, and which must stay with a person and why. The deliverable is an automation blueprint for one real workflow — the artefact that turns “I built an agent” into “I automated a process and can say what it saved”, which is the version that survives an interview follow-up question.

Mapping a business workflow into agent stepsCustomer support triage and resolution agentsSales and lead qualification agentsHR, resume screening and scheduling agentsEmail and communication automationEducation and training assistantsPersonal productivity and task agentsIdentifying mandatory manual approval pointsIntegrating with CRM, helpdesk and internal systemsWriting an automation blueprint with expected savings
12
Agent Evaluation and Testing

Week 7

Evaluating an agent is genuinely harder than evaluating a model, and pretending otherwise is how unreliable systems reach production. There is no single correct output to compare against: two different tool sequences can both be right, and the same input can legitimately produce different runs. So evaluation moves to the things that can be measured — did the task succeed against a defined criterion, did the agent select the right tool, were the arguments correct, was the answer grounded in what was retrieved, how many steps and how much money did it take.

You build a scenario suite from real inputs, score runs on task success, tool-selection accuracy, groundedness, cost and latency, and wire it as a regression test so a prompt or model change that quietly breaks step four gets caught before a customer finds it. Human evaluation gets a rubric rather than a vibe, and you cover feedback loops that turn production failures back into test cases.

Why agent evaluation is harder than model evaluationDefining task success criteriaTool-selection and tool-argument accuracyGroundedness and hallucination checksStep count, latency and cost as quality metricsBuilding a scenario suite from real inputsRegression testing agent workflowsLLM-as-judge and where it misleadsHuman evaluation rubricsFeedback loops from production failures into tests
13
Security, Guardrails and Responsible Agentic AI

Week 8

An agent with tools is an attack surface with a language model in front of it. Prompt injection matters more here than anywhere else in AI engineering, because the model does not just say something wrong — it calls a tool. You cover direct and indirect injection, injection arriving through retrieved documents and fetched web pages, and why filtering the input is not a fix.

The defences are architectural: permission boundaries per tool, approval required before any irreversible or sensitive action, least-privilege credentials so a compromised agent cannot exceed its remit, output validation before a result is acted on, and excessive-agency control — the OWASP category that names precisely this failure. Alongside: data privacy and access control over what an agent may read, unbounded token and cost control, system-prompt leakage, and audit logs detailed enough to reconstruct what an agent did and why. Framed against the OWASP Top 10 for LLM Applications, which is what an enterprise security review will hold you to.

Prompt injection, direct and indirectInjection through retrieved documents and fetched pagesTool abuse and unsafe action executionExcessive agency and how to bound itPermission boundaries and least-privilege credentialsApproval gates before irreversible actionsOutput validation before acting on a resultData privacy and access control for agent readsSystem-prompt leakage awarenessUnbounded token and cost controlAudit logs and traceabilityOWASP Top 10 for LLM applications as a checklist
14
Production Agents — Deployment, Tracing, Cost and Monitoring

Week 8

The production handoff. Observability first, because a seven-step agent loop cannot be debugged from logs alone: tracing with LangSmith or Langfuse, span-level visibility into every model call and tool invocation, and instrumentation you add while building rather than after an incident.

Then the operational layer — deployment behind FastAPI with async workers and streaming, containerisation, background execution for long runs, error recovery and escalation paths, monitoring failed runs, alerting on cost and step-count anomalies, and versioning tools, prompts and workflows together so a rollback restores a known-good system rather than half of one. Caching and token budgeting close the cost loop. You finish against a production-readiness checklist covering the questions asked before an agent is allowed near real users.

Tracing with LangSmith and LangfuseSpan-level visibility into model and tool callsInstrumentation patterns added during developmentDeployment — FastAPI, async workers, streaming responsesContainerisation and background execution for long runsError recovery and escalation pathsMonitoring failed runs and alerting on anomaliesCost controls, caching and token budgetingVersioning tools, prompts and workflows togetherRollback and safe re-deploymentProduction-readiness checklist for agents
15
Capstone Project & Interview Preparation

Weeks 9–10

Two weeks of full-time capstone work on a deployed agentic system, plus interview preparation calibrated to how agentic AI is actually assessed. You pick one capstone (see Capstone Projects), take it to a deployed, traced, evaluated state, and document the architecture with a diagram — because the interview question is never ‘did it work’, it is ‘why did you choose that pattern, and what did you do when a tool call failed’.

Mock rounds cover agent system design, tool-use and function-calling questions, memory and retrieval questions, multi-agent coordination, and security and responsible-AI questions. You rehearse explaining your own trace: walking a panel through a real run, naming the step that failed and the fix. Resume, LinkedIn and GitHub polish is included, aimed at the AI Engineer and Agentic AI Developer job descriptions Pune product companies are posting.

Capstone implementation, deployment and READMEArchitecture diagram for an agent systemCode and trace review with the lead trainerAgent system-design mock roundTool-use and function-calling interview questionsMemory, RAG and retrieval interview questionsMulti-agent system interview questionsSecurity and responsible-AI interview questionsWalking a panel through a real agent traceResume, LinkedIn and GitHub polish for AI Engineer rolesHR mock interview and salary negotiation
16
AI-Assisted Development Workflow

Final Week

The skill every 2026 hiring panel now probes for — building real work with AI in the loop, responsibly. Learn to drive AI assistants (GitHub Copilot, Claude, Cursor, and IDE-native AI) to scaffold and accelerate the tools and stack this course covers, generate tests, explain and refactor unfamiliar code, and cut the boilerplate — while keeping you firmly in control of every decision. Heavy focus on guardrails: reviewing each AI suggestion, spotting hallucinated APIs or wrong answers, and handling licensing and data-privacy concerns. Close with a mini-project that takes a deliverable end-to-end using an AI-assisted workflow, then fold the same tooling into version control and everyday team practice.

AI assistants — GitHub Copilot, Claude, Cursor, IDE-native AIEffective prompting for this course's stack — scaffolding, boilerplate, configAI-assisted test generation and coverageExplaining, refactoring, and modernising unfamiliar code with AIAI-driven review, error detection, and quality checksGenerating and maintaining documentation with AIAI debugging — interpreting errors, logs, and failing outputGuardrails — reviewing output, avoiding hallucinations, licensing & data privacyTeam workflow — AI in the editor, in reviews, and in delivery pipelinesMini-project — a deliverable built end-to-end with an AI-assisted workflow

Download the full syllabus as a PDF

The full fifteen-part syllabus as a 7-page PDF — agent architecture, tools and function calling, memory, planning and replanning, agentic RAG, multi-agent systems, automation use cases, evaluation, security and guardrails, frameworks, seven capstone projects and an interview-preparation section. Everything in it is on this page; the PDF is the portable version.

Are you a fresher or experienced?*
Interested in studying

We email the PDF link to the address above. No spam — you can unsubscribe at any time.

What is inside the 7-page PDF

  • All fifteen syllabus parts plus a thirteen-module teaching plan, in the order they are taught.
  • Eight hands-on assignments listed with the skill each one practises, from a tool-calling assistant to a multi-agent research workflow and an agent safety checklist.
  • The production sections most agent courses omit: agent design patterns, tool safety and permission boundaries, evaluation metrics, guardrails, tracing, and a deployment checklist.
  • Prerequisites written as three separate tracks — required AI foundation, non-coding learners, and technical learners — so you can place yourself before enrolling.

Roles this syllabus prepares you for

Agentic AI Engineer — designing and shipping tool-using, multi-step agent systems.AI Engineer — the applied LLM-application path at Pune product companies.AI Automation Engineer — turning business processes into supervised agent workflows.AI Solutions Architect — choosing agent patterns, tools and guardrails for enterprise use.

What projects will you build?

Project 1: Research Agent with Web Search + Memory

Build a single-agent research assistant that takes a research question, plans a multi-step approach, executes web searches + content extraction, maintains short-term memory across turns, and produces a sourced final answer. Built with LangGraph, deployed locally with FastAPI, instrumented with LangSmith for trace inspection. The portfolio piece that demonstrates ReAct + tool use + memory in one artefact.

LangGraphPython 3.11+OpenAI / Anthropic SDKTavily / Serper for web searchFastAPILangSmith
Project 2: Customer Support Agent with RAG + Tool Calls

A production-style customer support agent backed by a vector store of your company's documentation (PDF + Markdown + HTML chunking), with tool calls for ticket creation in a sample CRM, refund initiation in a sample billing API, and escalation to a human queue. Includes a basic eval harness (deterministic + LLM-as-judge) that catches regressions. Deployed to a free-tier Cloudflare Worker.

LangChain + LangGraphpgvector / PineconeOpenAI Assistants OR Claude tool useFastAPICloudflare WorkersEval harness (basic LLM-as-judge)
Project 3: Multi-Agent Capstone — Supervisor + Specialist Workers

The closing capstone. A supervisor agent routes incoming tasks to specialist worker agents (e.g. a code-writing agent, a database-query agent, a web-search agent), aggregates their outputs, and decides next actions. Full observability via LangSmith, deterministic + LLM-as-judge evals, cost controls + caching, deployed to Vercel or Cloudflare with a streaming web UI. This is the project that closes Pune AI Engineer interviews when shown live.

LangGraph (supervisor pattern)PythonOpenAI + Anthropic (multi-vendor routing)pgvector for shared agent memoryLangSmith observabilityVercel or Cloudflare deploymentStreaming response UI

What jobs and salaries follow this course in Pune?

The Pune AI Engineer market is supply-constrained: hiring managers consistently report 6–10x more open headcount than qualified candidates in the agentic AI specialisation. The result is a premium compensation band that doesn't look like the rest of the Pune dev market. Fresher AI Engineer roles at product companies (Persistent's Avaamo group, Helpshift, GUVI, ZS Associates' AI practice, Druva's AI team, BrowserStack's AI team) currently land ₹8–12 LPA. Services-major AI practices (TCS AI, Infosys Topaz, Wipro AI360, Capgemini AI CoE, Accenture's AI delivery centre) hire at ₹6–10 LPA — still above the equivalent Java/Python fresher band. The premium is paid for the working-agent-on-GitHub signal: hiring managers will hire a candidate with no AI engineering work-experience but a deployed LangGraph agent over a candidate with general Python experience.

The career arc accelerates: 1 year + 2 production agent systems = ₹12–18 LPA. 3 years + multi-agent system + observability + eval framework experience = ₹20–30 LPA. 5+ years moves to Sr AI Engineer / Staff Engineer / Founding AI Engineer at startups — the latter often involves equity + ₹25–40 LPA base + bonus. Onshore (US) AI Engineer roles for 3-year experienced Pune candidates have offered $150K–220K USD base in 2025–2026. We don't promise the onshore arc; we map the realistic path. Source: Naukri + LinkedIn Pune AI Engineer listings (last 90 days, sampled 2026-06).

RoleSalary bandSource
AI Engineer / Agentic AI Developer (fresher)₹6–10 LPA (services) / ₹8–12 LPA (product)LinkedIn Pune AI Engineer listings
Agentic AI Engineer (1–3 yrs)₹12–18 LPANaukri Pune AI Engineer listings
Senior AI Engineer (3–6 yrs)₹20–30 LPAGlassdoor Pune Senior AI Engineer
Staff / Founding AI Engineer (6+ yrs)₹30–50+ LPA + equity at startupsAmbitionBox Pune Staff Engineer + Pune AI startup compensation reports

Pune companies hiring Agentic AI professionals in 2026

Persistent Systems (Avaamo AI group)HelpshiftGUVIBrowserStack (AI team)Druva (AI engineering)ZS Associates (AI practice)AvaamoTCS AIInfosys TopazWipro AI360Capgemini AI CoEAccenture AICognizant AI practiceMphasis Stelligent (AI delivery)Various Pune AI startups (founding-engineer roles)

Roles after this Agentic AI course

AI EngineerAgentic AI DeveloperGenAI Application EngineerAI Solutions EngineerLLM Application EngineerFounding AI Engineer (startup)GenAI Architect (with senior experience)

How long is the course, and what batch options are there?

Duration: 2 months (8 weeks) weekday/online; 10 weeks weekend

Classroom

Archer Infotech Kothrud campus (Flat No. 12, Divyadarshan Housing Society, Kothrud, Pune 411038)

  • Evening batch: Monday–Friday 19:00–20:30 (heavily preferred for working professionals)
  • Saturday lab session: 10:00–13:00 (capstone build + deployment practice)
Online Live
  • Live sessions: Monday–Friday 20:00–21:30 IST
  • Recordings in LMS within 24 hrs
  • Capstone deployment-help office hours on Saturdays

Tools used:

Google Meet for live sessionsOpenAI + Anthropic API keys (we provide credits for course duration; you can also use your own)GitHub for capstone codeLangSmith free tier (we provide)Slack batch channel
Weekend
  • Saturday + Sunday 10:00–13:00 (6 hrs/week)

Weekend track runs 10 weeks to maintain contact-hour parity

Batch sizes capped at 16 for the weekday/online tracks and 10 for the weekend track — smaller than our other tracks because agentic AI debugging requires per-student trainer attention (production agent debugging is iterative). New batches start every 4–6 weeks; the track is among our most-requested. Book early.

What are the Agentic AI course fees in Pune?

Agentic AI is priced in the upper band of our catalogue reflecting trainer specialisation, smaller batch size, and the LLM API credits + LangSmith access we provide for the course duration. EMI available; contact admissions for current fee.

₹40,000 – ₹60,000 (typical track band, includes provided API credits)

Market range source: Archer Infotech 2026 fee schedule

Payment options:

  • One-time payment (5% discount)
  • EMI: 50% at enrolment + 50% at week 4
  • EMI: 3-month plan (1/3 monthly)
  • Note: LLM API usage beyond provided credits during capstone phase typically costs ₹500–1,500 self-paid (your own OpenAI / Anthropic key)

What placement support do you get?

Placement support is bundled — no separate fee. The Agentic AI placement pipeline runs differently than our other tracks because hiring volume is smaller but offers are higher. Rather than 100+ partner-company introductions, we run a more curated process: 20–30 high-quality introductions to the Pune product companies and AI-practice teams actively hiring agent engineers. The placement workflow starts in Week 5 (parallel to the multi-step workflows module) — CV + GitHub portfolio review + capstone scoping discussion — so by graduation week your portfolio is interview-ready.

We don't guarantee placement. Our institute-records rate is 90% across all tracks; the Agentic AI track is too new for a meaningful placement-rate average (only ~25 graduates so far) but early signals are strong because the supply-demand imbalance favours graduates. The bottleneck for agentic AI placements is almost always the working-agent demonstration — graduates with a deployed capstone agent on GitHub place 3–5x faster than those who couldn't get a capstone shipped.

Placement process — week by week
  1. Week 5: CV review + GitHub portfolio review + capstone project scoping discussion
  2. Week 6: First mock interview (technical — LangChain/LangGraph code walkthrough + tool-calling design questions)
  3. Week 7: Second mock interview (system design — multi-agent architecture + observability + cost questions)
  4. Week 8: Curated introductions to 20+ Pune product companies + AI-practice teams
  5. Post-completion: Weekly 1:1 placement-cell support for 8 weeks, with capstone iteration help
Partner companies
Persistent Systems (Avaamo AI group)HelpshiftGUVIBrowserStack (AI team)DruvaZS AssociatesAvaamoTCS AIInfosys TopazWipro AI360Various Pune AI startups via founder-network introductions20+ curated AI-team partners across Pune product + services AI practices
See recent placement records →

How does Archer Infotech compare with other institutes?

How Archer Infotech's Agentic AI track compares against the typical Pune training-institute version of this course (and free YouTube agentic AI content). Anonymous comparison from candidates who switched in or considered alternatives.

FactorArcher InfotechTypical Pune institute
Framework depthLangChain + LangGraph + OpenAI Assistants + Claude tool use direct against SDKsLangChain-only tutorial walkthrough, no LangGraph, no direct SDK exposure
Build-from-scratch disciplineReAct loop built without a framework first, THEN with LangGraph — you understand what abstractions buyFramework-first only — you don't know what's underneath
Production observabilityFull module on LangSmith + Helicone + instrumentation patternsNot covered
Eval frameworksDeterministic + LLM-as-judge + human-in-the-loop sampling covered'You'll figure it out in production' — i.e. not covered
Multi-agent patternsSupervisor + worker, hierarchical, swarm patterns with hands-on buildsSingle-agent only
Cost + caching strategyFull session on cost controls, semantic caching, token budgetingNot covered (until your first AWS bill shock)
Capstone deploymentDeployed to Vercel or Cloudflare with working public URL — demo-able at interviewsLocal-only Jupyter notebooks
Class sizeUnder 16 weekday/online, under 10 weekend (small for per-student agent debugging)30–50 (impossible to debug per-student agent loops)
Trainer profileActive LLM-application engineers at Pune product cosTrainers who took a LangChain bootcamp 18 months ago

The differentiator at hiring stage is the deployed-and-demo-able capstone agent. Free YouTube content can teach the API surface; what it can't teach is the production-readiness discipline that makes the difference between 'I followed a tutorial' and 'I shipped a real agent.'

Agentic AI vs Generative AI vs Machine Learning — Which Should You Pick?

Three adjacent but distinct AI career paths. Machine Learning Engineer = training and deploying ML models (deep statistical / math background, typically Masters' / PhD pipeline for senior roles). Generative AI Engineer (our generic GenAI track) = working with foundation models as a user — prompt engineering, RAG, fine-tuning. Agentic AI Engineer (this track) = building autonomous systems on top of foundation models — multi-step planning, tool use, multi-agent orchestration.

Pune hiring volume in 2026: ML Engineer ~100–200 listings/month (steady, demands deep ML background); Generative AI Engineer ~200–400 listings/month (rapidly hiring but compensation softer than agentic); Agentic AI Engineer ~200–400 listings/month and growing fast (highest premium). If your goal is maximum Pune market access AND highest compensation premium at fresher-to-mid level, agentic AI is the right pick — provided you have intermediate Python comfort going in. If you don't have Python comfort, do our Python track first, then come back to this.

What are the prerequisites, and how do you start?

The course assumes intermediate Python comfort — comfortable with classes, async functions, REST API calls, and basic familiarity with Git + command line. Deep ML / model-training background is NOT required; agentic AI is about orchestrating existing foundation models, not training new ones. About 50% of each batch are Python developers with 1+ years experience; ~30% are backend engineers from non-Python stacks who picked up Python recently; ~20% are data scientists moving up the stack. Week 1 includes a Python+LLM-API refresher for anyone who needs it but doesn't slow the pace for those who don't.

Before you enrol, the 5-step starting sequence below makes Week 1 smoother. None of it is gated.

  1. Create an OpenAI API account + add ~$5 credit (api.openai.com) — first API call exposure beats reading docs
  2. Create an Anthropic API account + add ~$5 credit (console.anthropic.com) — we use both vendors for cross-vendor patterns
  3. Install Python 3.11+ and verify `python --version` works
  4. Skim the OpenAI Function Calling documentation (~30 min) so the tool-use concept is familiar before Week 2
  5. Read the LangChain 'Get Started' page (~15 min) just to see the surface area; we'll teach the depth

Frequently Asked Questions

  • What's the difference between an LLM and an AI agent?

    An LLM is a single-call inference engine — give it a prompt, get a completion.

    Read more

    An AI agent is an LLM in a loop: it can call tools (search the web, query a database, execute code), observe the results, and decide what to do next until a goal is achieved. This course teaches the second. Agents add planning, memory, tool use, error recovery, and multi-step decision-making on top of the LLM primitive.

  • Do I need to know Python or have ML background?

    Python yes — the entire ecosystem (LangChain, LangGraph, OpenAI/Anthropic SDKs) is Python-first.

    Read more

    Intermediate Python comfort is the prereq: classes, async functions, REST API calls. Deep ML / model-training background is NOT required — agentic AI is about orchestrating existing foundation models, not training them. If you can write Python and understand REST APIs, you can take this course. Week 1 includes a Python+LLM-API refresher.

  • Which frameworks does the course actually use?

    LangChain + LangGraph as primary teaching frameworks (largest ecosystem, most Pune job postings reference them).

    Read more

    OpenAI Assistants API and Claude tool use covered directly against SDKs — so you understand what abstractions exist and when to bypass them. Side coverage of LlamaIndex (RAG-heavy) and CrewAI (multi-agent specialist). No framework lock-in — by graduation you can pick the right tool per project, not just default to whatever you learned first.

  • What career roles does this prepare me for and what's the realistic Pune salary?

    AI Engineer / Agentic AI Developer (₹8–12 LPA fresher at Pune product companies, ₹6–10 LPA at services AI practices), GenAI Application Engineer, LLM Application Engineer.

    Read more

    With 1 year + 2 production agent systems on GitHub = ₹12–18 LPA. 3+ years = ₹20–30 LPA. Pune product cos (Persistent, Helpshift, GUVI, Avaamo, BrowserStack AI) and services AI practices (TCS AI, Infosys Topaz, Wipro AI360, Capgemini AI CoE) all hire. Source: Naukri + LinkedIn Pune AI Engineer listings, last 90 days.

  • How much do the LLM API calls actually cost during the course?

    We provide OpenAI + Anthropic API credits for course duration sufficient for modules 1–3.

    Read more

    The capstone phase (modules 4) typically requires ~₹500–1,500 of self-paid API usage as agents run multi-step loops for testing. Cost controls + caching are explicitly taught (one of the modules' core skills) so you learn to keep agent operating costs sustainable — both for the course and your eventual production work.

  • How is this different from the Generative AI track?

    Generative AI (our GenAI track) covers the LLM-application layer: prompt engineering, RAG, fine-tuning, vendor APIs.

    Read more

    Agentic AI (this track) is one level up the stack: building autonomous systems that reason, plan, call tools, manage memory, recover from errors. Generative AI Engineer = strong on prompts and RAG. Agentic AI Engineer = builds multi-step agents in production. The agentic AI specialisation pays ₹2–4 LPA more at fresher-to-mid in Pune currently due to supply gap.

  • Will the course cover MCP (Model Context Protocol) and Computer Use?

    MCP yes, at depth — it's becoming the standard agent-to-tool protocol in 2026 and we cover both consuming MCP servers and exposing your own tools as MCP.

    Read more

    Claude Computer Use API yes, conceptually + a hands-on demo — full Computer Use production deployment is its own specialisation. Both topics are in the closing modules so the framework foundations are solid before the protocol layer is added.

  • What's the placement process for such a new and specialised track?

    Smaller volume but higher quality. Rather than 100+ broad partner introductions, we run a curated process of 20–30 introductions to Pune AI-practice teams and product companies actively hiring agent engineers.

    Read more

    The bottleneck for agentic AI placements is consistently the working-agent-on-GitHub artefact — graduates with a deployed capstone agent place 3–5x faster than those who couldn't ship the capstone. We track this and prioritise capstone-completion support over abstract interview prep.

  • Should I learn Generative AI before Agentic AI?

    Yes, and it is the sequence we recommend. Agentic AI assumes you already understand LLMs, tokens and context windows, prompting, structured outputs, embeddings and RAG — an agent is those components arranged in a loop with tools attached.

    Read more

    If you have that from our Generative AI course, from work, or from your own building, start here. If you do not, start with Generative AI; the two courses were designed to run in that order and the Agentic AI syllabus opens by assuming the Generative AI syllabus is behind you.

  • What is the difference between Generative AI and Agentic AI?

    Generative AI creates or transforms content: user asks, model generates, you read the result.

    Read more

    Agentic AI acts: the system is given a goal, decides what steps to take, calls tools to search, query, write or send, observes what came back, and continues until the task is complete or it stops to ask a person. Generative AI is the intelligence layer; Agentic AI is how that intelligence interacts with real systems and performs work. Practically, the difference in an interview is that agentic work brings in tool design, permissions, state, planning, error recovery and evaluation.

  • Is Agentic AI suitable for experienced software developers?

    It is arguably the AI specialisation that suits experienced developers best.

    Read more

    Building a reliable agent is mostly software engineering: API design, authentication, validation, idempotency, error recovery, state management, permissions, logging and testing. The LLM is one component in a system that has to be architected properly. Developers with backend or full-stack experience usually move faster through this course than candidates with a pure data-science background, because the hard parts are the parts they already do.

  • Can I take this course without a coding background?

    Not this one. Every module has hands-on Python, and the LangGraph work in particular assumes comfort with async code and typed data structures.

    Read more

    If your interest in agents is about automating business processes rather than writing them, our AI Tools for Productivity course covers no-code and low-code automation, and you can return to this course after our Python track. We would rather tell you that up front than have you sit through eight weeks of code you cannot follow.

  • Does the course cover multi-agent systems, or only single agents?

    Both, with the single-agent work first because most production systems are single agents and most multi-agent designs would be better as one.

    Read more

    You build a single-agent ReAct loop by hand in week two, then move through supervisor-and-worker patterns, role-based specialist agents, debate and review patterns, and agent-to-agent communication. The multi-agent module gives equal weight to the failure modes — multiplied cost, stacked latency, conflicting conclusions and untraceable runs — because knowing when a second agent does not earn its place is the more valuable judgement.

  • How do you actually test an agent? There is no single right answer.

    That is exactly why evaluation gets its own module. You cannot diff against one expected output, so you measure what can be measured: did the task meet a defined success criterion, did the agent choose the right tool, were the arguments correct, was the answer grounded in what was retrieved, and how many steps and how much money did it take.

    Read more

    You build a scenario suite from real inputs and run it as a regression test, so a prompt or model change that quietly breaks step four is caught before a customer finds it. Human review is done against a written rubric rather than an impression.

  • Is prompt injection and agent security covered seriously?

    Yes, as a full module rather than a closing slide, because an agent with tools is an attack surface with a language model in front of it.

    Read more

    We cover direct and indirect prompt injection, injection arriving through retrieved documents and fetched web pages, tool abuse, and excessive agency. The defences taught are architectural: per-tool permission boundaries, least-privilege credentials, approval gates before irreversible actions, output validation before a result is acted on, and audit logs you can reconstruct a run from. The module is framed against the OWASP Top 10 for LLM Applications, which is the checklist an enterprise security review will actually hold you to.

  • Can I download the full Agentic AI syllabus before enrolling?

    Yes. The complete fifteen-part syllabus is available as a 7-page PDF from the download block on this page — all modules in teaching order, the eight hands-on assignments with the skill each one practises, the prerequisites split into three tracks, and the production sections on design patterns, tool safety, evaluation, guardrails and deployment.

    Read more

    Everything in the PDF is also on this page as text; the PDF is simply the version you can read offline or forward to a manager approving the training.

Learn Agentic AI Online or at Our Pune Centre

Good news — Agentic AI is available in live online mode as well as classroom training at our Kothrud, Pune centre. Learn from anywhere with the same trainers, curriculum and placement assistance. Register now or send us your enquiry.

Sources behind this Agentic AI page

Every claim below links to the primary source that backs it — vendor documentation and official exam guides, not summaries of them.

Agentic AI careers in Pune — monthly briefing

Hiring updates, salary movements, and an employer spotlight every month. Free, unsubscribe anytime.

One email per month. No spam. Unsubscribe anytime.

Ready to Start Your Agentic AI Journey?

Enroll now and take the first step towards a successful IT career. Our expert trainers and placement assistance will help you achieve your goals.