An LLM is a function: text in, text out. Modern LLMs (Claude Sonnet, GPT-4o, DeepSeek V3, Llama 3) also emit structured tool calls, which is what makes them useful as agent brains. The quality difference between providers and tiers is real, but for many agent tasks (exploration, classification, triage) a cheaper model is indistinguishable from a premium one. Routing the right turn to the right model is most of the cost story in production.
Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.