Models don't have agency, systems do: the one-token trick that seeds tool use
sethjuarez · x · 2026-09-16
In an 18-minute essay, sethjuarez argues that a language model only ever emits tokens — everything we call "agentic" is a story about shaping those tokens into intent a runtime can act on. The model never gains agency; the system built around it does.
- Ask a model to book a flight and it replies with a friendly sentence a human can parse but a program chokes on — the words are there, the shape is not. Closing that gap is what hands a system agency.
- Using the philosophy-of-action definition (an agent has the capacity to act from intention), a language model fails outright: it originates no intent and performs no action.
- The practical seed: constrain the model to answer BOOK or CANCEL, nothing else, so if reply == "BOOK" just works — a paragraph of intent becomes one token your code can branch on.
- The essay traces an orderly path from a word, to a structure, to a function: making the model useful to software by shaping what it may say, not by making it smarter.
More from coding & agent
- Dev tip: Tailscale plus Android wireless debugging is all you need — haydendevs · 2026-09-16
- ApprenticeBench: best human testers pass only 51% first-try — agents don't need perfection — hhsun1 · 2026-09-16
- God's Eye View surges on GitHub trending as community piles on new layers — bilawalsidhu · 2026-09-16
- Inspo MCP Hits 1K Installs as Author Open-Sources Remotion Launch Video — nutlope · 2026-09-16
- Inspo MCP hits 1k installs; creator open-sources the Remotion launch video too — rohanpaul_ai · 2026-09-16
- New report dissects x402: mechanics, extensions, and who captures agentic payments value — kleffew94 · 2026-09-16