Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
72% Positive
Analyzed from 2329 words in the discussion.
Trending Topics
#fable#https#don#com#model#pro#openai#gpt#anthropic#tried
Discussion Sentiment
Analyzed from 2329 words in the discussion.
Trending Topics
Discussion (102 Comments)Read Original on HackerNews
> 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.
The responses I get from pro don't feel like ensembles. They are often very one directional.
To what effect I don’t know… I thought subagents were useful because they were explicitly single purpose and bound to a narrow context
Apparently in the web chat (and also in Claude Code?[0] Though I haven't tried yet) they can call the Anthropic API and your subscription key gets auto-magicked into the requests somehow.
Those are two separate things of course (aside from the key-injection) but I guess there's no reason it couldn't run completely in the front-end... hmm...
[0] https://code.claude.com/docs/en/workflows
I haven't really used it yet.
2 months ago management was showing us scoreboards, praising leaders who used most tokens. Last few weeks, we're getting weekly emails, telling us that whenever we can - we should use cheaper models, and that we should watch the page which shows our tokens usage.
https://www.theinformation.com/newsletters/ai-agenda/openai-...
"However, these inference optimizations, which rival Anthropic refers to as “compute multipliers,” are a big focus for all the labs. Anthropic CEO Dario Amodei has been publicly talking about the concept since at least mid-2023, when he said on a podcast that the company limits “the number of people who are aware of a given compute multiplier” because it could give other AI labs a leg up if they were to be able to replicate them. (Compute multipliers can also refer to efficiency optimizations in the model-training phase.)"
Yes, on a world with finite resources where your industry is singlehandedly siphoning ALL THE RESOURCES - hoard general efficiency optimizations and treat them as trade secrets - winning is all that matters, normal people and other species and the planet be damned.
Everything I hear about Dario these days makes me like him less and less. He sure did seem to speed run the 'tech leader with scruples' to 'tech villain' path! I guess all the cycles are compressing as we approach the singularity..
OpenAI seems to be trading roles back with Anthropic becoming misanthropic. I hope they both start heading in the direction of how the AI field was prior to LLMs.
Collaboration and benefit for all should always be the primary motivator.
Of all the things to never happen, this is never going to happen the most.
That train left the station for good once hundreds of billions to trillions of dollars were involved.
On the bright side, in the long run I suspect the vast majority of the value of AI will not be captured by the model making labs and the vast investments in them are going to implode, so...
OpenAI tried to pull off the same trade secret thing with RL when they announced o1 and o3, aka "Compute time scaling". Then Deepseek revealed it with Deepseek R1.
Could also be something like Deepseek DSpark. Or using diffusion like DiffusionGemma as a draft model. The timing between the release of those, and this article, makes me think its maybe one or both of those things
(BTW Anthropic only exists because Sam Altman is a liar, Dario admitted this.)
Except for, you know, all the outside investors and the forthcoming IPO.
What kind of rosy-eyed chump believes in the "tech leader with scruples" bullshit? It always lies.
Did some people just ignore Mark Zuckerberg and Tim Cook's sociopathy, somehow? Did anyone buy into their "privacy is a human right" nonsense?
The thing I can't quite square is that it doesn't really fit my lived experience. I have known sincere, genuine people in the types of positions that I'm sure someone like you would declare to be sociopathic.
But beyond that, I just don't know why it would actually be true that everyone at the top is a villain. Why couldn't someone like Dario (or even Altman, gasp) be sincere? Because if he is, it does seem like a lot of the moves he's made would make sense given his worldview.
But if you assume he's just a villain, then you can twist any of those moves to just be further evidence of that which you already believe.
I don't know, I just find cynicism interesting, and a little sad.
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?
> This process is automatic. Your browser will redirect to your requested content shortly. Please allow up to 0 second…
https://x.com/haider1/status/2073695124220006575#m
Previewing GPT‑5.6 Sol: a next-generation model
https://news.ycombinator.com/item?id=48689028
more competition is always good for consumers.
I think gpt-5.5-pro runs 12x parallel gpt-5.5 agents behind the scene and uses OpenAI's secret sauce to synthesize their answers into one insanely good response.
If that's at all reflective of what it costs them to run it, I imagine they're in the same boat as Anthropic with Fable; they probably can't afford to offer it at subscription prices given current cost to operate it.
If 5.6 Sol Ultra has efficiency improvements (at one or more layers), and it allows OpenAI to offer a model that's competitive with Fable on the subscription plans, I'll guess a lot of folks will switch.
Fable is notably better than what came before. I watched it figure out stuff on its own over and over, on extremely hard problems, that I previously needed to guide a model to an understanding about, or work with them back and forth for several turns to figure it out together. Like, I've been reverse engineering a hardware device lately, and I've tried to tackle it a few times in the past with both some version of GPT and a couple of versions of Opus (most recently 4.7). In all cases, I barely made progress...would have gotten there eventually, probably, as I'm stubborn, but there were roadblocks constantly, with me and the models getting stumped and going around in circles in the end on every prior attempts.
Fable figured out other ways to find out what's happening, it dug into config files, found and extracted Boost-serialized data, compared that data to the observed behavior, built tools to compare the observed data with our emulated behavior, without being prompted. Would I have gotten there? Eventually, maybe. All prior models didn't; they mostly just tried the things I suggested and stopped at "well, that didn't work" or declared success after seeing results that matched their misunderstanding of the problem. I guess it's possible my prior attempts with other models had "loosened the lid" on the problem; we did already have a long list of documented "this didn't work" and a pile of tools for finding out if something worked. But, even so, I was impressed.
There probably will still be a "OK, let's rewrite this so it's not using lookup tables to precisely simulate the hardware behavior in software, because we don't need the noise, too" stage of the process...but, in one day with Fable, it solved a problem that I'd banged on for at least a week or too in the past with very little real progress. I don't think the models write exceedingly good code, even the best ones, but it sure does figure shit out quick.
https://github.com/agentify-sh/desktop
OpenAI models have always been the worst in my experience for verbose, slop formatted responses, with each generation increasing in sloppiness.
I'm not that impressed by Fable's writing to be honest, still has the AI giveaways like em dash.
I hate that I have had to remove it from my writing style because people assume it’s AI generated. But I think that ship has sailed. I’ll have to do without now.
https://news.ycombinator.com/item?id=44344246
107 comments, 1 year ago.
Also, from the Guidelines:
> Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes.