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_093600
2026-01-01T00:00:00
Mixture-of-Experts (MoE) routing and sparsity
tool_trace
advanced
Task: tool_trace Topic: Mixture-of-Experts (MoE) routing and sparsity Difficulty: advanced Language: Python Context: 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": "Python", "moe_experts": [ "research", "coding" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
10dbc7481460f3b8be4201c65e537364441c12de
train_093601
2026-01-01T00:00:00
Code-specialized model families and scaling laws
tool_trace
advanced
Task: tool_trace Topic: Code-specialized model families and scaling laws Difficulty: advanced Language: 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. [ { "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", "security" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
73b7a2d948067281e77bf0e75d36f49594c7d245
train_093602
2026-01-01T00:00:00
Model merging, distillation, and continual learning
agent_loop
advanced
Task: agent_loop Topic: Model merging, distillation, and continual learning Difficulty: advanced Language: Go Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "research", "agent" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
90a854c6f0714224c123f863ff999d6fdd93b29c
train_093603
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: 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", "performance" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
7b74d6320a1c9591dc92fa09dc0d6daaa580967b
train_093604
2026-01-01T00:00:00
Latency, cost, throughput optimization
design
expert
Task: design 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": [ "evaluation", "governance" ], "cost_budget": 2, "latency_ms_target": 100, "audit_required": true }
6e41ae3fee011ed7d1bf024742a98fdb1164b577
train_093605
2026-01-01T00:00:00
Self-grading and automated model critique
explain
advanced
Task: explain Topic: Self-grading and automated model critique 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": [ "security", "coding" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
25a030436759f9749221c843665e95566b4dd6a1
train_093606
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
review
advanced
Task: review Topic: Tool calling protocols and sandboxed execution Difficulty: advanced Language: JavaScript Context: Regulated enterprise with audit requirements Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "JavaScript", "moe_experts": [ "security", "data" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
eb17cdf700e4579845c08ddfcff59fb5209d17cc
train_093607
2026-01-01T00:00:00
Extended context, memory, and repo graphs
code
advanced
Task: code Topic: Extended context, memory, and repo graphs Difficulty: advanced Language: Python Context: Latency-critical production API Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Code: ```python def agent_loop(plan, edit, test, issue, budget=4): cost = 0 for _ in range(budget): p = plan(issue) patch = edit(issue, p) ok, _ = test(patch) cost += 1 if ok: return patch, cost raise RuntimeError("Budget exhausted") ```
{ "language": "Python", "moe_experts": [ "research", "data" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
20cb57e2efd0c273d88e3f63c6da48b30f4933a1
train_093608
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: Go Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "security", "data" ], "cost_budget": 2, "latency_ms_target": 100, "audit_required": true }
6da05c87080caca3fb23c7aeb4666eaf3608096f
train_093609
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
compare
expert
Task: compare Topic: Agentic coding systems (plan→edit→test→reflect) 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": [ "security", "agent" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
752166c09b882500e15712b5fd2e4cb88dc8f0a7
train_093610
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: 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", "coding" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
403c46c7b04c29554bb62e8fc14f90c3e95e0748
train_093611
2026-01-01T00:00:00
Governance, provenance, and audit logging
tool_trace
advanced
Task: tool_trace Topic: Governance, provenance, and audit logging Difficulty: advanced Language: 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. [ { "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": [ "data", "performance" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
a648d16a22a2c07e24bbc9ecd017f78d989da66d
train_093612
2026-01-01T00:00:00
Multi-agent coordination and role separation
eval
expert
Task: eval Topic: Multi-agent coordination and role separation 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. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "Go", "moe_experts": [ "coding", "governance" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
54cfaaff63b062c60c7d55126ca822a4f7c7409c
train_093613
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: Python Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Python", "moe_experts": [ "governance", "coding" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
31cddf44315823cd388d421211f37df346880e1a
train_093614
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": [ "performance", "agent" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
67641524e5f43678e8d32a3a13802f5969a22bdb
train_093615
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
agent_loop
expert
Task: agent_loop Topic: Tool calling protocols and sandboxed execution Difficulty: expert Language: Python Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Python", "moe_experts": [ "coding", "research" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
5872c5fbf902c4e5694218985bfff5d07d5c9af1
train_093616
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: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "governance", "security" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
9098b6acc63e20f88717596d1d107a5090a328d4
train_093617
2026-01-01T00:00:00
Failure engineering and resilience testing
explain
expert
Task: explain Topic: Failure engineering and resilience testing Difficulty: expert Language: Java Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Java", "moe_experts": [ "evaluation", "security" ], "cost_budget": 4, "latency_ms_target": 50, "audit_required": true }
684c479b32990eba98d9d0d7ef82f35377988503
train_093618
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: 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": [ "research", "evaluation" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
84057f140a37aee2b4e8ad7ededa7c83597b26df
train_093619
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: Go Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "research", "security" ], "cost_budget": 2, "latency_ms_target": 50, "audit_required": true }
0f7e72a07ff727af8b145aa3d05f9adea569e5d6
train_093620
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: 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": [ "agent", "security" ], "cost_budget": 5, "latency_ms_target": 100, "audit_required": true }
cbc3236cc05247b12e20d155083dc3a23c28fe71
train_093621
2026-01-01T00:00:00
Failure engineering and resilience testing
eval
expert
Task: eval Topic: Failure engineering and resilience testing 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": [ "performance", "evaluation" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
32ba8d274825938c0083bc7f44e6cc806b694539
train_093622
2026-01-01T00:00:00
Code-specialized model families and scaling laws
explain
expert
Task: explain Topic: Code-specialized model families and scaling laws Difficulty: expert Language: TypeScript Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "TypeScript", "moe_experts": [ "coding", "agent" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
96691c1a1b8d7877351fff22dad61cc61ab836ec
train_093623
2026-01-01T00:00:00
Extended context, memory, and repo graphs
patch_diff
advanced
Task: patch_diff Topic: Extended context, memory, and repo graphs Difficulty: advanced Language: 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": [ "coding", "evaluation" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
acf16c77362bc1a65addf854bcd613f61bf3c2c8
train_093624
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
agent_loop
expert
Task: agent_loop Topic: Tool calling protocols and sandboxed execution Difficulty: expert Language: Python Context: Regulated enterprise with audit requirements Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Python", "moe_experts": [ "performance", "data" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
0023e937e42e8adbd0b27b79094e993986e673e5
train_093625
2026-01-01T00:00:00
Secure code generation, red-teaming, and policy gates
patch_diff
expert
Task: patch_diff Topic: Secure code generation, red-teaming, and policy gates Difficulty: expert Language: Java Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Patch: ```diff - result = a / b + if b == 0: + raise ValueError('division by zero') + result = a / b ```
{ "language": "Java", "moe_experts": [ "security", "agent" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
f16d9644b020f03faa36cea6a7363a7cd50df594
train_093626
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: Large monorepo with flaky tests and strict CI Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "JavaScript", "moe_experts": [ "evaluation", "data" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
923c604ea8bf0528a43f3a16a597b1ffd7a42b49
train_093627
2026-01-01T00:00:00
Code-specialized model families and scaling laws
self_grade
expert
Task: self_grade Topic: Code-specialized model families and scaling laws 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. { "score": 9, "confidence": 0.9, "notes": "Passed tests; minimal diff; no security flags." }
{ "language": "C#", "moe_experts": [ "research", "agent" ], "cost_budget": 4, "latency_ms_target": 50, "audit_required": true }
0eb6fd9440c467e86e28aa9b58af09ec15b4a448
train_093628
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: Rust Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Rust", "moe_experts": [ "evaluation", "performance" ], "cost_budget": 2, "latency_ms_target": 100, "audit_required": true }
1a247e43a1e3d51ce34bfcd9c9cff89ba21c987b
train_093629
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: TypeScript Context: Large monorepo with flaky tests and strict CI Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "TypeScript", "moe_experts": [ "data", "performance" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
757e8958969b7ad0dfda593498fbf3f9cad57ebf
train_093630
2026-01-01T00:00:00
Self-grading and automated model critique
patch_diff
advanced
Task: patch_diff Topic: Self-grading and automated model critique Difficulty: advanced Language: Rust Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Patch: ```diff - result = a / b + if b == 0: + raise ValueError('division by zero') + result = a / b ```
{ "language": "Rust", "moe_experts": [ "research", "performance" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
643839cde00ebdcdbff3fd28e55c52931562d6f0
train_093631
2026-01-01T00:00:00
Dataset curation pipelines and quality attribution
tool_trace
advanced
Task: tool_trace Topic: Dataset curation pipelines and quality attribution Difficulty: advanced Language: 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": [ "governance", "data" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
ac224a2cb01fc1bc14f44dad6a2f6022d1015e8b
train_093632
2026-01-01T00:00:00
Governance, provenance, and audit logging
compare
advanced
Task: compare 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. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "evaluation", "agent" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
9b1f8ac74635fbe22cd779bb2b52a3a0f470a111
train_093633
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
explain
advanced
Task: explain Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Language: 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", "evaluation" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
5536268005bfd71db011413c93558a134661e8de
train_093634
2026-01-01T00:00:00
SWE-bench real-repo evaluation and leakage control
tool_trace
advanced
Task: tool_trace Topic: SWE-bench real-repo evaluation and leakage control Difficulty: advanced Language: C# Context: Large monorepo with flaky tests and strict CI Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. [ { "tool": "repo_checkout", "args": { "commit": "abc123" } }, { "tool": "run_tests", "args": { "suite": "unit" } }, { "tool": "apply_patch", "args": { "files": 1 } }, { "tool": "run_tests", "args": { "suite": "full" } } ]
{ "language": "C#", "moe_experts": [ "performance", "coding" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
ef7a008f6191a9dd7f951bdf38b6c32bf9461620
train_093635
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
review
expert
Task: review Topic: Agentic coding systems (plan→edit→test→reflect) 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": [ "performance", "data" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
6322ea86a1267e09b2417f8a6d1fd6e69c4c592d
train_093636
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: 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. [ { "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": [ "performance", "governance" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
887fcde6e63be1e969c9e0467fe29436b1f685a1
train_093637
2026-01-01T00:00:00
Code-specialized model families and scaling laws
eval
advanced
Task: eval Topic: Code-specialized model families and scaling laws Difficulty: advanced Language: 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. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "Java", "moe_experts": [ "governance", "performance" ], "cost_budget": 5, "latency_ms_target": 100, "audit_required": true }
ed25b1e696fe2ac63acefe4110849444703b5541
train_093638
2026-01-01T00:00:00
Governance, provenance, and audit logging
compare
expert
Task: compare 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": 3, "latency_ms_target": 200, "audit_required": true }
cde792727c9fac764c602170542497ce5b1a70c5
train_093639
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: 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. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "Java", "moe_experts": [ "security", "performance" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
759e49046bc54c2f995abc79ad81bfd6baf0db96
train_093640
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: Python Context: Latency-critical production API Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "Python", "moe_experts": [ "performance", "research" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
ef0220107e85066dec7ddd8e668dbb3b79ef780c
train_093641
2026-01-01T00:00:00
Latency, cost, throughput optimization
failure_analysis
advanced
Task: failure_analysis Topic: Latency, cost, throughput optimization 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": [ "performance", "agent" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
afe31f83904180ba0ba9fb8c0d2de91669fb15bf
train_093642
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: 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. Failure: regression detected Cause: missing edge case Fix: add guard + test
{ "language": "JavaScript", "moe_experts": [ "agent", "governance" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
e065cbfad85267a6886687990b4288c6e91171fc
train_093643
2026-01-01T00:00:00
Governance, provenance, and audit logging
review
advanced
Task: review Topic: Governance, provenance, and audit logging Difficulty: advanced Language: Go Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "coding", "performance" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
839a60b9393fee661c6d8242b5a3108554faa0a5
train_093644
2026-01-01T00:00:00
Multi-agent coordination and role separation
code
expert
Task: code Topic: Multi-agent coordination and role separation Difficulty: expert Language: Python Context: Latency-critical production API Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Code: ```python def agent_loop(plan, edit, test, issue, budget=4): cost = 0 for _ in range(budget): p = plan(issue) patch = edit(issue, p) ok, _ = test(patch) cost += 1 if ok: return patch, cost raise RuntimeError("Budget exhausted") ```
{ "language": "Python", "moe_experts": [ "research", "evaluation" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
b0498929217551ab0ff67d34f54deeb602ce73b3
train_093645
2026-01-01T00:00:00
Failure engineering and resilience testing
eval
expert
Task: eval Topic: Failure engineering and resilience testing 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. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "C#", "moe_experts": [ "coding", "governance" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
7a3ea513e353346d2d7811fae49fad6cfd834f23
train_093646
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
code
advanced
Task: code Topic: Tool calling protocols and sandboxed execution Difficulty: advanced Language: 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", "research" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
eeb7e76c0035f3d3ca1c27bf3809fbc46a7c6da0
train_093647
2026-01-01T00:00:00
Model merging, distillation, and continual learning
compare
advanced
Task: compare Topic: Model merging, distillation, and continual learning 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": [ "data", "performance" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
f0e4d2e32be86a4005d8aa3aba3b183145034df2
train_093648
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: 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", "security" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
d105a868ff54134e4dd44c37cf96525918373541
train_093649
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: 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. Failure: regression detected Cause: missing edge case Fix: add guard + test
{ "language": "JavaScript", "moe_experts": [ "data", "coding" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
9e59f20082931f76b936e49794f1182ddb66c1ca
train_093650
2026-01-01T00:00:00
Failure engineering and resilience testing
data_pipeline
expert
Task: data_pipeline Topic: Failure engineering and resilience testing Difficulty: expert Language: Java Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Java", "moe_experts": [ "performance", "data" ], "cost_budget": 5, "latency_ms_target": 100, "audit_required": true }
2eae75e7b4edba4ea9c09e389e71f0bc48df1eeb
train_093651
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
agent_loop
expert
Task: agent_loop Topic: Tool calling protocols and sandboxed execution Difficulty: expert Language: Bash Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Bash", "moe_experts": [ "agent", "evaluation" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
f2632477376871daf22d0423d40eaae903ab5ae8
train_093652
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: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "Python", "moe_experts": [ "coding", "security" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
8fedb6e29edc03eaf7d1c1137090178906be92cf
train_093653
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
data_pipeline
advanced
Task: data_pipeline Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: advanced Language: Go Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "coding", "evaluation" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
09f02d8e45ba297d396caf62d05ad1ed2101d536
train_093654
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: 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": [ "data", "governance" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
8cf30d80328ced0cdb770fe66a41ab1fdfe97439
train_093655
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
design
advanced
Task: design Topic: Tool calling protocols and sandboxed execution Difficulty: advanced Language: SQL Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "SQL", "moe_experts": [ "performance", "coding" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
2e42da738c8011d61b6f8f166ac994df68a73bcf
train_093656
2026-01-01T00:00:00
SWE-bench real-repo evaluation and leakage control
compare
expert
Task: compare Topic: SWE-bench real-repo evaluation and leakage control Difficulty: expert Language: Go Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "coding", "research" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
e0d94e47b5339ab2b5ed98203256e967bf0c020c
train_093657
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
review
expert
Task: review Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert Language: SQL Context: Large monorepo with flaky tests and strict CI Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "SQL", "moe_experts": [ "coding", "security" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
e16b8c1610c6e296067e4ddd7bfc4e6e547bb42d
train_093658
2026-01-01T00:00:00
Multi-agent coordination and role separation
design
advanced
Task: design Topic: Multi-agent coordination and role separation Difficulty: advanced Language: Bash Context: Latency-critical production API Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Bash", "moe_experts": [ "agent", "research" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
ac6a1e826e01edbba9bc1d81d2caba71abcc2f54
train_093659
2026-01-01T00:00:00
Governance, provenance, and audit logging
tool_trace
expert
Task: tool_trace Topic: Governance, provenance, and audit logging 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. [ { "tool": "repo_checkout", "args": { "commit": "abc123" } }, { "tool": "run_tests", "args": { "suite": "unit" } }, { "tool": "apply_patch", "args": { "files": 1 } }, { "tool": "run_tests", "args": { "suite": "full" } } ]
{ "language": "Rust", "moe_experts": [ "governance", "data" ], "cost_budget": 2, "latency_ms_target": 50, "audit_required": true }
b0b1b2490061d987e1db17b3b3537c8bcc40e278
train_093660
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
data_pipeline
expert
Task: data_pipeline Topic: Tool calling protocols and sandboxed execution Difficulty: expert Language: Python Context: Regulated enterprise with audit requirements Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Python", "moe_experts": [ "agent", "security" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
6625292e72bd00496e5f1e8dc510d92f0a860965
train_093661
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
code
advanced
Task: code Topic: Tool calling protocols and sandboxed execution Difficulty: advanced Language: 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": [ "evaluation", "agent" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
d8c7ac935d359746f1518018eb8c633a84bc27c8
train_093662
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: 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. [ { "tool": "repo_checkout", "args": { "commit": "abc123" } }, { "tool": "run_tests", "args": { "suite": "unit" } }, { "tool": "apply_patch", "args": { "files": 1 } }, { "tool": "run_tests", "args": { "suite": "full" } } ]
{ "language": "SQL", "moe_experts": [ "governance", "agent" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
8f0c1da27bbb58b85c480276a97682074363373e
train_093663
2026-01-01T00:00:00
Secure code generation, red-teaming, and policy gates
explain
advanced
Task: explain Topic: Secure code generation, red-teaming, and policy gates Difficulty: advanced Language: Java Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Java", "moe_experts": [ "security", "coding" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
a901ff348b32ab1ad48a048ef2306ff654823b38
train_093664
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
design
advanced
Task: design Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: advanced Language: TypeScript Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "TypeScript", "moe_experts": [ "performance", "security" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
25e17c2d65f9697bc2f135265df9c19614fdcab5
train_093665
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
failure_analysis
advanced
Task: failure_analysis Topic: Agentic coding systems (plan→edit→test→reflect) 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. Failure: regression detected Cause: missing edge case Fix: add guard + test
{ "language": "JavaScript", "moe_experts": [ "performance", "research" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
a3bcb6cc301ddd15898f5cf492c498a72467ce47
train_093666
2026-01-01T00:00:00
Secure code generation, red-teaming, and policy gates
agent_loop
expert
Task: agent_loop Topic: Secure code generation, red-teaming, and policy gates 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. Expert guidance with risks, metrics, and governance controls.
{ "language": "Go", "moe_experts": [ "security", "governance" ], "cost_budget": 4, "latency_ms_target": 50, "audit_required": true }
bc6a7f06eb30155ba39fe2b8af86d4ff8ecb24dd
train_093667
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: 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": [ "data", "governance" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
182870542e3ffe2cadba5c75e0c7895de77389b8
train_093668
2026-01-01T00:00:00
Dataset curation pipelines and quality attribution
review
expert
Task: review Topic: Dataset curation pipelines and quality attribution Difficulty: expert Language: C# Context: Large monorepo with flaky tests and strict CI Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "C#", "moe_experts": [ "evaluation", "data" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
80853098eef4c055e13924d08f1f07fb32d47872
train_093669
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: JavaScript Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "JavaScript", "moe_experts": [ "performance", "data" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
cb72b2c5d24228e720ce6f1e75d1c19df67fd683
train_093670
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
eval
expert
Task: eval Topic: Tool calling protocols and sandboxed execution Difficulty: expert Language: 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. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "Python", "moe_experts": [ "data", "evaluation" ], "cost_budget": 5, "latency_ms_target": 100, "audit_required": true }
f7a1f7b8395a1c3df73f2fae3f9a0766bb9785e8
train_093671
2026-01-01T00:00:00
Latency, cost, throughput optimization
explain
advanced
Task: explain Topic: Latency, cost, throughput optimization Difficulty: advanced Language: Java Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Java", "moe_experts": [ "coding", "data" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
7d036c28559e6091b60edff3a61c2156014572c9
train_093672
2026-01-01T00:00:00
Multi-agent coordination and role separation
self_grade
advanced
Task: self_grade Topic: Multi-agent coordination and role separation 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. { "score": 8, "confidence": 0.8, "notes": "Passed tests; minimal diff; no security flags." }
{ "language": "Java", "moe_experts": [ "coding", "performance" ], "cost_budget": 5, "latency_ms_target": 100, "audit_required": true }
721d9a8481de72c44e9ed3affc65e69622deee06
train_093673
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: JavaScript Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "JavaScript", "moe_experts": [ "coding", "data" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
f36b59b024c691ba2c991ec437fec6b633c5caaf
train_093674
2026-01-01T00:00:00
Multi-agent coordination and role separation
tool_trace
expert
Task: tool_trace Topic: Multi-agent coordination and role separation Difficulty: expert Language: Java Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. [ { "tool": "repo_checkout", "args": { "commit": "abc123" } }, { "tool": "run_tests", "args": { "suite": "unit" } }, { "tool": "apply_patch", "args": { "files": 1 } }, { "tool": "run_tests", "args": { "suite": "full" } } ]
{ "language": "Java", "moe_experts": [ "security", "coding" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
4adfcbe001b94dd4ba7074134cc829677124ccb5
train_093675
2026-01-01T00:00:00
Self-grading and automated model critique
agent_loop
expert
Task: agent_loop Topic: Self-grading and automated model critique Difficulty: expert Language: C# Context: Regulated enterprise with audit requirements Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "C#", "moe_experts": [ "performance", "coding" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
d6b8d64963bf79601fb27047bd524a33fed79052
train_093676
2026-01-01T00:00:00
Tool calling protocols and sandboxed execution
data_pipeline
advanced
Task: data_pipeline Topic: Tool calling protocols and sandboxed execution Difficulty: advanced Language: Python Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Python", "moe_experts": [ "coding", "performance" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
e185cc0919039e1a9c627b4c578ccea474430635
train_093677
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: 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. { "score": 9, "confidence": 0.9, "notes": "Passed tests; minimal diff; no security flags." }
{ "language": "JavaScript", "moe_experts": [ "security", "data" ], "cost_budget": 5, "latency_ms_target": 50, "audit_required": true }
eae132e161cad6ca7547bec8fd817d19f6cfb1a5
train_093678
2026-01-01T00:00:00
Latency, cost, throughput optimization
data_pipeline
expert
Task: data_pipeline Topic: Latency, cost, throughput optimization Difficulty: expert Language: TypeScript Context: Regulated enterprise with audit requirements Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "TypeScript", "moe_experts": [ "evaluation", "research" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
85577f715fe9fa6d25d7ddbcb561d6c9f6a5b401
train_093679
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: 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. Failure: regression detected Cause: missing edge case Fix: add guard + test
{ "language": "Java", "moe_experts": [ "data", "research" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
4ccedf587f57f9091410f21f79a07a697aa6e4f5
train_093680
2026-01-01T00:00:00
Self-grading and automated model critique
failure_analysis
expert
Task: failure_analysis 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. Failure: regression detected Cause: missing edge case Fix: add guard + test
{ "language": "Python", "moe_experts": [ "research", "agent" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
b88222ed25d254d28eb75a1fd20039a086060174
train_093681
2026-01-01T00:00:00
Self-grading and automated model critique
review
expert
Task: review Topic: Self-grading and automated model critique Difficulty: expert Language: C# Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "C#", "moe_experts": [ "coding", "research" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
63ca3536701c444a6eafaeb4439f30c7de58fc9d
train_093682
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: 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": [ "coding", "research" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
9ca76f6cc12a74a06c79689c7b5b3122ed252c62
train_093683
2026-01-01T00:00:00
Latency, cost, throughput optimization
agent_loop
expert
Task: agent_loop Topic: Latency, cost, throughput optimization Difficulty: expert Language: Bash Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Bash", "moe_experts": [ "security", "research" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
e99f67ca7819208100ff1cb575c744f0b0b3be89
train_093684
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: TypeScript Context: Offline air-gapped deployment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "TypeScript", "moe_experts": [ "data", "governance" ], "cost_budget": 3, "latency_ms_target": 100, "audit_required": true }
ef01cfb40d6c912ddbd0ab3f4a02d94155f48f59
train_093685
2026-01-01T00:00:00
Code-specialized model families and scaling laws
compare
advanced
Task: compare Topic: Code-specialized model families and scaling laws 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": [ "governance", "data" ], "cost_budget": 3, "latency_ms_target": 50, "audit_required": true }
227d21d22265f4224751b872d405b7b5c8c6accc
train_093686
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
design
advanced
Task: design Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: advanced Language: 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", "research" ], "cost_budget": 5, "latency_ms_target": 100, "audit_required": true }
7e1850548afc816d874fa48f9668de2decb142c5
train_093687
2026-01-01T00:00:00
Dataset curation pipelines and quality attribution
eval
expert
Task: eval Topic: Dataset curation pipelines and quality attribution Difficulty: expert Language: SQL Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Metrics: - pass@k - time-to-green - cost-per-fix - regression rate
{ "language": "SQL", "moe_experts": [ "data", "research" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
6d85899bf14a27e9cd577fa71d0f6c566033b368
train_093688
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: 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": [ "data", "coding" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
3ca17d4cc877e5d81ee9b07c808cc3b04ce18fbd
train_093689
2026-01-01T00:00:00
Self-grading and automated model critique
patch_diff
advanced
Task: patch_diff Topic: Self-grading and automated model critique Difficulty: advanced Language: Python Context: Latency-critical production API Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Patch: ```diff - result = a / b + if b == 0: + raise ValueError('division by zero') + result = a / b ```
{ "language": "Python", "moe_experts": [ "agent", "data" ], "cost_budget": 4, "latency_ms_target": 50, "audit_required": true }
e6075bf7f628a8743b187b39aa0d880246234395
train_093690
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: 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. Patch: ```diff - result = a / b + if b == 0: + raise ValueError('division by zero') + result = a / b ```
{ "language": "Python", "moe_experts": [ "research", "coding" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
9cd0fd5439ef46bb9df7a1d7c58d74ca78276400
train_093691
2026-01-01T00:00:00
Code-specialized model families and scaling laws
failure_analysis
advanced
Task: failure_analysis Topic: Code-specialized model families and scaling laws 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. Failure: regression detected Cause: missing edge case Fix: add guard + test
{ "language": "Go", "moe_experts": [ "governance", "agent" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
fa46f1c2c84d9299bd1d38df8cfcc33e38d321fb
train_093692
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: Python Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "Python", "moe_experts": [ "security", "performance" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
2423b0061e6d064302f03ae5cc069099ec54c4b3
train_093693
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: 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", "performance" ], "cost_budget": 4, "latency_ms_target": 200, "audit_required": true }
278535eac2bf4f1749566d6baf8b7232245bc8c4
train_093694
2026-01-01T00:00:00
Governance, provenance, and audit logging
tool_trace
advanced
Task: tool_trace Topic: Governance, provenance, and audit logging Difficulty: advanced Language: Java Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. [ { "tool": "repo_checkout", "args": { "commit": "abc123" } }, { "tool": "run_tests", "args": { "suite": "unit" } }, { "tool": "apply_patch", "args": { "files": 1 } }, { "tool": "run_tests", "args": { "suite": "full" } } ]
{ "language": "Java", "moe_experts": [ "security", "agent" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
6dc3ba37b5b4f2b0df7c8145fd6a8b2b5e718d57
train_093695
2026-01-01T00:00:00
Governance, provenance, and audit logging
compare
advanced
Task: compare Topic: Governance, provenance, and audit logging Difficulty: advanced Language: SQL Context: Research benchmark validation environment Produce frontier-grade, production-valid output.
Facts: - Modern AI coding success is measured by test pass rates, iteration cost, and reliability. - Agentic and multi-agent systems outperform single-pass generation. Expert guidance with risks, metrics, and governance controls.
{ "language": "SQL", "moe_experts": [ "evaluation", "agent" ], "cost_budget": 2, "latency_ms_target": 200, "audit_required": true }
8809cf04071cf7882b4de3d0fca4d3fafff0ce40
train_093696
2026-01-01T00:00:00
Governance, provenance, and audit logging
code
expert
Task: code Topic: Governance, provenance, and audit logging 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": [ "coding", "governance" ], "cost_budget": 4, "latency_ms_target": 50, "audit_required": true }
bdfdd2bcb8b3ce897c0a5a3aec2f42ae0480aa30
train_093697
2026-01-01T00:00:00
Governance, provenance, and audit logging
agent_loop
expert
Task: agent_loop Topic: Governance, provenance, and audit logging Difficulty: expert Language: 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", "research" ], "cost_budget": 3, "latency_ms_target": 200, "audit_required": true }
41f69f4bb7f1a74f719efa5ec6e33725115398ce
train_093698
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: 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. [ { "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": [ "data", "performance" ], "cost_budget": 4, "latency_ms_target": 100, "audit_required": true }
7a3b30c7d5c07e8cdee86033d80e5a5d89017e5c
train_093699
2026-01-01T00:00:00
Mixture-of-Experts (MoE) routing and sparsity
code
expert
Task: code Topic: Mixture-of-Experts (MoE) routing and sparsity Difficulty: expert Language: 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", "performance" ], "cost_budget": 5, "latency_ms_target": 200, "audit_required": true }
58787be06985ee26ed65f13e1f9303e03f5a5c34