Zubnet AIसीखेंWiki › Autonomous Agent
AI उपयोग

Autonomous Agent

इसे भी कहा जाता है: AI Agent, Agentic AI
एक AI system जो न्यूनतम मानव पर्यवेक्षण के साथ स्वतंत्र रूप से plan, decide, और multi-step कार्यों को execute कर सकता है। एक high-level goal ("competitors का research करें और report लिखें") दिए जाने पर, एक autonomous agent इसे steps में तोड़ता है, tools (web search, code execution, file management) का उपयोग करता है, errors संभालता है, और result deliver करता है। Autonomy का level "प्रत्येक step पर permission पूछें" से "बस करो और report करो" तक होता है।

यह क्यों मायने रखता है

Autonomous agents chatbots और copilots से आगे का अगला evolution हैं। Chatbot सवालों के जवाब देता है। Copilot कार्यों में assist करता है। Agent स्वतंत्र रूप से कार्य पूरे करता है। Economic potential विशाल है — agents जो routine knowledge work (research, data analysis, customer service, code review) को fraction cost और time पर संभाल सकते हैं। लेकिन reliability और safety challenges significant बने हुए हैं।

गहन अध्ययन

Agent loop: (1) current state observe करें (क्या किया गया है, कौन सी जानकारी उपलब्ध है), (2) अगली action plan करें (LLM की reasoning का उपयोग करके), (3) action execute करें (tool call, code execution, API request), (4) result observe करें, (5) decide करें कि continue करना है, adjust करना है, या complete करना है। यह observe-plan-act loop task पूरा होने तक या agent अटक जाने और help मांगने तक दोहराया जाता है।

Reliability Bottleneck है

मौलिक challenge: agent के workflow में प्रत्येक step में error की कुछ probability है (गलत tool choice, incorrect reasoning, misinterpreted result)। 10-step workflow में, 95% per-step accuracy भी compound होकर केवल 60% overall success बनती है। यही कारण है कि वर्तमान agents ऐसे कार्यों के लिए सबसे अच्छे काम करते हैं जो individual step errors के प्रति somewhat forgiving हैं (research, brainstorming) और ऐसे कार्यों में संघर्ष करते हैं जिनमें प्रत्येक step पर precision चाहिए (financial transactions, legal documents)।

Human-in-the-Loop

अधिकांश production agent deployments में human oversight शामिल है: agent actions propose करता है, human approve या correct करता है, और agent continue करता है। यह "human-in-the-loop" approach reliability के लिए full autonomy का sacrifice करता है। Trend low-risk actions (files पढ़ना, searching) के लिए wider autonomy और high-risk actions (emails भेजना, purchases करना, production systems modify करना) के लिए human approval की ओर है। Autonomy का सही level errors की cost पर निर्भर करता है।

संबंधित अवधारणाएँ

← सभी शब्द
← AssemblyAI AWS Bedrock →