Blog

Notes on smaller agent workflows.

Engineering, releases, and ideas for token-light local AI agents.

Engineering · Jul 4, 2026

How to Add Web Search to a Local LLM Agent

A practical shape for adding source-grounded web research to local MCP agents without flooding the prompt.

Ideas · Jul 3, 2026

Why Raw Webpages Are Bad Context for AI Agents

Raw pages are long, noisy, and expensive. Agents need ranked evidence, not pasted HTML.

Engineering · Jul 2, 2026

SearXNG vs DuckDuckGo for Agent Search

Notes on choosing a search backend for local web research workflows.

Ideas · Jul 1, 2026

How to Reduce Token Usage in AI Agent Workflows

Reduce token usage by retrieving selectively, chunking aggressively, and treating context as a budget.

Releases · Jun 30, 2026

TinySearch: Open-Source MCP Web Research for Local LLMs

TinySearch is the first TinySuite tool: a self-hosted research layer for MCP agents.