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_001200 | 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: 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.
[
{
"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": [
"agent",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | d8c9192a59130103d0677a3b193074bbb89f9187 | |
train_001201 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | b8bf08748500a1dd384f640bcd10f36a43bf8b93 | |
train_001202 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | tool_trace | advanced | Task: tool_trace
Topic: Governance, provenance, and audit logging
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.
[
{
"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",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 927257c608a4084b798adc351e5d0e7bd34aa9eb | |
train_001203 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | agent_loop | advanced | Task: agent_loop
Topic: Model merging, distillation, and continual learning
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": [
"governance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | ee79960df4d151c6567b477737ee77961ae4a45a | |
train_001204 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | data_pipeline | advanced | Task: data_pipeline
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 77739249849b386f6bb9f43b5b511ba15af2bc00 | |
train_001205 | 2026-01-01T00:00:00 | Self-grading and automated model critique | code | advanced | Task: code
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: 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": [
"security",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 994e41a627ce2c8206a56cceb097d1b7412e9b6e | |
train_001206 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | failure_analysis | expert | Task: failure_analysis
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b99070e8795977f46672df208bc375df6f856dac | |
train_001207 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | advanced | Task: compare
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | e569746691239795d6dc6c56675740a7cc9454b1 | |
train_001208 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | agent_loop | expert | Task: agent_loop
Topic: Secure code generation, red-teaming, and policy gates
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": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 0174d9c6fa429b8e0c670ec959e27f79ff95b8aa | |
train_001209 | 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: 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": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 4e57775e1bf6203ad1a26b7fc615c0344f89d399 | |
train_001210 | 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: 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",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 6c5a636dfa705e9ba6b36734921e29c981b25f00 | |
train_001211 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | design | advanced | Task: design
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 56c527bc170411ef7b0c30f020a2b23857ed2870 | |
train_001212 | 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: 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": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | bbc971daf3983d139ed50a1c168043ff5828d0c8 | |
train_001213 | 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: 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.
[
{
"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": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 8489d2effa9cb7707fd3e1f7bea49f8ff1e36051 | |
train_001214 | 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: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d18e4e0cd81d4dcfd061f021eaca7597b534ab2b | |
train_001215 | 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: 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": [
"security",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | fac0454c20e3d4e9a6cf64a55b5b8b728361ca70 | |
train_001216 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | self_grade | expert | Task: self_grade
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c5a0ad9691d15c4807e90ea329c43ccdb2f8d14c | |
train_001217 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | explain | advanced | Task: explain
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": [
"research",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 00151d4b4c00f2866fc6797c0046e9f52e5a9bc8 | |
train_001218 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 4bcbf40c8af6797089dd81f4df4bafe2382020b1 | |
train_001219 | 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: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | cf02f5cb4cc6a04ff5b7c34cb4c08aeab7174a55 | |
train_001220 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | patch_diff | expert | Task: patch_diff
Topic: Governance, provenance, and audit logging
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 1bf9c89191659fa90f835c6bf5ec73495cd5af1c | |
train_001221 | 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": [
"research",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | a7014fc4f4fe8c8b081b9a750f53298105623fa5 | |
train_001222 | 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: 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
} | 11f32c15970fa91eca921edcf880e46d1c9fd245 | |
train_001223 | 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: 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": 2,
"latency_ms_target": 50,
"audit_required": true
} | c4ed4c713b395abf8478f98799e9c1ae123e36af | |
train_001224 | 2026-01-01T00:00:00 | Self-grading and automated model critique | code | advanced | Task: code
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | dc8846c6003260c781cf3c7e558112d08badf630 | |
train_001225 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | advanced | Task: self_grade
Topic: Latency, cost, throughput optimization
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | d2ab3959fe74e787c1c38e055c6613f4df964e7e | |
train_001226 | 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: 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": [
"research",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | ae75c0dd65fa08695e54ed88f609e0fa3e4b60e1 | |
train_001227 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | patch_diff | expert | Task: patch_diff
Topic: Governance, provenance, and audit logging
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 4f195faf2b2d6384b4ef4f9e166e18f367a7e0af | |
train_001228 | 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: 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",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | f54423c4c817f84b87c6f79e8df12f96b472513f | |
train_001229 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | agent_loop | advanced | Task: agent_loop
Topic: Dataset curation pipelines and quality attribution
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": [
"evaluation",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 58c22a01ebaec8e2f5a43fdc3673ecf47e739d67 | |
train_001230 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | code | advanced | Task: code
Topic: Code-specialized model families and scaling laws
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": 5,
"latency_ms_target": 100,
"audit_required": true
} | 3d47c115b9adb95bab05647b04abd22790b896a6 | |
train_001231 | 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: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 41f0d59345c68c6d2cf73f19a7384405b26f83e6 | |
train_001232 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | advanced | Task: review
Topic: Failure engineering and resilience testing
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": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0f887a4eaf20ee703ff88e6192bebc08644a94b1 | |
train_001233 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | review | advanced | Task: review
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 9ea75eb9497f6ae5eacb3077ceb40e7514c73b0e | |
train_001234 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | agent_loop | expert | Task: agent_loop
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 77e41b41b04a9a4238dc621fafdd617f41c3351a | |
train_001235 | 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: 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": 4,
"latency_ms_target": 50,
"audit_required": true
} | b26461888e1c2bde19818eea7f70b9168d3df771 | |
train_001236 | 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: 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": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 4c792c144e5caa94e57be06337268fc3d5bfc900 | |
train_001237 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | code | advanced | Task: code
Topic: SWE-bench real-repo evaluation and leakage control
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": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 27d79fd5d8095c41bf23b19e0ff4f1324291c3b2 | |
train_001238 | 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: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | af221d5529e66af03d2a4383d0891cb920c949b2 | |
train_001239 | 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: 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": [
"performance",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | db29ada87197ad1cc5d59ed8cd261bb3e6ff81e1 | |
train_001240 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | eval | expert | Task: eval
Topic: Reasoning-first coding models and tunable deliberation
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Rust",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | b5b3a8f2740380539d6c8e9cf9201868df3ae5d1 | |
train_001241 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | explain | advanced | Task: explain
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | a81ad2268ed9de7e118a6743c9dd7b90c98914ef | |
train_001242 | 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: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | fe886960abfec00f4dd64774d73a378787731da5 | |
train_001243 | 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": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | baa3546f83f13f013677a56192753d256a6b9244 | |
train_001244 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | advanced | Task: compare
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 6204c6fbf15a165326d7d55371698553ab560d5c | |
train_001245 | 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: 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": [
"agent",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 5535c05e867e1751c451ed07a2021538b8c7ceee | |
train_001246 | 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: 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": [
"data",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 8d9f042647d61bb6b9de786ea2afb9c8bcf2104a | |
train_001247 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | agent_loop | advanced | Task: agent_loop
Topic: Governance, provenance, and audit logging
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",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 217243d4eaebd4d94121055d99e63e20dedb9cc2 | |
train_001248 | 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: 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",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | e0aa878ba19366574338e14e70cc25e9eb9ab613 | |
train_001249 | 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: 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": [
"data",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 1813359b5a1e70c222bc3ca72af0089a31c89a7a | |
train_001250 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | code | expert | Task: code
Topic: Extended context, memory, and repo graphs
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": 3,
"latency_ms_target": 50,
"audit_required": true
} | 78012bc836578b8665a573def33d430e91dc5049 | |
train_001251 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | agent_loop | advanced | Task: agent_loop
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: 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": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | ca8bc75aba2d5e72437db5e3c090111f57f9023b | |
train_001252 | 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: Rust
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Rust",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 73b7a2d948067281e77bf0e75d36f49594c7d245 | |
train_001253 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | review | expert | Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: 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": [
"coding",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | c6e10f1e6afbcd9a6e83526ed3d0a7ec8d6cf47b | |
train_001254 | 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: 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",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | fc8cfcfa36e6b3ef9f1c17e8d23b211568ba5016 | |
train_001255 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 6cdcefbe108298c3adf26fcab01d1bbaaac67493 | |
train_001256 | 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: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 4ae776ad8e5b652da92f0b9ff69ecf961d4d92fd | |
train_001257 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | agent_loop | advanced | Task: agent_loop
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: 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": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | f6dd3de8a48858d78e290946950cffd1db2ec1a0 | |
train_001258 | 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: 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": [
"governance",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 703c5d49319209b7c91af87a9d8c0ffee27c1d53 | |
train_001259 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | explain | advanced | Task: explain
Topic: Reasoning-first coding models and tunable deliberation
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": [
"security",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | b4001cf60cf87dd56978684485edd273c660e240 | |
train_001260 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 108f79bcc6e9f107f1f35e77d3f57ba7e1835b0f | |
train_001261 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | advanced | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 89dfddb695d097fffaeabf3b6c8ec7760d4ea7c9 | |
train_001262 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | self_grade | expert | Task: self_grade
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 2500ea19092c344b83706394030ad670d20ba13f | |
train_001263 | 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: 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": [
"security",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 88fd610d4bbde333583c79a3aaedb6519717bce6 | |
train_001264 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | explain | expert | Task: explain
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 64b038d647bfa769beaa3b34dac07e61e497f104 | |
train_001265 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | explain | expert | Task: explain
Topic: Code-specialized model families and scaling laws
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": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b4d8eb9d4d992760809e156c2f815ed7c139bda7 | |
train_001266 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | advanced | Task: review
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 648f7a21b978a5e357258da03897608d3344ff97 | |
train_001267 | 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: 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": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | cf22f918839d38f4db79923f4a6f6dbc13d99681 | |
train_001268 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | explain | advanced | Task: explain
Topic: Reasoning-first coding models and tunable deliberation
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": [
"security",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 7efde6ccbd972356e4231ea118f5c5ea36d924ba | |
train_001269 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | compare | expert | Task: compare
Topic: SWE-bench real-repo evaluation and leakage control
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",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | a5fb58669cc0bf696456702a6761bc1a94d51682 | |
train_001270 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | ecd25f8fde3dfd50ed1c7ca66b0a77045ca1a44f | |
train_001271 | 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: 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": "TypeScript",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | d508bba4ec9ff957c7161f10e5e2b6419402b57b | |
train_001272 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | code | advanced | Task: code
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.
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",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 29206b2f40195c1b4a2761572f448344c89b5370 | |
train_001273 | 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: 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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 9d5ea1656c82925060ee837f4ce75844fb6c42fe | |
train_001274 | 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: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 9a70fd14605583335fde19112df33ab005a9366b | |
train_001275 | 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: JavaScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | e26f15ed58edf3eab2403402c0dc5b115d48823a | |
train_001276 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | design | expert | Task: design
Topic: Mixture-of-Experts (MoE) routing and sparsity
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": [
"evaluation",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 82848572e0099984e3e26c77f26e773ceb588d40 | |
train_001277 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | design | expert | Task: design
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | addb79a2d6ed9641da02250dbf6dab426592ecb1 | |
train_001278 | 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: 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": [
"security",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | c37c6c924cc48bf2ffd173bce969263f9f599b0c | |
train_001279 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | advanced | Task: compare
Topic: Latency, cost, throughput optimization
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": [
"governance",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 8b73e6de9fcf103aa30ed731da75dbc0256e3296 | |
train_001280 | 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: 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": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d89436799e3c84497b8f8c1081f059d8ff8e96fb | |
train_001281 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | agent_loop | advanced | Task: agent_loop
Topic: Governance, provenance, and audit logging
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": [
"governance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 49e2b8da27d5b1efe9d642735ac897b45b54e6b5 | |
train_001282 | 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: 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": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 16896c5f4649459f64369002199a75d38e87bb8f | |
train_001283 | 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: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"data",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 56e28cdca4dcf5b93991756be27deafa84034f4e | |
train_001284 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | review | advanced | Task: review
Topic: SWE-bench real-repo evaluation and leakage control
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": [
"security",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 84d2f97407d444d8b42213fea999b1a4219dff03 | |
train_001285 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | explain | expert | Task: explain
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | c6078102eb13463aba218a13a318570725db6045 | |
train_001286 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | advanced | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: 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",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b187682e1dfaef7ea5bee3ba0b08d0aa417242c6 | |
train_001287 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | advanced | Task: agent_loop
Topic: Latency, cost, throughput optimization
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": [
"evaluation",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 861d402cd44118c07b3c6cd0145a725e7a2735eb | |
train_001288 | 2026-01-01T00:00:00 | Self-grading and automated model critique | agent_loop | advanced | Task: agent_loop
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 60b1d1b5dbd245679b65100d80f1ef6e322f946a | |
train_001289 | 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: 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",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | ee16ce437ec55f73e1cf5244836851f754fb3f50 | |
train_001290 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 017a6e353608c9cd045a672016c9d35a48d0c029 | |
train_001291 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | advanced | Task: review
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": [
"evaluation",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0945cc6764131a92df86f654874d1b9829b76a1a | |
train_001292 | 2026-01-01T00:00:00 | Self-grading and automated model critique | failure_analysis | expert | Task: failure_analysis
Topic: Self-grading and automated model critique
Difficulty: expert
Language: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 12750ed383657e41cf9152038fa34d912d20016a | |
train_001293 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | compare | expert | Task: compare
Topic: Dataset curation pipelines and quality attribution
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": [
"governance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 2260a9a8e685c1e2ad7c3a3621ca18f831e5b199 | |
train_001294 | 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: 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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0fe7b09521c859c5320711130c93116d15ee638e | |
train_001295 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | advanced | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: 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": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | a659e7e923c4f470c12f510e51c3949c3d64d07f | |
train_001296 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | data_pipeline | advanced | Task: data_pipeline
Topic: Reasoning-first coding models and tunable deliberation
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": [
"coding",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | ae26d08fd1cc3bab6d5a24ee922df708038cec0f | |
train_001297 | 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: 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": [
"data",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | cd644527648db31004ce1cba5067dc2e36b6ff8e | |
train_001298 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | review | expert | Task: review
Topic: Extended context, memory, and repo graphs
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": [
"coding",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | cc5fe6df6d67fabc7c65e482a8ec8c1b8c5a44bf | |
train_001299 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | eval | advanced | Task: eval
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a48657be5ed48805fa41de4e14cffc423a785cab |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.