Aug 26, 2026 · by George Avila · View source

IQ Routing

Trajectory-aware LLM routing that cuts agent cost

IQ Routing

Editorial analysis

The Creator Economy’s Real Cost Problem Isn’t Content — It’s the Tooling Glut

Every social media manager I know is running the same quiet math problem. You’ve got a content calendar that spans five platforms, a stack of scheduling tools that each want a monthly subscription, an AI assistant that’s supposed to save time but keeps racking up API costs, and a nagging feeling that half the automation you’ve wired together is solving problems you didn’t actually have. The creator economy has spent the last three years convincing us that the bottleneck is creativity — that if we just had better prompts, better templates, better repurposing workflows, we’d finally break through. But that’s not where the friction actually lives. The friction lives in the operational layer: the tools that are supposed to help us produce and distribute content are themselves becoming a line item that eats into whatever revenue we’re generating from that content.

When I look at IQ Routing, the Product Hunt launch from solo builder George Avila, I don’t see another AI tool competing for your monthly budget. I see a diagnostic for a problem that most creators haven’t even articulated yet: we’re paying premium prices for work that doesn’t require premium intelligence. The launch page frames this as a tool for AI-agent runs — the kind of backend orchestration that happens when you’re using Claude Code or Codex to automate parts of your workflow. But the underlying insight maps directly onto how any serious content operator should think about their tooling stack. You don’t need the most expensive solution for every step of your workflow. You need the cheapest solution that can still do that step well, and you need to stop paying repeatedly for answers you already have.

This is the essay I wish someone had handed me before I spent six months overpaying for automation that was making my content pipeline slower, not faster.

What IQ Routing Actually Solves — and Why It’s Not Just Another AI Wrapper

Let me be direct about what this product is, because the launch page does a better job of explaining the problem than most AI tools do. IQ Routing sits between your agent tools and model providers, looks at each step in an agent run, and picks the cheapest model that can still do that step well. It also reuses work it has seen before, so you’re not paying repeatedly for answers the system already knows. The setup is meant to be boring in a good way: point your existing tool at IQ, keep your code the same, and keep working. It works today with Claude Code, Codex, and other popular apps.

The framing that matters here — and the reason I’m writing about this on a social media blog rather than a developer blog — is the distinction between treating an agent run as a pile of separate requests versus treating it as one flow from start to finish. Avila’s argument, and I think it’s correct, is that most routing tools look at each request on its own and try to make that single request cheaper or faster. But that misses how agents actually work. An agent run is one flow from start to finish. Some steps are busywork. Some steps are context-building. A few steps are the decisions that determine whether the final result is good or bad. Paying for the strongest model on every step is wasteful. Using a weaker model everywhere is risky. The right answer is to spend more only where the work actually needs it.

Now translate that into creator terms. When I’m producing a month of content across Instagram, TikTok, YouTube, LinkedIn, and X, I’m running a multi-step pipeline. There’s the ideation phase, where I’m brainstorming angles and hooks. There’s the drafting phase, where I’m writing scripts or captions. There’s the visual phase, where I’m generating thumbnails or editing clips. There’s the distribution phase, where I’m scheduling across platforms and writing platform-specific copy. There’s the analytics phase, where I’m reviewing what worked and feeding that back into the next ideation cycle. Each of those steps has different intelligence requirements. Ideation might benefit from a frontier model that can make surprising connections. Drafting might need a strong model, but maybe not the strongest. Scheduling copy — the kind of “link in bio, drop a comment if you agree” boilerplate — probably doesn’t need a frontier model at all. And yet most of us are either using one tool for everything, paying a premium for capabilities we’re not using, or we’re manually switching between tools and burning hours of our week on context-switching.

The parallel isn’t perfect — IQ Routing is built for code-heavy agent workflows, not content calendars — but the principle is identical. And that’s why I think this launch is worth paying attention to even if you never touch Claude Code or Codex. It’s a proof of concept for a smarter way to think about tooling costs across the creator stack.

How This Differs From the Incumbents

The creator tooling space has a well-known cast of characters, and they mostly fall into two camps. There’s the all-in-one scheduling and analytics platforms — Buffer, Hootsuite, Later, Metricool — which bundle publishing, scheduling, and basic analytics into a monthly subscription. Then there’s the AI content generation layer — Canva for design, CapCut for video editing, plus a growing field of AI writing and image generation tools. Each of these tools has its own pricing tier, its own API limits, its own quirks. And the dirty secret of the creator economy is that most of us are paying for all of them simultaneously, using maybe 30% of each tool’s capability, and burning our actual creative energy on the administrative overhead of managing the stack.

IQ Routing doesn’t compete with any of those tools directly. It’s a different layer of the stack. But the philosophy behind it — that you should pay for the minimum intelligence required for each step, and that you should cache and reuse work you’ve already done — is a direct challenge to how those incumbents price their products. Buffer doesn’t have a tier that says “you’re only scheduling, not analyzing, so pay less.” Canva doesn’t have a mode that says “this is a simple thumbnail, don’t charge me for the pro features.” They’re all priced on a one-size-fits-all basis, with the assumption that every user needs the full capability set. IQ Routing’s approach suggests a different future: one where the tooling layer is smart enough to know what you actually need and bills you accordingly.

The other incumbent comparison worth making is to the AI agent orchestration tools that have emerged over the past year — the ones that promise to automate your entire content workflow with a single prompt. Tools like Zapier and Make have been the go-to for connecting AI to your other apps, but they operate at the integration level, not the intelligence level. They’ll move data between tools, but they won’t tell you that you’re overpaying for a model that’s too smart for the task at hand. IQ Routing is asking a more interesting question: not just “how do I automate this workflow?” but “how do I automate this workflow at the lowest possible cost without sacrificing quality?”

Why the Cache Reuse Question Matters More Than You Think

There’s a comment on the launch page from Dmitriy Semenkevich that gets at the most interesting technical detail, and it’s worth unpacking because it speaks to a broader trust issue in AI tooling. He asks whether the cache reuse crosses runs — whether a step could get handed an answer produced under a different set of earlier steps. Avila’s response is worth reading carefully: the cache key for any request with prior conversation turns is built from the full history up to that point, not just the current message. A cache hit only occurs when the entire trajectory leading into that step matches as well, so a change anywhere earlier in the run changes the key and produces a miss instead of a hit. The one exception is the first call of a run, before any history exists to hash.

Why does this matter for creators? Because the biggest complaint I hear about AI-assisted content production is that the tools don’t understand context. You give a tool a brief, it produces something that ignores half the constraints, and you have to start over. The reason that happens is often that the underlying model is treating each request as if it’s the first request — it doesn’t have the full trajectory of your conversation, your brand voice, your previous edits, your platform-specific requirements. IQ Routing’s cache mechanism is essentially saying: we’re going to hash the entire history, and we’re only going to reuse an answer if the full context matches. That’s a trust signal. It’s the difference between a tool that pretends to understand your brand and a tool that actually tracks the context you’ve given it.

The first-call exception is also worth noting. If you’re starting a fresh run with no history, the request is matched on content alone. That’s a sensible design choice — there’s nothing else to hash — but it also means the first call of any workflow is the riskiest one. In my experience testing similar tools, that’s exactly where the quality failures happen: the initial prompt is where you set the frame, and if the tool doesn’t have enough context, it’s more likely to produce something off-brand. The fact that Avila has thought through this edge case suggests he’s actually run these workflows, not just theorized about them.

What Creators and Social Media Teams Can Borrow From This

Here’s where I want to get practical, because the point of writing about a developer tool on a creator blog isn’t to tell you to go install it. It’s to identify the operational principles that you can apply to your own stack, regardless of whether you ever touch IQ Routing.

Principle one: audit your tool stack for intelligence mismatch. When I scheduled 30 posts across 5 platforms last month, I had to log into four different tools to do it. One for Instagram, one for LinkedIn, one for YouTube, one for X. Each tool had its own scheduling interface, its own analytics dashboard, its own quirks. And each was charging me a subscription fee that was priced for the full feature set, not the 20% I was actually using. The IQ Routing philosophy would say: you don’t need four tools with overlapping capabilities. You need one tool that can handle the scheduling step at the minimum viable intelligence level, and you need to route the higher-intelligence work — the content strategy, the platform-specific optimization — to a tool that’s actually good at it. That might mean consolidating your scheduling to a single tool like Buffer or Metricool and investing the savings in a better analytics platform or a better AI writing assistant.

Principle two: cache your own work. The most expensive thing in your content operation is not the tool subscription. It’s the time you spend recreating work you’ve already done. How many times have you written a variation of the same caption for Instagram and LinkedIn? How many times have you re-edited a video for TikTok and YouTube Shorts when the underlying footage was the same? IQ Routing’s cache mechanism is a technical solution to a human problem: we keep paying for answers we already have. The creator equivalent is building a content library — a repository of your best hooks, your most effective CTAs, your brand voice guidelines, your platform-specific formatting rules — so that you’re not starting from scratch every time you produce content. The tools for this exist: Notion for documentation, Airtable for content calendars, Google Drive for asset management. But most creators don’t use them systematically because it feels like overhead. The IQ Routing insight is that this “overhead” is actually the highest-leverage investment you can make, because it means every future run of your content pipeline starts from a richer context.

Principle three: route your intelligence, don’t spray it. The biggest mistake I see content teams make is using the same AI tool for everything. They have a ChatGPT subscription or a Claude subscription, and they use it for brainstorming, drafting, editing, repurposing, and even scheduling copy. That’s like paying frontier-model prices for a task that a cheaper model could handle perfectly well. The IQ Routing approach would be: use the frontier model for the steps where quality actually matters — the strategic thinking, the creative ideation, the sensitive client communication — and use a lighter-weight model for the mechanical steps — the formatting, the repurposing, the boilerplate. Tools like Jasper and Copy.ai have tiered pricing that reflects this, but most creators don’t think about which tool to use for which step. They just grab the first tool that’s open.

Why TikTok Creators Should Care More Than LinkedIn Ones

The intelligence routing principle applies differently across platforms, and this is where I think the IQ Routing framing gets genuinely useful. TikTok’s algorithm is notorious for rewarding consistency and volume. The platform’s distribution model means that even a mediocre video can get a shot at the For You page if it’s posted at the right time with the right hooks. That means TikTok creators are incentivized to produce a high volume of content, which means they’re incentivized to use cheaper, faster AI tools for the bulk of their production. The marginal cost of producing one more video needs to be low, because the marginal return on any single video is unpredictable.

LinkedIn, by contrast, is a platform where quality and thought leadership matter more than volume. The algorithm rewards engagement from your network, and that engagement is driven by substantive content. A LinkedIn creator who uses a cheap AI tool to generate generic posts will get penalized — not by the algorithm, but by their audience, who can smell automation from a mile away. So the intelligence routing calculation is different: LinkedIn creators should be willing to pay premium prices for fewer, higher-quality pieces of content, because the cost of a miss is higher.

The same logic applies to YouTube, where watch time and audience retention are the dominant ranking signals. A YouTube video that’s poorly scripted or poorly edited will get punished by the algorithm, regardless of how many times it’s shared. So YouTube creators should route their intelligence budget toward the scripting and editing phases, and use cheaper tools for the thumbnail generation and the metadata optimization.

This is the practical takeaway from IQ Routing’s philosophy: the right model depends on the platform, the content type, and the stage of the workflow. There’s no one-size-fits-all answer, and the tools that pretend there is are selling you a fantasy.

Where the Math Breaks — and Who This Isn’t For

I want to be honest about the limitations here, because the launch page is understandably promotional and I don’t want to add to the hype. Avila claims the tool “picks the cheapest model that can still do that step well,” but the definition of “well” is doing a lot of work in that sentence. How does the routing logic know what quality threshold a step requires? The launch page doesn’t disclose the evaluation mechanism, and that’s a legitimate open question. If the routing is based on heuristics — like “this step involves code generation, so use a code-specialized model” — then it’s only as good as the heuristics. If it’s based on some kind of quality estimation model, then that model needs to be trained and validated, and the training data is not disclosed.

There’s also the question of cost transparency. The launch page doesn’t disclose pricing for IQ Routing itself, and it doesn’t disclose how much money the typical user saves. The “routing” claim — that you’ll spend less by using cheaper models for easier steps — is plausible, but the actual savings depend on your workload. If you’re running short agent runs with only a few steps, the routing overhead might not be worth it. If you’re running long, complex runs with many steps, the savings could be substantial. The math is workload-dependent, and the launch page doesn’t give you the numbers to calculate it for yourself.

The cache reuse mechanism is also worth scrutinizing. Avila’s explanation of the cache key is technically sound, but it raises a different concern: if the cache key is built from the full conversation history, then the cache is only useful for repeated runs with identical trajectories. That’s a narrow use case. In practice, how often do you run the exact same agent workflow with the exact same history? The cache might help with template-based workflows — like “generate a weekly report” — but it won’t help with the messy, exploratory work that most creators actually do with AI tools. The cache is a nice-to-have, not a game-changer, and I’d bet that the routing logic is where the real value lives.

Who is this NOT for? If you’re a solo creator who uses AI tools occasionally for brainstorming or drafting, IQ Routing is overkill. You’re not running enough agent runs for the routing logic to matter, and the setup overhead — even if it’s “boring in a good way” — is still overhead. If you’re a content team that’s already consolidated around a single AI tool and you’re happy with the cost and quality, there’s no urgent reason to switch. The tool is designed for developers and power users who are running AI agents at scale, where the cost differential between models becomes material. If that’s not you, the principles are useful but the product isn’t.

What I’d Watch and Test Next

If you’re intrigued by the principles but not ready to adopt the tool, here’s what I’d do this week:

Audit your AI spend. Log into your OpenAI, Anthropic, and any other AI tool accounts and look at your usage patterns. Which tasks are you using frontier models for? Which tasks could a cheaper model handle? You might find that 60% of your AI spend is going to tasks that a lighter model could do equally well. If you’re using ChatGPT, try switching to the API and using a cheaper model for routine tasks. If you’re using a content tool like Jasper or Copy.ai, check whether you’re on a tier that’s higher than you need.

Build a content cache. Create a document or a Notion page where you store your best hooks, your most effective CTAs, your brand voice guidelines, and your platform-specific formatting rules. The next time you produce content, reference this cache before you start. You’ll be surprised how much time you save by not recreating the same decisions.

Run a side-by-side test. Pick one content workflow — say, writing a LinkedIn post from a YouTube script — and run it through two different tools: one frontier model and one cheaper model. Compare the outputs. If the cheaper model produces a post that’s 90% as good, that’s your routing signal. Use the frontier model for the strategic work and the cheaper model for the mechanical work.

Track the IQ Routing launch. The product is live on Product Hunt, and Avila is actively responding to comments. If you’re a developer or a power user, try it and report back on where the routing feels wrong. That feedback loop is exactly what the tool needs to get better, and it’s the kind of community-driven development that the creator economy could use more of.

The broader lesson is simple: stop paying for intelligence you’re not using. The creator economy is full of tools that promise to do everything, and the ones that actually deliver are the ones that know what they’re good at and route your work accordingly. IQ Routing is a small launch from a solo builder, but it’s pointing at a bigger truth about how we should all be thinking about our tooling costs. The tools that win the next phase of the creator economy won’t be the ones with the most features. They’ll be the ones that are smart enough to know when to use a cheaper model.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with FLOWNIB. No editing skills required.

Start Creating for Free