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_48900
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: 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": [ "repo_scale_reasoning", "tooling", "tests_are_truth", "security_gates" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4e5f0dd2d556b6f6eed0b06d5ef577e48a30d306
train_48901
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
review
advanced
Task: review Topic: Multimodal dev workflows (docs, diagrams, traces) 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. 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": [ "tests_are_truth", "documentation", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f5bb48c67a8b6b578c1961d6dc4e7581a0f51666
train_48902
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: 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. 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": [ "cost_latency_tradeoffs", "ci_integration", "reproducibility", "auditability" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
343394c7533375e2a57a6a4c8c1df5be42a675a7
train_48903
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: 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "SQL", "developer_needs": [ "evaluation_metrics", "governance", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b013c9b886c5fd90f4a9efd1b0f7ad88fcc51de3
train_48904
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: 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. 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": [ "reproducibility", "auditability", "ci_integration", "governance" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3789740d6ad21228e75e7ba29797474437549b7c
train_48905
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
review
expert
Task: review Topic: Reasoning-first coding models and tunable deliberation Difficulty: expert 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "repo_scale_reasoning", "governance", "ci_integration", "reproducibility" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bc9d581b8f4fd479a93f412f580aa10ce945cdb3
train_48906
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
eval
advanced
Task: eval Topic: Model merging, distillation, and continued pretraining 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. 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": "Python", "developer_needs": [ "evaluation_metrics", "auditability", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d4ae3317f4b12c9082921bdd9e73b639435f84d3
train_48907
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: 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", "security_gates", "reproducibility", "repo_scale_reasoning" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b782516573836832a46dc84d630b4772bcba9b2b
train_48908
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: 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": [ "tooling", "ci_integration", "cost_latency_tradeoffs", "tests_are_truth" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b9f11264d9a489871d909b70182a044d70f9de00
train_48909
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
compare
intermediate
Task: compare Topic: Dataset curation pipelines (filter, dedupe, quality) 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "tooling", "reproducibility", "governance" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
84d899f048aeab510664989f128bb871802ce1ae
train_48910
2026-01-01T00:00:00
Extended context and repo-scale understanding
code
expert
Task: code Topic: Extended context and repo-scale understanding 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "security_gates", "governance", "repo_scale_reasoning" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4331de68332cecd2ea0f0cc2d0f5b7ded1b17841
train_48911
2026-01-01T00:00:00
Secure code generation and policy gates
data_pipeline
advanced
Task: data_pipeline Topic: Secure code generation and policy gates 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. 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": "Java", "developer_needs": [ "repo_scale_reasoning", "reproducibility", "governance", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ec698cc5d6afe1289af0473c52971ad2ddd96899
train_48912
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: 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. 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": [ "ci_integration", "auditability", "reproducibility", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
21481491ec186e00c4335b94598f630afa8eb992
train_48913
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
design
expert
Task: design Topic: Multimodal dev workflows (docs, diagrams, traces) 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Python", "developer_needs": [ "cost_latency_tradeoffs", "tests_are_truth", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1813944b51592df998a13a5f4061d380821aa378
train_48914
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: 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
[ "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", "documentation", "ci_integration", "governance" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7d5a6809087d9e93c337985babdce4e714e58c8f
train_48915
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: 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
[ "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", "ci_integration", "reproducibility", "documentation" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d6592e54f54b2f43c740e4608ecadf754ccfa178
train_48916
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: 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. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "governance", "tooling", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
faa0816d9ad9b03d929c4a7fd35e75555652e831
train_48917
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
compare
expert
Task: compare Topic: Mixture-of-Experts (MoE) for code Difficulty: expert 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Bash", "developer_needs": [ "cost_latency_tradeoffs", "tests_are_truth", "security_gates", "ci_integration" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
86cad0b0cfb8f71735785306ceaf48394e3e2ed5
train_48918
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: 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": [ "auditability", "tooling", "ci_integration", "governance" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c7ed5cf9c0c084f399d7eafc9749d5de38ce321c
train_48919
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
compare
intermediate
Task: compare Topic: SWE-bench style real-repo evaluation 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
[]
{ "target_language": "Bash", "developer_needs": [ "repo_scale_reasoning", "documentation", "tooling", "tests_are_truth" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6bcde5cbc8021aa664b9e71b5bec113bd611f837
train_48920
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: 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": [ "governance", "cost_latency_tradeoffs", "tooling", "tests_are_truth" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fe3e926ba5abaef629d0bd825aad9d08dd81470c
train_48921
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
eval
expert
Task: eval Topic: Reasoning-first coding models and tunable deliberation 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "documentation", "security_gates", "reproducibility", "tooling" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2daddfb16c571bb8505e1e554629bbdcc8fa7e6c
train_48922
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
data_pipeline
intermediate
Task: data_pipeline Topic: Governance, provenance, and licensing for code data 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. 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": [ "auditability", "cost_latency_tradeoffs", "tooling", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ec023554f72bc7a11533baaec74f01f76c721be7
train_48923
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
eval
expert
Task: eval Topic: SWE-bench style real-repo evaluation 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": [ "cost_latency_tradeoffs", "tests_are_truth", "reproducibility", "auditability" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7a9b2f912f13f560ca14c9fb9778c23efc73e4c3
train_48924
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
compare
intermediate
Task: compare Topic: SWE-bench style real-repo evaluation 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. Compare: capability, cost, latency, reliability
[ "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", "reproducibility", "ci_integration", "tooling" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b5dc8a8b7f1707c86c4646b39f8a306ca2016577
train_48925
2026-01-01T00:00:00
Latency, cost, and reliability optimization
review
expert
Task: review Topic: Latency, cost, and reliability optimization 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "documentation", "governance", "auditability", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d7e79ba9d9c225f76b8cb6b6a2fa0cd7cb748f0f
train_48926
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": [ "tooling", "auditability", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d772a6290b841a6b4b4882b6058b5c5fb048a425
train_48927
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
patch_diff
advanced
Task: patch_diff Topic: Dataset curation pipelines (filter, dedupe, quality) 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. 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": [ "security_gates", "evaluation_metrics", "ci_integration", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
77fc10250ec5a135cef29768a6fbad4658e031f4
train_48928
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: 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": [ "auditability", "cost_latency_tradeoffs", "tooling", "security_gates" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bea23bd133244b16b8899bb89e01b7b02cc84366
train_48929
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
eval
expert
Task: eval Topic: Governance, provenance, and licensing for code data 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "C#", "developer_needs": [ "tooling", "documentation", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
972e45e41c3a1b3886f608b967696026a26c76f8
train_48930
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: 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": [ "cost_latency_tradeoffs", "auditability", "tooling", "ci_integration" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f171040221edc5cc584ef9a066c3ccb4cb5395da
train_48931
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: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "SQL", "developer_needs": [ "evaluation_metrics", "documentation", "auditability", "tooling" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c1be034040e42415513c937a87f87309ca772139
train_48932
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
explain
intermediate
Task: explain Topic: SWE-bench style real-repo evaluation 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "auditability", "evaluation_metrics", "tests_are_truth", "ci_integration" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5ac2fdf94c7ad304df174bf565f9cc9dafad4fa7
train_48933
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
review
advanced
Task: review Topic: Governance, provenance, and licensing for code data 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "ci_integration", "auditability", "reproducibility", "security_gates" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f369e89481502db537bd26cd19312952bcb4bb65
train_48934
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
design
advanced
Task: design Topic: Mixture-of-Experts (MoE) for code 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Python", "developer_needs": [ "ci_integration", "auditability", "governance", "security_gates" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
be745b92c6e8a20883b195c926ffa86060f0fc91
train_48935
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
code
intermediate
Task: code Topic: Code-specialized model families and sizing tradeoffs 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "ci_integration", "governance", "tooling" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7a9aa53c7fc57fcaae65bbb8a5fabeaa2c4fb331
train_48936
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: 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": "Rust", "developer_needs": [ "security_gates", "repo_scale_reasoning", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b131d451e043fa94e9c9cc67bd08e85d43e7ed0a
train_48937
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: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "documentation", "tooling", "ci_integration", "security_gates" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f1d113c30976ec3a9d03fa6690ae6c55bc77315e
train_48938
2026-01-01T00:00:00
Self-improving agents and feedback loops
review
expert
Task: review Topic: Self-improving agents and feedback loops 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "security_gates", "ci_integration", "governance" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c5661dbc5a47e63f243ec8e9f4476925867f657d
train_48939
2026-01-01T00:00:00
Extended context and repo-scale understanding
explain
intermediate
Task: explain Topic: Extended context and repo-scale understanding 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "security_gates", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9b8727937fc2f7abb8533d971ba41ae703dd20f8
train_48940
2026-01-01T00:00:00
Self-improving agents and feedback loops
agent_loop
intermediate
Task: agent_loop Topic: Self-improving agents and feedback loops 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "C#", "developer_needs": [ "documentation", "tests_are_truth", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
80c077d6df94f9f66a2bee02f8b4e04b2973a480
train_48941
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: 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. 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", "documentation", "security_gates", "reproducibility" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ea4e116f17623d329d2fd6b42da6a746c6123006
train_48942
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
explain
expert
Task: explain Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "reproducibility", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e4eab50b57e041b57cd2841d61482be6508e669f
train_48943
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Bash", "developer_needs": [ "evaluation_metrics", "documentation", "reproducibility", "security_gates" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
75065abdef662044082065e36be9e1b3924cfe5b
train_48944
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: 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. 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": [ "ci_integration", "reproducibility", "security_gates", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f28d9679ccdcc9902ee4de64760c0a792dc1a02f
train_48945
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
design
expert
Task: design Topic: Mixture-of-Experts (MoE) for code 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "governance", "ci_integration", "repo_scale_reasoning", "reproducibility" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
653a1ee7521fc2f6c8bcd3764ec9a6c5c48d1849
train_48946
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
review
expert
Task: review Topic: Governance, provenance, and licensing for code data 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. Review: correctness, security, performance, governance
[]
{ "target_language": "SQL", "developer_needs": [ "documentation", "repo_scale_reasoning", "governance", "auditability" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
73acb5d6ea44d01e671482abb996240ab37b2fdf
train_48947
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
data_pipeline
intermediate
Task: data_pipeline Topic: Tool calling, sandboxes, and CI integration 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. 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": [ "cost_latency_tradeoffs", "auditability", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
358e5a8f49e9c52a1eec7d00f91835f4400b7dc8
train_48948
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: 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
[]
{ "target_language": "Python", "developer_needs": [ "documentation", "reproducibility", "security_gates", "ci_integration" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bb1a98b7ca24f295fed3236dadf4561b297b60e0
train_48949
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: 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
[]
{ "target_language": "TypeScript", "developer_needs": [ "tooling", "evaluation_metrics", "reproducibility", "governance" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2c56237399e36a54cab96f63d4249e0d24414929
train_48950
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: 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": [ "tooling", "governance", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2bf52e9f8d52ed2b8f6a67f57d44676ae76b0d2d
train_48951
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
review
advanced
Task: review Topic: Model merging, distillation, and continued pretraining Difficulty: advanced 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": [ "security_gates", "ci_integration", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9149e7a0502d8a0626e7461feb1d5934f24615bc
train_48952
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
explain
advanced
Task: explain Topic: Agentic coding systems (plan→edit→test→reflect) 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "reproducibility", "tests_are_truth", "repo_scale_reasoning", "tooling" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7e0f35071e988f91cfb5201d9c15e87ae4832c25
train_48953
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
compare
expert
Task: compare Topic: Dataset curation pipelines (filter, dedupe, quality) 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
[]
{ "target_language": "Java", "developer_needs": [ "auditability", "ci_integration", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
20c5c0c501d9723841dde21892ebc1717d11a5e9
train_48954
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: 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Java", "developer_needs": [ "governance", "cost_latency_tradeoffs", "security_gates", "documentation" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
695cc85b8c2fb29fcbc3f01e76fb96c516050ace
train_48955
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
failure_analysis
advanced
Task: failure_analysis Topic: Model merging, distillation, and continued pretraining Difficulty: advanced 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
[ "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", "tests_are_truth", "documentation", "governance" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a4769f12fe446f9619c88852a483fa91f774c620
train_48956
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
patch_diff
intermediate
Task: patch_diff Topic: Tool calling, sandboxes, and CI integration 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. 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": "C#", "developer_needs": [ "evaluation_metrics", "documentation", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
adf25af28747d5e524d119ea3876201befa1ec8d
train_48957
2026-01-01T00:00:00
Secure code generation and policy gates
data_pipeline
advanced
Task: data_pipeline Topic: Secure code generation and policy gates Difficulty: advanced 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "TypeScript", "developer_needs": [ "reproducibility", "documentation", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9648fe749ce74968945762ac7559a00b68e1bf73
train_48958
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
eval
intermediate
Task: eval Topic: SWE-bench style real-repo evaluation Difficulty: intermediate 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Go", "developer_needs": [ "governance", "tooling", "evaluation_metrics", "auditability" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1e64cec33eb13e61bce3e09c0b3bee1cf72fe559
train_48959
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
review
intermediate
Task: review Topic: Dataset curation pipelines (filter, dedupe, quality) 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. 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": [ "reproducibility", "evaluation_metrics", "repo_scale_reasoning", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c0b73e1c4722443f07da0f5ecbd5d1dd9371ca7e
train_48960
2026-01-01T00:00:00
Extended context and repo-scale understanding
compare
advanced
Task: compare Topic: Extended context and repo-scale understanding 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. 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": [ "cost_latency_tradeoffs", "auditability", "documentation", "security_gates" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
23424c81e0d8c4da2c5d6f0c3c0be2f9fc39590e
train_48961
2026-01-01T00:00:00
Extended context and repo-scale understanding
agent_loop
advanced
Task: agent_loop Topic: Extended context and repo-scale understanding 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. 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": [ "repo_scale_reasoning", "auditability", "reproducibility", "documentation" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6ec572c67606f4eb5a76bc2386f2516ef5d67f67
train_48962
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: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Bash", "developer_needs": [ "governance", "documentation", "cost_latency_tradeoffs", "security_gates" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a1904b3c6f15ef3e330f9ecf27ec51f41a605cf8
train_48963
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
review
expert
Task: review Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert 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. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "governance", "cost_latency_tradeoffs", "security_gates", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9a54df753b4e97085ac69cea6245678164f02132
train_48964
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "C#", "developer_needs": [ "tooling", "evaluation_metrics", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c1a57b97529ff0aa96e152049b448d02198cdba6
train_48965
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
eval
advanced
Task: eval Topic: Reasoning-first coding models and tunable deliberation 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "TypeScript", "developer_needs": [ "tooling", "cost_latency_tradeoffs", "reproducibility", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7098555f96702cb4007c3275d102183f456cc94f
train_48966
2026-01-01T00:00:00
Self-improving agents and feedback loops
explain
expert
Task: explain Topic: Self-improving agents and feedback loops 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Bash", "developer_needs": [ "tests_are_truth", "ci_integration", "governance", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c4d5c38e7f7ecb7b9131416143da8bb3911a3eb7
train_48967
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
compare
intermediate
Task: compare Topic: Governance, provenance, and licensing for code data Difficulty: intermediate 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. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "ci_integration", "documentation", "evaluation_metrics", "security_gates" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7c01fa930285603dd534b0b5eb8187b3a646dea0
train_48968
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
patch_diff
advanced
Task: patch_diff Topic: Agentic coding systems (plan→edit→test→reflect) 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. 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": [ "security_gates", "reproducibility", "documentation", "ci_integration" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
aaf1293581a52633b7c2a147a759b37058848abf
train_48969
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
data_pipeline
expert
Task: data_pipeline Topic: Multimodal dev workflows (docs, diagrams, traces) 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. 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": "Java", "developer_needs": [ "cost_latency_tradeoffs", "evaluation_metrics", "auditability", "ci_integration" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
73d06da98b55a7502cfa0098e28e446de25c7e18
train_48970
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
explain
intermediate
Task: explain Topic: Dataset curation pipelines (filter, dedupe, quality) 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "ci_integration", "tooling", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd2656a0e6bc0a5153184824fe4af848774be1cd
train_48971
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
compare
intermediate
Task: compare Topic: Agentic coding systems (plan→edit→test→reflect) 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Python", "developer_needs": [ "governance", "evaluation_metrics", "security_gates", "tests_are_truth" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
768ae4c0b367829d5b635d28fd5a56a1721f678c
train_48972
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: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "evaluation_metrics", "tests_are_truth", "documentation" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f9e6dd372d6f303439310902eb2a9855a31c3644
train_48973
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: 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. 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", "cost_latency_tradeoffs", "reproducibility", "tests_are_truth" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3c19a33369b9146cb38c50bf05780518d79aa2e4
train_48974
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
failure_analysis
advanced
Task: failure_analysis Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "documentation", "tooling", "ci_integration" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e729f89816dce29fff86a4cc8980dd7438e072a8
train_48975
2026-01-01T00:00:00
Extended context and repo-scale understanding
code
intermediate
Task: code Topic: Extended context and repo-scale understanding Difficulty: intermediate 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": [ "documentation", "auditability", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d4fb713b6b246d7e7a8fe267a4924cb093acc86e
train_48976
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
compare
intermediate
Task: compare Topic: SWE-bench style real-repo evaluation 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Python", "developer_needs": [ "auditability", "repo_scale_reasoning", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d5e2aaff5d2f68b652695d95269fe281bc286d0e
train_48977
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
code
advanced
Task: code Topic: SWE-bench style real-repo evaluation 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "ci_integration", "evaluation_metrics", "security_gates", "governance" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8a87daa32bd1f37fad71cf767e4a5e9d2c079400
train_48978
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: 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "evaluation_metrics", "reproducibility", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ac73df952c088e4ee7b542f6b70bc619dcca3076
train_48979
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "governance", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8de0e11e91e4483ab3b1e2c5c92c30eb8d63e07b
train_48980
2026-01-01T00:00:00
Latency, cost, and reliability optimization
eval
advanced
Task: eval Topic: Latency, cost, and reliability optimization 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. 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": "Python", "developer_needs": [ "repo_scale_reasoning", "tooling", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b3431b57e8695453fcd0ffea7bf6463c948ef17c
train_48981
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: 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. 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", "repo_scale_reasoning", "documentation", "auditability" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e3973f4af910fafa9528548e140dc2e6a3d24915
train_48982
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
eval
intermediate
Task: eval Topic: Code-specialized model families and sizing tradeoffs 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. 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": "Bash", "developer_needs": [ "tests_are_truth", "documentation", "auditability", "tooling" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a7571c5f2978e2ddb81cc4e135f08942cca07cb6
train_48983
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: 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. 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": "JavaScript", "developer_needs": [ "repo_scale_reasoning", "auditability", "documentation", "tests_are_truth" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c3bd8e610cc98a9d7b85a4d01346af84afa3c483
train_48984
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: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Go", "developer_needs": [ "repo_scale_reasoning", "evaluation_metrics", "security_gates", "tooling" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
72a8777832cb7138f3070141518ca68be7714f17
train_48985
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
intermediate
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: intermediate 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
[ "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", "auditability", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6f6359dfd71813231a1369c61f0af31b2b9aa991
train_48986
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "governance", "evaluation_metrics", "documentation" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8bdd6a277ce236a8659e585f0364815b194e4d71
train_48987
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "TypeScript", "developer_needs": [ "reproducibility", "documentation", "ci_integration", "security_gates" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e257b5d4a83d9a61a30a5b00042ab3ea79cd0c3e
train_48988
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: 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": [ "cost_latency_tradeoffs", "tooling", "security_gates", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1155cf217b74f8a0a64b9561d763879209265c2f
train_48989
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: 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. 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": [ "auditability", "ci_integration", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d42831b6e9bfd09597a62b1cbca030bd6cdb2614
train_48990
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
data_pipeline
advanced
Task: data_pipeline Topic: Code-specialized model families and sizing tradeoffs 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Bash", "developer_needs": [ "evaluation_metrics", "ci_integration", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b7b74c74bf938238f5847088f13ce087af5f2e8b
train_48991
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
explain
expert
Task: explain Topic: Code-specialized model families and sizing tradeoffs 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Python", "developer_needs": [ "evaluation_metrics", "repo_scale_reasoning", "documentation", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
649b2f8c09c54d76b4c310b1ff90ed0feda24e26
train_48992
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
review
intermediate
Task: review Topic: Governance, provenance, and licensing for code data 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "governance", "auditability", "tooling" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0fc1704a31099547f974d9daabbd580673064fde
train_48993
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
explain
advanced
Task: explain Topic: Governance, provenance, and licensing for code data Difficulty: advanced 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "repo_scale_reasoning", "security_gates", "tooling", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f84af4a6996eeb4976689b9186fc2407c97e196f
train_48994
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: 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": [ "auditability", "repo_scale_reasoning", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9cdf04e3b1430901483cc2a17a69912395f5571a
train_48995
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
design
expert
Task: design Topic: Mixture-of-Experts (MoE) for code 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. 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": [ "security_gates", "cost_latency_tradeoffs", "governance", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e183fe22439075b02dd35e4533fd571bc6f10a73
train_48996
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
agent_loop
expert
Task: agent_loop 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "auditability", "evaluation_metrics", "tooling" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
67848c1fe56f084369d97d96331063a43a347404
train_48997
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
failure_analysis
advanced
Task: failure_analysis Topic: Reasoning-first coding models and tunable deliberation 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": [ "governance", "auditability", "tests_are_truth", "tooling" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7ed80a9a853b9346cde74d81afaa498bb55e6d96
train_48998
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Rust", "developer_needs": [ "tooling", "tests_are_truth", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
737d1d360e2b3419c9de6cf1cda6974b57a1e799
train_48999
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: 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": [ "tooling", "tests_are_truth", "governance", "documentation" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bc11e6fc8110586b0f0100862af05b6ce8971adb