AGENTIC-AI

Agentic AI Systems

This section showcases projects built around Agentic AI architectures — systems where multiple specialized AI agents collaborate to solve complex tasks autonomously.

Unlike traditional AI applications that simply respond to prompts, agentic systems are designed to plan, reason, use tools, delegate subtasks, and evaluate results through coordinated workflows. Each agent focuses on a specific responsibility, such as planning, information retrieval, task execution, or evaluation, allowing the system to behave more like a structured problem-solving engine rather than a simple chatbot.

These projects explore the design of multi-agent pipelines, where autonomous agents interact with data sources, vector databases, APIs, and external tools to complete tasks in a controlled and iterative manner. The goal is to create systems that can break down complex problems into smaller steps, dynamically retrieve relevant information, and continuously improve outputs through feedback loops.

Key areas explored in these projects include:

  • Multi-agent orchestration and task delegation
  • Retrieval-Augmented Generation (RAG) pipelines
  • Autonomous reasoning and planning workflows
  • Tool-using AI agents
  • Knowledge retrieval from vector databases
  • Evaluation and feedback agents
  • Local-first AI system design

By combining agent collaboration, structured reasoning, and external tool integration, these systems demonstrate how modern AI applications can move beyond simple prompting toward autonomous intelligent workflows.

These experiments represent my exploration into the emerging field of Agentic AI and autonomous AI systems, focusing on building practical architectures that can power the next generation of intelligent applications.

Folders: 0Projects: 3Blogs: 2
This folder has no visible subfolders yet.
3 items
cms-mcp
Shipped

cms-mcp

An MCP server that gives Claude full natural-language control over any REST CMS — 32 auto-generated tools, human approval gate, policy…

TypeScript 5.8Node.jsMCP SDKZod+3
MeroStudySathy – Multi-Agent AI PDF Tutor
Shipped

MeroStudySathy – Multi-Agent AI PDF Tutor

An AI-powered multi-agent system that turns static PDFs into interactive learning experiences using RAG, vector search, and intelligent…

JOB AGENT
Shipped

JOB AGENT

"A full-stack agentic pipeline that scrapes 5 job boards daily, scores listings with a structured AI rubric, rewrites your resume per role,…

LangGraphFastAPINext.js 14PostgreSQL+6
2 items
Mar 24, 2026

JOB AGENT

Read article
JOB AGENT
Mar 14, 2026

MeroStudySathy: A Multi-Agent RAG System That Actually Teaches You

Most AI study tools just search your PDF and summarize it back to you. I built MeroStudySathy — a multi-agent RAG system with a Planner, Teacher,…

Read article
MeroStudySathy: A Multi-Agent RAG System That Actually Teaches You