Earlier quoted context omitted.
I routinely leave codex running for a few hours overnight to debug stuff If you have a deterministic unit test that can reproduce the bug through your app front door, but you have no idea how the bug is actually happening, having a coding agent just grind through the slog of sticking debug prints everywhere, testing hypotheses, etc — it's an ideal usecase
I have a hard time understanding how that would work — for me, I typically interface with coding agents through cursor. The flow is like this: ask it something -> it works for a min or two -> I have to verify and fix by asking it again; etc. until we're at a happy place with the code. How do you get it to stop from going down a bad path and never pulling itself out of it? The important role for me, as a SWE, in the p…
GPT‑5.3‑Codex‑Spark
181–190 of 415 posts
Re: GPT‑5.3‑Codex‑Spark
#182Example repo that Codex with spark made in about 15 minutes for me since `claude --resume` has been finicky lately: https://github.com/mzxrai/claude-sessions
Re: GPT‑5.3‑Codex‑Spark
#183Re: GPT‑5.3‑Codex‑Spark
#184Earlier quoted context omitted.
The other day I got Codex to one-shot an upgrade to Vite 8 at my day job (a real website with revenue). It worked in this for over 3 hours without intervention (I went to sleep). This is now in production.
How did you verify it?
(but honestly for a lot of websites and web apps you really can just send it, the stakes are very low for a lot of what most people do, if they're honest with themselves)
Re: GPT‑5.3‑Codex‑Spark
#185Earlier quoted context omitted.
It would be so cool if it generated live in the presentation and adjusted live as you spoke, so you’d have to react to whatever popped on screen!
There was a pre-LLM version of this called "battledecks" or "PowerPoint Karaoke"[0] where a presenter is given a deck of slides they've never seen and have to present on it. With a group of good public speakers it can be loads of fun (and really impressive the degree that some people can pull it off!) 0. https://en.wikipedia.org/wiki/PowerPoint_karaoke
Re: GPT‑5.3‑Codex‑Spark
#186Earlier quoted context omitted.
> In my opinion, they solved the wrong problem. The main issue I have with Codex is that the best model is insanely slow, except at nights and weekends when Silicon Valley goes to bed. I don't want a faster, smaller model (already have that with GLM and MiniMax). I want a faster, better model (at least as fast as Opus). It's entirely possible that this is the first step and that they will also do faster better models…
I doubt it; there's a limit on model size that can be supported by Cerebras tech. GPT-5.3 is supposedly +1T parameters...
Re: GPT‑5.3‑Codex‑Spark
#187Interesting to note that the reduced latency is not just due to the improved model speed, but also because of improvements made to the harness itself: > "As we trained Codex-Spark, it became apparent that model speed was just part of the equation for real-time collaboration—we also needed to reduce latency across the full request-response pipeline. We implemented end-to-end latency improvements in our harness that wi…
Re: GPT‑5.3‑Codex‑Spark
#188Re: GPT‑5.3‑Codex‑Spark
#189This has been the industry standard for the last 20 minutes. I can't believe people are still using GPT-5.3-Codex.
And, yup, there is Gemini in item 3!
Re: GPT‑5.3‑Codex‑Spark
#190The search for speed is vain. Often Claude Code Opus 4.6, on hard enough problems, can do the impression of acting fast without really making progresses because of lack of focus on what matters. Then you spin the much slower GPT 5.3-Codex and it fixes everything in 3 minutes of doing the right thing.
I disagree. This is great for bulk tasks: renaming, finding and searching for things, etc
I agree that there is use for fast "simpler" models, there are many tasks where the regular codex-5.3 is not necessary but I think it's rarely worth the extra friction of switching from regular 5.3 to 5.3-spark.