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_097600 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | failure_analysis | expert | Task: failure_analysis
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"performance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 506a757c410b90fd6180a94b98e6e13b7fa1896d | |
train_097601 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | code | advanced | Task: code
Topic: Tool calling protocols and sandboxed execution
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": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0ac0bf40cae780cf0ff9cc0647c016f6ded5f3b5 | |
train_097602 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | code | expert | Task: code
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 2df37e12f2e57d0c980ce8ee65097def3b181ae3 | |
train_097603 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | agent_loop | advanced | Task: agent_loop
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: SQL
Context: 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": [
"performance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 17ad0c70f7e6d9cc808f45aaf77dbe61f7606e24 | |
train_097604 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | expert | Task: code
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 966086eaff30d93fa6d6a232bd195293cccc1dd7 | |
train_097605 | 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: 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.
[
{
"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",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ef9005f4a4da167b42c3baa77f6da240ee26b53e | |
train_097606 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | advanced | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: Go
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 96150adf741f3e779795013dfd6a77162b4533d6 | |
train_097607 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | compare | expert | Task: compare
Topic: Tool calling protocols and sandboxed execution
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": [
"agent",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | ce3740cbbd60c69a99294c971b2d772fda2bcf23 | |
train_097608 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | design | advanced | Task: design
Topic: Reasoning-first coding models and tunable deliberation
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": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | dea0624bc0543895171ad6d9692c968657e37cfe | |
train_097609 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | eval | expert | Task: eval
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Python
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | b535befffcb30c5bf4a071acf897ed533a3fcd60 | |
train_097610 | 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: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | b38a4129ba37a6baa2fa175a8becc5512baacc50 | |
train_097611 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | code | expert | Task: code
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.
Code:
```python
def agent_loop(plan, edit, test, issue, budget=4):
cost = 0
for _ in range(budget):
p = plan(issue)
patch = edit(issue, p)
ok, _ = test(patch)
cost += 1
if ok:
return patch, cost
raise RuntimeError("Budget exhausted")
``` | {
"language": "Python",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 16884e3c1d8c209b4a5ac561deec940c48769f78 | |
train_097612 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | eval | advanced | Task: eval
Topic: Reasoning-first coding models and tunable deliberation
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 654f4a7bc536b3402a8351a9b3cfd7a8ad042f90 | |
train_097613 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | patch_diff | advanced | Task: patch_diff
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 408051c45e7027d5f7c6deb474ab5f44035a499c | |
train_097614 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | advanced | Task: review
Topic: Failure engineering and resilience testing
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",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 5f9f454c980ea633e9fd50b6941f15c35f747eb1 | |
train_097615 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | self_grade | expert | Task: self_grade
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 4212e4ed51fdcb741a7c993a52ea66aeae5cbeda | |
train_097616 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | expert | Task: design
Topic: Governance, provenance, and audit logging
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": [
"agent",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 3afb25b3747afc3c47ee7e333fbcef21bc8ce7ab | |
train_097617 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | patch_diff | expert | Task: patch_diff
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: 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": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 4675d5592d045fb5f671f947ff5184b8467455c0 | |
train_097618 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | patch_diff | advanced | Task: patch_diff
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"research",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 62ba3d28b2a8fd4c70a051731843aed3963d7bec | |
train_097619 | 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: 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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 4cfe6777475f8b6bc0d53cbb32fa5f41a6c3c95f | |
train_097620 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | data_pipeline | expert | Task: data_pipeline
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: 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": [
"agent",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | f078efd97bc2a340c227eb05b3f025a61ffd2904 | |
train_097621 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | explain | expert | Task: explain
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 805a1a45b48f461dcf81e7e6b44951b086a9d33f | |
train_097622 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | advanced | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 973cee298900f43bb58d1fc0b1c84aa0fe9f7fd8 | |
train_097623 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | agent_loop | advanced | Task: agent_loop
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: 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": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | e8b5fd42c136218b59e78c0a1453d80b54f0098b | |
train_097624 | 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: 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",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | c962a028f02a598da79ffa3dcc3178b446d0133a | |
train_097625 | 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: 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": [
"security",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | df5ec76d3f76ab131f738166d9b81d9efa7cc478 | |
train_097626 | 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: 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",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 0040e36e88cb3b3fbd374d45298c162ef8fa07c6 | |
train_097627 | 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: 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": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 36d8f2debd6c64b50b65785605a33f48c9ee925b | |
train_097628 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | design | advanced | Task: design
Topic: Reasoning-first coding models and tunable deliberation
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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | dd7303e10a88296cd8e0dfe151ceb8355596a49b | |
train_097629 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | eval | advanced | Task: eval
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 4c03a868799e1b5e7effdb2147b01200a470296c | |
train_097630 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | design | expert | Task: design
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d023fa0645feb435ee48b7262902e51fc49b52c2 | |
train_097631 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | failure_analysis | expert | Task: failure_analysis
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 5be0aaaa98833ecdeca2a3ce00e533bd8576ed1b | |
train_097632 | 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": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 994e41a627ce2c8206a56cceb097d1b7412e9b6e | |
train_097633 | 2026-01-01T00:00:00 | Self-grading and automated model critique | patch_diff | advanced | Task: patch_diff
Topic: Self-grading and automated model critique
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"security",
"data"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 7bec5ee83a0e7963c363026cf84b1dc2c9b2d6a0 | |
train_097634 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | patch_diff | advanced | Task: patch_diff
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | ca003ebce55b8150c68d2cac1ece8e4831dd16cc | |
train_097635 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | explain | advanced | Task: explain
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: 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",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | fa65ad97ac33dbec381b51ca08c198305127e8d4 | |
train_097636 | 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: 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": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 73c383a8146e780c614b8c5923a8e241db27c7b2 | |
train_097637 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | tool_trace | advanced | Task: tool_trace
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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Go",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 72ccf14c51952945d265ab469d318aa926b44b80 | |
train_097638 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | data_pipeline | expert | Task: data_pipeline
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | d4ccac02371e0deb6a7df4db9248d2a93b7f9451 | |
train_097639 | 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: 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",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | f7a9c579b586c56f1fbe640c0d8835a5164f31b5 | |
train_097640 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | tool_trace | expert | Task: tool_trace
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: 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": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | c14ab374b8584a723ee18b082e52b7a6cdb91a2d | |
train_097641 | 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: 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": [
"governance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | c6bb49038272974d4bfe7b12c7ccec6bf804c6dd | |
train_097642 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | tool_trace | advanced | Task: tool_trace
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: 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": [
"evaluation",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | a4a8a93ee4faf8e4e939013d6fd0d581a49dd5a4 | |
train_097643 | 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: 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": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 35367794c3f605f9ec62863892ac9f7c7d099367 | |
train_097644 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | self_grade | advanced | Task: self_grade
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: 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.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | c2766aeff30509043a4ebb858442fd0e101a5ccc | |
train_097645 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | self_grade | advanced | Task: self_grade
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b912d4f69b8362adc1219d184d58796054858dac | |
train_097646 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | failure_analysis | expert | Task: failure_analysis
Topic: Failure engineering and resilience testing
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": [
"agent",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | b9405b0805e54ed1c719387b1b6d3b0fbf097803 | |
train_097647 | 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: 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": [
"coding",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | f7b2eb1e36a6f7a539e0e4af74328131699c503a | |
train_097648 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | agent_loop | expert | Task: agent_loop
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 545eba322603c9e5cf50876574a46453c6f1d68d | |
train_097649 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | code | advanced | Task: code
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: 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": [
"security",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 41fdd2f570ec1a06817099ad429e6a8d1ee9fa13 | |
train_097650 | 2026-01-01T00:00:00 | Self-grading and automated model critique | patch_diff | expert | Task: patch_diff
Topic: Self-grading and automated model critique
Difficulty: expert
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "JavaScript",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a3f7950a8dc33b5103121d1fc5f8cdcd2a555c68 | |
train_097651 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | data_pipeline | advanced | Task: data_pipeline
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 00a039d8f2879e5014d976966c4d424eb1bf02ea | |
train_097652 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | expert | Task: self_grade
Topic: Latency, cost, throughput optimization
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 56ee9b2e1c47e9e81453d4d3711d12cc0b6b4c4b | |
train_097653 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | self_grade | expert | Task: self_grade
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Rust
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 596df33c9e73096610df1efe8d8a34bba1de3179 | |
train_097654 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | review | expert | Task: review
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 60c5e8723ad54ec2a57d08e32061ff7bff6f8c80 | |
train_097655 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | expert | Task: agent_loop
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | f0cf8fb495499c280b95fe37546ed37f0121edb8 | |
train_097656 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | data_pipeline | advanced | Task: data_pipeline
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: 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": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 1f2032437b3c5718e59a94ad8edf60ec0a723f36 | |
train_097657 | 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: 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": [
"agent",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 041604870159d6684ec69cb0bde6990e5bd49c16 | |
train_097658 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | advanced | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: 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",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | c42e3a0348f684fdc2504fac8a0f199d766a2377 | |
train_097659 | 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: 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": [
"governance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 6a8dacebc2a8959494fa2f9154b68b96f9451306 | |
train_097660 | 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: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 61faf614c8564411fa0d117428efbfcce2f37b1f | |
train_097661 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | a47673ca5186e1067c999b7d49df71fc2dda1dc8 | |
train_097662 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | eval | advanced | Task: eval
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"security",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 60dfb181e06eca47679a5c0f455dc9bec90fa25a | |
train_097663 | 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: 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": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 11bcb929ba366b5c24d2917e1ce04f50fa0dc264 | |
train_097664 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | failure_analysis | expert | Task: failure_analysis
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 095c9de977249ecea23b0e24729cc9aa331c8746 | |
train_097665 | 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: 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",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 08199d6d4bc2e88f6bb3ebca70df9014a29e2f4b | |
train_097666 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | data_pipeline | advanced | Task: data_pipeline
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: 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": [
"evaluation",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b032bc5c876f4c479dfd3f4fa863bcff543186ae | |
train_097667 | 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: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"research",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 3862ddef5dc8ce80c36ed4d9122dc54c7a02ab1b | |
train_097668 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | code | advanced | Task: code
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Bash
Context: 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": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 84870e8949bb7a69e58de1e32fb4385c599d045c | |
train_097669 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | agent_loop | advanced | Task: agent_loop
Topic: SWE-bench real-repo evaluation and leakage control
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": [
"agent",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9440882cc2046da254895f86201e4e92e53ae418 | |
train_097670 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 872f3aac3c9f1fded40aefb9016e03a7e48076cf | |
train_097671 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | eval | advanced | Task: eval
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "C#",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 294b7f9e20f32d2a04f2ac842c5fc0aa3a549779 | |
train_097672 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | failure_analysis | expert | Task: failure_analysis
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3a0c86c2a75fb51f6d1220fdb2929b4dc586aa0e | |
train_097673 | 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: 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": [
"performance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 3501f9ce735bf72aeb5904beae896a5f6fdd9abe | |
train_097674 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | compare | advanced | Task: compare
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | eaeca5c1d241349cec1fdafc0964bc577e35ba06 | |
train_097675 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | patch_diff | expert | Task: patch_diff
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"security",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 1402faaef7abfbbd0deb493c2f9235379f031fb2 | |
train_097676 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | tool_trace | expert | Task: tool_trace
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Rust
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Rust",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 61fc020b2f0a24b646886a8ee4ce525e7275d23c | |
train_097677 | 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: 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": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 8555100dd057ef8c06d715b3b437f4d5ae6f116e | |
train_097678 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | failure_analysis | advanced | Task: failure_analysis
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 7a6cf89ab6df6887d9cc4d91247863e7ff6ad01a | |
train_097679 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | eval | advanced | Task: eval
Topic: Reasoning-first coding models and tunable deliberation
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | a0109cf0c4669c5a6c26f27d9db40ca034450fa5 | |
train_097680 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | advanced | Task: code
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: JavaScript
Context: 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": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ca4ee61b5a4947f6e5e00639682f67a43f595f9f | |
train_097681 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | compare | expert | Task: compare
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: 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": [
"coding",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 2718972492bedfb5e10f07e378cc9ab783007bea | |
train_097682 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | patch_diff | advanced | Task: patch_diff
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d661ea578a800f7cdcfc797ccb62eae383afb48e | |
train_097683 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | data_pipeline | expert | Task: data_pipeline
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: 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",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 818029c308eee9a13a618d2228f087e9d127b834 | |
train_097684 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | code | advanced | Task: code
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | d21734621c76bd3a72fb2a21fe654512b3d01397 | |
train_097685 | 2026-01-01T00:00:00 | Self-grading and automated model critique | patch_diff | advanced | Task: patch_diff
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Rust
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 6d2da016e62b792f9e808bdec69b021935228cd3 | |
train_097686 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | data_pipeline | expert | Task: data_pipeline
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | d53c1afab175e8cd2822d171d74fb9e6eb4ad96f | |
train_097687 | 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: 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": [
"evaluation",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c095fb0915413816949ef0b39b845b2788e185a6 | |
train_097688 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | patch_diff | expert | Task: patch_diff
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | d3bbe0c2385040cc39d394596bc7100bff1963fb | |
train_097689 | 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: 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": [
"coding",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 5f39e7c1ed318266a8f9a65d2208a95c7b240879 | |
train_097690 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | explain | expert | Task: explain
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | fb96f43342c8decbc32884e15daaf7e51723caf9 | |
train_097691 | 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: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | f658721074960b475f1542647e79fdc03d20b127 | |
train_097692 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | design | expert | Task: design
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"research",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | f6e4a72098a6114941ab4e786947db94453edd69 | |
train_097693 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | patch_diff | advanced | Task: patch_diff
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: 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": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | cc2c803bad070c72a56b31a52c863ff7bd1a7f30 | |
train_097694 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | design | advanced | Task: design
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": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 1a7b28db92cf4cb87c2fce597e09569fda618de5 | |
train_097695 | 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: 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": [
"coding",
"data"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 1f869aeb0629686554eb2b87d0f38d04af6d2f0b | |
train_097696 | 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: 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",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9cf4d30c1ef3fc110093b8a77e95ff94f5a6870e | |
train_097697 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | patch_diff | advanced | Task: patch_diff
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0891825b5ce31a55e807ae9d5c4e2332bb25dd7a | |
train_097698 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | review | expert | Task: review
Topic: Model merging, distillation, and continual learning
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": [
"performance",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 8c44d7a74dffb6d6f8477dc6badf26ac0372e51c | |
train_097699 | 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: 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": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | ee47ac5a9e6c2de3d221a214b3d94c93af37e65b |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.