Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

AI Agent & Agentic AI

Back

AI Agent


Types of AI Agents


Agentic AI


How Agentic AI Works

  1. Goal
    • e.g., “Fix CI/CD failure”
  2. Perception
    • Read logs, configs, metrics
  3. Planning
    • Break into steps
  4. Action
    • Call tools (API, CLI, DB)
  5. Reflection
    • Evaluate result
  6. Repeat
    • Until goal achieved

AI Agent vs Agentic AI

Aspect AI Agent Agentic AI
Scope Single task Multi-step system
Complexity Low–Medium High
Behavior Reactive + some planning Autonomous planning
Architecture Single component Multi-agent orchestration
Example Log analyzer Full CI/CD assistant