AI agent คือระบบที่ใช้ LLM ในการ ดำเนินงานโดยอัตโนมัติ ผ่านการวางแผน การใช้เครื่องมือ และการลงมือทำเพื่อบรรลุเป้าหมาย แทนที่จะเพียงตอบสนองต่อ prompt เดียว มันเป็นวิวัฒนาการไปสู่แอปพลิเคชัน AI ที่มีความสามารถและเป็นอิสระมากขึ้น
AI agent คืออะไร
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
