Jacob Kunselman

AI tips

Short notes from running AI agents for real work.

Each one is something I actually hit: the problem, what fixed it, and what bit along the way. Newest first.

Every tip also carries a plain-text spec written for AI agents. Tell yours to read it and set the thing up. The list for agents is /llms.txt.

No. 3 · 2026-09-25 Meter every AI plan, and spend what's left before it resets
One usage meter for Claude, Codex and Grok that never calls a model, and a rule for the capacity that would otherwise expire. With a spec for your agent.
No. 2 · 2026-09-25 Put Claude in charge of Codex and Grok
Claude plans and reviews, Codex builds to a spec, Grok researches and argues. The six things every worker call carries, and why nothing ships unreviewed. With a spec for your agent.
No. 1 · 2026-09-25 Keep your Claude Code sessions running
One session per project in tmux, started at login, updated overnight, and never interrupted mid-task. With a spec for your agent.