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_096200 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | expert | Task: compare
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: 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",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 278da8f2fa3ff2f998b452c849dc5267a7b50f89 | |
train_096201 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | b056c3de31a55e804e32a9ef1d62c966f64fcba1 | |
train_096202 | 2026-01-01T00:00:00 | Self-grading and automated model critique | self_grade | expert | Task: self_grade
Topic: Self-grading and automated model critique
Difficulty: expert
Language: 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.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b6983e031caec07283eb9873b55df60aa59fa7e9 | |
train_096203 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | design | advanced | Task: design
Topic: Extended context, memory, and repo graphs
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": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 589ed5fc18568a53bdb684e7ae4667e355a8bec2 | |
train_096204 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | failure_analysis | expert | Task: failure_analysis
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: 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": [
"security",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 20a4293830374243de6cefc0d63444c6d002b215 | |
train_096205 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | advanced | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: TypeScript
Context: 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": [
"coding",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | dc65380ef35a5c2abe43ecb4c8781934a28d2529 | |
train_096206 | 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: 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",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 95f16ec7a20d8f58143f2d667e32067de6ce2a9a | |
train_096207 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | design | expert | Task: design
Topic: Failure engineering and resilience testing
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": [
"data",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 23e8c4ddcfee7779193d4edab6a7e267ab021373 | |
train_096208 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | patch_diff | expert | Task: patch_diff
Topic: Multi-agent coordination and role separation
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 259eb9185b57e0fa13d7854f011079367f2528a2 | |
train_096209 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | failure_analysis | expert | Task: failure_analysis
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 16b4628cefecb92ee5f388afefaf56a828a356ca | |
train_096210 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | tool_trace | advanced | Task: tool_trace
Topic: Model merging, distillation, and continual learning
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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 7920f9091e787a78452df30eacb16291244796a2 | |
train_096211 | 2026-01-01T00:00:00 | Self-grading and automated model critique | tool_trace | expert | Task: tool_trace
Topic: Self-grading and automated model critique
Difficulty: expert
Language: 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.
[
{
"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": [
"coding",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 00076d9e9afdc29e93236443486b4d8ab4424c18 | |
train_096212 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b8c7520e5929ca6d67e6aacbf7140d853d0ccdf3 | |
train_096213 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | patch_diff | expert | Task: patch_diff
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"research",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 63b2dc2218ee592f1cdd2f99de52862b621144df | |
train_096214 | 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: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | f12d009fd94e67e8eb26e6d0fb9b3b33a2cdb41b | |
train_096215 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | data_pipeline | expert | Task: data_pipeline
Topic: Extended context, memory, and repo graphs
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": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b6ae8f6d16af2a44cdda40ee8f12d26c6350ba6f | |
train_096216 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | failure_analysis | advanced | Task: failure_analysis
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: 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": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ce54614d5c66f14554b87e1def72139487145b65 | |
train_096217 | 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: 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": [
"research",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | eb962871ec8a1baaa9b8de5641fabd222a34ecb3 | |
train_096218 | 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: 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": [
"security",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | c4c3d548a1bbd2bca28f4226d5ed279bf4c8dcbb | |
train_096219 | 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: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | e837cf15045d08d1476bf28cb9d322d32e33d1df | |
train_096220 | 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": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 39efb3252eab5f546143cbc6d93819644235b5eb | |
train_096221 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 926b7256cd3ddbf91addf3859f1d929f6470e0a2 | |
train_096222 | 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: 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",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | b5296f81dd07d090ff0097428eaac3fb41bb14e0 | |
train_096223 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | code | expert | Task: code
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: 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": [
"performance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 9376a8a6389455b5c1274dcd5a7e4e60ade7c89d | |
train_096224 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | expert | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 32f0fc5bcde60b2f625f4e34bab8392fd80951da | |
train_096225 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | explain | advanced | Task: explain
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"security",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 8bf8f7842f7937df406a50a2312041f57140cfdd | |
train_096226 | 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: 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": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | ae667a2589b7f711222a5efa69d24e667f6c7418 | |
train_096227 | 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: 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": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | db5e9ba8f950e6ede050ca5e3ecc76842e690572 | |
train_096228 | 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": [
"evaluation",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | c597db4dedd03e85d4d5b2414985ff7361f48181 | |
train_096229 | 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: 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",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 8a927be25e58bd34dff7c47b3c4a947fbe46881b | |
train_096230 | 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: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 5c3875792a6d83b956a0b893b21e94191b17c578 | |
train_096231 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | code | advanced | Task: code
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Rust
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 6eca249c5157f6b8b2da1a053761af32a9c54e83 | |
train_096232 | 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: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 8eb92eb463ebeef60d56042dcace2dbd553a76d1 | |
train_096233 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | expert | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | eaee2d0fd83cbdde646879e0ee1b2961d2ad2f67 | |
train_096234 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | explain | expert | Task: explain
Topic: Reasoning-first coding models and tunable deliberation
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": [
"performance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 36d325a04986084b2b905af83fa00017e8afb9d7 | |
train_096235 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | eval | expert | Task: eval
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: Python
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 072a6a7ca6e1ed2890436352b5d4d7bd32d26690 | |
train_096236 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | eval | advanced | Task: eval
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 78cf6addfdc5256989cce4018819ee7321437a39 | |
train_096237 | 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: 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": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 3e0073c07f144878a2384b6443f1e67a3c8f1cc4 | |
train_096238 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | failure_analysis | expert | Task: failure_analysis
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b0dbab00ffbb7cf157f61d33898d6b74d5099705 | |
train_096239 | 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: 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",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | f36b8eb208fbf9b740cc1e1c812d237dafe2a778 | |
train_096240 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | self_grade | advanced | Task: self_grade
Topic: Extended context, memory, and repo graphs
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 87c9f77da610f51cbdde75b683ec564605400d63 | |
train_096241 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | compare | advanced | Task: compare
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: Bash
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | e8540df746a25e9446186dee712563d64005299d | |
train_096242 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | self_grade | advanced | Task: self_grade
Topic: Model merging, distillation, and continual learning
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 8085c5ec18925a68708244de5de33ea8c5d60f21 | |
train_096243 | 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: 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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 998ad25cb23c5117a15befbc7a3b13b5d2be3ade | |
train_096244 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | data_pipeline | expert | Task: data_pipeline
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | a4c8be7ca28490dbecd982a21bf7fb6ae4617fd9 | |
train_096245 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | expert | Task: design
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 2d3c0f3a12eea90b0d3317010a9cd7b9c1eaca76 | |
train_096246 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | design | expert | Task: design
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 740e12552ed276d9501098bc82e9c8c302a992a3 | |
train_096247 | 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: Rust
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 8db65367a5853eea4829effdbd8bc0ce5a2f6bf4 | |
train_096248 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | agent_loop | advanced | Task: agent_loop
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: Python
Context: 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": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | bf527aab8904a18a3d14967706c51c3dcb684557 | |
train_096249 | 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: 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": [
"coding",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 5ab4a7824b8d50a383208f412f8302cf33c371c0 | |
train_096250 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | review | advanced | Task: review
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: 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": [
"performance",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 0f23cf7c158f6684a45a839852650346b5777577 | |
train_096251 | 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: 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": [
"governance",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | a3250f5c3780939ecbe7589e183c69ae47d53c02 | |
train_096252 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | self_grade | expert | Task: self_grade
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"data",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 5f72f97a421dff99fe62fd95f449f9cccd56cb5c | |
train_096253 | 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: 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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 081aa17079ec748eaf4f5ca708f9e536daea2ae2 | |
train_096254 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | explain | advanced | Task: explain
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: SQL
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 2e5dad2f7da5a4b55c94e12da36b7c11b0505957 | |
train_096255 | 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: SQL
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 199b1117b4ffc10cbb51ffc25614fb0713664c6a | |
train_096256 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | advanced | Task: code
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 268772bd07c136944550319eaf16d90f8b429bae | |
train_096257 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | tool_trace | expert | Task: tool_trace
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Java",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | a89f06bfc8e73a42880f0611353d8d728f7b31d9 | |
train_096258 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | expert | Task: review
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Bash
Context: 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": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 7e275b6416a2819c918b0cffd23badd2c0834ab0 | |
train_096259 | 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: 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": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 4c3d030ee7abd59074fbd3484a00d445efdf9756 | |
train_096260 | 2026-01-01T00:00:00 | Self-grading and automated model critique | compare | advanced | Task: compare
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Bash
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 2f1f698741efb445e2392cbbf07b76cea142a4ab | |
train_096261 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | tool_trace | expert | Task: tool_trace
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"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": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | e0bc3472a783db47503a982343de1ca97d4749a4 | |
train_096262 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | expert | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 3cffa656bbc8560ad00b210a6f8f8a5a87ac472b | |
train_096263 | 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: 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": 5,
"latency_ms_target": 50,
"audit_required": true
} | 5437e08f0fd7c1213c6310b1d40333886c44caf3 | |
train_096264 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 5cc52292adf3bec9bf9e7c4de6d8c91629103a0d | |
train_096265 | 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: 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": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a4dba4051426a23c7d1703ff924b8885bb454976 | |
train_096266 | 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: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 7091f1a90242233eeb776b7ae3f8878161ff0095 | |
train_096267 | 2026-01-01T00:00:00 | Self-grading and automated model critique | eval | advanced | Task: eval
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: 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": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 80a2a1ea1bffae1d136ecc9a52b76cab9a56ea91 | |
train_096268 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | advanced | Task: agent_loop
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: Bash
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 3e8f1e714f5275b8fdaab2892ecd303bc41e1944 | |
train_096269 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | review | expert | Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: 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": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 2156d681c035fb9d0b5146d64c87b3e7b3e6b7dc | |
train_096270 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | advanced | Task: code
Topic: Latency, cost, throughput optimization
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": [
"security",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | f6b69835d1441050226ffa5e2c410a43dba32a29 | |
train_096271 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | advanced | Task: compare
Topic: Latency, cost, throughput optimization
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": [
"coding",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 7df441dec679af77bb33a2b843157e3f2e72ba99 | |
train_096272 | 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: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3a202f5219f3c4c6601e6616922df9cd7fd554da | |
train_096273 | 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: 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": [
"research",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 919f30984f27cdbe9e0e96c26f881fe29539a24b | |
train_096274 | 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: 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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"research",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | db43d533c96eca5f0610983b04919ea970969acc | |
train_096275 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | expert | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: C#
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | c73c64f948b379b8bf36139963d40b7b982a5c40 | |
train_096276 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | advanced | Task: design
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: 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",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 3b8735f2a33347a324956873bc68ed71787ba0c5 | |
train_096277 | 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: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 688510939442cbd347716f081b94ad4e42e7fd14 | |
train_096278 | 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: C#
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | f2a1c1c7da30344dec20ee847800e2d727e041d6 | |
train_096279 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Java",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 9b96c76feff25e11e622882d2a27cd75541b8920 | |
train_096280 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | self_grade | expert | Task: self_grade
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"data",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 5ec07a04f40e4db7646b87c19982c22a7aadfae6 | |
train_096281 | 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: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | bdd3cc959661d05e46029b6494692935af5765a2 | |
train_096282 | 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: 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",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 9825428d21278b1db8c21b46da390ffed8eeffdc | |
train_096283 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | expert | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: JavaScript
Context: 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": "JavaScript",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | dc13eb811654e08a65d8f02a12c684c53aabeaf4 | |
train_096284 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | eval | expert | Task: eval
Topic: Governance, provenance, and audit logging
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 8ad98081bf157e34a7696cc2234332ca4d67073b | |
train_096285 | 2026-01-01T00:00:00 | Self-grading and automated model critique | tool_trace | advanced | Task: tool_trace
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: 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": [
"evaluation",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 0024d2e28587bdd9aab797e9543b8164ccb3ebde | |
train_096286 | 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: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 3c5d63ce00da209a4457229aef831fa492bd73e4 | |
train_096287 | 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: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 4d0f36b39a533bf320a3775143da12f05ddb8794 | |
train_096288 | 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: 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": [
"security",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 393ae32ed37b7c67fc682fd2bf48885c5fab5a6a | |
train_096289 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | data_pipeline | expert | Task: data_pipeline
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | d435f7183884d2c2b19a914fe372e1d6e1c042ca | |
train_096290 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | advanced | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | aa1fa62b4db1a0ac818de8ace5ad33660bcdd111 | |
train_096291 | 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: 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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | cb7a74a8ff069a60fccfb0c2f9ff1d1d04e7f4a8 | |
train_096292 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | expert | Task: explain
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": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | e4abd09338b4118de2c3c4f495bba8736ef22484 | |
train_096293 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | eval | advanced | Task: eval
Topic: Model merging, distillation, and continual learning
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "C#",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | b30c1e70a0fe1c4c54c4bb8178164249bf83df8d | |
train_096294 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | failure_analysis | expert | Task: failure_analysis
Topic: Model merging, distillation, and continual learning
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | cf30cded3976aa2855c7fa0ae34dfee1e77d32f4 | |
train_096295 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | advanced | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | ddb941ea1064f08eca73d9ee64769fb8a6de2e4e | |
train_096296 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | agent_loop | expert | Task: agent_loop
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Java
Context: 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": [
"performance",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 58e6b6c0a2bdf6aa4c33689f28b72fa58641bba5 | |
train_096297 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | design | expert | Task: design
Topic: Reasoning-first coding models and tunable deliberation
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": [
"data",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 8c7d792bbe6aa7a64a371345ba705a806c7063f4 | |
train_096298 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | failure_analysis | expert | Task: failure_analysis
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 2a54b09531713831f187f2cc229a025049c4e65e | |
train_096299 | 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: 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",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | c1545b4ce64aa9468d21fc904fdf309cf6bfb9e1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.