id
stringlengths
11
11
created
timestamp[s]date
2026-01-01 00:00:00
2026-01-01 00:00:00
topic
stringclasses
14 values
task_type
stringclasses
10 values
difficulty
stringclasses
3 values
instruction
stringlengths
189
248
input
stringclasses
1 value
output
stringclasses
9 values
reasoning_steps
listlengths
0
5
metadata
dict
hash
stringlengths
40
40
train_41800
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
explain
intermediate
Task: explain Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "evaluation_metrics", "cost_latency_tradeoffs", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e08d1a49b5ded90c8ee985e1e57fd2dae08f389e
train_41801
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
expert
Task: code Topic: Self-improving agents and feedback loops Difficulty: expert Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "cost_latency_tradeoffs", "documentation", "auditability", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9c64c29f0fa38ad291684e0fbb4f6e4dcea6a134
train_41802
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
eval
expert
Task: eval Topic: Tool calling, sandboxes, and CI integration Difficulty: expert Target language: Python Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "documentation", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
321b79ed32c900b15ad5049d6deb4d41da1a9946
train_41803
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
code
intermediate
Task: code Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: Bash Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "reproducibility", "cost_latency_tradeoffs", "auditability", "ci_integration" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
64a82012a6fca645fe87c92327e6ca3f334d8647
train_41804
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
code
advanced
Task: code Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: TypeScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "auditability", "tooling", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3229d8917e4047c74d14afdbfabcd8549afa0786
train_41805
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
eval
advanced
Task: eval Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Rust", "developer_needs": [ "tooling", "ci_integration", "security_gates", "documentation" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3c26b05da744f550842b88169082eb993b8cb43e
train_41806
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
review
advanced
Task: review Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: Rust Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "cost_latency_tradeoffs", "ci_integration", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2f032e0ef0e2fd0dc053d8bf740342137b7799dd
train_41807
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
failure_analysis
intermediate
Task: failure_analysis Topic: Governance, provenance, and licensing for code data Difficulty: intermediate Target language: SQL Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "SQL", "developer_needs": [ "auditability", "ci_integration", "reproducibility", "security_gates" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
29e1f95b66e30ea631dd783c87428f670252471f
train_41808
2026-01-01T00:00:00
Self-improving agents and feedback loops
data_pipeline
advanced
Task: data_pipeline Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "reproducibility", "governance", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5512608cb18fbdadb3f74d9fba041dd867f5d7a8
train_41809
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
failure_analysis
intermediate
Task: failure_analysis Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "governance", "evaluation_metrics", "documentation" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7b56b553f0d0ada798da8dc9171221a613926846
train_41810
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
code
expert
Task: code Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: TypeScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "evaluation_metrics", "cost_latency_tradeoffs", "tests_are_truth" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5e8d2ad9cc1bdaf8d984d67cf62b24398d43c3e2
train_41811
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
explain
intermediate
Task: explain Topic: Model merging, distillation, and continued pretraining Difficulty: intermediate Target language: TypeScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "evaluation_metrics", "reproducibility", "tests_are_truth", "tooling" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
734f9c378a0857223050843810823e170ce9d27d
train_41812
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
design
expert
Task: design Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "auditability", "security_gates", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1535c4fe7009fc7cd8429623b3180d4a3bca7033
train_41813
2026-01-01T00:00:00
Latency, cost, and reliability optimization
failure_analysis
intermediate
Task: failure_analysis Topic: Latency, cost, and reliability optimization Difficulty: intermediate Target language: SQL Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "SQL", "developer_needs": [ "security_gates", "auditability", "ci_integration", "tooling" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3cf7bcf5ac1d9983f76b892b922601940de7a97a
train_41814
2026-01-01T00:00:00
Self-improving agents and feedback loops
patch_diff
intermediate
Task: patch_diff Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "SQL", "developer_needs": [ "cost_latency_tradeoffs", "auditability", "ci_integration", "tooling" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
21ffd77ac62a4e320256a35384ce6f807cd637ee
train_41815
2026-01-01T00:00:00
Latency, cost, and reliability optimization
code
intermediate
Task: code Topic: Latency, cost, and reliability optimization Difficulty: intermediate Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "tooling", "evaluation_metrics", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3c82c0835d8984587cd191e92624daf9753c7323
train_41816
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 Target language: Python Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Scaffold: ```python def agent_loop(plan, edit, test, issue, max_iters=4): history = [] p = plan(issue) for _ in range(max_iters): patch = edit(issue, p) ok, report = test(patch) history.append({"plan": p, "ok": ok}) if ok: return patch, history p = p + " | refine" return patch, history ```
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "governance", "tests_are_truth", "documentation" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
309644eeb0240e8bfe9193a9dc1247b126704451
train_41817
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
eval
advanced
Task: eval Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: Java Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Java", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "evaluation_metrics", "documentation" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e9827c06b35bd4161421a911040357fac51ca557
train_41818
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
compare
intermediate
Task: compare Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate Target language: TypeScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "reproducibility", "tests_are_truth", "ci_integration", "security_gates" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e5ab96165991ebc7092e5d6dfd79d019616eaa15
train_41819
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
patch_diff
advanced
Task: patch_diff Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: Python Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "tooling", "documentation", "security_gates" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3e546e8f50b831d71b6321a895435702452dcaf4
train_41820
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
explain
expert
Task: explain Topic: Tool calling, sandboxes, and CI integration Difficulty: expert Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "repo_scale_reasoning", "tooling", "documentation", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b5a19c9bf4e53ce977caff1668a807c2d554b106
train_41821
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
agent_loop
advanced
Task: agent_loop Topic: Code-specialized model families and sizing tradeoffs Difficulty: advanced Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "governance", "security_gates", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
92994400e6e5d57b097b963e60cbb9a811ecd520
train_41822
2026-01-01T00:00:00
Secure code generation and policy gates
agent_loop
advanced
Task: agent_loop Topic: Secure code generation and policy gates Difficulty: advanced Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "ci_integration", "auditability" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a8f46c7e5f3f6ec9be427b6c6fe1e92893c225c1
train_41823
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
code
expert
Task: code Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: TypeScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "cost_latency_tradeoffs", "documentation", "reproducibility", "governance" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5038067eaa7d3e25f1d54fd08642dc6117f97f4c
train_41824
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
review
intermediate
Task: review Topic: Model merging, distillation, and continued pretraining Difficulty: intermediate Target language: Python Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "evaluation_metrics", "documentation", "ci_integration" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
62f34e898772ae3d6b78f21edd3f0d7f0cee888a
train_41825
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
patch_diff
intermediate
Task: patch_diff Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "security_gates", "auditability", "governance", "reproducibility" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fae07c998dcd3a04f42d83360229b5bcedf5afd1
train_41826
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
data_pipeline
advanced
Task: data_pipeline Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Go", "developer_needs": [ "governance", "ci_integration", "documentation", "security_gates" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
73e50e1922562243093d2f2a8a1da93358741e6c
train_41827
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
patch_diff
expert
Task: patch_diff Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: Rust Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Rust", "developer_needs": [ "documentation", "tooling", "repo_scale_reasoning", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0463b0c866e29afe58388863659675ff8a3af261
train_41828
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
failure_analysis
expert
Task: failure_analysis Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Go", "developer_needs": [ "cost_latency_tradeoffs", "governance", "auditability", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
35eef3c1299f959af9d8774e252a80b568394ee4
train_41829
2026-01-01T00:00:00
Secure code generation and policy gates
data_pipeline
intermediate
Task: data_pipeline Topic: Secure code generation and policy gates Difficulty: intermediate Target language: Bash Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Bash", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "auditability", "ci_integration" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
77e5fdcfc290bd6fc6e66f7dc6ceccb345281e3b
train_41830
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
agent_loop
intermediate
Task: agent_loop Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "repo_scale_reasoning", "tests_are_truth", "tooling" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cf2fe0ce2ac94205a9ab99baab499346e41ed580
train_41831
2026-01-01T00:00:00
Latency, cost, and reliability optimization
design
intermediate
Task: design Topic: Latency, cost, and reliability optimization Difficulty: intermediate Target language: Python Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Python", "developer_needs": [ "documentation", "security_gates", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
93652c91f0a8cca13a10a77285e3e34796b6de62
train_41832
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
compare
expert
Task: compare Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "documentation", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5aa95260e762995df665ef0bef039c3bc6a0eb35
train_41833
2026-01-01T00:00:00
Extended context and repo-scale understanding
explain
advanced
Task: explain Topic: Extended context and repo-scale understanding Difficulty: advanced Target language: Go Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "governance", "reproducibility" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
052ef3ec5936d5b5a2e97cd43d7c2ae4cc363905
train_41834
2026-01-01T00:00:00
Secure code generation and policy gates
agent_loop
advanced
Task: agent_loop Topic: Secure code generation and policy gates Difficulty: advanced Target language: Bash Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Bash", "developer_needs": [ "cost_latency_tradeoffs", "tests_are_truth", "documentation", "security_gates" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3f45c15c371664418cd47c3baa6b733255b66a6f
train_41835
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
compare
advanced
Task: compare Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: Bash Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Bash", "developer_needs": [ "auditability", "tooling", "reproducibility", "documentation" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d4b0e3c7de89f94c0ce435268f1747c808f46d24
train_41836
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
advanced
Task: code Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: Python Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Scaffold: ```python def agent_loop(plan, edit, test, issue, max_iters=4): history = [] p = plan(issue) for _ in range(max_iters): patch = edit(issue, p) ok, report = test(patch) history.append({"plan": p, "ok": ok}) if ok: return patch, history p = p + " | refine" return patch, history ```
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "security_gates", "evaluation_metrics", "cost_latency_tradeoffs", "reproducibility" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9a07737239d0a19495f5da624901a68205366c09
train_41837
2026-01-01T00:00:00
Extended context and repo-scale understanding
data_pipeline
expert
Task: data_pipeline Topic: Extended context and repo-scale understanding Difficulty: expert Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Java", "developer_needs": [ "cost_latency_tradeoffs", "tooling", "ci_integration", "governance" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cde3c74f962e58cf7baaa8d4539ce2c1f38a5c47
train_41838
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
compare
advanced
Task: compare Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: C# Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "C#", "developer_needs": [ "auditability", "evaluation_metrics", "documentation", "reproducibility" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
db37162cc15b16e8c56fbe19029a64e284ad0e56
train_41839
2026-01-01T00:00:00
Self-improving agents and feedback loops
eval
expert
Task: eval Topic: Self-improving agents and feedback loops Difficulty: expert Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "tests_are_truth", "security_gates", "evaluation_metrics", "auditability" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a8d2bcf123a78e1ca7737c61e3b18d43003c68ce
train_41840
2026-01-01T00:00:00
Self-improving agents and feedback loops
patch_diff
intermediate
Task: patch_diff Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: Python Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Python", "developer_needs": [ "tooling", "repo_scale_reasoning", "security_gates", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
08f5781671324437bb6d2349d2cbc59747029721
train_41841
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
advanced
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: advanced Target language: C# Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "auditability", "governance", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e6a70545ced29ad791d68bb3f3edd229a94489af
train_41842
2026-01-01T00:00:00
Extended context and repo-scale understanding
eval
expert
Task: eval Topic: Extended context and repo-scale understanding Difficulty: expert Target language: Java Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Java", "developer_needs": [ "tooling", "tests_are_truth", "reproducibility", "security_gates" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fe0d3ff5f9174a35903c2f373ef90a501e7faba6
train_41843
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
data_pipeline
advanced
Task: data_pipeline Topic: Mixture-of-Experts (MoE) for code Difficulty: advanced Target language: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "SQL", "developer_needs": [ "governance", "evaluation_metrics", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0d401012124d24e946a14b6dcf999b811c2bbe55
train_41844
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
code
intermediate
Task: code Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: Java Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "evaluation_metrics", "tests_are_truth", "ci_integration", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c84205a12d22a42589883cf0e1955ad6735e12aa
train_41845
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
patch_diff
intermediate
Task: patch_diff Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate Target language: JavaScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "JavaScript", "developer_needs": [ "evaluation_metrics", "tests_are_truth", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
531771e97a39e0288dd7e1e0c8875f79297e76ec
train_41846
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
code
expert
Task: code Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: TypeScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "governance", "security_gates", "auditability", "reproducibility" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
95fcce900e805b519c48bba2234fbf98ae49e5e3
train_41847
2026-01-01T00:00:00
Latency, cost, and reliability optimization
review
expert
Task: review Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: Java Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Java", "developer_needs": [ "governance", "security_gates", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d772a6290b841a6b4b4882b6058b5c5fb048a425
train_41848
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
compare
advanced
Task: compare Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: C# Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "C#", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
feab74f6d5acf8a01640e0714ddb649843e3824a
train_41849
2026-01-01T00:00:00
Latency, cost, and reliability optimization
compare
expert
Task: compare Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "governance", "security_gates", "ci_integration", "auditability" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b763e74b2f52a9b5a934d611c64008d5af2b52ea
train_41850
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 Target language: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Go", "developer_needs": [ "evaluation_metrics", "tooling", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b2290b9f25e7242f77fde2c48e0a9d42b6b03a0a
train_41851
2026-01-01T00:00:00
Self-improving agents and feedback loops
agent_loop
expert
Task: agent_loop Topic: Self-improving agents and feedback loops Difficulty: expert Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Java", "developer_needs": [ "evaluation_metrics", "auditability", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd2e0671324624cd71d61ff66e905274d74c56c5
train_41852
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
agent_loop
advanced
Task: agent_loop Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "ci_integration", "security_gates", "governance" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
27b64f9d96c50a81e7ac05fa0bb9b8e5810e3545
train_41853
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
intermediate
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: Bash Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "ci_integration", "evaluation_metrics", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
24e44acb884ea7669af23150b5064e3218b08d5b
train_41854
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
code
intermediate
Task: code Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: Java Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "evaluation_metrics", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b353c2913e5d701928871a8bd4cb8a1a6c4ef16f
train_41855
2026-01-01T00:00:00
Secure code generation and policy gates
agent_loop
expert
Task: agent_loop Topic: Secure code generation and policy gates Difficulty: expert Target language: Rust Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Rust", "developer_needs": [ "security_gates", "tooling", "tests_are_truth", "auditability" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
54d5b1460bc596f8fb801ccff71835c478acac0c
train_41856
2026-01-01T00:00:00
Secure code generation and policy gates
patch_diff
intermediate
Task: patch_diff Topic: Secure code generation and policy gates Difficulty: intermediate Target language: Bash Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Bash", "developer_needs": [ "repo_scale_reasoning", "documentation", "ci_integration", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1db2d84d404602d10a6af363422870801b8c03d7
train_41857
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
review
expert
Task: review Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: Java Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "security_gates", "cost_latency_tradeoffs", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
de29a1c3bc97391a7178cfd71afd255493e8f65c
train_41858
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
data_pipeline
intermediate
Task: data_pipeline Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "tests_are_truth", "ci_integration" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b2f121b5fe5ff258fbe39ebe1f4caecc55d31752
train_41859
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
failure_analysis
expert
Task: failure_analysis Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: Go Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "auditability", "tooling", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fafae026f8d06c38b77c64f4b08abe1c35564b07
train_41860
2026-01-01T00:00:00
Extended context and repo-scale understanding
failure_analysis
intermediate
Task: failure_analysis Topic: Extended context and repo-scale understanding Difficulty: intermediate Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "tests_are_truth", "repo_scale_reasoning", "governance" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ca458ba4318cc949c44864500e70bdff3bf77cd0
train_41861
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
data_pipeline
intermediate
Task: data_pipeline Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "JavaScript", "developer_needs": [ "ci_integration", "tooling", "auditability", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ca5e5447cbbdf790849d38141c4ff59f07e5756c
train_41862
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
eval
expert
Task: eval Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: Rust Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "governance", "ci_integration" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
67a071be227e45399dcb098d9539d7633d5e69d5
train_41863
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
data_pipeline
intermediate
Task: data_pipeline Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "reproducibility", "ci_integration", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
780ceaea8e36251df5cfa77123a5fa9065e5c4f9
train_41864
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
data_pipeline
advanced
Task: data_pipeline Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "security_gates", "documentation", "tests_are_truth", "ci_integration" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
862be95e13016eca10b2520f0ec6210a8fb1fcb7
train_41865
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
compare
intermediate
Task: compare Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Java", "developer_needs": [ "cost_latency_tradeoffs", "evaluation_metrics", "governance", "ci_integration" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
58d274f1057d70a306b16d7b635078281a0f2bba
train_41866
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
agent_loop
intermediate
Task: agent_loop Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: Java Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "governance", "reproducibility", "tooling" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5a0614a25ed381745bf60de73d0d2e771aa76f9c
train_41867
2026-01-01T00:00:00
Self-improving agents and feedback loops
data_pipeline
intermediate
Task: data_pipeline Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: Python Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "documentation", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ba8b62eef8a45ea7cb62f02718f44e35d25c631c
train_41868
2026-01-01T00:00:00
Latency, cost, and reliability optimization
eval
expert
Task: eval Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "auditability", "ci_integration", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f7dc453840417281d6bf5290833b769021f785ac
train_41869
2026-01-01T00:00:00
Self-improving agents and feedback loops
agent_loop
advanced
Task: agent_loop Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "auditability", "governance", "security_gates" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d1554ad72b1c4012cb316acb1486de92d6badfcc
train_41870
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
code
expert
Task: code Topic: Tool calling, sandboxes, and CI integration Difficulty: expert Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "reproducibility", "security_gates", "auditability", "governance" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd2a7d54895639a8782da3f59c094d1aac9077de
train_41871
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
agent_loop
intermediate
Task: agent_loop Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: Bash Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Bash", "developer_needs": [ "auditability", "ci_integration", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d197f1538fb1ae8b86a9bedeb088101b12c22507
train_41872
2026-01-01T00:00:00
Secure code generation and policy gates
explain
advanced
Task: explain Topic: Secure code generation and policy gates Difficulty: advanced Target language: SQL Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "tooling", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
30e01f09b241438fcdc05c168a3c03cefdfa8bb8
train_41873
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
design
intermediate
Task: design Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "cost_latency_tradeoffs", "reproducibility", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8632cf9c0c95ad8b36eedf01d5e226d2ddaed1ec
train_41874
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
compare
expert
Task: compare Topic: Reasoning-first coding models and tunable deliberation Difficulty: expert Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "cost_latency_tradeoffs", "repo_scale_reasoning", "documentation", "tooling" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cb62b6f8b77c8499107c24d53e56e8818205dff0
train_41875
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
patch_diff
intermediate
Task: patch_diff Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: Python Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "tests_are_truth", "governance", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0c1451c9d1e91b34cec658e06d3c383046f91736
train_41876
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
eval
intermediate
Task: eval Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: Go Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "tooling", "documentation", "repo_scale_reasoning", "auditability" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3c0fc400c01e69e9bfc913a1d8304ab8d6dff1ed
train_41877
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
advanced
Task: design Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Target language: Bash Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "repo_scale_reasoning", "security_gates", "governance", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
19dc817ce69bb058b5d473a7e162d04d1eba1c0c
train_41878
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
design
advanced
Task: design Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "governance", "evaluation_metrics", "security_gates", "documentation" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4e76dd0632106e71489f6baa71aadd813059fefc
train_41879
2026-01-01T00:00:00
Extended context and repo-scale understanding
eval
intermediate
Task: eval Topic: Extended context and repo-scale understanding Difficulty: intermediate Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "C#", "developer_needs": [ "documentation", "governance", "security_gates", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f50accf8b7edc0fd9e507b605ee048bcb3554750
train_41880
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
failure_analysis
intermediate
Task: failure_analysis Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: Go Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Go", "developer_needs": [ "security_gates", "evaluation_metrics", "documentation", "ci_integration" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fb91e9cc17b75d690bdc40473808ef118719e355
train_41881
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
compare
intermediate
Task: compare Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "JavaScript", "developer_needs": [ "evaluation_metrics", "reproducibility", "governance", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0ddc46aa09226b978556f61c04a870c24d87c08d
train_41882
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
advanced
Task: code Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: Python Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Scaffold: ```python def agent_loop(plan, edit, test, issue, max_iters=4): history = [] p = plan(issue) for _ in range(max_iters): patch = edit(issue, p) ok, report = test(patch) history.append({"plan": p, "ok": ok}) if ok: return patch, history p = p + " | refine" return patch, history ```
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "governance", "tests_are_truth", "repo_scale_reasoning", "auditability" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3312ab162ad54ea0323c2a071cd1afa20b0157e1
train_41883
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
data_pipeline
expert
Task: data_pipeline Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "tests_are_truth", "documentation", "governance" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c0d849a2c09c2c0f185703e128fdc2cc30042c32
train_41884
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
failure_analysis
expert
Task: failure_analysis Topic: Governance, provenance, and licensing for code data Difficulty: expert Target language: Bash Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "governance", "documentation", "ci_integration" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dcee2f409367b7cbe9a7211981e527d639b797fb
train_41885
2026-01-01T00:00:00
Latency, cost, and reliability optimization
agent_loop
expert
Task: agent_loop Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: SQL Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "cost_latency_tradeoffs", "ci_integration", "tests_are_truth", "documentation" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
849f64c1700c22ee2b76add6573e4b04e2cb5d07
train_41886
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
code
expert
Task: code Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: JavaScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "ci_integration", "governance" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
960882a3ab7d2fe1abfe65b29383fdf4df2f6c4f
train_41887
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
explain
advanced
Task: explain Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "documentation", "auditability", "reproducibility" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
901b23a2e1008658491a07e241352b12c22e47bc
train_41888
2026-01-01T00:00:00
Latency, cost, and reliability optimization
patch_diff
expert
Task: patch_diff Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: Bash Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Bash", "developer_needs": [ "reproducibility", "ci_integration", "governance", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
87b7d38717a9c4000040720cbfae5ce2b5780071
train_41889
2026-01-01T00:00:00
Latency, cost, and reliability optimization
design
intermediate
Task: design Topic: Latency, cost, and reliability optimization Difficulty: intermediate Target language: TypeScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "security_gates", "evaluation_metrics", "tests_are_truth", "governance" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c824859951bc8b25d20c3c8d904b0c9f16bd0876
train_41890
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
review
advanced
Task: review Topic: Code-specialized model families and sizing tradeoffs Difficulty: advanced Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "C#", "developer_needs": [ "ci_integration", "evaluation_metrics", "auditability", "repo_scale_reasoning" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
44a160c26691805ede6a34172fd1fad10555368e
train_41891
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
data_pipeline
advanced
Task: data_pipeline Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "governance", "security_gates", "evaluation_metrics" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3efcfcf28f2aae0287d63e5ea1227ee1ea0049fb
train_41892
2026-01-01T00:00:00
Self-improving agents and feedback loops
compare
intermediate
Task: compare Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Go", "developer_needs": [ "evaluation_metrics", "ci_integration", "tests_are_truth", "tooling" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a22725dfefb2272282ee5325e6648f38dffea9b1
train_41893
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
explain
advanced
Task: explain Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: Go Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "auditability", "cost_latency_tradeoffs", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bb7d66befaa9163cd0e6df596a9375f049953c3b
train_41894
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
compare
intermediate
Task: compare Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "JavaScript", "developer_needs": [ "reproducibility", "documentation", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a8daeb0b0dc212ddff55e86db3360c77869af723
train_41895
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
patch_diff
advanced
Task: patch_diff Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "documentation", "reproducibility", "evaluation_metrics", "tooling" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8c0473e723c1bd91a2c0038252503ad2641f62a3
train_41896
2026-01-01T00:00:00
Secure code generation and policy gates
review
advanced
Task: review Topic: Secure code generation and policy gates Difficulty: advanced Target language: Python Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "tests_are_truth", "evaluation_metrics", "documentation" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0708930087b4e77ae2439ad3cc469b4a227b8e09
train_41897
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
explain
intermediate
Task: explain Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "security_gates", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1580c0eb9172b696f450f1f65da8a4511e3b503a
train_41898
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
design
intermediate
Task: design Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "cost_latency_tradeoffs", "tests_are_truth", "repo_scale_reasoning", "tooling" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
916be52fde9073e1b0e772ae49c4760fbf261c9f
train_41899
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
expert
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: expert Target language: C# Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "governance", "evaluation_metrics", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dc042cd7ddcb9f4d528973ce8cec0ae9f316e80e