AI-agenten zijn systemen die gebruikmaken van LLM's om autonoom taken uit te voeren — plannen, tools gebruiken en acties ondernemen om doelen te bereiken, in plaats van alleen maar te reageren op enkele prompts. Ze vertegenwoordigen een evolutie naar meer capabele, autonome AI-applicaties.
Wat AI-agenten zijn
AI AGENT → an LLM-powered system that autonomously works toward a GOAL:
→ REASONS/plans → breaks a goal into steps
→ uses TOOLS → calls functions, APIs, searches, runs code, accesses data
→ takes ACTIONS and observes results → iterates (a loop of think → act → observe)
→ works toward the goal with some AUTONOMY (multi-step, not a single response)
→ beyond single Q&A → an LLM that can DO things over multiple steps
