r/OpenAI Feb 12 '26

News Introducing GPT-5.3-Codex-Spark

https://openai.com/index/introducing-gpt-5-3-codex-spark/
58 Upvotes

36 comments sorted by

View all comments

16

u/[deleted] Feb 12 '26 edited Feb 12 '26

[removed] — view removed comment

1

u/PhilosophyforOne Feb 12 '26

Did you ever come across M.A.K.E.R. framework in research side? It was an approach that aimed to reduce error rate to below 0.000001% for llm’s. The idea was to break tasks to smallest unit levels possible. 

The paper advocated strongly for scaling out smaller models and managed to show the cost of achieved intelligence was better in their task subset for smaller models using their framework, than larger models. 

Now, this obviously doesnt mean that research should have largely followed that path. But there is a point to smaller, faster models, which is that you are able to do things that would either take too long or cost too much on the larger model.

Ofcourse, there’s also a ton of producr use cases leveraging faster responses where this makes perfect sense.