On July 10, 2026, OpenAI’s Codex team participated in a Reddit AMA discussing the new features and improvements of GPT-5.6 and Codex, noting a significant increase in users—over 5 million weekly, doubling in three months. The team provided insights on model selection, emphasizing that GPT-5.6 minimizes overthinking for simple tasks through a manual slider for reasoning effort. They also highlighted enhancements in agent persistence and the importance of setting bounded goals for deep reasoning in workflows. Additionally, they addressed ongoing improvements in desktop and browser integration following the merge of applications, which aims to deliver a better user experience across platforms.

Sol: Sol is a primary model variant optimized for coding and development tasks within the GPT-5.6 and Codex system. It serves as the default choice for most development work and supports adjustable reasoning levels for tasks ranging from simple edits to complex refactors.
Luna: Luna functions as a specialized model for subagent orchestration and supporting roles within the Codex agent harness. It enables parallel hypothesis validation and research-style workflows in long-running tasks.
Codex: Codex refers to OpenAI’s dedicated team and product line focused on AI-powered coding assistance, agentic workflows, and integration of advanced models into developer tools. The team participated in the Reddit AMA to address user questions on model selection, performance, limits, and upcoming features in the GPT-5.6 release.
Terra: Terra is a lighter model option designed for quick non-coding tasks, usage-conscious workflows, and scenarios where cost or speed takes priority. It delivers performance comparable to prior GPT versions on suitable tasks while serving as a fallback in low-effort routing.
Medium: Medium refers to the Sol Medium configuration, a balanced reasoning level suited for routine coding tasks like small bug fixes with clear reproduction steps. It provides competitive performance with lower resource demands compared to higher reasoning modes in the Codex environment.
OpenAI: OpenAI is the AI research and deployment company responsible for developing and releasing advanced language models including the GPT series and ChatGPT platform. In this news, OpenAI’s Codex team hosted a public AMA detailing the integration of GPT-5.6 capabilities and agentic coding features directly into ChatGPT for developers.
Sol Ultra: Sol Ultra is the highest reasoning mode in the Sol family, intended for demanding tasks such as large-scale migrations, security-sensitive changes, or production issues. It incorporates planning, verification, and testing steps to minimize errors in high-stakes scenarios.

Model Routing: GPT-5.6 avoids automatic overthinking on simple tasks and provides a manual slider for explicit control over reasoning effort, mapping levels primarily to Sol variants with Terra as the lowest-effort fallback.
Agent Persistence: The Codex team highlighted improvements to agent persistence and reduced premature code reversion, recommending bounded goals with deep reasoning and tools like the /goal command for research-oriented workflows.
Desktop and Browser Integration: Following the merge of apps, Codex agentic features now run on the more capable harness with side-by-side compatibility, and recent fixes addressed Chrome connector and browser use issues for improved stability across platforms.