AI முகவர்கள் என்பவை LLM களைப் பயன்படுத்தி தன்னியக்கமாக பணிகளைச் செய்யும் அமைப்புகள் — திட்டமிடல், கருவிகளைப் பயன்படுத்துதல் மற்றும் இலக்குகளை அடைய செயல்களை மேற்கொள்ளுதல், வெறுமனே ஒற்றை உத்தரவுகளுக்கு பதிலளிப்பது அல்ல. அவை மேலும் திறமையான, தன்னியக்க AI பயன்பாடுகளின் நோக்கி ஒரு பரிணாமத்தை பிரதிநிதித்துவப்படுத்துகின்றன।
AI முகவர்கள் என்றால் என்ன
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
