Free · 20 Topics · No Signup
Agentic AI Notes
Autonomous, tool-using AI agents — written by CodingNow 2.0's mentors. Free to read, structured to actually help you learn.
Agentic AI notes by CodingNow 2.0 cover 20 topics — from what is agentic ai? to agent control flow — each explained with short definitions, syntax and runnable code examples. They are 100% free, need no signup, and work as quick revision for college exams, Agentic AI interviews and CodingNow 2.0's mentor-led Agentic AI course in Pitampura, Delhi.
Agentic AI Fundamentals
What an agent actually is — and clear lines vs chatbots, workflows and RAG.
Agent Architecture
The agent loop — goals, context, decisions, actions and observations.
Workflows
Deterministic vs dynamic pipelines, and when a workflow beats an agent.
Tools & Function Calling
How an agent selects, validates and executes tools safely.
Memory
Short-term, long-term, semantic and episodic memory patterns.
State
State management, persistence, checkpoints and recovery.
Planning
Task decomposition, plan-and-execute, and reflection patterns.
RAG Agents
Agentic retrieval — deciding when and how to search, not just retrieving once.
Multi-Agent Systems
Supervisor patterns, handoffs, and when multiple agents beat one.
Orchestration
Routing, supervision and human-in-the-loop approval for high-impact actions.
LangGraph
Building stateful agent graphs — nodes, edges, checkpointing and memory.
MCP
The Model Context Protocol — what it standardizes, and what it doesn't.
Agent Frameworks
LangGraph, LangChain agents and other frameworks compared conceptually.
Evaluation
Evaluating trajectories and tool use, not just the final answer.
Observability
Tracing agent trajectories, tool calls, cost and latency.
Security
Prompt injection, least privilege, sandboxing and credential security for agents.
Reliability
Preventing infinite loops, handling tool failures, retries and fallbacks.
Production Agents
Deploying, scaling, versioning and cost-optimizing agents in production.
System Design
Design patterns and engineering tradeoffs for agent systems.
Use Cases
Real-world agent roles — support, research, coding, sales and more.
Interview Questions
Topic-wise Agentic AI interview questions with explained answers.
Practice Questions
Implementation-oriented exercises across tools, memory, RAG and MCP.
Projects
End-to-end agent builds — research, support, SQL analyst, multi-agent systems.
No notes found. Try a different search term, or browse all Agentic AI notes.
Agentic AI Fundamentals
10 of 10 topics publishedWhat Is Agentic AI?
The shift from a single LLM response to a decision loop that can take actions.
What Is an AI Agent?
The five minimum ingredients of an AI agent, with a simplified example loop.
How AI Agents Work
The full agent loop from goal to final response, with a worked example.
Agentic AI vs Generative AI
Why agentic AI is a usage pattern built on top of generative AI, not a separate thing.
Agent vs Chatbot
The real distinction: converses vs takes actions — and why it matters.
Agent vs Workflow
Fixed sequences vs dynamic decision-making, and when to choose each.
Agent vs Automation
Rule-based automation vs LLM reasoning, and how they work together.
Agent vs RAG
Fixed retrieval-then-generate vs an agent that decides when and how to retrieve.
Agentic AI Use Cases
Real use cases where the correct steps can't be known in advance.
Agentic AI Limitations, Risks & Challenges
Compounding errors, cost, and the real safety stakes of agents that take actions.
Agent Architecture
10 of 11 topics publishedAI Agent Architecture — Complete Overview
The full architecture diagram, with links to every individual piece.
Agent Components
The four structural software components of a real agent system.
Agent Loop
The decide-act-observe iteration cycle, and why an iteration cap is essential.
Agent State
What persists across loop iterations, and how it differs from memory.
Agent Context
What actually goes into the LLM's prompt at each decision point.
Agent Goals
Why goal specificity drives agent reliability, and goals vs sub-goals.
Agent Actions
The fixed action space an agent can choose from, and how to design it safely.
Agent Observations
How tool results get formatted and fed back into the agent's context.
Agent Decision-Making
What actually drives an agent's next-action decision, and structured decision formats.
Agent Control Flow
Plain loops vs state machines vs graph-based frameworks for running an agent.
Ready to go from notes to a real career?
Join CodingNow 2.0's Agentic AI course — live mentorship, hands-on projects, and 100% placement support in Delhi NCR.
Enroll Now — Free Demo AvailableAgentic AI Notes – FAQs
What students search before reading Agentic AI notes.