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_096600 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | design | advanced | Task: design
Topic: Code-specialized model families and scaling laws
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": [
"coding",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | cc9c3b20ab876426aa51c3ddcb5b7b968a40ac53 | |
train_096601 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | expert | Task: compare
Topic: Latency, cost, throughput optimization
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",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | addd97025bd6f1427c14d912b18e73421e587424 | |
train_096602 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | patch_diff | expert | Task: patch_diff
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 791971c1fec150cf757ec4bcbaed24e73ac0f56e | |
train_096603 | 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: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | f769d5bc07eb7494dc2428503c0ab598917f26bd | |
train_096604 | 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: 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.
[
{
"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": [
"coding",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 85361f59c8d351e71b4d137feda2b07648261732 | |
train_096605 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | self_grade | advanced | Task: self_grade
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: 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": [
"agent",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 72958bc8e8a3bc38ae3fd4e27233d402d6e306a2 | |
train_096606 | 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: 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": [
"coding",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 5b635b030f4a617a7d52f00b2bdd7650bc84b644 | |
train_096607 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | data_pipeline | expert | Task: data_pipeline
Topic: Dataset curation pipelines and quality attribution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 2ebac9e136a595748fc8c8852a941f0f65c694f8 | |
train_096608 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | compare | expert | Task: compare
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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": [
"research",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 68f267ab99b3eeb486ebc974e1431c3c222a99e8 | |
train_096609 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | self_grade | advanced | Task: self_grade
Topic: SWE-bench real-repo evaluation and leakage control
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 012994942f7f155fe4c93b264e740f89eb0dec98 | |
train_096610 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | advanced | Task: code
Topic: Latency, cost, throughput optimization
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": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | ac5c60522c341a2cd333785ab6d68277f64070ff | |
train_096611 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | explain | advanced | Task: explain
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: 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": 3,
"latency_ms_target": 200,
"audit_required": true
} | cb725a3f9203a7ec9766e512fe6a239da55e5100 | |
train_096612 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | expert | Task: self_grade
Topic: Latency, cost, throughput optimization
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 8b8cd1988faad266d98544f041a01942b48256bb | |
train_096613 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | tool_trace | advanced | Task: tool_trace
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: JavaScript
Context: 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": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 4588a804d8aec157024b4caef07fa2e06bb583f0 | |
train_096614 | 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: 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",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | dc5d9d9a0e89a7f3e7891928275ef1d3cd212502 | |
train_096615 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | advanced | Task: review
Topic: Failure engineering and resilience testing
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": 200,
"audit_required": true
} | 8ebdc9f2eec024de909debe8f2ca458f094c891a | |
train_096616 | 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: 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": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | bd45506e0195f21bcc4b46fbc4a813b085d9c7b3 | |
train_096617 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | failure_analysis | advanced | Task: failure_analysis
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 888ed8e6b913f94a6e5a751dc7ea597d5a7df44d | |
train_096618 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | review | advanced | Task: review
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": [
"research",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | ca980fc195d0ea84e1bed2aee74eb5c597f7f69a | |
train_096619 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | design | expert | Task: design
Topic: Failure engineering and resilience testing
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": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d1af29711b09529aa497738ff1650a1a8a518906 | |
train_096620 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | patch_diff | advanced | Task: patch_diff
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 3d5d2cabd6ed87040ead19eccd21696c0fc65bbd | |
train_096621 | 2026-01-01T00:00:00 | Self-grading and automated model critique | data_pipeline | advanced | Task: data_pipeline
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 3380381c7a926b3e29090c8eeffb90e602459b05 | |
train_096622 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | compare | advanced | Task: compare
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | f784f2960db226a72b7c5e63c0b9fc84d544d53f | |
train_096623 | 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: 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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | d9acc5892c6effa153ce310a876a0eb2dce75cc0 | |
train_096624 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | failure_analysis | advanced | Task: failure_analysis
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 0058b4852fb8f79408d5ed9a86bf9c80c5899b30 | |
train_096625 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | self_grade | advanced | Task: self_grade
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 649a9f48176e2b6745b38bc08d91d9e9d7de9501 | |
train_096626 | 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: 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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 96d9ca17d024f227d1a9154951f40d22701e3f8f | |
train_096627 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | expert | Task: compare
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: 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": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 90dee186f8326d8b0cfc673401d84acb59fea014 | |
train_096628 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | eval | expert | Task: eval
Topic: Model merging, distillation, and continual learning
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": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d93ff3c9cf495e1bfa19c5ca73a633b01912d1db | |
train_096629 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | patch_diff | advanced | Task: patch_diff
Topic: Dataset curation pipelines and quality attribution
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": [
"coding",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 9e0090b7d4192157133b1df3390be6760d38ba04 | |
train_096630 | 2026-01-01T00:00:00 | Self-grading and automated model critique | design | advanced | Task: design
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 83c8c78faf351bde24a7f879530443925e68266a | |
train_096631 | 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: 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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"research",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 7a18dd6d84796ab267e346122063974612275bb1 | |
train_096632 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | self_grade | expert | Task: self_grade
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: Rust
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 6c60509309286220a39c6585656989ff664f9bd5 | |
train_096633 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | advanced | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 972d6a461fd2b8da360f3fd8629b929392038600 | |
train_096634 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b42e994c4995c69f772a063e63a4af94a9c7a3aa | |
train_096635 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | advanced | Task: design
Topic: Secure code generation, red-teaming, and policy gates
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": 5,
"latency_ms_target": 100,
"audit_required": true
} | 09ce332e093c3a895b33c24b7ba6be96685fad4e | |
train_096636 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | failure_analysis | advanced | Task: failure_analysis
Topic: Failure engineering and resilience testing
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": [
"agent",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | c46ba4dd44ba3281606c76ea9afb9ed60dd868ba | |
train_096637 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | failure_analysis | expert | Task: failure_analysis
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 135b9e62418640c47c34805425157c2486ba0fa8 | |
train_096638 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | code | expert | Task: code
Topic: Code-specialized model families and scaling laws
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": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 6a22999336b64388358e41faa20b0e78d2646d7a | |
train_096639 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | agent_loop | advanced | Task: agent_loop
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: 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": [
"evaluation",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 5aa110d3a8564e1a6e014748df0c7e8a8574ca09 | |
train_096640 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | eval | expert | Task: eval
Topic: Tool calling protocols and sandboxed execution
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "SQL",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 14a80e0fcad8fba7a49324c3ae39f0fffccb5294 | |
train_096641 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | advanced | Task: design
Topic: Secure code generation, red-teaming, and policy gates
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": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 5248d7bd20bedc7f3e284c559b860ffd848792c4 | |
train_096642 | 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: 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": [
"evaluation",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a6c7a878fc5bb15d8e58c54ddacd0b9fe12de4b6 | |
train_096643 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | compare | advanced | Task: compare
Topic: Failure engineering and resilience testing
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": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 9024aa05bc636f4de8e954faa964b2c4ad9499f5 | |
train_096644 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | expert | Task: compare
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: 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": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | cdc367a5dbcd938e715efdacab8981dae64bd9f5 | |
train_096645 | 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: 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": [
"research",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | ccb9cd391fb3a4737412fefb49803069ce081894 | |
train_096646 | 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: 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",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | b603bb998eab2b3612c4b3d77e80753f3447c3de | |
train_096647 | 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: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | f6ce13cb5d49099160e6d6572e5bca4e73106565 | |
train_096648 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | eval | expert | Task: eval
Topic: Model merging, distillation, and continual learning
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 52cad26c790c8a3e96c4f1a5ce94b49783c79e72 | |
train_096649 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | self_grade | expert | Task: self_grade
Topic: Model merging, distillation, and continual learning
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | de8235125149c757df45529ba5e4dc6cb3700fbe | |
train_096650 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | patch_diff | expert | Task: patch_diff
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a8deeff04311b85b9ba6469f967ca5cf4f9a59fc | |
train_096651 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | eval | expert | Task: eval
Topic: Governance, provenance, and audit logging
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 8a31780c7cd8ed20421f8e918e0ebb9630338a9f | |
train_096652 | 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: 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": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 2ae9ef6eff7419ed9dabbc91bb78047b0966effc | |
train_096653 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | review | expert | Task: review
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 9ce00ed167f533e2b57b8c5b5d20f00d7ceb2248 | |
train_096654 | 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: 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": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"data",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 937e686d691654cdfb906f8f65cc1a2082c05d27 | |
train_096655 | 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: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | a974d80adf5e8427e81266e5970e463eb9e8e823 | |
train_096656 | 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: 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": [
"data",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 31dcce6e305a835bbaabfb967e9309c161f24ac9 | |
train_096657 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | advanced | Task: compare
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3fdc778ba74a40956460121f691da91f50e39416 | |
train_096658 | 2026-01-01T00:00:00 | Self-grading and automated model critique | eval | advanced | Task: eval
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | c0e6a289bfb58b189c8ea9c33d2759d8e6a10362 | |
train_096659 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | compare | expert | Task: compare
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",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | f33f5d2b33ed01d4b3225b86c9875e8bad8c9d5f | |
train_096660 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | expert | Task: agent_loop
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 5708631620e2e0c4f7b72d04528de7f725aeb545 | |
train_096661 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | review | expert | Task: review
Topic: Governance, provenance, and audit logging
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": [
"governance",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 96801fd64cdf90b9beca79cdd96085dbb7233ca1 | |
train_096662 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | review | advanced | Task: review
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: SQL
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | b1b58282f08dcb47fabf925b90ef628a2b31e3f4 | |
train_096663 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | tool_trace | advanced | Task: tool_trace
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Java",
"moe_experts": [
"research",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | c4d1c27e08da75d8be46c9c2ad852100ff4cfd82 | |
train_096664 | 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: 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": [
"data",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b473ee2b911add6c4d262f69780c5b1231319809 | |
train_096665 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | review | expert | Task: review
Topic: Latency, cost, throughput optimization
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | bf782c38327a112de7e1b6abea404f90d84283fe | |
train_096666 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | expert | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 69d7e19e747a860c585703f6be0509a67326a667 | |
train_096667 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | patch_diff | expert | Task: patch_diff
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | a00d2db7785982faa680e4101acbdfdddf107ef8 | |
train_096668 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | code | expert | Task: code
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | c69d3711bd0cf78f3ce07895376eb8dabce483a6 | |
train_096669 | 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: 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": [
"coding",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 331da0e84c6489e58a9392f4debdbb2c1ea78105 | |
train_096670 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | explain | expert | Task: explain
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: 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": [
"evaluation",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 005a6f7800f940525cebfbbe66931f57ce5c9b6f | |
train_096671 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | tool_trace | expert | Task: tool_trace
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Java",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 56c774ac28bba89ae1f6f4aeda6dd255b5219a09 | |
train_096672 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | agent_loop | expert | Task: agent_loop
Topic: Model merging, distillation, and continual learning
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 21ba9a0ac717e06a7fceef3ab1a202d926ec137c | |
train_096673 | 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: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 53ede357c46e655b971be71ca83cde3dbfe71d3c | |
train_096674 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | self_grade | advanced | Task: self_grade
Topic: SWE-bench real-repo evaluation and leakage control
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 965ee575acd2c8994b7cbdec9387b0eedef62285 | |
train_096675 | 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": [
"coding",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | ac56a1575228d2f6c82e1434e5a6fc94cf21b59f | |
train_096676 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | review | expert | Task: review
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: 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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 89ddc9f208f968a0f2ff05f333d94dcb9b9527bc | |
train_096677 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | design | expert | Task: design
Topic: Multi-agent coordination and role separation
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",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 9ae0302e7f2f9c944b5afa1f663943b38d9209f1 | |
train_096678 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | review | advanced | Task: review
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | de85f8dab35be14d0b5e2fe728b6891ae1370e5c | |
train_096679 | 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: 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",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 756736afc6bccf5a5fb02a495b70469992393135 | |
train_096680 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | explain | advanced | Task: explain
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 6a2be941afd20b04e6fade7a3ae2325395c5bab0 | |
train_096681 | 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: 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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 491740f0f73f6519218ba8ec7035b9f7da723a5a | |
train_096682 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | tool_trace | expert | Task: tool_trace
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: SQL
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"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": [
"research",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | d3b66bce75852a7136f7b1156ec9fed3a0330e3a | |
train_096683 | 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: 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": [
"research",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | f1be5839093cb34acd646b901b3306dfbb06e138 | |
train_096684 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | review | advanced | Task: review
Topic: Latency, cost, throughput optimization
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": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 3979c216a334ff9c4620410b4600948427a6e5bf | |
train_096685 | 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: 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": [
"agent",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0936adefc23ea299b1bc5732af978aaf223312bf | |
train_096686 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | tool_trace | expert | Task: tool_trace
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.
[
{
"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": [
"evaluation",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 1acc1809e87908d4f960c95c173f18f3cbee3af6 | |
train_096687 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | design | advanced | Task: design
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | af100504f98161778031f87b4d767671dee40db7 | |
train_096688 | 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: 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": [
"performance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 4c001b963af9ecde9d36065917db39e0ef7e5375 | |
train_096689 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | design | expert | Task: design
Topic: Multi-agent coordination and role separation
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": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | d983d5bc4fbcb49eed91fa560002abee14936af0 | |
train_096690 | 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: 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": "C#",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 2b4475f87bc9b5e707dfdbcfbe3fc867d9e981f0 | |
train_096691 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | design | advanced | Task: design
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Python
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 80f5372f5a77bdca86db042b543f5205104b22ea | |
train_096692 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | explain | expert | Task: explain
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: 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": [
"coding",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | bf38d9e9c7291e8e1887f219ab1fe953012e9c58 | |
train_096693 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | tool_trace | advanced | Task: tool_trace
Topic: Latency, cost, throughput optimization
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.
[
{
"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": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | e201390fd9a1e82fd699be241ff60e95ac4dcbc4 | |
train_096694 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | failure_analysis | advanced | Task: failure_analysis
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | b77b5fda82532730fcdd3732f0087351e0f8136d | |
train_096695 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | compare | expert | Task: compare
Topic: Model merging, distillation, and continual learning
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": [
"security",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | e209c4d459d2356a31f64ac3786bb70313daad6f | |
train_096696 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | advanced | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Python
Context: 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": [
"governance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 92cbb35ef931d698ec5165a41857bf55fad90a57 | |
train_096697 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | expert | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"security",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 200f3bcd91125f116d3d4337d2963f1e4ca6c8a9 | |
train_096698 | 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: 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": [
"evaluation",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 836f2a71bfe4d59eb391e1b34fe66d4d85d502cf | |
train_096699 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | advanced | Task: self_grade
Topic: Latency, cost, throughput optimization
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 525efc0402e506421aa8e8c9284780935ba7c46d |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.