id stringlengths 12 12 | created timestamp[s]date 2026-01-01 00:00:00 2026-01-01 00:00:00 | topic stringclasses 15 values | task_type stringclasses 12 values | difficulty stringclasses 2 values | instruction stringlengths 176 230 | input stringclasses 1 value | output stringclasses 11 values | metadata dict | hash stringlengths 40 40 |
|---|---|---|---|---|---|---|---|---|---|
train_001800 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | self_grade | expert | Task: self_grade
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 3e2ca51e23578f560b5c963b6523edab6e3c4c3d | |
train_001801 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | review | expert | Task: review
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 49bb9b3672a65dbb27c4f8c93050d04506cb9859 | |
train_001802 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | agent_loop | expert | Task: agent_loop
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 4013265145ba93a56ad6890db0c5016d13e4c3c3 | |
train_001803 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | expert | Task: code
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 3aa3b89bbbd56f6a948a7623905d3de03e166f28 | |
train_001804 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | agent_loop | expert | Task: agent_loop
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | d5bf13df25168717d95b1c2946900e8d5a49f889 | |
train_001805 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | agent_loop | advanced | Task: agent_loop
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 678acb45823105ce0bb8e85416aef939cc71d488 | |
train_001806 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | patch_diff | advanced | Task: patch_diff
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 9859cf2f0a98f6b1a3db1f6c508b00087d421307 | |
train_001807 | 2026-01-01T00:00:00 | Self-grading and automated model critique | tool_trace | expert | Task: tool_trace
Topic: Self-grading and automated model critique
Difficulty: expert
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 41870fd388c77327d77c58d264f02ca4fffbdde6 | |
train_001808 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | eval | expert | Task: eval
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 050fcd31e3198f84874a9bba7f05df4fac0eae6e | |
train_001809 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | advanced | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | c5843a9331afcf7deb2637957c6c079e2c8f1d58 | |
train_001810 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | self_grade | advanced | Task: self_grade
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 525712c1e5d02e70657d79f36fc2d4a17177d1b0 | |
train_001811 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | design | advanced | Task: design
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 9aae8ff711150f880b3b443ace65f6f09207b0e7 | |
train_001812 | 2026-01-01T00:00:00 | Self-grading and automated model critique | design | expert | Task: design
Topic: Self-grading and automated model critique
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 5ab29de8bc8bfc84f1a3afb17baee2e5fb81eba3 | |
train_001813 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | data_pipeline | advanced | Task: data_pipeline
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 1ec0a317d9cc36f192b35413cfcdefd557dca4b3 | |
train_001814 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | agent_loop | advanced | Task: agent_loop
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 8dd55885c2e6ad1389c7a8872807e0819b23398d | |
train_001815 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | advanced | Task: compare
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | a1b64b794a401b6635f67f91e4461109abbd1475 | |
train_001816 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | eval | expert | Task: eval
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 20c22698ce278328b6fefe6bb06ad10c195ed2cc | |
train_001817 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | self_grade | advanced | Task: self_grade
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 0b67300275d1e2ee18221440f803dd31ae4f5e5b | |
train_001818 | 2026-01-01T00:00:00 | Self-grading and automated model critique | review | advanced | Task: review
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | c1f9d983a94e138483aba2f4c4b86c88cbd0de5e | |
train_001819 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | data_pipeline | advanced | Task: data_pipeline
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | c48348e9076466eaa387c85fc86efcfcff9171ed | |
train_001820 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | patch_diff | expert | Task: patch_diff
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 23282445f554748e9a43d53b8fb5b5ea64c33807 | |
train_001821 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | agent_loop | advanced | Task: agent_loop
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: SQL
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 78071b3ab6b92be5aa7f9d8a1e7ae2b05bfd4256 | |
train_001822 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | advanced | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"data",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 6aea150fe17a1b6b3ab159bad4f31692d71e1b81 | |
train_001823 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | explain | advanced | Task: explain
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: JavaScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 5a3ea042f4206641c6aa564adcde6b228186ccc9 | |
train_001824 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | failure_analysis | expert | Task: failure_analysis
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"security",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | fb3450052922af191fc49990d7559b2d103c5b46 | |
train_001825 | 2026-01-01T00:00:00 | Self-grading and automated model critique | tool_trace | advanced | Task: tool_trace
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Bash",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b839bce8050bc5ef18c0c5270998af5e1e05cdf3 | |
train_001826 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | expert | Task: code
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 1a958eeab662b518fc625a7e96c0b60a5e738520 | |
train_001827 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | advanced | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: JavaScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 913ce9edaa51ae379d37d7ba710b412e682e5fc6 | |
train_001828 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | expert | Task: compare
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: JavaScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | aaec72989924dd3cee917f263d021909273cce20 | |
train_001829 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | tool_trace | advanced | Task: tool_trace
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Python",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 66abe77e20d588342018e75fdab3544d38411a78 | |
train_001830 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | expert | Task: eval
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Java",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9d91a2e1ecd2b4f9876ccc085b4f8db3dd25efd5 | |
train_001831 | 2026-01-01T00:00:00 | Self-grading and automated model critique | code | advanced | Task: code
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Python
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Code:
```python
def agent_loop(plan, edit, test, issue, budget=4):
cost = 0
for _ in range(budget):
p = plan(issue)
patch = edit(issue, p)
ok, _ = test(patch)
cost += 1
if ok:
return patch, cost
raise RuntimeError("Budget exhausted")
``` | {
"language": "Python",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 2284f6996618c39d73d52c604820e720c7fe25bd | |
train_001832 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | self_grade | advanced | Task: self_grade
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | dcf5d43ae5cc29e563a91fe8d92f0ee48edb4ec0 | |
train_001833 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | self_grade | expert | Task: self_grade
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 2aae48d4b163a3fc93c39e22e62eb234ee7da343 | |
train_001834 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | explain | advanced | Task: explain
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 4c960e2b387c35c26eff82016a33f796680c2b85 | |
train_001835 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | expert | Task: explain
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9b67906591ac381f396242ece7b1f9e7353050f4 | |
train_001836 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | patch_diff | expert | Task: patch_diff
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | b8dd95467c58f8093929d87c431bd67abf4ec173 | |
train_001837 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | patch_diff | advanced | Task: patch_diff
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | bb82482d5fed68a13df940e062045f72b245708d | |
train_001838 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | agent_loop | advanced | Task: agent_loop
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: SQL
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | ef8f8b0713a1a5fe0e739d83abb186d362f66cd6 | |
train_001839 | 2026-01-01T00:00:00 | Self-grading and automated model critique | data_pipeline | expert | Task: data_pipeline
Topic: Self-grading and automated model critique
Difficulty: expert
Language: Bash
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | a9b33f3784fa69027e77ae97bec7be27ce00a4e2 | |
train_001840 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | patch_diff | advanced | Task: patch_diff
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | dff77b95065a42aa7d55308307829beec110f828 | |
train_001841 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | eval | advanced | Task: eval
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Go
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | bdb7dd1f8f153183a4e3ea3646b09242691cd764 | |
train_001842 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | review | advanced | Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | cc41f2b517d3d56b5470e56076c00e9cb6ca9ce2 | |
train_001843 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | tool_trace | expert | Task: tool_trace
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Rust
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Rust",
"moe_experts": [
"research",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 3a9c01ca06b308f2ec24dc76c43a4fd01585eb7c | |
train_001844 | 2026-01-01T00:00:00 | Self-grading and automated model critique | eval | expert | Task: eval
Topic: Self-grading and automated model critique
Difficulty: expert
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "SQL",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b1443d496473e621b0be8bf49d7e8403a9a25041 | |
train_001845 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | code | advanced | Task: code
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 568a818c88c1fc9a116acbc6c19a00dae5319461 | |
train_001846 | 2026-01-01T00:00:00 | Self-grading and automated model critique | failure_analysis | advanced | Task: failure_analysis
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | d1e6fa577b1d18d2b9c40a74178635b3f1446a01 | |
train_001847 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | failure_analysis | expert | Task: failure_analysis
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: JavaScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 8dcaec8af20436e2bde32490b89197f2c80added | |
train_001848 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | patch_diff | expert | Task: patch_diff
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | ea49fcf5ea93dfd0fe8956b3986cc845fea5f7b5 | |
train_001849 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | data_pipeline | expert | Task: data_pipeline
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 20887b6397fa94bebb9029c157d1061aed65fe79 | |
train_001850 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | failure_analysis | advanced | Task: failure_analysis
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | de60a364d6e6dc7def2621e8d1729b3d846fe430 | |
train_001851 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | failure_analysis | expert | Task: failure_analysis
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 836eca6da04bacc625e660595fc3cc2953cc76bc | |
train_001852 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | patch_diff | expert | Task: patch_diff
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 24172cc74a27cbfc94b38a06b574231ecb948f4e | |
train_001853 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | tool_trace | expert | Task: tool_trace
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: Go
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Go",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | b3ddd2b89f0d0d1435731f7450ea95dcc8439796 | |
train_001854 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | review | expert | Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | a4314b55238003dd4f8784caab5e8d76bba03e86 | |
train_001855 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | eval | advanced | Task: eval
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 6c8a0675c04d1c9b14bdc3892b9738e88acc1491 | |
train_001856 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | design | expert | Task: design
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 1f6711bd586c9e37ff7f1ade04fc69215402c12e | |
train_001857 | 2026-01-01T00:00:00 | Self-grading and automated model critique | explain | expert | Task: explain
Topic: Self-grading and automated model critique
Difficulty: expert
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | a5bdf87aef9b7abc3fac2ad12187d55c6096817f | |
train_001858 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | review | advanced | Task: review
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 728ffb60f5f5697d1f0ef3b98b5f21762cb4b014 | |
train_001859 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | eval | advanced | Task: eval
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 2e95a58d5d838c36d244a2289bab01490f2e11ba | |
train_001860 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | explain | advanced | Task: explain
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 635e3d6f99728ffc04d43ba5ab9f4752536979a1 | |
train_001861 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | data_pipeline | expert | Task: data_pipeline
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 20855f66e66be4a741df452146a7507a11473513 | |
train_001862 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | expert | Task: code
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | a4cc70a84051cdb4631282494dbaa564ac28c1fa | |
train_001863 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | design | advanced | Task: design
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 12f8b00516f2d2617bcb0d479b2be0780e1b4b62 | |
train_001864 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | explain | advanced | Task: explain
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 2ba8e41b4fb33dd25837fd82a8bda7eaf6684a24 | |
train_001865 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | explain | expert | Task: explain
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: Rust
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 09cb15711202218c2843e9bf623c904080c3369a | |
train_001866 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | data_pipeline | expert | Task: data_pipeline
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | d4ccac02371e0deb6a7df4db9248d2a93b7f9451 | |
train_001867 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | data_pipeline | expert | Task: data_pipeline
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 8fd7c6c1e87d97fe7b78b599fa4bf2a7d85101f8 | |
train_001868 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | design | expert | Task: design
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 190f40592679954945b107cf85dcf66d56178f34 | |
train_001869 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | agent_loop | advanced | Task: agent_loop
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | aec9f6411775855da5eb1fe61eb7ba9bb9d7dc45 | |
train_001870 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | advanced | Task: code
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 02aa5ce37370ab11d898656b22ce61e36d47a4a8 | |
train_001871 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | expert | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 43806347a4703b5030c2b966b65363043578fb6f | |
train_001872 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | design | expert | Task: design
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | f3b259a3691623114b7ef65c63ec6cb2f8907b78 | |
train_001873 | 2026-01-01T00:00:00 | Self-grading and automated model critique | patch_diff | expert | Task: patch_diff
Topic: Self-grading and automated model critique
Difficulty: expert
Language: SQL
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 9f2b84ecc0e1c66fbc94dbc1c17f3f8e3d5bc4d9 | |
train_001874 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | failure_analysis | advanced | Task: failure_analysis
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | ba5dae6c1ee6fc48d7ee565117013693718e99e8 | |
train_001875 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | agent_loop | advanced | Task: agent_loop
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 2f7f3b4e1c7dbce55b8dd12d95bfca5383dcd053 | |
train_001876 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | advanced | Task: code
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 80afe8296b8c183597133c4e2cc45100e18b5143 | |
train_001877 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | advanced | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 6a88082401a612ba4382dd372dd66b825ef11abe | |
train_001878 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | explain | expert | Task: explain
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 523c0569628cda817b34bfac0ec61b6b59933735 | |
train_001879 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | advanced | Task: code
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 6e9112ea814e01faf76bd8f5d4aba6b883131701 | |
train_001880 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | patch_diff | expert | Task: patch_diff
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 0c7f92a05107c265b55db4e282c8f35e993f248e | |
train_001881 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | advanced | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"security",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | ac2bbfdb44af3f03c1f7a6c46515f17249eb778e | |
train_001882 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | patch_diff | advanced | Task: patch_diff
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 6ad805266a3d9a0fde97844ae28477077118ee11 | |
train_001883 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | expert | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "C#",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0626431dc51c1871dcf6333af2029bd5de1cfafc | |
train_001884 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | data_pipeline | advanced | Task: data_pipeline
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | bec8f6af9a0ce1072e417039516742d003b2c5b0 | |
train_001885 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | failure_analysis | expert | Task: failure_analysis
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 7844a5cc02de8386935cb1be731b29e6acbdc1ba | |
train_001886 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | failure_analysis | expert | Task: failure_analysis
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | c1f05a4dae3f8dfde4d2fcbc032eb471bda6b979 | |
train_001887 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | review | expert | Task: review
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Rust
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 1257341cbe26cdf5a9bb74498477edadac1778e6 | |
train_001888 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | cf91af3790dd2ae809e608ce6cf58d04531e4a86 | |
train_001889 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | compare | expert | Task: compare
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"research",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | e128efaefd3d2957c9bc7287defcc4107f2cf387 | |
train_001890 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | patch_diff | advanced | Task: patch_diff
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0d15b750e8aabf62fa7846cb279dd79b449836d0 | |
train_001891 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | review | expert | Task: review
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | e3883fac3bb79bf2748baa5e53c720435bc631f4 | |
train_001892 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | advanced | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | df52cfb54d55529430fb514ba61d5c815271b746 | |
train_001893 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | advanced | Task: failure_analysis
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | f22f06fad751d7952d8498a6601fd4434bcef51e | |
train_001894 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | advanced | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 0e03ef457f79df8450d579292b793f21b9b07c1e | |
train_001895 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | explain | expert | Task: explain
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | c42b8424f241f9f4286896b4c9d9fd47a849f344 | |
train_001896 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | tool_trace | expert | Task: tool_trace
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Python",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 6a5d3d3a68c30e9769c69ed721613e8fbb488a42 | |
train_001897 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | self_grade | expert | Task: self_grade
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 5b54854a426e463d45ed4ad9aef7533872b805c3 | |
train_001898 | 2026-01-01T00:00:00 | Self-grading and automated model critique | explain | expert | Task: explain
Topic: Self-grading and automated model critique
Difficulty: expert
Language: Rust
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | c8e5dca474019039b385e84b1ecf51d873f99b4b | |
train_001899 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | expert | Task: code
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Code:
```python
def agent_loop(plan, edit, test, issue, budget=4):
cost = 0
for _ in range(budget):
p = plan(issue)
patch = edit(issue, p)
ok, _ = test(patch)
cost += 1
if ok:
return patch, cost
raise RuntimeError("Budget exhausted")
``` | {
"language": "Python",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 493c858c105ded5eaafa7ed3cc5e0dbb0c885a41 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.