Tutorials
2 articles tagged Tutorials.
How to design tools an LLM can actually use
The quality of an agent's tools sets a ceiling on the agent. Here are the design rules that matter most: fewer tools, clear names, honest descriptions, compact outputs, and errors a model can act on.
Build your first agent with the Claude API in Python
A complete, runnable agent in about fifty lines of Python: two read-only tools, a loop, a step limit, and logging. No framework required, and every line explained.