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_002300 | 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: 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.
[
{
"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": [
"research",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 1b034e3d28e9653db3bf5351f51e51381151d803 | |
train_002301 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | eval | advanced | Task: eval
Topic: Failure engineering and resilience testing
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 09ed7f0b5a1124528ce717de30ffb93e9edb053c | |
train_002302 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | failure_analysis | advanced | Task: failure_analysis
Topic: Multi-agent coordination and role separation
Difficulty: advanced
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"security",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | a7a01ef04f77d70138956a3c089b3a4e70fd9b94 | |
train_002303 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | patch_diff | advanced | Task: patch_diff
Topic: Multi-agent coordination and role separation
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": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0559b4150abf6c9396a3fb5e7d15ba06f1f258a6 | |
train_002304 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | advanced | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | f7aebd0734651b5e6151bea02adb53bee331c869 | |
train_002305 | 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: 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",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 66d07327fed08d3f715664d6a17a139620295a06 | |
train_002306 | 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: 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.
[
{
"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": "SQL",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3712918e80ed5f05e1aa3517d285cd269e38cf5f | |
train_002307 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | eval | expert | Task: eval
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "C#",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 49127af8235d84d2f5d1543a09061720ae1ec6ba | |
train_002308 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | advanced | Task: code
Topic: Failure engineering and resilience testing
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": [
"data",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 0b9e08c5bc03319ae736a415389c10a3aa91a1cc | |
train_002309 | 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: 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": [
"evaluation",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 0d3065334f0c18f4f5bb5170c43b76f41ae791ba | |
train_002310 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 438dabaa2dde99ab9225ac826816d34955ea6099 | |
train_002311 | 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: 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": [
"governance",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | f40cc848c54405bb1733129f6ed6944f7e231498 | |
train_002312 | 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: 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",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | d3ddc468b749deb8823bca4d756d483ba5d0c74b | |
train_002313 | 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: 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": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | e8b997c5f7e711e60b4bb1e7c0a2c4d7f9ba40f8 | |
train_002314 | 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: 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",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 1ea828bb4d69db9d61e8b3b2bec957b8752b32b1 | |
train_002315 | 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: 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": [
"research",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | bdf6723d2cf4961032dbdb646a33a8e42dc8ed2c | |
train_002316 | 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: 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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 3ee04c0a914b962ef66485db9f1de5f7178ad63b | |
train_002317 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | tool_trace | advanced | Task: tool_trace
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
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.
[
{
"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": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 22e5322b20809d42fb090c25811b1416d0949d9e | |
train_002318 | 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: 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",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | f48c6a1eb630b9ea38fd3c96dda6cb3734eed898 | |
train_002319 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 94f4096de9f24cb0a2a7afa77c00eb4c6bc04bfd | |
train_002320 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | tool_trace | expert | Task: tool_trace
Topic: SWE-bench real-repo evaluation and leakage control
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.
[
{
"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",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | db583044c0d5b87a49c1c64347eee8184ce724f3 | |
train_002321 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | failure_analysis | advanced | Task: failure_analysis
Topic: Code-specialized model families and scaling laws
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 7c948ebbcb8cad4acac275fe78ae1492bd81ffad | |
train_002322 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | expert | Task: review
Topic: Failure engineering and resilience testing
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": [
"security",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b7b8f0372f990b8941209012a03a96776d1139b7 | |
train_002323 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | af0fa4c8476142ff995a456569d25dae6eb28129 | |
train_002324 | 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: 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",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 91276eeba7da5751a32aee0172a48a5d391bb24c | |
train_002325 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | code | expert | Task: code
Topic: Tool calling protocols and sandboxed execution
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.
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": [
"performance",
"data"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | ac56a1575228d2f6c82e1434e5a6fc94cf21b59f | |
train_002326 | 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: 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": 5,
"latency_ms_target": 200,
"audit_required": true
} | fbe1112170f4873f639101dad564289d9025f1c1 | |
train_002327 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | expert | Task: agent_loop
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": [
"data",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | bbf2b070ab18a1ada8b8f3debd9803f2e3954a41 | |
train_002328 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | eval | expert | Task: eval
Topic: SWE-bench real-repo evaluation and leakage control
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a6e1bc44301582e3f3bbbff6f5282b579d747214 | |
train_002329 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 32c84ceb8d452c779ae9df96d11b7f410c3cc20d | |
train_002330 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 1365fb806170aa2c82f80f2d82b96a740aa651aa | |
train_002331 | 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: 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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 4640267f2eb60d22022ed7232af39a200054d8ed | |
train_002332 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | patch_diff | advanced | Task: patch_diff
Topic: Latency, cost, throughput optimization
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b7541bdd161bd7e07ef596f21da17e657862aa11 | |
train_002333 | 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: 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": [
"evaluation",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 95021f07405593824c25208b3bfda150faea727b | |
train_002334 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | advanced | Task: eval
Topic: Extended context, memory, and repo graphs
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 87790017ec8db8bd43a32a6c0cab80936a454bb4 | |
train_002335 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 6645062783ce12bfe045327c5d62f63a3352023f | |
train_002336 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | expert | Task: explain
Topic: Latency, cost, throughput optimization
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": [
"agent",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b9228577d212b9f16e299f490e6e889b60dafbb8 | |
train_002337 | 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: 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": [
"security",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 3fcfb570a349e19b0419c3c32faeb7d8d0c2f7a3 | |
train_002338 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
Difficulty: expert
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 5218befb4f3a9513b9013455bcc919d82fda8e84 | |
train_002339 | 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: 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": "Java",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | a05b737061843216aa474c9bb58703c5a19baf71 | |
train_002340 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | tool_trace | expert | Task: tool_trace
Topic: Failure engineering and resilience testing
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.
[
{
"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": [
"agent",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | ec86fbc9541c9d32fb80f8ca2ed28b54650c28bb | |
train_002341 | 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: 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": [
"governance",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 8f90e38d9ecd9a619457cedcb216406f7d39d63b | |
train_002342 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | expert | Task: review
Topic: Tool calling protocols and sandboxed execution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"security",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 14e0c89382f8b94ac4e3af5b4f12da8d6d6923d9 | |
train_002343 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | tool_trace | expert | Task: tool_trace
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
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.
[
{
"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": [
"evaluation",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 4c793511fc6b3ddb7f010e0ac84209cd09d8031f | |
train_002344 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | patch_diff | advanced | Task: patch_diff
Topic: Failure engineering and resilience testing
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": [
"security",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 5f639752b77223f09d2e41780ceb8889ad99bd60 | |
train_002345 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | expert | Task: design
Topic: Governance, provenance, and audit logging
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": [
"coding",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | bb0d883b0e47f67332bca244288376d08aabe75a | |
train_002346 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | compare | expert | Task: compare
Topic: Multi-agent coordination and role separation
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": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 392686273cd4400e7f504bbe3ec48063615c23ef | |
train_002347 | 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: 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",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 1f63dd47307f9d26bd093aeacfc7fc3506ba9c1a | |
train_002348 | 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: 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.
[
{
"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": [
"evaluation",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 6419db58ed6329fb88c0f561bf5cf1a408f1f98b | |
train_002349 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | d55e80f32d296207512270ca852d689877e6f0ae | |
train_002350 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | self_grade | advanced | Task: self_grade
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
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": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | c9a06d282bd6879e3536b874ec837f7214e19d77 | |
train_002351 | 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: 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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 2165f5d9e093d4f72a661d283b713a3591525ef1 | |
train_002352 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | expert | Task: review
Topic: Tool calling protocols and sandboxed execution
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": [
"agent",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | dd952bf7fbcdc98b1bcae62ffd653e4610e28126 | |
train_002353 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | advanced | Task: code
Topic: Failure engineering and resilience testing
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": [
"security",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 1ba1cb6a0a0ab341833c2f503716c42ae9e85c35 | |
train_002354 | 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": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 8dcaec8af20436e2bde32490b89197f2c80added | |
train_002355 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | tool_trace | expert | Task: tool_trace
Topic: Multi-agent coordination and role separation
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.
[
{
"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": [
"coding",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | fce625247376197b8a0aa604fc10028ae81a63a4 | |
train_002356 | 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: 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": [
"data",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | ffe8dd698941844c01298797fac3ca73fe14a305 | |
train_002357 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 66cdc52a9d3f21fc39227b1f5b5074719cc86875 | |
train_002358 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | advanced | Task: code
Topic: Failure engineering and resilience testing
Difficulty: advanced
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",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0ed89a760652a938a4d470e89c71a0177dae13f5 | |
train_002359 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | code | advanced | Task: code
Topic: Model merging, distillation, and continual learning
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"research",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 847594d4084c24e17bbcdc8a57beac5345a3c05d | |
train_002360 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | review | advanced | Task: review
Topic: Latency, cost, throughput optimization
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": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | b55b3de30c5807cb4d3ea1c8d5844a4a8631d6a3 | |
train_002361 | 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: 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",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 4328c2175db85abd4fdee1c2d36fac97bda52a50 | |
train_002362 | 2026-01-01T00:00:00 | Self-grading and automated model critique | review | expert | Task: review
Topic: Self-grading and automated model critique
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": [
"coding",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | cbcbcea1c075e7714a36a61bc6f2cad6a90076a6 | |
train_002363 | 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: 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": [
"agent",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ca4657b9ea66bda02f712529e5474bf83624f2a3 | |
train_002364 | 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: 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": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | baa3546f83f13f013677a56192753d256a6b9244 | |
train_002365 | 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: 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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | b51afd3ec748c02c014c30d47866211bdff28796 | |
train_002366 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 7d6d10e5a94ab6bdf72786513389f67676ed80e4 | |
train_002367 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | tool_trace | expert | Task: tool_trace
Topic: SWE-bench real-repo evaluation and leakage control
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.
[
{
"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",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 83b4d918c838f2ee8ee5cad82795f5613781a5b4 | |
train_002368 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | data_pipeline | expert | Task: data_pipeline
Topic: Code-specialized model families and scaling laws
Difficulty: expert
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": [
"coding",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 441612e61d0efcfe471b1d86d01f57ec6e81b204 | |
train_002369 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | patch_diff | expert | Task: patch_diff
Topic: Model merging, distillation, and continual learning
Difficulty: expert
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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 0edf02213cb2f8e6382ef7ca720ee722a094c968 | |
train_002370 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | expert | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | fda512b076a9832c8d5b5ba29fe3fc7f2948eb3b | |
train_002371 | 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: 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.
[
{
"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": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | f973d2742a5aa5776bbfca657da41655ca00c5fa | |
train_002372 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | explain | advanced | Task: explain
Topic: Code-specialized model families and scaling laws
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 7063e9ffe5a8edd9535a11e45290413fe9fdfc41 | |
train_002373 | 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: 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": [
"research",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 6cc7919f1175604bfebfbe845a0a15a0d292f2b4 | |
train_002374 | 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: 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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 1f2cdd5a9a29cd6fb2ebce87bc2ac12740654060 | |
train_002375 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | review | advanced | Task: review
Topic: Governance, provenance, and audit logging
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": [
"data",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | c957f53621dbbc272ea991e2f1076235402949d2 | |
train_002376 | 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: 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": [
"research",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 786b80286c309cb0c15b00d510a249ec7465c1c2 | |
train_002377 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 8f158732e223d4d78aa7b860c8d4510660d5f445 | |
train_002378 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | patch_diff | expert | Task: patch_diff
Topic: Failure engineering and resilience testing
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | da57634387dc3b57e38cd1383fb8ebc1a4396dfa | |
train_002379 | 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: 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.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | bcf343c3d374dae57d4713c378adc10a93cad918 | |
train_002380 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | data_pipeline | expert | Task: data_pipeline
Topic: SWE-bench real-repo evaluation and leakage control
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",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | b0f14b6e73b3f7fdd33d93e9c5442f0eb48b3692 | |
train_002381 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | design | expert | Task: design
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 20e09f2d4b0c4664043dad12951500eaeec8198c | |
train_002382 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | eval | advanced | Task: eval
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 7f2205fec21a3c627219b6a5e7c009141905f719 | |
train_002383 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | tool_trace | advanced | Task: tool_trace
Topic: Latency, cost, throughput optimization
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.
[
{
"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",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 9c0b9477adc8665fd14b8786893622d14d66b641 | |
train_002384 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | data_pipeline | advanced | Task: data_pipeline
Topic: SWE-bench real-repo evaluation and leakage control
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": [
"data",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | aead422c597dffc627a277ecc2da77f6440b9e90 | |
train_002385 | 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: 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": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 29c6f84c339437f0b27d47ab732722c0eebe7db7 | |
train_002386 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | data_pipeline | advanced | Task: data_pipeline
Topic: Governance, provenance, and audit logging
Difficulty: advanced
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 17ec65e0ec7f3fa96d7fcc68d8fde2ac4c705fcf | |
train_002387 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | expert | Task: agent_loop
Topic: Latency, cost, throughput optimization
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": [
"coding",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | f0cf8fb495499c280b95fe37546ed37f0121edb8 | |
train_002388 | 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: 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": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | f3af13e8013c8e3c2b46cac429e57baec372cbb0 | |
train_002389 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | advanced | Task: design
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": [
"agent",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | ac55a1cc5ec8bc0d834b74017dd77e38423d029c | |
train_002390 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | tool_trace | expert | Task: tool_trace
Topic: Multi-agent coordination and role separation
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": [
"data",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | bedc62c0fecad51e483c5b1ea3360b3bce8dbcde | |
train_002391 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | explain | advanced | Task: explain
Topic: Failure engineering and resilience testing
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",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 03f1c1c83ef93c4e2bf3bf1e0207e388513e2edc | |
train_002392 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | code | expert | Task: code
Topic: Model merging, distillation, and continual learning
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": [
"research",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 39ed88344489a4e822ac85da450f46bac25e44f2 | |
train_002393 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | patch_diff | advanced | Task: patch_diff
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 86ca7dab7f6f5304c8b0029f27d9d3c57c315e7b | |
train_002394 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | patch_diff | advanced | Task: patch_diff
Topic: Tool calling protocols and sandboxed execution
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 82a3ffad3d8efed82263f6fcb8ba1d23de3e77a3 | |
train_002395 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 8290af07c4dab78e1eed6406a3831e8f48859118 | |
train_002396 | 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: 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": [
"coding",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | d3b3d9d9e4bd2f27afbd2edf8228cafdd3aa9c38 | |
train_002397 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | code | advanced | Task: code
Topic: Reasoning-first coding models and tunable deliberation
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.
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": [
"research",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 28e841817ec45e00ff9fd69a38065376932b91b2 | |
train_002398 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | review | advanced | Task: review
Topic: Extended context, memory, and repo graphs
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | e28db7b2ee61950c285b4b19f459a04ae6e41eed | |
train_002399 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | advanced | Task: eval
Topic: Extended context, memory, and repo graphs
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "C#",
"moe_experts": [
"data",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 874dedfab530fb46fbd69b0bbc7e2ec7c3272cd8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.