#freelancer • 5m
LLMs as Agents Large Language Models (LLMs) like *GPT*, *Claude*, or *Gemini* can act as intelligent. *What does it mean to be an agent?* An *LLM agent* can: • Understand a goal • Break it into steps • Use tools or APIs • Adapt based on context or user input • Decide what to do next (autonomously or semi-autonomously) *How LLMs work as agents:* LLMs generate outputs based on *prompts*, but when paired with logic (via tools/frameworks), they can: • Access the internet • Search databases • Execute code • Retrieve documents • Call external tools/APIs • Maintain memory of a conversation *Example:* > You say: *“Book me the cheapest flight to Delhi next week.”* An LLM agent might: 1. Extract the intent (flight, Delhi, next week) 2. Use a flight API to check prices 3. Return the best result 4. Ask you to confirm before booking LLMs as agents = combining *language understanding* with *real-world actions*.


Hey I am on Medial • 10m
make ai agents without writing single line of code Microsoft AutoGen: Advancing AI Agent Collaboration Microsoft's AutoGen is an open-source framework designed to simplify the creation of multi-agent systems using large language models (LLMs). It a
See MoreFounder | Agentic AI... • 3d
Real Agentic AI is a multi-layered system, where each layer solves a specific challenge from reasoning to compliance: 1. LLM (Core Reasoning) – Handles language understanding and generation. Alone, not enterprise-ready. 2. RAG (Retrieval Layer) – G
See MoreHey I am on Medial • 1y
Microsoft has launched a new piece of open source infrastructure which allows users to direct multiple AI agents to work together to complete user tasks. Magentic-One (a play on Microsoft and Agentic) employs a multi-agent architecture where a lead
See More
Founder | Agentic AI... • 13d
Enterprise AI agents are systems, not simple prompts. Some teams use a single agent with tools. This works well for simple automation tasks. Structured work often uses agents in sequence. Each agent handles one clear stage. At scale, tools are cen
See MoreDownload the medial app to read full posts, comements and news.