> [!tldr] [[Large Language Models|LLMs]] that achieve goals without needing chats
Agentic AI is similar to the Chat-based [[Large Language Models]] first introduced by OpenAI with ChatGPT, except it exists *outside* of chat.
Agents are AI models that operate (more or less) autonomously to achieve missions given to them by their users.
AI Agents can directly update your codebase, run tests, verify the tests execute, and do a giant litany of non-coding based things. [[Local LLMs]] AI Agents are what [[OpenClaw]] is about.
****
# More
## Source
- self / various