Kristofer Lachance

Why we don't have a model picker

A question we get from customers (and occasionally from investors) is why we don't expose a model picker the way Cursor does.

The short answer is that we're building for a different user. Cursor's users are developers; picking between GPT-5 and Claude is a meaningful choice they're equipped to make. Our users include CFOs, sales leaders, customer success reps. For them, model choice is friction at best, and at worst a new vector for self-doubt. A marketing director second-guessing a revenue number because they're not sure whether they picked the right model is exactly the failure mode we're trying to design out of analytics.

A customer recently told us, half-joking, "I still have PTSD from Opus 4.7." It captured the dynamic perfectly. Even AI-native users don't actually want to be the one accountable for picking the model behind every answer... they want the answer to be right.

So we abstract it. Under the hood, we route to the best model per task: chart generation, chat response, and SQL writing each have different optimal models, continuously benchmark against our own evals, and swap silently the moment something better ships.

The user never knows. The user doesn't have to know.

This decision tells you where we think the moat is. The models are the commodity layer of this business. They'll keep getting smarter, cheaper, and more interchangeable. What doesn't get commoditized is the governance layer above them: the semantic definitions, the row-level permissions, the context architecture that turns a frontier model into a number a CFO will put in front of the board.

When the floor rises across model providers, we benefit. Our customers get smarter answers automatically, with no procurement cycle and no migration.

That's the right side of model commoditization to be on.

11 views

Add a comment

Replies

Best
Max Musing

Totally the right call for a product like @Basedash: AI data analyst where the main users aren't technical. Users don't want to think about which model is right for their question, they just want to ask and get the right answer.

And the fact that Basedash handles all the governance too makes it even better.

Declan Riggs

I think this is the right approach for most business users. People buying outcomes don't want to manage model selection—they want reliable answers. The real value ends up being the data model, permissions, context, and trust layer around the AI, not whether a response came from Model A or Model B.