Behind the build - June 24, 2026

Why Small AI Teams Feel the Cost Curve First

A field note on token discipline, bring-your-own AI tools, and why small AI teams feel capacity constraints early.

Paul Huber By Paul Huber Co-Founder, HomeSignal Craig Brown Co-author Craig Brown HomeSignal

1. Tooling

The Hidden Tooling Work

One of the early lessons we're learning while building HomeSignal is that AI product development isn't only about picking the right model, writing better prompts, or getting one impressive result to work. A lot of the real work is building the tooling around the models so the team can see what's being sent, what's being carried forward, and what each run actually consumes.

Every image-analysis run, test pass, oversized context window, and repeated experiment draws down capacity. For a small AI team, token discipline becomes part of the process right from the start. If you exhaust your tokens for the day, you're done for the day. We don't have a $1,500-a-day budget.

2. Capacity

Capacity and Bring-Your-Own Tools

Part of why the cost curve shows up early for us is that the binding constraint is capacity: tool quotas, context windows, and the practical reality of keeping development moving without burning through the room we have to work in.

A single property can carry multiple photos, visual observations, condition signals, room details, listing context, and follow-up questions. Each call's context load adds up fast, and prompt changes, output changes, and reruns multiply it further. If every iteration goes straight to the most capable model with full context attached, the waste ratio climbs and usable capacity disappears faster than you'd expect.

That pressure is sharper because we're a small, self-funded team using the tools we already have. Craig is on Gemini; I'm on Codex vision models. We're not operating inside one enterprise platform with unified accounts, shared observability, and a clean abstraction over every model interaction.

Bring-your-own-tools sounds flexible, and it is - but it means tool isolation is a day-two problem. Each tool sits in its own silo, with its own limits, its own context behavior, its own strengths, and its own way of making work visible. Knowledge ends up locked on whoever's machine produced it, which is its own quiet tax on a two-person team.

3. Infrastructure

Token Discipline as Infrastructure

The tooling we're building is still evolving, but the needs are clear. We want tracking for model usage and test runs, visibility into context size, a way to spot repeated analysis, outputs that hand off between tools cleanly, and logs that let us reconstruct what happened during a run. Put plainly, we're trying to turn an opaque system into an open one - where the state and the spend are inspectable instead of invisible.

This is what we mean by token discipline. It isn't about being stingy with AI (though it is a little); it's about being intentional - getting more useful output per token rather than letting context bleed away on re-explaining things the system should already hold. Sometimes the better architecture is to do a smaller local pass first, reduce the problem, summarize what matters, and only escalate to a stronger model when the task genuinely calls for it. That kind of intelligent routing - sending each task to the right model for its complexity and cost, instead of sending everything to the most expensive option - is where most of the savings live.

We're not treating local models as a replacement for frontier models. The value is practical: local analysis helps us filter, pre-process, summarize, or decide what actually deserves a more capable pass.

4. Lessons

What Small Teams Learn First

Larger teams hit the same issues eventually, but small teams feel them first. Bigger organizations have broader quotas, centralized model access, internal platforms, and people whose job is watching usage patterns. Those layers hide the friction for a while.

We don't get that buffer. When a workflow is inefficient, it lands on us directly. When a tool limit gets close, it changes what we can do that day.

That pressure can be useful. It forces better habits earlier, pushes architectural questions forward, and makes observability feel less like a late-stage platform concern and more like table stakes. The costs that go unmanaged don't stay flat - they compound, and each session you run without that discipline costs a little more than the last.

If you're a technical founder building with AI, it's worth treating token discipline as architecture - something you design in early, while you're still AI-native by default - before the limits start making the decisions for you.

Read more HomeSignal field notes or learn more about what HomeSignal is building.