{"slug": "openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents", "title": "OpenAI lets GPT-5.6 Sol delegate grunt work to cheaper Luna agents", "summary": "OpenAI has shipped cross-model delegation for Codex's Multi Agents v2 system, allowing a model to assign work to any supported model, including GPT-5.6 Luna, as announced by Eric Provencher on X on August 15th. The feature lets a capable model like GPT-5.6 Sol orchestrate while delegating narrowly defined tasks to Luna, the fastest and lowest-cost model in the GPT-5.6 family, addressing a routing gap documented by users in July.", "body_md": "OpenAI has shipped cross-model delegation for Codex's Multi Agents v2 system, allowing a model to assign work to any supported model, including GPT-5.6 Luna, [Eric Provencher (@pvncher)](https://x.com/pvncher) said [in a thread on X](https://x.com/pvncher/status/2088641056237580632) on August 15th.\n\nThe release gives Codex a practical model hierarchy: a capable model such as GPT-5.6 Sol can remain the orchestrator while sending narrowly defined tasks to a faster worker. OpenAI describes Luna as the fastest and lowest-cost model in the GPT-5.6 family, making the routing useful for controlling latency and consumption during agent-heavy coding jobs.\n\nProvencher joined OpenAI in developer relations after building [Repo Prompt](https://repoprompt.com/), a native macOS tool for curating codebase context and coordinating coding agents. Before working on Repo Prompt full time, he spent five years at Unity. Repo Prompt became open source on June 13th, with its Community Edition continuing as an agent-orchestration project.\n\nThat background maps directly onto the feature Provencher is shipping at OpenAI. Repo Prompt was built around separating planning, context gathering and implementation across specialized agents. Multi Agents v2 now gives Codex a similar division of labor within OpenAI's model lineup.\n\n### Sol directs, Luna executes\n\nProvencher described Luna workers as \"pure sub agents.\" They do not receive the same cross-agent coordination capabilities as peer agents and cannot message or spawn additional agents. Sol's orchestration tools remain available, leaving the parent model responsible for decomposing the job, issuing instructions and collecting results.\n\nThe distinction matters for reliability. A Luna worker is best suited to straightforward, bounded work with an explicit starting prompt, Provencher said. He recommended using `fork_turns: none`\n\nwhen the worker does not need the parent conversation and ensuring that its initial instructions contain everything required to finish the task.\n\nThat setup lets a developer use Sol for decisions that depend on broad context while reserving Luna for mechanical implementation, searches or other isolated work. The parent remains accountable for assembling the result rather than allowing an expanding tree of workers to coordinate among themselves.\n\nProvencher said the feature works without additional configuration after users update the app, although the Codex app can receive functionality before the corresponding version bump. Users must currently prompt Codex to route work this way. The default behavior still spawns copies using the parent's model, reasoning effort and context-forking settings.\n\nThat default limits accidental changes in behavior, but it also means the cost benefit is not automatic. A Sol session will continue creating Sol workers unless the prompt tells the orchestrator to choose a different model and reasoning level.\n\n### The release closes a visible routing gap\n\nCross-model delegation addresses a limitation Codex users had documented throughout July. In one [GitHub issue filed on July 22nd](https://github.com/openai/codex/issues/34700), a user running Codex CLI 0.145.0 reported that Multi Agents v2 accepted Sol and Terra subagents while rejecting Luna as an unknown model. A separate [issue about the spawn schema](https://github.com/openai/codex/issues/32430) found that the runtime could accept model and reasoning-effort fields even when those controls were absent from the tool definition shown to the parent agent.\n\nThose failures undercut the main economic argument for multi-model orchestration. If every worker inherits the most capable parent model, simple tasks consume the same model tier as planning and debugging. Exposing model and effort selection lets the orchestrator allocate capability task by task.\n\nProvencher said OpenAI took additional time to make the routing reliable. He also advised against running more than six to eight subagents, setting a practical ceiling below the large swarms often used in agent demonstrations.\n\nCodex's existing default remains the higher-performing option in OpenAI's evaluations, according to Provencher: the parent creates workers with the same model, reasoning effort and forked context. He said that configuration runs more slowly and consumes more tokens. The new routing gives developers a second operating mode built around specialization and explicit budgets.\n\nThe scope remains OpenAI's supported Codex models. Provencher's announcement does not establish general routing across outside model providers. Within the GPT-5.6 family, however, Codex can now separate the model making the plan from the model carrying it out, turning model choice into an orchestration decision rather than a session-wide setting.", "url": "https://wpnews.pro/news/openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents", "canonical_source": "https://runtimewire.com/article/openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents", "published_at": "2026-08-16 05:39:10+00:00", "updated_at": "2026-08-16 06:10:50.302981+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-products", "ai-agents", "large-language-models"], "entities": ["OpenAI", "Codex", "GPT-5.6 Luna", "GPT-5.6 Sol", "Eric Provencher", "Repo Prompt", "Unity"], "alternates": {"html": "https://wpnews.pro/news/openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents", "markdown": "https://wpnews.pro/news/openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents.md", "text": "https://wpnews.pro/news/openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents.txt", "jsonld": "https://wpnews.pro/news/openai-lets-gpt-5-6-sol-delegate-grunt-work-to-cheaper-luna-agents.jsonld"}}