blog
Notes from building the dexli.dev tiny-tools family — implementation choices, browser-side techniques, occasional postmortems.
AI tools for AI's raw data
Every LLM conversation becomes a JSONL file nobody can read. So we pointed the machine at its own exhaust: an AI-built reader, tested on its own logs.
Why a family of tiny tools
The web is full of dev tools that started tiny and got fat. dexli.dev is a bet against that drift — small tools, one job each, no account gate.
The async eval loop: shipping tools without marking your own homework
AI agents demo well and stall on real work because the thing that writes the code also grades it. Here is the structure that fixes it.