TL;DR
AI agent terminology like 'harness' and 'scaffold' lacks consistent definitions across frameworks and research communities, creating confusion even among practitioners. A glossary was created to ground these frequently misused terms by providing practical mental models rather than enforcing single definitions.
✦ Why It Matters
Engineers can now reference shared definitions when discussing agent architecture, reducing miscommunication across teams and frameworks.
Key Takeaways
How It Works
The glossary defines key terms in AI agents, such as 'model', which refers to the LLM that generates text, and 'harness', which is the execution layer that enables the model to perform actions. Scaffolding shapes the model's behavior by providing context and instructions.
By understanding these components, developers can create more effective AI agents that leverage the strengths of their underlying models.
Related