Blog tag
API design
articles.
Practical interface decisions for teams building with search and retrieval APIs.
Articles
The Engineering Guide: How to Reduce LLM Token Cost in Web Search
Stop burning your API budget on raw HTML. Learn the exact architecture to extract structured data, drop token consumption by 90%, and build scalable search agents.
Agent searchWeb retrievalAPI design
Designing search APIs for AI agents
Agents call search differently from humans. They need predictable schemas, explicit scopes, and small enough responses to fit inside iterative reasoning loops.
Agent searchAPI designWeb retrieval