|
|
|
|
|
by simonw
257 days ago
|
|
I think that's actually quite different. Context engineering is about making sure you've stuffed the context with all of the necessary information - relevant library documentation and examples and suchlike. Design the agentic loop is about picking the right tools to be provided to the model. The tool descriptions may go in the context but you also need to provide the right implementations of them. |
|
Eg linear MCP is notorious for giving large JSONs which quickly fill up context and hard for model to understand. So tools need to be designed slightly differently for agents keeping context engineering in mind compared to how you design them for humans.
Context engineering feels like more central and first-principle approach of designing tools, agent loops.