Earlier quoted context omitted.
HN is just a massive Anthropic hate fest now, probably funded/manipulated by OAI's $8B PR budget. OP phrases it as a bad thing that Dario is keeping compute multipliers to Anthropic. How naive can one be? Compute multipliers are the whole business. Those are the trade secrets every lab is built on. It is the alpha of the business. How does protecting this make Dario evil? This website is getting out of hand with the…
> Please don't post insinuations about astroturfing, shilling, brigading, foreign agents, and the like. It degrades discussion and is usually mistaken. If you're worried about abuse, email hn@ycombinator.com and we'll look at the data. https://news.ycombinator.com/newsguidelines.html
GPT-5.6 Sol Ultra will be in Codex
331–340 of 433 posts
Re: GPT-5.6 Sol Ultra will be in Codex
#332Earlier quoted context omitted.
LLM's as a technology - currently - are stateless. The memory layer is controlled by the agent. I m surprised with the gpt-6 reference unless it has to do with vertical integration between the agent and the layer.
Yeah, I am aware of this statelessness. This is what I was referring to: https://www.cnbc.com/2025/08/19/sam-altman-on-gpt-6-people-w... It's marketing speak, but the goal is clearly there, no idea how achievable.
Re: GPT-5.6 Sol Ultra will be in Codex
#333Earlier quoted context omitted.
It is in OpenAI, Anthropic, and the US Gov's best interest to slow China down and ban Chinese models. Literally none of what you wrote prevents them from doing so. Once China starts to get scary, Commerce will export control GPUs and declare Chinese models "foreign munitions." Any nation doing business with the US will not be allowed to use these models either, and that will be the end of that. It is just not in the…
The assertion that it's in the United States Government's best interests ban Chinese open weight models is a very strong opinion that is not a consensus even at the fringe of Thiel-adjacent psycho thought: Alex Karp is on record about open weight models being necessary, the fucking "we bombed a bunch of kids with Claude doing rubber stamp target selection" guy. He thinks "trust OpenAI and Anthropic" is a radical posi…
We are in a race to superintelligence. The first country to AGI will be the first to superintelligence, and the first to superintelligence will have de facto control over the world and the future of humanity. They will also be able to prevent others from reaching superintelligence.
Of course it's in the US's best interest to slow down China. You aren't zooming out and looking at the big picture, you're taking models as slightly useful tool, not what they will soon turn into.
Re: GPT-5.6 Sol Ultra will be in Codex
#334Earlier quoted context omitted.
Open source AI fails first contact with sufficiently-intelligent-as-to-be-dangerous AI. The day Mythos class models are open sourced will not be a good day. I don't think you understand the impact that will have on the world and on cyber defenders everywhere. It will be pure chaos. Even if you don't think Mythos-class is the bar, open source has to stop at some point, you don't hand everyone a superweapon.
Oh remember when the same was said about GPT-2? It will actually force cyber security to be taken seriously instead of just bureaucracy
Re: GPT-5.6 Sol Ultra will be in Codex
#335Earlier quoted context omitted.
Open source AI fails first contact with sufficiently-intelligent-as-to-be-dangerous AI. The day Mythos class models are open sourced will not be a good day. I don't think you understand the impact that will have on the world and on cyber defenders everywhere. It will be pure chaos. Even if you don't think Mythos-class is the bar, open source has to stop at some point, you don't hand everyone a superweapon.
This line of thinking is ontologically evil, life denying, and it and its believers should be rejected and fought with extreme prejudice.
Re: GPT-5.6 Sol Ultra will be in Codex
#336Earlier quoted context omitted.
It has got to be one of the most insane takes I've read on HN, which to be fair has been trending towards "unhinged" when it comes to Anthropic and AI safety. Compute multipliers are like a quant firm's trading algorithms. They're the crown jewels, the whole alpha of the lab. If you leak them, the lab dies. Protecting them does not make Dario a villain, it's literally his job. It's also Sam's job, Denis's job, Mira's…
So how can Deepseek publish them without killing themselves?
Re: GPT-5.6 Sol Ultra will be in Codex
#337Earlier quoted context omitted.
the thing went from the transformer paper in 2017 to basically doing your job for you in 2026
The problem is that it's too expensive. It can technically do parts of my job for me, but at a variable cost that's higher than mine right now.
Re: GPT-5.6 Sol Ultra will be in Codex
#338Earlier quoted context omitted.
> single line addition to prompt to use subagents proactively. This misses an important detail. In Claude Code [1], ultracode suggests the agent create a JavaScript code to deterministically orchestrate sub agents. This is different from just having the main agent launch sub agents and (non-deterministically) manage them. The resulting workflow is called “dynamic” because CC creates this orchestration script dynamica…
Btw, the /loop “dynamic workflow” is so beyond broken/not working. It’s sad to see folks like Karpathy make a big deal about looping, than to find that the loop command is broken and it’s crap vibe coded documentation isn’t even accurate on the Claude docs. This whole dynamic workflow idea is on face bad. It’s all done as a massive cope for the fact that real determinism (I.e using structured outputs to enforce contr…
Re: GPT-5.6 Sol Ultra will be in Codex
#339Earlier quoted context omitted.
People are stochastic. You build reliable processes out of unreliable parts with feedback and self-correcting mechanisms. AI is not actually magically special in this regard. It has higher variance and we're still figuring out how to get all the tradeoffs right.
The big problem is that a person making a mistake can be taught to not make that mistake again. That's also not foolproof but at least it works a lot of the times. AI are unteachable, if you have given them a good prompt and they do something wrong 90% of the time you are shit out of luck. That is to say I do agree that building reliable processes out of unreliable parts with feedback is the modus operandi. However A…
Well this is the central bet of AI coding isn't it? We, the humans-in-the-loop, get better at knowing ahead of time which patterns AI will handle better than others, all the while the models actually get better.
Re: GPT-5.6 Sol Ultra will be in Codex
#340Earlier quoted context omitted.
> AI are unteachable, if you have given them a good prompt and they do something wrong 90% of the time you are shit out of luck. If the Model makes repeated mistakes on the same subject matter, you can update your agent.md file, or you can add skills to deal with specific prompts, or you provide a better default harness. The whole idea of coding agents is their harness makes a big difference vs a pure raw model. > Ho…
> If the Model makes repeated mistakes on the same subject matter, you can update your agent.md file ... That's all just prompting. > How do you think models are created? They are trained on feedback and learn. No one is post training models on a single mistake. At least I have not seen it. I also doubt it is effective. Post-training on a single failure will not meaningfully change the model. That even sidesteps the…
And telling someone not to repeat a mistake is… ?