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_095600 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | expert | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
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": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 9d1bd38b0228dc20d74698908f026b35efe5bcbf | |
train_095601 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | tool_trace | advanced | Task: tool_trace
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.
[
{
"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",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 52834b1f3eecaa1ff1f6044517b17679b4b97dd1 | |
train_095602 | 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: 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": [
"security",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | d80172517f4ac915b8359dd384ba5d57a436db70 | |
train_095603 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | code | advanced | Task: code
Topic: Secure code generation, red-teaming, and policy gates
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": [
"evaluation",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | a7014fc4f4fe8c8b081b9a750f53298105623fa5 | |
train_095604 | 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: 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.
[
{
"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",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 3b394699b65c7a8d39e4572e5de6125c1a79a6a6 | |
train_095605 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | tool_trace | advanced | Task: tool_trace
Topic: Dataset curation pipelines and quality attribution
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",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | eeffedbcd8708460487cffbcab21836bfbb3c2f0 | |
train_095606 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | failure_analysis | advanced | Task: failure_analysis
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
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": [
"governance",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 3603fd1a7f6d3e835ed22bf48f6e76784143bf92 | |
train_095607 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | compare | advanced | Task: compare
Topic: Secure code generation, red-teaming, and policy gates
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": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | f97c19a032c2febe9b583e8ffc418312035d77bc | |
train_095608 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | advanced | Task: explain
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
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": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 05676b04bd270892109662a4555b65448b444eb9 | |
train_095609 | 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: 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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | d4fc64098ed8a9e6c1c4293d4bb4341f47146899 | |
train_095610 | 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: 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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 4e2dce74839d4e710a8b2c946a16bb2ec24e5aab | |
train_095611 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | compare | advanced | Task: compare
Topic: Secure code generation, red-teaming, and policy gates
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 70fa9449ec611a023af6cc09d01ea55cd7b56de5 | |
train_095612 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | patch_diff | advanced | Task: patch_diff
Topic: Model merging, distillation, and continual learning
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": [
"security",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | ad808461a87edd0a486e915749a623b67cc149e8 | |
train_095613 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | advanced | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
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": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 7cc21443b619546dc0fb22f81233ae3e0518b808 | |
train_095614 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | agent_loop | expert | Task: agent_loop
Topic: Failure engineering and resilience testing
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": [
"coding",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 9a11c8c62e74b0553e2bd2f2d06d1fa478730fbd | |
train_095615 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | advanced | Task: agent_loop
Topic: Latency, cost, throughput optimization
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": [
"security",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | a62b270e25268ebc9fe750cafc38886931d73195 | |
train_095616 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | failure_analysis | advanced | Task: failure_analysis
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Bash
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": "Bash",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 2603b228f88c9d8d2717c305f47b132f1ef3fb92 | |
train_095617 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | self_grade | expert | Task: self_grade
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: C#
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.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | f71570d12d4a0bd8d3f73c8ee0d2dfbb1b9b455b | |
train_095618 | 2026-01-01T00:00:00 | Self-grading and automated model critique | code | expert | Task: code
Topic: Self-grading and automated model critique
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 38c81a1af994daca76648cc96bbe12915c80c920 | |
train_095619 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | code | advanced | Task: code
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
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": [
"research",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | e0276bbcced4d9c6bed90d6abdf5de5457b31ab6 | |
train_095620 | 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": [
"security",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | d1e6fa577b1d18d2b9c40a74178635b3f1446a01 | |
train_095621 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | review | expert | Task: review
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | f8cb345f2390093606cb4b84c38d212487052250 | |
train_095622 | 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: Rust
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": "Rust",
"moe_experts": [
"research",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 6d8b938f1a7455947d8aaf2348c7b70354eb06f8 | |
train_095623 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | agent_loop | expert | Task: agent_loop
Topic: Tool calling protocols and sandboxed execution
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": [
"research",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 0023e937e42e8adbd0b27b79094e993986e673e5 | |
train_095624 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | agent_loop | advanced | Task: agent_loop
Topic: Tool calling protocols and sandboxed execution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | d1419f42b8d2edb800de4c9944a4dea3413f41d3 | |
train_095625 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | self_grade | advanced | Task: self_grade
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: Rust
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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 2f46119a4bee49899dd4b3abbb55b2d33e0afa45 | |
train_095626 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | self_grade | expert | Task: self_grade
Topic: Code-specialized model families and scaling laws
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 27ee3186e8e9a10a2736f86ecafcda724b7fc59a | |
train_095627 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | advanced | Task: data_pipeline
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": [
"governance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | df16832835a5b96adfc5a55e716d3f2e9effbe9e | |
train_095628 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 135b9e62418640c47c34805425157c2486ba0fa8 | |
train_095629 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 6784e75c09a39881da2d31a0e35ab5b087269851 | |
train_095630 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 48f4cd073915fac406f99dbacf76df74a50d41ef | |
train_095631 | 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: 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.
[
{
"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": [
"research",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 359190a92f8786b30ddf95f84ed01aa439a9054d | |
train_095632 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | eval | expert | Task: eval
Topic: Code-specialized model families and scaling laws
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | cf994d567be2c159a084fcaf5a7d76d1534c1fc9 | |
train_095633 | 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: 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": "Rust",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | e1098215c9929d96dfc0a0ee5d2fd0c3c4ca5e1c | |
train_095634 | 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: 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": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 14ea3b4409db8ab9f6c57f1aeafa5fafb2bd9af3 | |
train_095635 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 2a23d3003ba37c30d60ee3936bce435573cf7e70 | |
train_095636 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | tool_trace | advanced | Task: tool_trace
Topic: Multi-agent coordination and role separation
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.
[
{
"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": "Java",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 9e06b8376319825fd8269e2839e644c3160fd9c7 | |
train_095637 | 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: 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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 6b7134114e485e27fd66f25d0828e38bd3f68cd8 | |
train_095638 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | compare | advanced | Task: compare
Topic: Extended context, memory, and repo graphs
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 012787433f7623fe4a849d31b23a7c892ea5a89f | |
train_095639 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | expert | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 919c939b953ba128b662b608ede6babb5014bfe5 | |
train_095640 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | self_grade | expert | Task: self_grade
Topic: Failure engineering and resilience testing
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | cbb52bee335c1e5b346096ae34a1d259269ad700 | |
train_095641 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | patch_diff | expert | Task: patch_diff
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 282df6268bc57e4f706734fc18f82fa0e6dcd667 | |
train_095642 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | patch_diff | expert | Task: patch_diff
Topic: Multi-agent coordination and role separation
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | f1afaf618ed8eed0c2a79c385d5ec1860c18ad4a | |
train_095643 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | tool_trace | advanced | Task: tool_trace
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.
[
{
"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": "Java",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9fd55bfefd2fd8482807c69bd7a706ccea5b05dc | |
train_095644 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | self_grade | advanced | Task: self_grade
Topic: Failure engineering and resilience testing
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "SQL",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 24638337bb49ea3fa3d229836b297a035fb7238f | |
train_095645 | 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: 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": [
"security",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | e1ca443eb1d5f59e5256cfc173b8ad7e41c351ba | |
train_095646 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | expert | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Rust
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | ff9941e88b2b70816910a6214d776a913f8a2a37 | |
train_095647 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | expert | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
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": [
"governance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 3f8b300be99b335f422bea2b57f529c5e0c9b51f | |
train_095648 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | expert | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Rust
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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | afe6f81c3683d9117a2511520be1b555b954c08c | |
train_095649 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | explain | advanced | Task: explain
Topic: Model merging, distillation, and continual learning
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 7c8d265d7e7953f1fda8fbad7b21ff4966ae5f07 | |
train_095650 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
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": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 40b62c11f228fb3e70957bf25848f22daf579cc8 | |
train_095651 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | failure_analysis | expert | Task: failure_analysis
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 6cf93a6dff9f6994b67cd6399fc960048f3891be | |
train_095652 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | failure_analysis | expert | Task: failure_analysis
Topic: Governance, provenance, and audit logging
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 79d25f3b7d3d61d327eb8ba0d1adc0f77a2e8127 | |
train_095653 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | patch_diff | expert | Task: patch_diff
Topic: Extended context, memory, and repo graphs
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 44807b8d43f441a84590a3056a6b465426d93913 | |
train_095654 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | advanced | Task: agent_loop
Topic: Latency, cost, throughput optimization
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": [
"governance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 82b03c12f982747cbc1e2f74ead3fe0b9ffc4e45 | |
train_095655 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | expert | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 315a17fca7effab7154400a3725d74dd90cc6a1d | |
train_095656 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | data_pipeline | advanced | Task: data_pipeline
Topic: Failure engineering and resilience testing
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | e6d2ccd522fed1715919327a000f9954c909a05a | |
train_095657 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | advanced | Task: explain
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 75cbe380cdf5a0226e372912e60b3c42a2f8e194 | |
train_095658 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | patch_diff | expert | Task: patch_diff
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | ff57ad22365121a01fe54fefadd17953f43d4618 | |
train_095659 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | explain | expert | Task: explain
Topic: Agentic coding systems (plan→edit→test→reflect)
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",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 2493c0cc4689eac58c0342f70cb56c2949a54330 | |
train_095660 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | code | advanced | Task: code
Topic: Dataset curation pipelines and quality attribution
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": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 63bb526bed5c6bd91bc9b20b0d5d5b0175849f63 | |
train_095661 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | code | advanced | Task: code
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
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",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 74051ad0e13869014310bef77457be593e9d26b4 | |
train_095662 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | self_grade | advanced | Task: self_grade
Topic: Multi-agent coordination and role separation
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 331a70c8760677ef83d48ed8eabf6b9185e6ea2b | |
train_095663 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | expert | Task: compare
Topic: Latency, cost, throughput optimization
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",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | fadf96087b58023cd18623c7b2ec4f23cd21cbc3 | |
train_095664 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | compare | expert | Task: compare
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
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": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | ee28b0627b9d28a1ce4bbaf4901a57f9e304554d | |
train_095665 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | tool_trace | advanced | Task: tool_trace
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | c96af1e60678347d63268bc58ef7e91a377ee111 | |
train_095666 | 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: 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.
[
{
"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": "Java",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 4a16f3d2feb5c82b17e4c42086035ef85550b779 | |
train_095667 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | e0a689107e140b24b976d4558dc8c989dad44287 | |
train_095668 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | self_grade | advanced | Task: self_grade
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 791ef713e151f9cedd25cdea6871dc09c3a19646 | |
train_095669 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | explain | expert | Task: explain
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | ff93aeab554f731dba6fcbc63c00cb42848adf4a | |
train_095670 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | patch_diff | advanced | Task: patch_diff
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: TypeScript
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 76cdfdde061cd5433574ae029ab71c3b811d7707 | |
train_095671 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | b46e1258decae7e87b7d38b092a0691c3cc875e9 | |
train_095672 | 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: 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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 38432fb109ce660c2f6ec07a07b38675904d77fe | |
train_095673 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | advanced | Task: explain
Topic: Dataset curation pipelines and quality attribution
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",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | e8035d432d6fdf2c373f58217cd72dbe0da5df70 | |
train_095674 | 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: 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": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 4a6e9726e1979c66c6ab4cd6d5c40e30e95ca6a6 | |
train_095675 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | expert | Task: design
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 02635bd0f96ddcc1d5896f4f94972bd1586272c5 | |
train_095676 | 2026-01-01T00:00:00 | Self-grading and automated model critique | compare | advanced | Task: compare
Topic: Self-grading and automated model critique
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": [
"data",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | cc043ae63e8933e4e7a84920aa97424639314748 | |
train_095677 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | design | advanced | Task: design
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | dcd895150cda878fdfc6b63d43a84fccfe35eb1b | |
train_095678 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | data_pipeline | advanced | Task: data_pipeline
Topic: Dataset curation pipelines and quality attribution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"research",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 2f6f700416ad495e135863c3c6f08d2f899f4a23 | |
train_095679 | 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: 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": "Rust",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 2c639cf4364db01cb1eacf5aa506a5ff04fceaaa | |
train_095680 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 3eb992cced1d00efe222e5e75d014b0571851ec9 | |
train_095681 | 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: 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": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 5b268fcfa10b8c95667df79f2e5cde2d7c71212f | |
train_095682 | 2026-01-01T00:00:00 | Self-grading and automated model critique | data_pipeline | advanced | Task: data_pipeline
Topic: Self-grading and automated model critique
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 307bfa2a14121eaa8ca96e252793ac4010db4b99 | |
train_095683 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | expert | Task: design
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 521cb5b7762d606581adf1bcf0fff355eb8083c7 | |
train_095684 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | advanced | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Java
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": "Java",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 6970355ba93f92c4928840b6fa9d5ce28cc0eb0d | |
train_095685 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 92f658b21a20004303b1f2dbb2d2c4278bc2a5d4 | |
train_095686 | 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: Rust
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": "Rust",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 276f0e2e34eda9b7d104a16df56259706012154a | |
train_095687 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | compare | expert | Task: compare
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Java
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": "Java",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | acc090d1986295945fbf280d86f0cc842f82b4c8 | |
train_095688 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | expert | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 00c82f38ba18614f2c8754ea3393db323fd7a072 | |
train_095689 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | code | expert | Task: code
Topic: Governance, provenance, and audit logging
Difficulty: expert
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": [
"coding",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | cad4ea5bfe863221fb55d2a13367f683b8c83eca | |
train_095690 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | failure_analysis | advanced | Task: failure_analysis
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: Bash
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": "Bash",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 0ae48054c05b7f92049dfba1f9fe8efa199ac02e | |
train_095691 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | expert | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 8b38da0b7fbedfc6948e90ce6cd35e535ace8d69 | |
train_095692 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | advanced | Task: self_grade
Topic: Latency, cost, throughput optimization
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": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | e4cb1c9394ca2ea4ab2cd51dd7c642cc5969bac9 | |
train_095693 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | compare | expert | Task: compare
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
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": [
"research",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 3d7320aef923c10f9d26af8b40e5b500728d1ff9 | |
train_095694 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | expert | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 0496ed9a107d958eeba9ff63b6b985108db1a3d7 | |
train_095695 | 2026-01-01T00:00:00 | Self-grading and automated model critique | self_grade | expert | Task: self_grade
Topic: Self-grading and automated model critique
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.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 65bb9717a58f562c51f598066126da463d8eec2a | |
train_095696 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | eval | advanced | Task: eval
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: TypeScript
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": "TypeScript",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | f34e7fa68a57e7eb286b35519d7625b43212ef81 | |
train_095697 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | design | advanced | Task: design
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Java
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": "Java",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 29dff1131862c16217bc399a1c409387c46d8dbd | |
train_095698 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | tool_trace | expert | Task: tool_trace
Topic: Model merging, distillation, and continual learning
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.
[
{
"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",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | dd9546b0e846b22777430cc559372afba2372e66 | |
train_095699 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | advanced | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"security",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | fc47443872fb8d3aea95d545669ebbb674f2659f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.