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_40300
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
agent_loop
expert
Task: agent_loop 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "SQL", "developer_needs": [ "reproducibility", "security_gates", "ci_integration", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cd64113a63386e5631a7640610b3ac77f1817cdb
train_40301
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
failure_analysis
advanced
Task: failure_analysis Topic: Code-specialized model families and sizing tradeoffs 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "documentation", "repo_scale_reasoning", "tooling" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2f3044bff0682498280b7fe61609125b3c556d00
train_40302
2026-01-01T00:00:00
Latency, cost, and reliability optimization
failure_analysis
expert
Task: failure_analysis Topic: Latency, cost, and reliability optimization Difficulty: expert 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. 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": "TypeScript", "developer_needs": [ "tests_are_truth", "tooling", "security_gates", "ci_integration" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8ba751efd2cc7ef6c3ee460e437bf13b6b5f8656
train_40303
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
eval
expert
Task: eval Topic: Mixture-of-Experts (MoE) for code 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": [ "evaluation_metrics", "security_gates", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ceb9dea717a254738fa5ba9365dcb15e533ddd7c
train_40304
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: 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": [ "cost_latency_tradeoffs", "security_gates", "auditability", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b32c04cac2b50e850a21cb1913aa8a8fa18450f9
train_40305
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
eval
intermediate
Task: eval Topic: Multimodal dev workflows (docs, diagrams, traces) 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "ci_integration", "auditability", "repo_scale_reasoning" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
aa545fff4caa8a38ced4b1d09b856157a4f68de3
train_40306
2026-01-01T00:00:00
Extended context and repo-scale understanding
design
expert
Task: design Topic: Extended context and repo-scale understanding 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "auditability", "ci_integration", "tooling" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
449e8aa7daffdcd92c4a729c9dc89643eab1cd0c
train_40307
2026-01-01T00:00:00
Extended context and repo-scale understanding
code
advanced
Task: code Topic: Extended context and repo-scale understanding Difficulty: advanced Target language: Rust Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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", "cost_latency_tradeoffs", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c91c66799b2a2aec58dd716bbbe798ae74b8ea9c
train_40308
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
data_pipeline
expert
Task: data_pipeline Topic: Model merging, distillation, and continued pretraining Difficulty: expert 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "security_gates", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bc4d75ef0267b893b9a67b60ffc642475e9de2eb
train_40309
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
review
advanced
Task: review 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. Review: correctness, security, performance, governance
[ "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", "tests_are_truth", "ci_integration", "tooling" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e6309203e240aec3a3648bdb0f9a5f44fe7d3cf0
train_40310
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
explain
intermediate
Task: explain Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: 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": [ "documentation", "reproducibility", "ci_integration", "auditability" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7cd17ce8bdd59cbb92be5647e8a8107b10ec54ca
train_40311
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
failure_analysis
intermediate
Task: failure_analysis Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "security_gates", "auditability", "tooling", "governance" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
075463ebe7e3768c7bc861795b3adbef6227a52f
train_40312
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: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "governance", "evaluation_metrics", "repo_scale_reasoning", "reproducibility" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
82e080a94698db2f56d7ebb9390b521c64335393
train_40313
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
data_pipeline
intermediate
Task: data_pipeline Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "TypeScript", "developer_needs": [ "security_gates", "tests_are_truth", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fda354c3daa29a5f7812c0a41b7cea04627502dd
train_40314
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
explain
advanced
Task: explain Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "cost_latency_tradeoffs", "tests_are_truth", "governance", "documentation" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
022dc1f80255788a950a7dc202c457914449cb64
train_40315
2026-01-01T00:00:00
Secure code generation and policy gates
compare
intermediate
Task: compare Topic: Secure code generation and policy gates Difficulty: intermediate Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "cost_latency_tradeoffs", "ci_integration", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0717bbab8d779be708723acbad2e7ce1bdc87327
train_40316
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
data_pipeline
expert
Task: data_pipeline 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. 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": "C#", "developer_needs": [ "cost_latency_tradeoffs", "documentation", "tooling", "reproducibility" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a1ffbcfccd994f02dcddb55ea478fa91bf310587
train_40317
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
eval
intermediate
Task: eval Topic: Tool calling, sandboxes, and CI integration Difficulty: intermediate Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "tooling", "evaluation_metrics", "tests_are_truth", "auditability" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a47dfb1109831e4c40d3aa436ef72fdc60b48026
train_40318
2026-01-01T00:00:00
Self-improving agents and feedback loops
review
intermediate
Task: review Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: Bash Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "tooling", "documentation", "governance" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0ef71baf0c9b2769f0de6c95fd1c0dacd3c551fb
train_40319
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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "governance", "auditability", "ci_integration", "security_gates" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e9492808c8825ff19f183cfffa2af785b37185ec
train_40320
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: 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. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "ci_integration", "evaluation_metrics", "cost_latency_tradeoffs", "reproducibility" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1b3bf32dd7de308b02d33916c00711fb2046644c
train_40321
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
eval
intermediate
Task: eval Topic: Multimodal dev workflows (docs, diagrams, traces) 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. 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": [ "tests_are_truth", "ci_integration", "governance", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d9a6170ee81c0b09c4ae1d8b7439e59afaa0b53d
train_40322
2026-01-01T00:00:00
Latency, cost, and reliability optimization
data_pipeline
intermediate
Task: data_pipeline Topic: Latency, cost, and reliability optimization 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. 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": "C#", "developer_needs": [ "evaluation_metrics", "tests_are_truth", "governance", "reproducibility" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d01ce6445fcfaf5e6dbb4a99ac743f6f36621f67
train_40323
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: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "security_gates", "evaluation_metrics", "tooling" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6fd9701522ee87ed80c96bf84b1258d5abb6341c
train_40324
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
eval
intermediate
Task: eval Topic: Multimodal dev workflows (docs, diagrams, traces) 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. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "tests_are_truth", "evaluation_metrics", "ci_integration", "documentation" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d0112406420c68be32b4b953349d309a20e2b62e
train_40325
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: JavaScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "repo_scale_reasoning", "cost_latency_tradeoffs", "tests_are_truth" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cbb0098d076b083686201037ed107f01b6e2475b
train_40326
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": [ "reproducibility", "documentation", "security_gates", "ci_integration" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e7248a348e7c624e4dae08d2ac1bbde8f7379c27
train_40327
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: 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. 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": [ "ci_integration", "tests_are_truth", "documentation", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b04a0c1b0645a5d4222072492643561858f106cd
train_40328
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
review
intermediate
Task: review Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "auditability", "cost_latency_tradeoffs", "ci_integration", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7f96aeda75995a6ed829778b3c9a89b2b0b7c9b4
train_40329
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: 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": "JavaScript", "developer_needs": [ "tests_are_truth", "tooling", "repo_scale_reasoning", "auditability" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1fc480daed913ddbe584c446fb9c6c6717420c37
train_40330
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
compare
expert
Task: compare Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: expert Target language: JavaScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "JavaScript", "developer_needs": [ "evaluation_metrics", "documentation", "tests_are_truth", "ci_integration" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d2f551e36627c08fab27d0ecc10a537d9b1e2adc
train_40331
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
compare
expert
Task: compare Topic: Governance, provenance, and licensing for code data Difficulty: expert 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "ci_integration", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
58b7954a42fac6a2deaec3a2f577ae82c85d3c6a
train_40332
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: 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": [ "evaluation_metrics", "repo_scale_reasoning", "auditability", "governance" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
18be958d7eb730540c7ba063d8be1e64be049afd
train_40333
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: 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
[]
{ "target_language": "Rust", "developer_needs": [ "repo_scale_reasoning", "evaluation_metrics", "security_gates", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9106cedda961d2b9a28a2acc4fa43c96a3921fdd
train_40334
2026-01-01T00:00:00
Extended context and repo-scale understanding
review
advanced
Task: review Topic: Extended context and repo-scale understanding 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
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "governance", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8bba1d55dc69575c4d8bc9e378ae442bca071ce5
train_40335
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
design
intermediate
Task: design Topic: Code-specialized model families and sizing tradeoffs 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": [ "documentation", "repo_scale_reasoning", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d20feb0cbd729e8de3ac332d3f13c7a82095f603
train_40336
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: 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": [ "tests_are_truth", "evaluation_metrics", "ci_integration", "documentation" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5abefee442e95ab905415390584114acf0b6a24b
train_40337
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
patch_diff
expert
Task: patch_diff Topic: Multimodal dev workflows (docs, diagrams, traces) 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. 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": "Java", "developer_needs": [ "governance", "tooling", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bec76fc1c6dcc0d59aa884d417f23f6041de66f5
train_40338
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
patch_diff
intermediate
Task: patch_diff Topic: Model merging, distillation, and continued pretraining 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": [ "security_gates", "tests_are_truth", "auditability", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
59531f312b0c45e45a1de03bb5da62513f495815
train_40339
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Java", "developer_needs": [ "documentation", "tests_are_truth", "auditability", "tooling" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e2531974312a81dbe7f6475d873732f4ff049349
train_40340
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: 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": "Bash", "developer_needs": [ "tests_are_truth", "tooling", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3ec0686284865a507cc1785e8bccd7313dbbc65b
train_40341
2026-01-01T00:00:00
Extended context and repo-scale understanding
failure_analysis
expert
Task: failure_analysis 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "repo_scale_reasoning", "ci_integration", "auditability" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3717120ab2dc0e36f27149a46592688e4cb1f8ec
train_40342
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
compare
expert
Task: compare Topic: Code-specialized model families and sizing tradeoffs Difficulty: expert 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. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "auditability", "documentation", "governance", "security_gates" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
611b4a0628c3fd3e1a2050c3d41d3e1758c00877
train_40343
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "tests_are_truth", "cost_latency_tradeoffs", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5761dd242984e54b86ea846118964cd679b58313
train_40344
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
eval
intermediate
Task: eval Topic: Tool calling, sandboxes, and CI integration 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. 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", "repo_scale_reasoning", "cost_latency_tradeoffs" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f410e55ff5320c50a37d4b6bed6ab3b5d1d70ab6
train_40345
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
design
intermediate
Task: design Topic: SWE-bench style real-repo evaluation 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "reproducibility", "auditability", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
838847b678bb9a097cb4ad91188e85d54e4f730b
train_40346
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: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Go", "developer_needs": [ "governance", "security_gates", "auditability", "documentation" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a154f28ada9fac9773c1a5a06a1cbf91032b2fd5
train_40347
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
eval
advanced
Task: eval Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: advanced Target language: Rust Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Rust", "developer_needs": [ "reproducibility", "security_gates", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9baa4f3859943eb17b7137c8479a0a33e11af1ad
train_40348
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
eval
expert
Task: eval Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: expert 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "C#", "developer_needs": [ "security_gates", "governance", "evaluation_metrics", "auditability" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0cbcf45c9a48842a6d5c2bc1bfc48e02470dd8b9
train_40349
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
data_pipeline
expert
Task: data_pipeline Topic: Reasoning-first coding models and tunable deliberation 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "C#", "developer_needs": [ "ci_integration", "tooling", "reproducibility", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
639c20ecefec3ac934c0821b3420059f120109cc
train_40350
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
design
expert
Task: design Topic: Code-specialized model families and sizing tradeoffs 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "tooling", "auditability", "repo_scale_reasoning", "governance" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
77e51cd749e5a34c2b980595e2ddf467dcf473f6
train_40351
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: Go Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "auditability", "security_gates", "ci_integration", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5f4bc176a47124910070f9d3450be12f0f20d966
train_40352
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: 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": [ "tests_are_truth", "evaluation_metrics", "cost_latency_tradeoffs", "auditability" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b072d6bc9b3f850b8dfb0c58f7b6e9afe4bad031
train_40353
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: 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": [ "tooling", "evaluation_metrics", "tests_are_truth", "documentation" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd396ef70dfa8574fb8303ec99234484731a8f47
train_40354
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
review
advanced
Task: review Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced 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. Review: correctness, security, performance, governance
[]
{ "target_language": "TypeScript", "developer_needs": [ "ci_integration", "tooling", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4471b0d4dd0468312fb4699270824b1e983f6597
train_40355
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
compare
advanced
Task: compare Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Target language: C# Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "auditability", "tests_are_truth", "governance" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd324f8b002b73ea46aae71063924c4f674827c7
train_40356
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: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "governance", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6aadce92c9cb280d76b208bcba576f801a681126
train_40357
2026-01-01T00:00:00
Secure code generation and policy gates
eval
expert
Task: eval Topic: Secure code generation and policy gates 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Bash", "developer_needs": [ "documentation", "repo_scale_reasoning", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
37d88806045aca688c0cdbf064574db3aeed447e
train_40358
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
explain
intermediate
Task: explain Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "reproducibility", "evaluation_metrics", "tooling", "documentation" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6f10730ac326434c64e73d2b75d65f51cfd8ff3f
train_40359
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
code
intermediate
Task: code Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: 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": [ "ci_integration", "repo_scale_reasoning", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
08ddaee0f4ae2db5a7058ca2f3ae0f246e45404e
train_40360
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
data_pipeline
intermediate
Task: data_pipeline Topic: Code-specialized model families and sizing tradeoffs 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. 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", "tooling", "evaluation_metrics", "auditability" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
93f7fec2edd316eb85fe7a24b98ad70679c263e9
train_40361
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
data_pipeline
advanced
Task: data_pipeline Topic: Governance, provenance, and licensing for code data 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
[]
{ "target_language": "JavaScript", "developer_needs": [ "governance", "cost_latency_tradeoffs", "documentation", "ci_integration" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bae2c5198fa5d0a78a873024aab2ef5ddd852b08
train_40362
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: 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": "SQL", "developer_needs": [ "tooling", "reproducibility", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5015e61967ea98f0158ee4fe4a74cd43b851ccbb
train_40363
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: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "JavaScript", "developer_needs": [ "repo_scale_reasoning", "governance", "evaluation_metrics", "documentation" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3e79dac0a6946fb66030be12295e3fde044cea1a
train_40364
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
eval
intermediate
Task: eval Topic: Model merging, distillation, and continued pretraining 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "auditability", "evaluation_metrics", "tooling" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d2c8f7135849ab2498a175f099e059f43e7f3131
train_40365
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: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "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", "cost_latency_tradeoffs", "ci_integration", "tooling" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8fd50f2a0192b53ac21c963ee2de14541e270476
train_40366
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
data_pipeline
advanced
Task: data_pipeline Topic: Governance, provenance, and licensing for code data 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Rust", "developer_needs": [ "security_gates", "governance", "tests_are_truth", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
31bf7044a3baf09e6613d110d2027c5bababa45c
train_40367
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
failure_analysis
intermediate
Task: failure_analysis Topic: Tool calling, sandboxes, and CI integration 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "cost_latency_tradeoffs", "repo_scale_reasoning", "governance" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
428e46238afc7a6eea0db6ff55cc08308635fc8f
train_40368
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
explain
advanced
Task: explain Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced 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
[]
{ "target_language": "SQL", "developer_needs": [ "reproducibility", "tooling", "auditability", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fa72155f431139b68e2fa4d0408d21884ce85117
train_40369
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
code
advanced
Task: code Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "security_gates", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fb4e32c2f88f73ed91a6835b2148f55c2126eb7b
train_40370
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
failure_analysis
intermediate
Task: failure_analysis Topic: Governance, provenance, and licensing for code data Difficulty: intermediate Target language: 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": [ "tooling", "ci_integration", "repo_scale_reasoning", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8ca2d53c78f894f7540b397677602cdf0dbb4d30
train_40371
2026-01-01T00:00:00
Secure code generation and policy gates
design
advanced
Task: design Topic: Secure code generation and policy gates Difficulty: advanced 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. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "cost_latency_tradeoffs", "auditability", "ci_integration", "reproducibility" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
df73bdc1c252852e75ce13d0a88dc290902ffc75
train_40372
2026-01-01T00:00:00
Latency, cost, and reliability optimization
failure_analysis
advanced
Task: failure_analysis Topic: Latency, cost, and reliability optimization 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. 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": [ "documentation", "tooling", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2093c0b9d150f01ef11a898da3f13923f9105e1f
train_40373
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: 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. 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": [ "documentation", "cost_latency_tradeoffs", "tests_are_truth", "ci_integration" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
896779aa8bc0725402b1ef746f8c4078313dce5f
train_40374
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
design
intermediate
Task: design Topic: Code-specialized model families and sizing tradeoffs 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": [ "cost_latency_tradeoffs", "documentation", "governance", "auditability" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c41419c5eba8fa123e46e4e6524c739b7fc6a555
train_40375
2026-01-01T00:00:00
Latency, cost, and reliability optimization
agent_loop
advanced
Task: agent_loop Topic: Latency, cost, and reliability optimization 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. 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": [ "ci_integration", "cost_latency_tradeoffs", "governance", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f711b09e61504412f9c32ce18950264ab67b8cd3
train_40376
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
eval
intermediate
Task: eval Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "JavaScript", "developer_needs": [ "evaluation_metrics", "cost_latency_tradeoffs", "reproducibility", "auditability" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
04d8e5a7718048ffc89c46d01fd820c3bcace7cf
train_40377
2026-01-01T00:00:00
Extended context and repo-scale understanding
design
advanced
Task: design Topic: Extended context and repo-scale understanding Difficulty: advanced Target language: Go Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "governance", "documentation", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b0e4054eb016d294c90b9a5ee2a24332db80fdcc
train_40378
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
eval
advanced
Task: eval 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Java", "developer_needs": [ "reproducibility", "tooling", "tests_are_truth", "auditability" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1e3a825dfacb8f841feacbefb9263ab242e4ccff
train_40379
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
data_pipeline
intermediate
Task: data_pipeline Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: 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
[]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "security_gates", "auditability", "documentation" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
93b7be84c69047d9f2a045db0db123ab3c1f59f9
train_40380
2026-01-01T00:00:00
Secure code generation and policy gates
design
advanced
Task: design Topic: Secure code generation and policy gates Difficulty: advanced Target language: Python Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": "Python", "developer_needs": [ "auditability", "security_gates", "governance", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e70d0af7fbd5fdbf0466acaa4a5a4b03a579d178
train_40381
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
review
intermediate
Task: review Topic: Agentic coding systems (plan→edit→test→reflect) 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. Review: correctness, security, performance, governance
[]
{ "target_language": "JavaScript", "developer_needs": [ "cost_latency_tradeoffs", "security_gates", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bcfdb8d7ab08340fec469705774f5564c9389778
train_40382
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Go", "developer_needs": [ "documentation", "ci_integration", "repo_scale_reasoning", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c978bcfb73f196447e70c38dcfc819ac17683a98
train_40383
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
advanced
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: C# Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "C#", "developer_needs": [ "auditability", "evaluation_metrics", "tooling", "security_gates" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
66f61bcf44e0a6308b0b849d61fb1ec71b2e568e
train_40384
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: 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": [ "tooling", "auditability", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b430788b8062e49a7f4bf3a8ed01fb437d7fee6f
train_40385
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
review
advanced
Task: review Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Java", "developer_needs": [ "governance", "tooling", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b44d2c6976236a6af62aee27aaee1dbd84716dfd
train_40386
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
code
intermediate
Task: code Topic: Governance, provenance, and licensing for code data 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": [ "security_gates", "tests_are_truth", "evaluation_metrics", "auditability" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
64d47272dec5dbadd197ad3df2ea7084f50f1193
train_40387
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: 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": [ "cost_latency_tradeoffs", "reproducibility", "evaluation_metrics", "documentation" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7e01f71883eb85bf621f33bb5c5a86fcc8669c7e
train_40388
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: 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": "Go", "developer_needs": [ "governance", "reproducibility", "tests_are_truth", "auditability" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7afd2007fda6c77ba634218eb304a1c087f02d5a
train_40389
2026-01-01T00:00:00
Secure code generation and policy gates
compare
expert
Task: compare Topic: Secure code generation and policy gates 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. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "reproducibility", "governance", "security_gates", "tooling" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7b87c1421a8e894a5bb715f21a56e7d8544b3478
train_40390
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: 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": "TypeScript", "developer_needs": [ "security_gates", "ci_integration", "cost_latency_tradeoffs", "reproducibility" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f972ce0152b5990ad24dad02c9290ca41a804fc9
train_40391
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
design
advanced
Task: design Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: advanced Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "evaluation_metrics", "reproducibility", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a0ba3d34319b5a674e964f0fed48a697e98d200d
train_40392
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: 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": [ "ci_integration", "evaluation_metrics", "reproducibility", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4dfa6f26921698a392efd255f418b3146d1d2646
train_40393
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
eval
intermediate
Task: eval Topic: Tool calling, sandboxes, and CI integration Difficulty: intermediate Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "ci_integration", "evaluation_metrics", "governance" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a6828a82fa981e31da9eea8549e70b9088d139d6
train_40394
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
compare
expert
Task: compare Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert 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
[]
{ "target_language": "C#", "developer_needs": [ "security_gates", "tooling", "governance", "tests_are_truth" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b9729e283a8930aa99b0ac5133ca6b78d6b0d7dd
train_40395
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: 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "SQL", "developer_needs": [ "documentation", "security_gates", "tests_are_truth", "governance" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd0f56c60826f90c173b361c4c1449aed7ef2367
train_40396
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: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Python", "developer_needs": [ "governance", "auditability", "tests_are_truth", "documentation" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ec2906d5cbc80df24c049133658cb94517e0f92b
train_40397
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: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "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", "governance", "evaluation_metrics", "tooling" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
807a46e4b6a7fb499a4926537c3615daee52ffc9
train_40398
2026-01-01T00:00:00
Self-improving agents and feedback loops
compare
advanced
Task: compare Topic: Self-improving agents and feedback loops Difficulty: advanced 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "C#", "developer_needs": [ "governance", "evaluation_metrics", "tests_are_truth", "documentation" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7f9583abec7a9b05f63041b628fd4341ff5d940f
train_40399
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: 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": [ "documentation", "tooling", "evaluation_metrics", "governance" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8ec30ef6bffb046f87b97f31ba838c47cc0d0f7c