Live data from Hacker News

GPT-5.6 Sol Ultra will be in Codex

twitter.com

1–10 of 433 posts

Re: GPT-5.6 Sol Ultra will be in Codex

#3

I wonder if it's related that that OpenAI has found a way to cut inference costs by half, according to The Information. https://www.theinformation.com/newsletters/ai-agenda/openai-...

What’s the technique? And did they buy it from thinking machines?

Re: GPT-5.6 Sol Ultra will be in Codex

#4
For context:

> Additionally, we’re introducing a new ultra mode that goes beyond the capabilities of a single agent by leveraging subagents to accelerate complex work.

https://openai.com/index/previewing-gpt-5-6-sol/

Can someone explain how this compares with Pro? I thought Pro was already something similar.

Re: GPT-5.6 Sol Ultra will be in Codex

#5

I wonder if it's related that that OpenAI has found a way to cut inference costs by half, according to The Information. https://www.theinformation.com/newsletters/ai-agenda/openai-...

What’s the technique? And did they buy it from thinking machines?

Maybe cache similar answers from others. Surprised if this is not already being done.

Re: GPT-5.6 Sol Ultra will be in Codex

#8

Earlier quoted context omitted.

What’s the technique? And did they buy it from thinking machines?

Maybe cache similar answers from others. Surprised if this is not already being done.

Like google search, this does not work because of how common long tail use is.

What you think could be a big chunk, is more likely to be a fraction of a percent of queries.

And what use is similar query caching - so you (very often! if actually cost effective, maybe half the time) get a response to a query that was different from yours. Including for when you have a lot of context input already. You’re going to get trash.

If it were constrained to only very common initial prompts, and somehow the long tail did not actually dominate as it does with Google search (can't find the reference at the moment but it was a famous article some years ago), it also wouldn't account for serious enough cost savings. Long context is what is expensive.

This might only work in constrained domains like customer service where there’s tolerance for generic answers and escalation paths. For technical work? For general purpose use, with secretly canned responses charged at full price?

Re: GPT-5.6 Sol Ultra will be in Codex

#9
post #4

For context: > Additionally, we’re introducing a new ultra mode that goes beyond the capabilities of a single agent by leveraging subagents to accelerate complex work. https://openai.com/index/previewing-gpt-5-6-sol/ Can someone explain how this compares with Pro? I thought Pro was already something similar.

I imagine this is something like Anthropic's dynamic workflows where a JS file is created to make a little AI harness on the spot
Post reply on HN