Hardware-Driven Extreme Speed
GPT-5.3-Codex-Spark is the latest addition to OpenAI’s family of coding models, positioned as a lightweight, high-speed version of its larger counterpart, GPT-5.3 Codex. The model is a result of a collaboration between OpenAI and chip company Cerebras, running on the Cerebras Wafer Scale Engine 3 accelerator, which is specifically designed for AI inference. Thanks to this specialized hardware, Codex-Spark’s token processing speed exceeds 1,000 tokens per second, providing a powerful computational foundation for real-time applications. Currently, the model is available as a research preview to ChatGPT Pro users via the Codex app, CLI, and a VS Code extension.
Strategic Trade-off: Interactivity Over Autonomy
Unlike large models that aim to autonomously complete complex tasks, Codex-Spark’s core design philosophy is “interactive-first.” It is optimized for scenarios where developers interact frequently with the model, and where low latency is as crucial as intelligence. This means developers can interrupt and guide the model in real-time and receive immediate feedback. The model’s default behavior is relatively conservative, only executing modifications or initiating automated tests under explicit command. It has a 128k context window and currently supports only text input.
Performance: Trading Accuracy for Time
Benchmark results clearly reflect Codex-Spark’s design trade-offs. On the SWE-Bench Pro test, it achieves accuracy comparable to GPT-5.3-Codex but in only 2-3 minutes, far less than the latter’s 15-17 minutes. On Terminal-Bench 2.0, which evaluates agentic capabilities, Codex-Spark’s accuracy is 58.4%, lower than GPT-5.3-Codex’s 77.3% but better than the previous smaller model, GPT-5.1-Codex-mini’s 46.1%. This indicates that the model trades a manageable decrease in accuracy for an order-of-magnitude speed improvement.
System Optimization and Future Blueprint
To achieve its low-latency goals, OpenAI not only optimized the model but also rewrote the inference stack, reducing round-trip overhead by 80% and halving the response time for the first token. These underlying optimizations will be applied to all models in the future. OpenAI views Codex-Spark as the beginning of a series of “super-fast” models and plans to release more powerful versions that support multimodal inputs. The long-term vision is to merge real-time collaboration with background autonomous execution to create a seamless and efficient AI programming workflow for developers.