OpenAI Just Made Analytics 10x Cheaper

tosh1 pts0 comments

OpenAI Just Made Analytics 10x CheaperBuilding a Data Stack Live with AI AgentsLivestream August 18

START FREE

GO BACK TO BLOG

OpenAI Just Made Analytics 10x Cheaper<br>2026/08/01 - 6 min read<br>BYJacob Matson<br>,Alex Monahan

Analytics tasks no longer need the smartest AI models. Now that even small models are as smart as prior generation flagships, new strategies open up for agentic analytics. Focusing on speed and cost over raw intelligence leads to a better user experience. If you pair a modern small model with a fast analytical database engine, low latency AI-powered answers are finally feasible for less than half a penny per answer , AI and DB costs included.

When OpenAI slashed the price of GPT 5.6 Luna by 80% this week, we noticed it immediately in our evals. At first, we even thought we had made a mistake! On an agentic SQL benchmark (see our prior results here), Luna on max effort displaced Gemini-3-Flash on low as the reigning champion, maintaining 99.8% accuracy, at a 5x lower price point . In a semantic modeling benchmark, costs dropped even further, getting 10x cheaper than last week’s Luna! We believe model caching improvements drove that extra 2x boost.

We’ll share details on that semantic model benchmark in an upcoming post, but a sneak peek is here!

When Opus 4.5 landed, AI models passed a threshold where they became fundamentally more practical for professional-sized coding workloads. That same magnitude of shift just happened, but at a different spot on the Pareto frontier with GPT 5.6 Luna. Luna is great at SQL. But unlike Opus, it is also incredibly fast and cheap. Never before has generating accurate SQL been anywhere near this approachable.

We are at an inflection point. Luna with max effort occupies a brand new section of the price/performance curve. In DeepSWE, Luna sits 3% below Fable at under 1/10th the price.

How should we react?<br>To take full advantage of this dramatic shift of the price/performance curve, there are both small steps to take and larger shifts to make in our approach. We need to think bigger about how to apply these new faster models in the data world.<br>Small changes worth making<br>The first thing is that if you were using a large model on a low effort setting, you owe it to yourself to try Luna on max. It is just so efficient for any task that you can determine doesn’t need maximum intelligence. If you already have identified those tasks by setting your effort to low, swap that model out instead.<br>Another easy change is to just ask more questions. This is the Jevons Paradox in action - improvements in technology immediately lead to more applications. That could look like testing 5 hypotheses at once before hearing back from an agent, but with models this fast, iterating into deeper levels of detail becomes far easier. Maybe you pre-fetch answers to relevant customer questions rather than wait for them to pick from a list first.

Shifting our approach<br>Once AI is fast, the ROI of a faster and lower latency data platform jumps. In agentic workflows, the request to the LLM has long been the total time bottleneck. If one turn of the agent took 10s of seconds, the benefits of a faster database just weren’t impactful.<br>Analytical databases can be 1000x faster than transactional ones if your workload is analytically shaped. Many agent questions are. With this new revision of Luna, your transactional database just became your user experience bottleneck.<br>Likewise, if your analytical store takes 30 seconds to spin up, a low latency DB could have answered 10 agent questions in that time. Agent workloads are bursty, so a low latency serverless approach makes sense. Especially if you are designing customer facing agentic experiences, you’ll feel the difference with a responsive analytical engine now. What new product features or even whole businesses are possible once an agent can provide data driven answers at this speed?<br>The models are still only as good as the context they’re given. Building a context layer with all the details of your specific business or domain remains incredibly high leverage. Now though, it pays dividends to be more detailed in that context so that a weaker model can interpret it. When weak models couldn’t write accurate SQL, context just needed to be good enough for the strongest of models. Putting in that extra time documenting your domain can slash costs and speed up answers.

Your data team needs more evals<br>In the data world, historically our tests were data quality checks. Often we only check if easily computable invariants hold (no duplicate customer ids, no NULL order prices, every order joins to a real product id). For agentic analysis tasks, we need more than just SQL checks. We need natural language questions and the correct answer based on the data. We then evaluate if an agent can take the question and use business context and a database connection to answer it correctly.

Running those evals just got 5x cheaper.

One natural opportunity is to...

luna data models agent model analytics

Related Articles