logoalt Hacker News

andaitoday at 1:55 AM5 repliesview on HN

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.


Replies

changoplatanerotoday at 2:14 AM

For pro mode the agents worked independently and only when they all finished did a new agent take a look at everything to merge the work into a single response. The new thing involves subagents that have been trained to cooperatively pursue a task and are allowed to communicate with each other along the way.

show 2 replies
ludamadtoday at 2:01 AM

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

show 1 reply
gbnwltoday at 4:43 AM

How is this any different than what we have already? We've had this ability for ages (6+ months, decades in the AI world), you can literally today easily prompt CC or Codex to use subagents to accomplish tasks and they'll do it well. My entire workflow is one top level orchestrator chat creating tickets to dispatch to subagents to implement, and other subagents to verify. Why is this being sold as a new thing? Have HN users never tried tried asking CC or Codex to use subagents?

show 4 replies
patentlyzetoday at 6:25 AM

Pro also makes you ask it to use sub-agents instead of just doing it when useful.

Hopefully, 5.6 will automatically spawn sub-agents without needing to ask.

ilsubyeegatoday at 3:45 AM

i would believe this will be matched with something like orchestrator-focused model: https://news.ycombinator.com/item?id=48624782