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_38600
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
patch_diff
intermediate
Task: patch_diff Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate 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. 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": [ "tests_are_truth", "evaluation_metrics", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3a217b2061c1bbf70df1ee772123522c3dbe7833
train_38601
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
explain
intermediate
Task: explain Topic: Governance, provenance, and licensing for code data Difficulty: intermediate 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
[]
{ "target_language": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "evaluation_metrics", "security_gates", "governance" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c1dc89742d67b9ca7ffb2184f7685c7a1b35e757
train_38602
2026-01-01T00:00:00
Extended context and repo-scale understanding
explain
expert
Task: explain Topic: Extended context and repo-scale understanding 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "documentation", "tests_are_truth", "evaluation_metrics", "governance" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
690a1b085916991cf6ff91d2679e52fc0c31b82b
train_38603
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Rust", "developer_needs": [ "tooling", "documentation", "reproducibility", "security_gates" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6ed0551779f5236100d8c0e05128699eae668f8b
train_38604
2026-01-01T00:00:00
Extended context and repo-scale understanding
review
expert
Task: review Topic: Extended context and repo-scale understanding 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "tests_are_truth", "documentation", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
904aca0b3a9f5da2ab9a42e26ab67067d4c5f554
train_38605
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
failure_analysis
expert
Task: failure_analysis Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: Python 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": "Python", "developer_needs": [ "ci_integration", "reproducibility", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ada5877b10794f9d5e559471ba19730b9f68b1ba
train_38606
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
design
expert
Task: design Topic: Tool calling, sandboxes, and CI integration Difficulty: expert 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. 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": [ "documentation", "tests_are_truth", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f83e466f624fd04ba57f76df2875004ec58c3b54
train_38607
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
code
intermediate
Task: code 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. 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": "Java", "developer_needs": [ "tests_are_truth", "documentation", "reproducibility", "ci_integration" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
76bf4e87480e2c81d14c2c85b31ac4d74d2e1620
train_38608
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
patch_diff
expert
Task: patch_diff Topic: Code-specialized model families and sizing tradeoffs 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. 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": [ "evaluation_metrics", "tests_are_truth", "cost_latency_tradeoffs", "security_gates" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f2090575cf2ad8d253d84fa72a79bf34d3fae6f6
train_38609
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: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
978ab70870cefbbc392980ab052f9c12af64d592
train_38610
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
failure_analysis
expert
Task: failure_analysis Topic: Tool calling, sandboxes, and CI integration Difficulty: expert 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "auditability", "repo_scale_reasoning", "governance", "security_gates" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5e397a8ca983d0e6b8d2e5a6b411e6f3d5c6240e
train_38611
2026-01-01T00:00:00
Extended context and repo-scale understanding
agent_loop
expert
Task: agent_loop Topic: Extended context and repo-scale understanding Difficulty: expert 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "security_gates", "documentation", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6692137605752baba648ae165ade58c1ead6b7c2
train_38612
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: 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. 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": [ "tests_are_truth", "documentation", "reproducibility", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8611c2c4c6381961de20838b79a5b5bd330356cd
train_38613
2026-01-01T00:00:00
Latency, cost, and reliability optimization
patch_diff
intermediate
Task: patch_diff Topic: Latency, cost, and reliability optimization Difficulty: intermediate 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. 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": [ "cost_latency_tradeoffs", "documentation", "tooling", "auditability" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
71cad1fe0867f9bfc61c1b9a41c040f3844c3647
train_38614
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
agent_loop
expert
Task: agent_loop Topic: Model merging, distillation, and continued pretraining 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "C#", "developer_needs": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "tooling", "governance" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6ef1a6ae8dbe1c6ea7e3556b8d1a1153684ef092
train_38615
2026-01-01T00:00:00
Secure code generation and policy gates
review
intermediate
Task: review Topic: Secure code generation and policy gates Difficulty: intermediate Target language: Python 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": "Python", "developer_needs": [ "security_gates", "documentation", "evaluation_metrics", "tooling" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
56e6b5ee9851c35d53292c03fc8065e6f906a57d
train_38616
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "SQL", "developer_needs": [ "repo_scale_reasoning", "reproducibility", "governance", "auditability" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e584b459a51fa8510549e5831bf7e65341e9878f
train_38617
2026-01-01T00:00:00
Self-improving agents and feedback loops
patch_diff
expert
Task: patch_diff 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. 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": "Java", "developer_needs": [ "reproducibility", "auditability", "documentation", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3677c4838c8a01bac08cc076d4034e0d67391c79
train_38618
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
patch_diff
expert
Task: patch_diff Topic: Tool calling, sandboxes, and CI integration 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. 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": [ "ci_integration", "cost_latency_tradeoffs", "security_gates", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cd3c9f816c41b5e83358a893e7331a6aee2652e7
train_38619
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
eval
expert
Task: eval Topic: Code-specialized model families and sizing tradeoffs Difficulty: expert Target language: Rust 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "security_gates", "ci_integration", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9b424b42b1b2fda4c9bc801a8548a6e323b06f03
train_38620
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
compare
advanced
Task: compare Topic: Code-specialized model families and sizing tradeoffs Difficulty: advanced Target language: Rust 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "governance", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
40309b458e48fd8fccdf045fca3daffae7e2adca
train_38621
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
agent_loop
expert
Task: agent_loop Topic: Multimodal dev workflows (docs, diagrams, traces) 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "cost_latency_tradeoffs", "repo_scale_reasoning", "governance", "auditability" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
431d06ef78bb10b4027dc907ee8caadabac6bc94
train_38622
2026-01-01T00:00:00
Latency, cost, and reliability optimization
eval
expert
Task: eval Topic: Latency, cost, and reliability optimization 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": [ "governance", "ci_integration", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fd2855ea41c3d4c22b2348d0a39e3bb13f2b4242
train_38623
2026-01-01T00:00:00
Secure code generation and policy gates
failure_analysis
advanced
Task: failure_analysis Topic: Secure code generation and policy gates Difficulty: advanced Target language: Python 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "tooling", "security_gates", "ci_integration" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c3b1a4c3ab6fbde57a887f65aaf767af191f28f1
train_38624
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
explain
expert
Task: explain Topic: SWE-bench style real-repo evaluation 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "auditability", "repo_scale_reasoning", "reproducibility", "evaluation_metrics" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ff167e2dd89774f30df63247c7a06cd505951765
train_38625
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
failure_analysis
expert
Task: failure_analysis Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert Target language: Rust 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Rust", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "governance", "documentation" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4b7652584b3a3e572b43871f92203736c465cdc4
train_38626
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
agent_loop
intermediate
Task: agent_loop Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Python", "developer_needs": [ "tooling", "documentation", "governance", "cost_latency_tradeoffs" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
339ecdbc2ca38fdc9c300b8ce8dbb8fe7feac0c9
train_38627
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
patch_diff
expert
Task: patch_diff Topic: Governance, provenance, and licensing for code data 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. 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": [ "repo_scale_reasoning", "ci_integration", "security_gates", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e6830f6d480626b865fe063c298d38aa9581faaa
train_38628
2026-01-01T00:00:00
Extended context and repo-scale understanding
agent_loop
expert
Task: agent_loop Topic: Extended context and repo-scale understanding Difficulty: expert 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. 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": "Go", "developer_needs": [ "reproducibility", "documentation", "tooling", "security_gates" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7c455f28ea13c5abdb49ad9c79e53cffcc00dcd5
train_38629
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
code
expert
Task: code Topic: Code-specialized model families and sizing tradeoffs 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": [ "auditability", "evaluation_metrics", "ci_integration", "governance" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
27e0c047c15ef782e68b608b4be536461e1ce58c
train_38630
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 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. 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": "Rust", "developer_needs": [ "security_gates", "reproducibility", "governance", "documentation" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cf4e71d4f16493e21266dd9f46d67d46cb02e6ba
train_38631
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: 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. 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": "Rust", "developer_needs": [ "governance", "tooling", "reproducibility", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3df658f0160f1aae81aeb5282502ca73aefe5a7b
train_38632
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
intermediate
Task: design Topic: Reasoning-first coding models and tunable deliberation 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": [ "tests_are_truth", "cost_latency_tradeoffs", "governance", "auditability" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ab4d4e9983bdd980f4b56b6e2785f9beb8a772c5
train_38633
2026-01-01T00:00:00
Secure code generation and policy gates
patch_diff
advanced
Task: patch_diff Topic: Secure code generation and policy gates 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. 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": [ "cost_latency_tradeoffs", "reproducibility", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9d301699441c7f627a6bd9de232147330c19bc3d
train_38634
2026-01-01T00:00:00
Latency, cost, and reliability optimization
design
advanced
Task: design Topic: Latency, cost, and reliability optimization 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "auditability", "security_gates", "governance", "reproducibility" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4f0bd8e8558086f931e6fe0fe236672ae03dbace
train_38635
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Bash", "developer_needs": [ "governance", "tests_are_truth", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7e59645475f3ed9608d6fe900b90dc0bfbfefd90
train_38636
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
code
advanced
Task: code Topic: Code-specialized model families and sizing tradeoffs 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "governance", "security_gates", "tests_are_truth", "auditability" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
18ec966f1b2ed31e86bb49ac56dd92101a05ef12
train_38637
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
design
expert
Task: design Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert 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. 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": [ "governance", "ci_integration", "auditability", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
92bf72b7564244e2b65ad3b44664d4f1506f08b4
train_38638
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "tooling", "ci_integration" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9b975bca20c862800a640c80a39b4c2c38729e73
train_38639
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
patch_diff
expert
Task: patch_diff Topic: Code-specialized model families and sizing tradeoffs Difficulty: expert Target language: SQL 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": "SQL", "developer_needs": [ "security_gates", "repo_scale_reasoning", "governance", "auditability" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
315d4679b982904d79dd0f0371a9f8feba078702
train_38640
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
patch_diff
expert
Task: patch_diff Topic: Code-specialized model families and sizing tradeoffs Difficulty: expert 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. 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": [ "auditability", "documentation", "tooling", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f9ec36b79e2d543d3ef09fd89b37b3969e15d8f4
train_38641
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
data_pipeline
intermediate
Task: data_pipeline Topic: Reasoning-first coding models and tunable deliberation 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "security_gates", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b3df1834f616ccd5911db23df0afc14a6f3b6b79
train_38642
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
failure_analysis
intermediate
Task: failure_analysis Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: Python 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": "Python", "developer_needs": [ "ci_integration", "security_gates", "tooling", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
33b0aaded815c1054a41daf692f27427f481d7d5
train_38643
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
compare
expert
Task: compare Topic: Model merging, distillation, and continued pretraining Difficulty: expert 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. 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": [ "tooling", "repo_scale_reasoning", "cost_latency_tradeoffs", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6faccabac1b4e19e4d449082c428ee8d4ad00d2d
train_38644
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
review
intermediate
Task: review Topic: Reasoning-first coding models and tunable deliberation 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. Review: correctness, security, performance, governance
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "reproducibility", "auditability" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0b3ddc41fd7ef02f8240d82e1975318ca9e31188
train_38645
2026-01-01T00:00:00
Self-improving agents and feedback loops
eval
intermediate
Task: eval Topic: Self-improving agents and feedback loops Difficulty: intermediate 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "JavaScript", "developer_needs": [ "auditability", "tests_are_truth", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ed2f3a708a93bfde97de6b4835ae8988a8add399
train_38646
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: 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. 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": "JavaScript", "developer_needs": [ "tests_are_truth", "evaluation_metrics", "reproducibility", "security_gates" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
12736403ff5eda6dd0c9bd50ce46d2c9711cd2a3
train_38647
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
code
advanced
Task: code Topic: Mixture-of-Experts (MoE) for code Difficulty: advanced 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "documentation", "governance", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e95a2eeb833a19efd78a3174abeffe15c8a41595
train_38648
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
data_pipeline
expert
Task: data_pipeline Topic: Governance, provenance, and licensing for code data 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "JavaScript", "developer_needs": [ "cost_latency_tradeoffs", "evaluation_metrics", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
38461fd6d4abee90bb241090e2691944f26db84b
train_38649
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
explain
expert
Task: explain Topic: Mixture-of-Experts (MoE) for code 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "repo_scale_reasoning", "documentation", "tooling" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bb1613dcae06d0b9e80780099d611aa9844ac292
train_38650
2026-01-01T00:00:00
Extended context and repo-scale understanding
eval
advanced
Task: eval Topic: Extended context and repo-scale understanding 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "SQL", "developer_needs": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "governance", "tooling" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e7248a348e7c624e4dae08d2ac1bbde8f7379c27
train_38651
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
design
advanced
Task: design Topic: Code-specialized model families and sizing tradeoffs 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. 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": "C#", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "evaluation_metrics", "tooling" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1a695702b0a4296ec1d085a370ce80dc7c1cb583
train_38652
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
review
expert
Task: review Topic: Code-specialized model families and sizing tradeoffs 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Rust", "developer_needs": [ "reproducibility", "governance", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7ad18da331d1b2b76e64a3f7b36e642bbd5a3dab
train_38653
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
explain
expert
Task: explain Topic: SWE-bench style real-repo evaluation Difficulty: expert 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", "security_gates", "ci_integration", "tooling" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7d87209880e6a121befee6dec490699d104aabe7
train_38654
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
eval
intermediate
Task: eval 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. 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": [ "cost_latency_tradeoffs", "ci_integration", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6db75d87c14af95ea5b747d60e00096e5bee67cb
train_38655
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
design
advanced
Task: design Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: Rust 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": "Rust", "developer_needs": [ "cost_latency_tradeoffs", "repo_scale_reasoning", "tooling", "governance" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d0d12e791c26d5a2dafe76e7096f877243beaf6f
train_38656
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Bash", "developer_needs": [ "tests_are_truth", "reproducibility", "governance", "ci_integration" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b812c3d737bad321f966ed711633e70ea8a61fcd
train_38657
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: 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. 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": [ "repo_scale_reasoning", "tests_are_truth", "security_gates", "ci_integration" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
49299997440697d73b2de33e8acd6788db0469a2
train_38658
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
explain
advanced
Task: explain Topic: Mixture-of-Experts (MoE) for code Difficulty: advanced 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "repo_scale_reasoning", "reproducibility", "evaluation_metrics", "auditability" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
443ec1c4e0fac27110083e4162747d7c4e51aa97
train_38659
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
patch_diff
expert
Task: patch_diff Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: Rust 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": "Rust", "developer_needs": [ "evaluation_metrics", "documentation", "security_gates", "auditability" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ccc0c03e3a8d0f5d432c310f9d717a46cfe33f7f
train_38660
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
code
advanced
Task: code Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: SQL 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": "SQL", "developer_needs": [ "governance", "tests_are_truth", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a06f9876030402d86d79e1cff4820b19618bba97
train_38661
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
eval
intermediate
Task: eval Topic: Reasoning-first coding models and tunable deliberation 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. 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": "TypeScript", "developer_needs": [ "tooling", "reproducibility", "repo_scale_reasoning", "cost_latency_tradeoffs" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e65993c48e64bb91854a4b8767735f3d5b7f75db
train_38662
2026-01-01T00:00:00
Latency, cost, and reliability optimization
compare
intermediate
Task: compare Topic: Latency, cost, and reliability optimization 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", "reproducibility", "security_gates", "tests_are_truth" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cd62b9caacfe35e42a05708c42ba6be3cf86b759
train_38663
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: 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": "C#", "developer_needs": [ "reproducibility", "cost_latency_tradeoffs", "security_gates", "tooling" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7091b5ab7717db22b189f9e6d0a7d01b831ae15a
train_38664
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
advanced
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: advanced 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": [ "reproducibility", "security_gates", "governance", "ci_integration" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
da9dbdb92013d2c0dfeec6f2b53404fe6f9a161d
train_38665
2026-01-01T00:00:00
Extended context and repo-scale understanding
data_pipeline
advanced
Task: data_pipeline Topic: Extended context and repo-scale understanding Difficulty: advanced 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": [ "evaluation_metrics", "governance", "security_gates", "repo_scale_reasoning" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e04e2e277b8491bec192b4796118c393a9792ee9
train_38666
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
agent_loop
intermediate
Task: agent_loop Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: TypeScript 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": "TypeScript", "developer_needs": [ "reproducibility", "tests_are_truth", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5d5a558b11db5bb85c7867ac48f7011b7aeb3b3a
train_38667
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: Rust 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "documentation", "cost_latency_tradeoffs", "governance", "tooling" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b1eb0f6d910870ff38f31c1c2e56ec657bb0f33c
train_38668
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
compare
advanced
Task: compare Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Java", "developer_needs": [ "tooling", "tests_are_truth", "reproducibility", "documentation" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d293fc6aea00bf4af15c97626b3d25efc5ac1fdc
train_38669
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Python", "developer_needs": [ "governance", "repo_scale_reasoning", "documentation", "security_gates" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e9492808c8825ff19f183cfffa2af785b37185ec
train_38670
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: 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
[]
{ "target_language": "Go", "developer_needs": [ "repo_scale_reasoning", "security_gates", "ci_integration", "documentation" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1c58c3c607ac70004418a4f3176b82168da61254
train_38671
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "tests_are_truth", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7c34c275319ccc55a6b65dbb9edc7782258f1a8a
train_38672
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
failure_analysis
advanced
Task: failure_analysis Topic: Governance, provenance, and licensing for code data Difficulty: advanced 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "TypeScript", "developer_needs": [ "auditability", "cost_latency_tradeoffs", "reproducibility", "tests_are_truth" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
69a4e68b1202f1950042bad8a596db7a8219896d
train_38673
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
patch_diff
advanced
Task: patch_diff Topic: Reasoning-first coding models and tunable deliberation 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. 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", "evaluation_metrics", "ci_integration", "reproducibility" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cae13d5dc0c617f32aa78155f5eee7c824425f65
train_38674
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
agent_loop
expert
Task: agent_loop Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: C# 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": "C#", "developer_needs": [ "reproducibility", "documentation", "security_gates", "evaluation_metrics" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
80a3f1cac5cd068508d0437ca63393d07913444c
train_38675
2026-01-01T00:00:00
Secure code generation and policy gates
code
intermediate
Task: code Topic: Secure code generation and policy gates Difficulty: intermediate Target language: C# 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": "C#", "developer_needs": [ "tests_are_truth", "tooling", "documentation", "security_gates" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
958947900bb5295fecce534cd87deac3f945d258
train_38676
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
code
intermediate
Task: code Topic: Tool calling, sandboxes, and CI integration 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "governance", "documentation", "repo_scale_reasoning", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c84e941687c33a8647e709bd52112414e172db08
train_38677
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
explain
expert
Task: explain Topic: Model merging, distillation, and continued pretraining 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "reproducibility", "ci_integration", "governance" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d4ac8461c9063ea487f93b053d13169ab56c3240
train_38678
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: 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. 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": "C#", "developer_needs": [ "tooling", "governance", "reproducibility", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1810842f2863aa6374f62d33b74fbc69216a6a5c
train_38679
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
review
expert
Task: review Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "auditability", "repo_scale_reasoning", "evaluation_metrics", "documentation" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
794dfa5c172fcd10966bee7f8d18724967e44974
train_38680
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: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Go", "developer_needs": [ "repo_scale_reasoning", "reproducibility", "evaluation_metrics", "security_gates" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0182cac95895e3c5021ddaef8ba4c1c77ea00736
train_38681
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
review
expert
Task: review Topic: Mixture-of-Experts (MoE) for code Difficulty: expert 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "documentation", "auditability", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
aab84702607f96ee9447e7b2ddddc32beb0ceccc
train_38682
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
agent_loop
advanced
Task: agent_loop Topic: Tool calling, sandboxes, and CI integration 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. 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": "Python", "developer_needs": [ "cost_latency_tradeoffs", "evaluation_metrics", "reproducibility", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
374f3e6ed93cdadd4f806c6d5d4d8874596dfa9f
train_38683
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: 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": [ "tests_are_truth", "evaluation_metrics", "reproducibility", "auditability" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8ea3f19b66f60a5e6a6b9b29027a75aab0f1f22d
train_38684
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
intermediate
Task: code Topic: Self-improving agents and feedback loops Difficulty: intermediate 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "reproducibility", "governance", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d06f278028d348ff285dc74aa09f3011558dc192
train_38685
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: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "documentation", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
263a98aa73d4382471d4e2756432f3ea4c00d828
train_38686
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
compare
advanced
Task: compare Topic: Governance, provenance, and licensing for code data 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "SQL", "developer_needs": [ "repo_scale_reasoning", "ci_integration", "auditability", "governance" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1f22269b0f4c1c98cf0df1e137656a75be7693b5
train_38687
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: 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. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "repo_scale_reasoning", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
88c5b8ca35203c586d8a132a5cd7a418ae2558c6
train_38688
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
review
advanced
Task: review Topic: Mixture-of-Experts (MoE) for code Difficulty: advanced 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. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "governance", "tooling", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6a7a5f99f8ecc8bf08fe752626bab3620f82dbd7
train_38689
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
agent_loop
advanced
Task: agent_loop Topic: Governance, provenance, and licensing for code data Difficulty: advanced 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": [ "evaluation_metrics", "tooling", "documentation", "security_gates" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8542da109b398357abfe044e3862f73fe56ba7ac
train_38690
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 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Python", "developer_needs": [ "ci_integration", "governance", "repo_scale_reasoning", "auditability" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
945cba5ccfe26dc6b2873cc71932a3bcb069af32
train_38691
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
data_pipeline
expert
Task: data_pipeline 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Go", "developer_needs": [ "security_gates", "repo_scale_reasoning", "tooling", "reproducibility" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
749ed6708588f0537cdb48d9878d9e6d8f837b22
train_38692
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
eval
advanced
Task: eval 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "cost_latency_tradeoffs", "tooling", "documentation" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
86e21722af6ea189eac7d0e4d90a60dfcf5e1da9
train_38693
2026-01-01T00:00:00
Secure code generation and policy gates
design
intermediate
Task: design Topic: Secure code generation and policy gates 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": [ "tests_are_truth", "reproducibility", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2d8c1ac200c74ccb6232e3a219788901dd4510a4
train_38694
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
expert
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: expert 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": [ "governance", "security_gates", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b243227be1d35665108498112b1dd023849ca01b
train_38695
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
compare
advanced
Task: compare Topic: Multimodal dev workflows (docs, diagrams, traces) 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": [ "repo_scale_reasoning", "documentation", "governance", "security_gates" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a934f052b00f26ea4139e5fa72bfcb96c7e09e32
train_38696
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
compare
advanced
Task: compare Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced 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. 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": [ "evaluation_metrics", "governance", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3e422c2d9c30e4b095b53f7353ac4f24ac8b3600
train_38697
2026-01-01T00:00:00
Self-improving agents and feedback loops
patch_diff
advanced
Task: patch_diff Topic: Self-improving agents and feedback loops Difficulty: advanced 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. 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": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "reproducibility", "governance", "ci_integration" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4e03f2dd5ea971dda697fc6b5025e4bed397480d
train_38698
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
patch_diff
intermediate
Task: patch_diff Topic: Multimodal dev workflows (docs, diagrams, traces) 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. 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": "Java", "developer_needs": [ "governance", "tests_are_truth", "security_gates", "evaluation_metrics" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
47ad1d09ac1a565fe51d0e91a73f98d4194ff8d9
train_38699
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
review
intermediate
Task: review Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate 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. Review: correctness, security, performance, governance
[]
{ "target_language": "JavaScript", "developer_needs": [ "governance", "evaluation_metrics", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8afb16a068a071018c4898801f511abe8ddf4d16