AI Terminology Course
AI Terminology
/
Advanced

Agentic AI

Definition

The paradigm shift in artificial intelligence from passive, conversational systems (answering questions) to active, goal-oriented systems capable of acting autonomously in the real world.

Explain Like I'm New

The era of AI doing things FOR you, instead of just talking TO you.

Real World Example

Instead of asking ChatGPT 'How do I optimize my database?', an Agentic AI will ask for your database credentials, log in, analyze the queries, write the SQL indexes, and push the code to your GitHub.

Common Use Cases

  • •Enterprise automation
  • •Next-gen software architectures

Interview Questions

basic

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

intermediate

  • Why are AI safety researchers particularly concerned about Agentic AI?

Flash Cards

Question

Generative vs Agentic?

Click to reveal answer
Answer

Generative AI creates content (text, images). Agentic AI takes actions (clicking buttons, running code, sending emails).

Question

Why concerned?

Click to reveal answer
Answer

Because Agents have autonomy and access to external tools. If a Generative AI malfunctions, it writes a bad poem. If an Agentic AI malfunctions, it might autonomously delete a production database or send thousands of spam emails.