Software
AI platforms and their tools — the APIs, agents, caching, tool use and MCP: how to make a model do work for you, step by step, with every example run.
- 1 What Prompt Caching Is
Turn on prompt caching by adding two lines to a request, and prove from the response's own numbers that it worked.
last verified on
- 2 What Tool Use Is
Define one tool, send it with a question, and see the model ask for it instead of guessing — in a file you wrote and ran yourself.
last verified on
- 3 What MCP Is coming