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_094100 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | patch_diff | advanced | Task: patch_diff
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "JavaScript",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 39cc24a45c12a58eab8e3493d4e2217f885aa9f1 | |
train_094101 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "SQL",
"moe_experts": [
"research",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 4bf4feed70744ca0670757a48629a4c56a7cf7c3 | |
train_094102 | 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: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 782096036a4a77baa025c786d1ef6301bdb54b38 | |
train_094103 | 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: 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": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c42b8424f241f9f4286896b4c9d9fd47a849f344 | |
train_094104 | 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: 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": [
"evaluation",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | ccca8721c6f91e3d9cc9d8f55e2bcd36647a61f4 | |
train_094105 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | advanced | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: C#
Context: 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": "C#",
"moe_experts": [
"security",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 300fcdfa222151351cc7b17dfbf0300ab78b90fe | |
train_094106 | 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: 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": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 66129ecf3cc5f31cc4d81125b6157828c79117d9 | |
train_094107 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | data_pipeline | expert | Task: data_pipeline
Topic: Reasoning-first coding models and tunable deliberation
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": [
"data",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | ac3a007d2cfef89ed8d0f1d18b3bb12d261febea | |
train_094108 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | expert | Task: compare
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | f7f17b0dee8e1992fbbad53d421ceb6bb05ea70a | |
train_094109 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | compare | advanced | Task: compare
Topic: SWE-bench real-repo evaluation and leakage control
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": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 56174617c7292e0dff3c8ac45386c1b275f3bf3a | |
train_094110 | 2026-01-01T00:00:00 | Self-grading and automated model critique | eval | expert | Task: eval
Topic: Self-grading and automated model critique
Difficulty: expert
Language: TypeScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 7d6d10e5a94ab6bdf72786513389f67676ed80e4 | |
train_094111 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | code | advanced | Task: code
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: Bash
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 1cef0751507a72e1114b4a8bed2a5731e9a3e8f6 | |
train_094112 | 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: 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": 2,
"latency_ms_target": 50,
"audit_required": true
} | 268340d7d58cc719ac7a25118690b4f652248789 | |
train_094113 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | expert | Task: explain
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
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": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 5a0e84491caeb34ec5baefdce0d45948fdc43a31 | |
train_094114 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | advanced | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"data",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | f7aebd0734651b5e6151bea02adb53bee331c869 | |
train_094115 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | compare | advanced | Task: compare
Topic: Dataset curation pipelines and quality attribution
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": 100,
"audit_required": true
} | cfc4db1b593f48c405d0df59d5cf838c2356d702 | |
train_094116 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | advanced | Task: agent_loop
Topic: Multi-agent coordination and role separation
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",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 4d4a10f1d4204f5713290d64f5b74a90e1e93b92 | |
train_094117 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | compare | advanced | Task: compare
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 529c2da6924aac04a914021bc1ab36677bcc4660 | |
train_094118 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | patch_diff | expert | Task: patch_diff
Topic: Latency, cost, throughput optimization
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 5bf081d5b248c1044a64f24710ad97f75fc07a87 | |
train_094119 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | patch_diff | expert | Task: patch_diff
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 0edf02213cb2f8e6382ef7ca720ee722a094c968 | |
train_094120 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | self_grade | expert | Task: self_grade
Topic: Dataset curation pipelines and quality attribution
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": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 8f7077b03ae065a72fce89d96dc415033e46db23 | |
train_094121 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | review | expert | Task: review
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: TypeScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 153deef42176e5066a8a152fdeb1b89de712697f | |
train_094122 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | expert | Task: explain
Topic: Dataset curation pipelines and quality attribution
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": [
"security",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 7384c28528ef216ecceacb17d8d9c160014fd5c2 | |
train_094123 | 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: 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": [
"agent",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 5a4af986fdd3fc689eca31554f2087c7f4356e73 | |
train_094124 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | tool_trace | advanced | Task: tool_trace
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Bash",
"moe_experts": [
"research",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 3bf457af5a99e15d56f9becc5d0312aad03f1959 | |
train_094125 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | tool_trace | expert | Task: tool_trace
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Bash
Context: 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": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 1df9915de17eb2a0b82b1a31178dcb0443cb55cd | |
train_094126 | 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: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ef39081e0c2e6457f7c1387daafeac303cfda8ab | |
train_094127 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | tool_trace | advanced | Task: tool_trace
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: 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.
[
{
"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",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | e7015c89be1af488babc02a1446a1e321f73de5c | |
train_094128 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | expert | Task: code
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Rust
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | dd54581cbf5e7688b9ad1e861cd7d7f8ebf8f9cd | |
train_094129 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"research",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | a05a3280fb14ed280de5e5cca67d6f95dea4d65c | |
train_094130 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | eval | expert | Task: eval
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Bash
Context: 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": "Bash",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 01ab69ba6b084f4a5165c969192a6f8087abbf36 | |
train_094131 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | expert | Task: code
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 9f1dd16e8a00bc77444d33ba406cf8d6fbfa61c0 | |
train_094132 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | patch_diff | advanced | Task: patch_diff
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | d60f1a6f505ce59ade25baf40384c2596131a1aa | |
train_094133 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | explain | advanced | Task: explain
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 5db4389c43f555fe825261ca79d0cc5a2ae32676 | |
train_094134 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | self_grade | expert | Task: self_grade
Topic: Multi-agent coordination and role separation
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | f479a1b292baa66a93fa4409f0e4cafdb3711953 | |
train_094135 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | advanced | Task: self_grade
Topic: Latency, cost, throughput optimization
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": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0df64a043aa9083506cc2b9429f8893dfe041c39 | |
train_094136 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | self_grade | advanced | Task: self_grade
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"research",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 08fd1065418fd6ecdd3974b9f480692f2677c5ae | |
train_094137 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | code | expert | Task: code
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Code:
```python
def agent_loop(plan, edit, test, issue, budget=4):
cost = 0
for _ in range(budget):
p = plan(issue)
patch = edit(issue, p)
ok, _ = test(patch)
cost += 1
if ok:
return patch, cost
raise RuntimeError("Budget exhausted")
``` | {
"language": "Python",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 2eb969197e85e3fded3c268df129b376b4e3bb99 | |
train_094138 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 7d4d5f22061f46c25ce367d7161f6b74dd67d886 | |
train_094139 | 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: Bash
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 15e4d0c899d635f21aa16ec025ebcb63b30f5c29 | |
train_094140 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | code | expert | Task: code
Topic: Reasoning-first coding models and tunable deliberation
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": [
"evaluation",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 61eff8cb86d4afcda687c823e6354d1c8434fdd1 | |
train_094141 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | expert | Task: design
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | e539a837717c3a39c07fa6dd09f1f74ca706d850 | |
train_094142 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | explain | expert | Task: explain
Topic: Extended context, memory, and repo graphs
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": [
"governance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 1750d72bba2dafd2bf67251ab7ad92c11c2c9ae4 | |
train_094143 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | eval | expert | Task: eval
Topic: Failure engineering and resilience testing
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"data",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 379d385156d82ef49b6666c810dc27209aba4322 | |
train_094144 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | patch_diff | advanced | Task: patch_diff
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: 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",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 2ca6310a8e70e1f721611a5354362e9add1e1748 | |
train_094145 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | patch_diff | expert | Task: patch_diff
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: 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": [
"data",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | c189a278e9ec46305a7335de922affc59b33c174 | |
train_094146 | 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: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | fc9b13f213c63cf6559ecba9e44affd4f46bba14 | |
train_094147 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | patch_diff | advanced | Task: patch_diff
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 729e36e1df6b4901d9cfca662807541eccf5bb96 | |
train_094148 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | advanced | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 189f4e5eeb3ec37f278d4e5b27d48921805f405a | |
train_094149 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | advanced | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 1af55fd81195c1b1cfbe7a878b142008f8d23f56 | |
train_094150 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | patch_diff | expert | Task: patch_diff
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Bash
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | efa676a469a878522548fb268817cfb0eb03c6eb | |
train_094151 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | review | expert | Task: review
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: SQL
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 41a064279a7bdf82234a82a9c8962bc3431f5032 | |
train_094152 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | advanced | Task: agent_loop
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | e933abd0e77f31c086e18011a9f04389bd41bff6 | |
train_094153 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | expert | Task: eval
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | ae4f75180962c877690f18b9d1abc7c501e31feb | |
train_094154 | 2026-01-01T00:00:00 | Self-grading and automated model critique | review | advanced | Task: review
Topic: Self-grading and automated model critique
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": [
"performance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 17cfdaebbae8d33e6e329b385d1aa612c289386e | |
train_094155 | 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: 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": [
"research",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 32c7ac9b07a94afdbe4de7eb3596da0dd7de7c8f | |
train_094156 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | eff785af56a4385e33fb37529c1a861a17f846fa | |
train_094157 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | advanced | Task: code
Topic: Latency, cost, throughput optimization
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": [
"governance",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | a1750a21a9eeab8e8b89c7bd9323e30eb38ed47d | |
train_094158 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | compare | advanced | Task: compare
Topic: Tool calling protocols and sandboxed execution
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",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | f597b21f4124c3354007c102eb4b45d37c65057d | |
train_094159 | 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: 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": [
"performance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | bcfa48344fbf5fec919faee32d98b026f2918d70 | |
train_094160 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | design | advanced | Task: design
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": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | c597db4dedd03e85d4d5b2414985ff7361f48181 | |
train_094161 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | expert | Task: design
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: 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": [
"governance",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 7a26de52d4ae1c6892a2ee421e10fc69bd99ef24 | |
train_094162 | 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: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 91e058432ea34afbb9ef1477ac14e1cfe4ab5aee | |
train_094163 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | data_pipeline | expert | Task: data_pipeline
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | ee86bcceb079990cc9efcea024c73c2758a70139 | |
train_094164 | 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: 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": [
"data",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 39efb3252eab5f546143cbc6d93819644235b5eb | |
train_094165 | 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: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | fd3e18d344c96e6df6e6f9cd145f4b858fdf804a | |
train_094166 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | eval | advanced | Task: eval
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | cb05d564f8b2a58cffb61f1c122c0776c2720946 | |
train_094167 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | advanced | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 5e178342408bd8f2dc9fe423d62f1304bce47245 | |
train_094168 | 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: 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": [
"governance",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | b7d1f578ff59694c698e20273140f2bf6e9db796 | |
train_094169 | 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: 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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | aeb1cc71027a6ba4bafdac8a8dd612a681c5a7ca | |
train_094170 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | tool_trace | advanced | Task: tool_trace
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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Python",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c5cba086148a4fb2339a34237ae0e091d7cb388b | |
train_094171 | 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: 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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "SQL",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 346250446111dd28e98c43247f523fd716493fb5 | |
train_094172 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | compare | advanced | Task: compare
Topic: Tool calling protocols and sandboxed execution
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": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | d71deaaa62d71b4144410ea580e5cd5c1c61b90b | |
train_094173 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | compare | advanced | Task: compare
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | fcc5b764708540b97955602ab0325e2e316a4543 | |
train_094174 | 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: 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": [
"coding",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 25e5b5d6ee75ca875bf93f3f609be976c4a4018f | |
train_094175 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | explain | advanced | Task: explain
Topic: Tool calling protocols and sandboxed execution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 098195dc70529122c61218b685c5c037b5b46571 | |
train_094176 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | agent_loop | advanced | Task: agent_loop
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: 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": [
"governance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | eaf0e21b4d89899d3e98cd7c9e388188ba0b928c | |
train_094177 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | patch_diff | expert | Task: patch_diff
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: TypeScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | e557faccd5ee36a7397585ebcd955a6914851d22 | |
train_094178 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | expert | Task: explain
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: JavaScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | df4034ef59a61ad60ebc69c768da1e246b429215 | |
train_094179 | 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": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | a3f7950a8dc33b5103121d1fc5f8cdcd2a555c68 | |
train_094180 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | data_pipeline | advanced | Task: data_pipeline
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: 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": [
"research",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 003fded837a95248f4ac57c64ec4a579ef47ba4b | |
train_094181 | 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: 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",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 487dacefbb63ea5d54aa1911a5cd0eac4a13c814 | |
train_094182 | 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": [
"security",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | e201390fd9a1e82fd699be241ff60e95ac4dcbc4 | |
train_094183 | 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": [
"agent",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | ca980fc195d0ea84e1bed2aee74eb5c597f7f69a | |
train_094184 | 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: 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": [
"evaluation",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | cf17d208d36ed7f9a9a61f96ef2efdf85dfc58db | |
train_094185 | 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: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | e55a4b580e3ba4dcd1775e6b514075d78bb6a727 | |
train_094186 | 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: 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": [
"governance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | dab769a4f7dfb2968d277553e3609e2fcf9af893 | |
train_094187 | 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: 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": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | eeaca1badf40f367601cb97c0a2f0ae2257a031d | |
train_094188 | 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: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | a0b8f54e6eda22f72d909e523b9a110e9e1abb36 | |
train_094189 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | agent_loop | expert | Task: agent_loop
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": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | e8151462a12de65673dc5a15d132f4e7372f73e0 | |
train_094190 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | advanced | Task: compare
Topic: Latency, cost, throughput optimization
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": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | ce2c8bc662081d5320b60a0b53799c4910f09cf7 | |
train_094191 | 2026-01-01T00:00:00 | Self-grading and automated model critique | data_pipeline | expert | Task: data_pipeline
Topic: Self-grading and automated model critique
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 0f76576419b75bfa7dc802b2f213b3e1b541d677 | |
train_094192 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | advanced | Task: code
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | d3eec790d19022d14ca6b422b303aae5c2a86f15 | |
train_094193 | 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: 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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "C#",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 976846faee7fb91f6957cf3d22e2cc8efae527c1 | |
train_094194 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | advanced | Task: explain
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 6e6f4f6d7a6fed86e9f9d58dbd086efa369912a0 | |
train_094195 | 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: 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": [
"research",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 2bdfc117167b3a1c40b5e2737ee29ec28560a93f | |
train_094196 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | expert | Task: code
Topic: Multi-agent coordination and role separation
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",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 65f712ee270b488d213b3f8d0a74e66d1881cf52 | |
train_094197 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | compare | advanced | Task: compare
Topic: Mixture-of-Experts (MoE) routing and sparsity
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": [
"evaluation",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 595d032ec62efd28dcd23ee7fc5446188903462f | |
train_094198 | 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: 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": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b73997b9ee97d6d0bbc10a9936ed5e8d002c2219 | |
train_094199 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | review | advanced | Task: review
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 2fc9038f8ef6b2985449766c361a4ba288600c3d |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.