agents
7 articlesSystems that reason, use tools and act.
filter: --all --concepts --tools
Human-in-the-Loop (HITL): Integrating Human Oversight in Agents
HITL is a design pattern where a human reviews, approves, or corrects agent decisions before critical actions are executed, balancing autonomy with control.
What is a Self-Reflection Agent?
A self-reflection agent evaluates its own output, detects errors, and corrects itself before delivering a final response to the user.
How to Create Your Own Custom GPT
Custom GPTs are tailored versions of ChatGPT with your own instructions, knowledge, and actions. Learn to build one without writing code.
How Do AI Agents Communicate With Each Other?
AI agents communicate through structured messages, async queues, and coordination protocols. Learn the key patterns to build multi-agent systems.
AI Agent Skills
Skills are modular capabilities that an AI agent can invoke to interact with external systems and data.
What is the Model Context Protocol (MCP)?
MCP is an open standard that connects AI models to external tools and data sources through a universal protocol.
What are AI Coding Agents?
AI Coding Agents are AI assistants that read, understand, and modify code in an existing project, going beyond autocomplete.