Cost mode:

Category: Topic Organization & Clustering · Rail: absolute · Typical I/O: 4018→2261 tokens

Models

Frontier on this task: Gemini 3.5 Flash at 8.96 / 10. Quality bar at 90%: 8.06.

point-estimate floor (CI low) · upper CI (less certain) · Bars sorted by blended cost; best-value model first. Greyed rows are MEDIUM+ models whose point estimate clears the bar but whose CI low does not.

ModelQuality scoreCI lowCost / 1k runsvs best value
Tencent Hy38.19 / 107.86$2.61best value
NVIDIA Nemotron-3 Ultra 550B8.09 / 107.62$6.182.4x more expensive
Grok 4.58.84 / 108.74$12.584.8x more expensive
Meta Muse Spark 1.18.78 / 108.53$19.837.6x more expensive
Gemini 3.5 Flash8.96 / 108.75$20.357.8x more expensive
MiniMax M37.94 / 107.52$1.2951% cheaper
DeepSeek V4 Flash5.77 / 105.38$1.1855% cheaper
Qwen 3.7 Plus7.43 / 106.93$11.694.5x more expensive
Claude Sonnet 57.01 / 106.79$9.513.6x more expensive
GPT-5.6 Terra6.96 / 106.50$7.342.8x more expensive
NVIDIA Nemotron-3 Super 120B7.29 / 106.84$2.2912% cheaper

Cost breakdown

ModelQualityConfidenceCost / 1k runsOverpayMode
Tencent Hy3 OpenRouter8.19 / 10 CI [7.86, 8.52]MEDIUM$2.61best valuebatch
NVIDIA Nemotron-3 Ultra 550B OpenRouter8.09 / 10 CI [7.62, 8.57]MEDIUM$6.182.4xbatch
Grok 4.5 xAI8.84 / 10 CI [8.74, 8.93]RANKED$12.584.8xbatch
Meta Muse Spark 1.1 Meta8.78 / 10 CI [8.53, 9.04]HIGH$19.837.6xbatch
Gemini 3.5 Flash best Gemini8.96 / 10 CI [8.75, 9.16]HIGH$20.357.8xbatch

Overpay shows how much more you pay than the best-value model that clears the quality bar (marked ★) — the best-value good-enough option. "16x" means you overpay 16× — 16× that reference for no quality benefit above the bar. Typical call shape for this task: 4018 input tokens → 2261 output tokens, EMA-tracked from production traffic. Cost is the observed, all-in $ per 1,000 task runs: each model's own measured usage on this task — output verbosity, thinking/reasoning tokens, cache reads and writes, and the spend on its billed failures — priced at current list rates and adjusted by the billing overhead we actually reconcile against provider invoices. Models that answer tersely cost what they actually cost; models that think at length pay for it. Not comparable to providers' advertised $/1M list rates — this is what running the task costs, not a per-token price.

Prompt templates

The system + user template pair used for this task.

TOPIC_SEQUENCE_SYSTEM_PROMPT + TOPIC_SEQUENCE_USER_PROMPT (1246 calls in window)

System prompt

You are an expert editor specializing in organizing research reports for optimal readability and narrative flow.

Your task is to determine the best sequence for presenting a set of topics in a comprehensive research report. Consider:

1. **Logical Flow**: Topics that provide context or background should come before more specific analysis
2. **Building Complexity**: Start with foundational topics, then move to more nuanced analysis
3. **Narrative Arc**: Create a compelling story that guides readers from introduction to conclusion
4. **Dependencies**: Some topics may reference or build upon information from others
5. **Reader Engagement**: Consider what order will keep readers engaged and informed

For each topic, also provide a polished section title that may differ slightly from the raw topic name to improve report cohesion.

Output a sequence that would work well for a professional research document.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Subject: {subject_name}

I have {topic_count} topics to organize into a coherent research report. Please determine the optimal sequence for presenting these topics.

Topics to sequence:
{topics_json}

Task: Analyze these topics and determine the best order for presenting them in the final report. Consider:
- What provides necessary context for other topics?
- What logical flow would help readers understand the subject?
- How can we create a compelling narrative arc?

For each topic, provide:
1. The topic_id (exactly as shown above)
2. The topic_name (exactly as shown above)

IMPORTANT: Only return the sequence order. Do NOT modify topic names or add numbering - the system handles that automatically.

The required JSON output schema is provided in the system prompt.