firehose> #llmops

The Augmented LLM

The foundational building block of every agentic system: an LLM enhanced with augmentations — retrieval, tools, and memory — that the model actively drives itself (generating its own search queries, selecting tools, deciding what to retain). Every workflow and agent is composed from this unit; the rest of the design is how you wire augmented calls together.

Two implementation priorities: tailor the augmentations to your specific use case, and give the model an easy, well-documented interface to them. The Model Context Protocol (MCP) is one way to expose augmentations, letting a simple client integrate a growing ecosystem of third-party tools — but it is a means, not a requirement.

Claims


Linked from