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_002200 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | data_pipeline | advanced | Task: data_pipeline
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: Bash
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 10d5336b3dd1d004b5fb63177ec1e6567757a0c1 | |
train_002201 | 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: 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",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 23b7a34725d1addbf6510d0460a6d9f4fc500391 | |
train_002202 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | failure_analysis | expert | Task: failure_analysis
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Python
Context: 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": "Python",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 080b5386091d1916ec0d73575066dd8677760dc6 | |
train_002203 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 6b710044b3d0a75b4982995658f4cd28ad2fc915 | |
train_002204 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | eval | advanced | Task: eval
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: 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": [
"agent",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | fc8172e5aba6ff1afa58559d91bddcc4e1e60802 | |
train_002205 | 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: 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": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9eb1a449a8f0bf77f47c53fe939572a89ab9e6f5 | |
train_002206 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | code | expert | Task: code
Topic: Agentic coding systems (plan→edit→test→reflect)
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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | f0babb971f52704f9392cb4455becf808eddda81 | |
train_002207 | 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: 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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "TypeScript",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 69c5d583dc60c95a8fe53fc4d83c7d4259fe9c74 | |
train_002208 | 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": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | c88cea3f80364e79a5f99df90387e77f424d74f6 | |
train_002209 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | eval | advanced | Task: eval
Topic: Latency, cost, throughput optimization
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"data",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 301ac523373da6c37e620328fb57003463f40cd4 | |
train_002210 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | eval | advanced | Task: eval
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"coding",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | fb764f321993dddd7a15c29ebb587092385fa994 | |
train_002211 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | explain | expert | Task: explain
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: 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": [
"evaluation",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 22336b076bc207d0d419ab48759c3e387e26ae4b | |
train_002212 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | expert | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 49f033f6b05d3c3b3f85f9fde747112ad6c8b27c | |
train_002213 | 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: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | d19bcdab917e5deca4fde1780ce66bef04e9d495 | |
train_002214 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | code | expert | Task: code
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | e07195e8caa3b44598b32cc7618f3b0896a63263 | |
train_002215 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | tool_trace | advanced | Task: tool_trace
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Java",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3475bf55a6badc4067cd4c2b5f92e2a7f6ac012e | |
train_002216 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | compare | expert | Task: compare
Topic: Failure engineering and resilience testing
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": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | e482bb2f836558a80911d13551b6b8306c5bf523 | |
train_002217 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 2a7dc411f37f3cabe98e65c1dded8c221c3d4f22 | |
train_002218 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | compare | expert | Task: compare
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Bash
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"data",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 036f832acac36000175f7d139b6d8f5b2cb4d21e | |
train_002219 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | explain | expert | Task: explain
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Rust
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | a632a02604ac91632b865f19eeb90b8eb013a28a | |
train_002220 | 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: 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": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 1563140b48ecf11515f2fb58bb5ea0c8fff74baa | |
train_002221 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | eval | advanced | Task: eval
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Rust",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | eb8f6c2df190283693d107b9eeb30465330ec2f1 | |
train_002222 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | expert | Task: agent_loop
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: 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": 200,
"audit_required": true
} | aa81f086b7e6342c33e9c5c053ec13b7f7207633 | |
train_002223 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | failure_analysis | expert | Task: failure_analysis
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 7c79a0ee144dddc42076f41648575e0bd84c360f | |
train_002224 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | review | advanced | Task: review
Topic: Dataset curation pipelines and quality attribution
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": [
"security",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 442568b11bbe07813563f46d962eb0632669f2ed | |
train_002225 | 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: 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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | d808a5093b8ea3230a8697675db2e1acefb250a7 | |
train_002226 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | agent_loop | advanced | Task: agent_loop
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: JavaScript
Context: 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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | beac62fdfdaa9313167d1f708aa7bdf89fc99419 | |
train_002227 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | expert | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 26e50be306689d348d6dd4994d5b184d7a69ebbc | |
train_002228 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | tool_trace | expert | Task: tool_trace
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"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": [
"evaluation",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 8d03ad8e7459b4ee54a6791ce5cb0ea3b2d7205a | |
train_002229 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | compare | advanced | Task: compare
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 90badcf49c5656b7806a3ba6d1595465f84ebdfd | |
train_002230 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | failure_analysis | advanced | Task: failure_analysis
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 56ba2aafcca66ecde688af3f52af4fb41fd450dc | |
train_002231 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | self_grade | expert | Task: self_grade
Topic: Reasoning-first coding models and tunable deliberation
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.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 609db6c0cc6d2f3c9abf941280fcd256a8882a7d | |
train_002232 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | self_grade | expert | Task: self_grade
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 5005fe6aeee26b0c8e5d2f6fb223d90cfb15478f | |
train_002233 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | explain | advanced | Task: explain
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"research",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | cb725a3f9203a7ec9766e512fe6a239da55e5100 | |
train_002234 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | explain | expert | Task: explain
Topic: Governance, provenance, and audit logging
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": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 6502d79da12be17c773583b437f8daf424e3aa55 | |
train_002235 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | expert | Task: self_grade
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 76c5f8a5d083d736ddc110f4fcb3962f99e320a4 | |
train_002236 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | design | advanced | Task: design
Topic: Failure engineering and resilience testing
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": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | fa504d982b7d6f52785266e48348681e8c4988be | |
train_002237 | 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": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 5ab4a7824b8d50a383208f412f8302cf33c371c0 | |
train_002238 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | failure_analysis | expert | Task: failure_analysis
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | a4eb859ab7f853e1b2a7afdb6f78718c9ba2af10 | |
train_002239 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | self_grade | advanced | Task: self_grade
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: 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": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 2ec30e70043dceb0414e65501f29174b302b3f31 | |
train_002240 | 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: Rust
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | d25cbaab861cee34949e4cee30247feca3eee123 | |
train_002241 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | eval | expert | Task: eval
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "C#",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 0735a754224c15b9939cd70d5175159188f1f919 | |
train_002242 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | advanced | Task: code
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: JavaScript
Context: 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": [
"performance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | a3a9d6b515d8c0d251e5b4fc037f2df5cc96e43d | |
train_002243 | 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: 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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | f12875779e0ac0ee302a2391fb4b0ed547480e10 | |
train_002244 | 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: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 6c95eddad30b9c6392b7902dee26e26f3e729880 | |
train_002245 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | data_pipeline | expert | Task: data_pipeline
Topic: Latency, cost, throughput optimization
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",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 3089ba7cf5ad8ef38245f2f62f8463c928ee699f | |
train_002246 | 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: 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": 4,
"latency_ms_target": 200,
"audit_required": true
} | bd7a067312149db2850fddd8b618a8ec13669fbc | |
train_002247 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | design | expert | Task: design
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: 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": [
"security",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 1e368309e3314dbd70a8fa30e60552c4282b52ef | |
train_002248 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | patch_diff | expert | Task: patch_diff
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 75b3bf5a397e3e570ffb80fdc0b6e14d4e554c1d | |
train_002249 | 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: Bash
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 7a4b10821dbcb4677c513d2273a03586c831862c | |
train_002250 | 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: 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",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 023b5eea301dbcb2b195fdf4d1ce58759bf612e6 | |
train_002251 | 2026-01-01T00:00:00 | Self-grading and automated model critique | self_grade | advanced | Task: self_grade
Topic: Self-grading and automated model critique
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": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | a210d107c63b6eab174dba9884437ddc231925d3 | |
train_002252 | 2026-01-01T00:00:00 | Self-grading and automated model critique | compare | expert | Task: compare
Topic: Self-grading and automated model critique
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": [
"agent",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 4cd01657d0e6a03dc6b2447189518adac568dc1a | |
train_002253 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | design | advanced | Task: design
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Rust
Context: 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": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 29990d4f525e2c8c8b06d00ea466223b3fd120dd | |
train_002254 | 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: Rust
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"security",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 2e5d14f02a12070c9486d43e4a1b9942b71267ff | |
train_002255 | 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: 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": [
"agent",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | b514574ac5faf5423a24d55c85e0d8a8121115d0 | |
train_002256 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | explain | expert | Task: explain
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: JavaScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 5d956da6966f6052725d8190a0d2c63f40b58c6c | |
train_002257 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | design | expert | Task: design
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 8df13624910f7d13ec8c018f80c7263fe07c0aec | |
train_002258 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | tool_trace | expert | Task: tool_trace
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"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": [
"agent",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 83f53bb6f6ed35f41d3f629596110bd053e9d66a | |
train_002259 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | agent_loop | expert | Task: agent_loop
Topic: Failure engineering and resilience testing
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": [
"agent",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 2bf5e05cef1aa1c5a3e27df4e9959deb4b301df2 | |
train_002260 | 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: 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": 2,
"latency_ms_target": 100,
"audit_required": true
} | 534b4df7a648e1162342e164439c5288f53224d4 | |
train_002261 | 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: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Java",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | fc60df4ba04f526d8e2dadd22d5fc8161c6645fb | |
train_002262 | 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: 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": [
"evaluation",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 292d4cf78dce480dbc894a268b5ee669d61630bf | |
train_002263 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | compare | expert | Task: compare
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: 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": [
"governance",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | e98fd2a249a903a93d924659ef7aaf4f1c9d7fbc | |
train_002264 | 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: 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": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | d76831f49ac4404a16ec22aa901067916059ac75 | |
train_002265 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | expert | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: Rust
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 4b1475cace1af4abed8cf0cbe39501c3e2a04fbb | |
train_002266 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | design | advanced | Task: design
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | a57c6d004f04f4a0c7bddb67cf5221221daa1fab | |
train_002267 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 1138e113498b7a0bf3289a31fd08bdea0157d40e | |
train_002268 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | expert | Task: failure_analysis
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | f7c160d4139892a0a5ca40b73f03fb8fe7ee451d | |
train_002269 | 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: 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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"data",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a21851f32d6100ad41cc5c4bce90fbad07f72902 | |
train_002270 | 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: 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",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 6c73efe754dda4f276d721550f544d33882f29d8 | |
train_002271 | 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: 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": [
"performance",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 32fe57a52898420c93fbc913862d25db87cddff1 | |
train_002272 | 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: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 56fdc7b50c135911707f22362027144dc49ef340 | |
train_002273 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | expert | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 8720dd8b0ed3ce5f2fc52f15e3d32ec1ba057140 | |
train_002274 | 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: 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": [
"data",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 82d7426abc93a04eeb33dd9cc697040ebbf65c17 | |
train_002275 | 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: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 67641524e5f43678e8d32a3a13802f5969a22bdb | |
train_002276 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | explain | advanced | Task: explain
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: 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": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | ed3fdfc0a8a3b64c72a58c814c0e2ddaad988351 | |
train_002277 | 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: 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": [
"coding",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 8d83ad86ef8ce764ea9af59f3a36e94792e21e91 | |
train_002278 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | patch_diff | advanced | Task: patch_diff
Topic: Governance, provenance, and audit logging
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 504a1aff4c3b0c03fb482cd60c0835dc80799299 | |
train_002279 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | tool_trace | expert | Task: tool_trace
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 54d873c55babe99d5df306864439d3aac968b559 | |
train_002280 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | explain | expert | Task: explain
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 7820aca5fa808950243a32a510b4c543c60eb201 | |
train_002281 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | patch_diff | advanced | Task: patch_diff
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 57a7cab42f6a2ac6635e6b4710fb59693c62c1de | |
train_002282 | 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: 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.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "TypeScript",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 0056b913090be05da72d3d35e8a8940bf37f3372 | |
train_002283 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | code | advanced | Task: code
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: Rust
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | c8b4db0f3d8ba601c4832e18d64a57ab176bf72a | |
train_002284 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | self_grade | advanced | Task: self_grade
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: 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": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 4d9ee5b179bd2999906794099041268be7ce5df1 | |
train_002285 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | code | expert | Task: code
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 65db213be565a4692ce940dc6db82dc431d1734c | |
train_002286 | 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: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | cf6d4d86bf57ee79ef712e0631275df404e5bca6 | |
train_002287 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | data_pipeline | advanced | Task: data_pipeline
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: 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",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | bec8f6af9a0ce1072e417039516742d003b2c5b0 | |
train_002288 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | code | advanced | Task: code
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Language: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 14228746434456c3e54883cad34d17e834c54afc | |
train_002289 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | advanced | Task: review
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0f887a4eaf20ee703ff88e6192bebc08644a94b1 | |
train_002290 | 2026-01-01T00:00:00 | Self-grading and automated model critique | self_grade | advanced | Task: self_grade
Topic: Self-grading and automated model critique
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 8b65608caef909ad0a99311666b7ccfc4f2daeec | |
train_002291 | 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": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b73997b9ee97d6d0bbc10a9936ed5e8d002c2219 | |
train_002292 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | advanced | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: 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": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 484372c47e581e062761335b926b7cefc5515ee3 | |
train_002293 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | self_grade | expert | Task: self_grade
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: C#
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 65dda80bcdc4f31fc57153747e0dd7bf6d12a3cf | |
train_002294 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | design | expert | Task: design
Topic: Model merging, distillation, and continual learning
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": [
"coding",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 940d788056fdb513c5e4d501d877bc6f99dff983 | |
train_002295 | 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: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "TypeScript",
"moe_experts": [
"research",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 4be00e8a54424a3ec3f111ea5e748f2763eb20eb | |
train_002296 | 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: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Go",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 95909314a78b465ef88bac5698ef2c5ce4285e75 | |
train_002297 | 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: 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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"research",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 0ce50cddeab81461c385a67c944fca3b4321ed3a | |
train_002298 | 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: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | cec0d2c3738c4f207b56ce1972d2ad01a0bd5c50 | |
train_002299 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | expert | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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": [
"coding",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 3c0b07085272557e1446baba0c4c52874722457a |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.