Back to corpus
proposalexperiment writeup candidatescore 18

Model Router — Multi-Model Orchestrator

``` User Goal → OpenAI (gpt-4o) decomposes → Task Plan → builder tasks → Claude (Opus) via Clawdbot → research tasks → OpenAI (gpt-4o) scout → review tasks → Claude (Opus) critic → summaries → Claude (Sonnet) ```

Full HTML reader

Read the full artifact

Open in new tab

Extracted abstract or opening context

--- name: model-router description: Multi-model orchestrator — OpenAI architects plans, Claude builds, with intelligent task routing triggers: - orchestrate - route - decompose - plan task - multi-model --- Route tasks between OpenAI (architect/planner) and Claude (builder/implementer) for optimal execution. | Agent | Role | Provider | Models | |-------|------|----------|--------| | architect | Planner/Decomposer | OpenAI | gpt-4o, o1 | | builder | Implementer | Claude | opus, sonnet | | scout | Researcher | OpenAI | gpt-4o, gemini-flash | | critic | Code Reviewer | Claude | opus | | summary | Synthesizer | Claude | sonnet | | Pipeline | Agents | Strategy | |----------|--------|----------| | build | architect → builder → critic | Sequential | | research | scout → summary | Sequential | | full | architect → scout → builder → critic → summary | Sequential | | quick | builder | Single | | plan_only | architect | Single | - `decompose` — Send a goal to OpenAI for task decomposition - `route_task` — Analyze a task and route to optimal agent - `dispatch` — Send a task to Clawdbot for Claude execution - `orchestrate` — Full pipeline: decompose → route → dispatch - `list_agents` — Show all agent profiles and pipelines - `pending_tasks` — List tasks ready for dispatch - `status` — Orchestrator status overview

Promotion decision

What has to happen next

Attach run IDs, datasets, metrics, and reproduction commands.

Why this is not always a full paper yet

Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.