Whats interesting to me is that these gpt-5.3 and opus-4.6 are diverging philosophically and really in the same way that actual engineers and orgs have diverged philosophically With Codex (5.3), the framing is an interactive collaborator: you steer it mid-execution, stay in the loop, course-correct as it works. With Opus 4.6, the emphasis is the opposite: a more autonomous, agentic, thoughtful system that plans deepl…
GPT-5.3-Codex
431–440 of 634 posts
Re: GPT-5.3-Codex
#432Earlier quoted context omitted.
I'm building an entire game on Unity using LLMs. It's an action RPG.
Is it just a game built with LLMs or are you leaning into the cheap content gen capabilities to make the game exceptionally deep/braod?
Re: GPT-5.3-Codex
#433Earlier quoted context omitted.
Define "losing." Europe is prematurely regarded as having lost the AI race. And yet a large portion of Europe live higher quality lives compared to their American counterparts, live longer, and don't have to worry about an elected orange unleashing brutality on them.
If the world is built on AI infrastructure (models, compute, etc.) that is controlled by the CCP then the west has effectively lost. This may lead to better life outcomes, but if the west doesn't control the whole stack then they have lost their sovereignty. This is already playing out today as Europe is dependent on the US for critical tech infrastructure (cloud, mail, messaging, social media, AI, etc). There's no h…
Re: GPT-5.3-Codex
#434Earlier quoted context omitted.
In most cases security is not a matter of adding anything in particular, but a matter of just not making specific types of mistakes.
Maybe I'm being dumb but that reads very contradictory? I would say that security is explicitly a matter of adding particular things.
Security could be about not adding certain things/making certain mistakes. Like not adding direct SQL queries with data inserted as part of the query string and instead using bindings or ORM.
If you have insecure raw query that you feed into ORM that you added on top - that's not going to make query more secure.
But on the other hand when you're securing some endpoints in APIs you do add things like authorization, input validation and parsing.
So I think a lot depends on what you mean when you're talking about security.
Security is security - making sure bad things don't happen and in some cases it's different approach in the code, in some cases additions to the code and in some cases removing things from the code.
Re: GPT-5.3-Codex
#435Earlier quoted context omitted.
No. It turns into a complete mess without someone that knows what they're doing to steer it. It's an upgrade to autocomplete
Unless you're retiring in less than 5 years this is extremely short sighted.
It’s good to be cautious and not in denial, but i usually ignore people who talk so authoritatively about the future. It’s just a waste of time. Everyone thinks they are right.
My recommendation is have a very generous emergency fund and do your best to be effective at work. That’s the only thing you can control and the only thing that matters.
Re: GPT-5.3-Codex
#436Re: GPT-5.3-Codex
#437Earlier quoted context omitted.
yea but i feel like we are over the hill on benchmaxxing, many times a model has beaten anthropic on a specific bench, but the 'feel' is that it is still not as good at coding
When Anthropic beats Benchmarks its somehow earned, when OpenAi games it, its somehow about not feeling good at coding.
Re: GPT-5.3-Codex
#438Earlier quoted context omitted.
No. It turns into a complete mess without someone that knows what they're doing to steer it. It's an upgrade to autocomplete
Unless you're retiring in less than 5 years this is extremely short sighted.
It's possible the job might change drastically, but I'm struggling to think of any scenario that doesn't also put most white collar professions out of work alongside me, and I don't think that's worth worrying about
Re: GPT-5.3-Codex
#439,,GPT‑5.3-Codex is the first model we classify as High capability for cybersecurity-related tasks under our Preparedness Framework , and the first we’ve directly trained to identify software vulnerabilities. While we don’t have definitive evidence it can automate cyber attacks end-to-end, we’re taking a precautionary approach and deploying our most comprehensive cybersecurity safety stack to date. Our mitigations inc…
Is "high-capability" a stronger or weaker claim than "team of phd-level experts"? https://www.nbcnews.com/tech/tech-news/openai-releases-chatg...
Re: GPT-5.3-Codex
#440Whats interesting to me is that these gpt-5.3 and opus-4.6 are diverging philosophically and really in the same way that actual engineers and orgs have diverged philosophically With Codex (5.3), the framing is an interactive collaborator: you steer it mid-execution, stay in the loop, course-correct as it works. With Opus 4.6, the emphasis is the opposite: a more autonomous, agentic, thoughtful system that plans deepl…
Did you get those backwards? Codex, Gemini, etc. all wait until the requests are done to accept user feedback. Claude Code allows you to insert messages in between turns.