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_09600
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Bash", "developer_needs": [ "documentation", "tooling", "cost_latency_tradeoffs", "auditability" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
63312aabfece2eb9a8d54e010c43bc67e379a88c
train_09601
2026-01-01T00:00:00
Self-improving agents and feedback loops
design
advanced
Task: design Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "reproducibility", "auditability", "governance", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5f8cb4bca748ef1ef5e1102f6ae90f41bb48b764
train_09602
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
patch_diff
intermediate
Task: patch_diff 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "auditability", "governance", "documentation" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d074c17a0837fd1c7e0dd6d5d90d751d80e72577
train_09603
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: 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": [ "governance", "tests_are_truth", "auditability", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
30128394c8295e70a9219f65402f6ca52d54236d
train_09604
2026-01-01T00:00:00
Latency, cost, and reliability optimization
review
advanced
Task: review Topic: Latency, cost, and reliability optimization 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. Review: correctness, security, performance, governance
[]
{ "target_language": "JavaScript", "developer_needs": [ "tooling", "tests_are_truth", "governance", "documentation" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1485357a47f9da9ab843d2ddbd073c82904df452
train_09605
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
explain
advanced
Task: explain Topic: Multimodal dev workflows (docs, diagrams, traces) 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. 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": [ "repo_scale_reasoning", "auditability", "security_gates", "documentation" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1d2a84eb702eb67c43252d2d94d7cb815db255da
train_09606
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
patch_diff
expert
Task: patch_diff Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "tooling", "reproducibility" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fc0c38d6ec6cfb350cb8ee518dad0be203c9c7ae
train_09607
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
agent_loop
intermediate
Task: agent_loop Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Bash", "developer_needs": [ "auditability", "governance", "security_gates", "tooling" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
976d21d3ee75ce7f17c61255223052609f0c4326
train_09608
2026-01-01T00:00:00
Secure code generation and policy gates
eval
advanced
Task: eval 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "TypeScript", "developer_needs": [ "governance", "documentation", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
72742ce671a3521b25afc1a3b396da93775c2525
train_09609
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
failure_analysis
advanced
Task: failure_analysis Topic: Mixture-of-Experts (MoE) for code 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "tests_are_truth", "governance", "reproducibility" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fb58ac7bd705bd4017989b34aa89e21595c66232
train_09610
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
review
intermediate
Task: review 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "cost_latency_tradeoffs", "governance", "ci_integration", "security_gates" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a5f46ecd888c55cdae2636b7c10bfae204e01597
train_09611
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
explain
intermediate
Task: explain Topic: Governance, provenance, and licensing for code data Difficulty: intermediate Target language: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "security_gates", "auditability", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
701187cefaf069dd02fa4b6eca8906897ed971b4
train_09612
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: 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": [ "evaluation_metrics", "tooling", "documentation", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a73e8a1d0519a25e9cee4d19d1906720fd5852ae
train_09613
2026-01-01T00:00:00
Self-improving agents and feedback loops
review
advanced
Task: review Topic: Self-improving agents and feedback loops 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Bash", "developer_needs": [ "evaluation_metrics", "cost_latency_tradeoffs", "documentation", "reproducibility" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c42d9ea721b212923d10f73a18599f0a3919a7d4
train_09614
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: JavaScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "ci_integration", "auditability", "governance" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0aefba1b07938e0fcf22acdfd256283306479aae
train_09615
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: 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
[]
{ "target_language": "Java", "developer_needs": [ "evaluation_metrics", "documentation", "governance", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ddf65f43030d18ebd8de0423e375df5a53b0bd70
train_09616
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
review
expert
Task: review Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "JavaScript", "developer_needs": [ "tooling", "governance", "tests_are_truth", "reproducibility" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a6e4706674a3fe3ac124dc7716c0466dcd71e827
train_09617
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
code
expert
Task: code Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: 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", "evaluation_metrics", "governance" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e02ca98ab3be24ed7b4d895624d887f3bd5df9cd
train_09618
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
patch_diff
intermediate
Task: patch_diff Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: SQL Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "SQL", "developer_needs": [ "tooling", "repo_scale_reasoning", "governance", "reproducibility" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c222c36d559b0e5de74d827659e01d71bea58ec1
train_09619
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
design
intermediate
Task: design Topic: Governance, provenance, and licensing for code data 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "governance", "tests_are_truth", "reproducibility", "security_gates" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e617dc467b4db70c50538389f118a23fc8b662aa
train_09620
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: 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
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "tests_are_truth", "tooling", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5991d16b5b18b4d3544651534b9c92119d0cfd52
train_09621
2026-01-01T00:00:00
Latency, cost, and reliability optimization
code
intermediate
Task: code Topic: Latency, cost, and reliability optimization 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "auditability", "cost_latency_tradeoffs", "documentation", "ci_integration" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b6c8036cc389404d23adfa7dbd8edda1b81f6884
train_09622
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
agent_loop
intermediate
Task: agent_loop Topic: Governance, provenance, and licensing for code data 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. 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": [ "ci_integration", "security_gates", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0313224fe3bdffc5bf6a6ab5ef0e384b7d52df52
train_09623
2026-01-01T00:00:00
Secure code generation and policy gates
agent_loop
intermediate
Task: agent_loop Topic: Secure code generation and policy gates 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. 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": [ "governance", "auditability", "reproducibility", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a39666940e7cb5a68304e0e2b58b141229ddf367
train_09624
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
intermediate
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: 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": [ "evaluation_metrics", "auditability", "security_gates", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fbb2f13a0aa8b2e5303e0b3a8f2133d7a91178e5
train_09625
2026-01-01T00:00:00
Extended context and repo-scale understanding
patch_diff
advanced
Task: patch_diff Topic: Extended context and repo-scale understanding 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
[ "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", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
03104706cf80a4e768bdd597814935dcb5e53654
train_09626
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Python", "developer_needs": [ "tests_are_truth", "ci_integration", "auditability", "tooling" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f47d156f4d43251bef55beae06f31b99bb325d8b
train_09627
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: 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": [ "repo_scale_reasoning", "documentation", "cost_latency_tradeoffs", "security_gates" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3d20bfdc1ab4014700305085cdadab2ae873d556
train_09628
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: 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": [ "evaluation_metrics", "auditability", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bc60411947b1685d6fb6139f600f51860a4dc263
train_09629
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
design
intermediate
Task: design Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: 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": [ "reproducibility", "auditability", "documentation", "governance" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fd3602fc6f6c9097b94c05c5889c1422c5565c4d
train_09630
2026-01-01T00:00:00
Self-improving agents and feedback loops
review
advanced
Task: review Topic: Self-improving agents and feedback loops 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. Review: correctness, security, performance, governance
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "reproducibility", "security_gates", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6a881723bdc47aa242a457e8178417968829525c
train_09631
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: 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": [ "repo_scale_reasoning", "auditability", "evaluation_metrics", "documentation" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b69048b4db3c7641b3bbcf4ada432e6e8c843396
train_09632
2026-01-01T00:00:00
Self-improving agents and feedback loops
agent_loop
advanced
Task: agent_loop Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "tooling", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2aa1fc4d151590a18105efe76c63960fbb4071cb
train_09633
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: 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": [ "cost_latency_tradeoffs", "auditability", "repo_scale_reasoning", "governance" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
25c3c312d04b5b3c5f9777dcc8da6522020e26cd
train_09634
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
data_pipeline
advanced
Task: data_pipeline 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "TypeScript", "developer_needs": [ "tooling", "auditability", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b79206bc2111b6c8508cb7e6cc3c2f398b7296e1
train_09635
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
data_pipeline
advanced
Task: data_pipeline Topic: Reasoning-first coding models and tunable deliberation 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "reproducibility", "documentation", "tooling", "governance" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6bc98b2c772b586e02cc9fa4a14f166c32b37c1b
train_09636
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: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "auditability", "documentation", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ef03eb2a1340472394b86a12ec4fae9377771df4
train_09637
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
failure_analysis
advanced
Task: failure_analysis Topic: SWE-bench style real-repo evaluation 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "C#", "developer_needs": [ "repo_scale_reasoning", "documentation", "cost_latency_tradeoffs", "governance" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
60deb7e1f227ae109d5fae9b0a8427eccc1c5917
train_09638
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: 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
[ "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", "tooling", "security_gates", "governance" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b21873863e0e52a0cb3b3d0f7a2b9ec0fe10de90
train_09639
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: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Rust", "developer_needs": [ "tooling", "tests_are_truth", "documentation", "evaluation_metrics" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f8e91cf8eb6a842034cf9055ea6576f490c8422c
train_09640
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: 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": [ "tests_are_truth", "auditability", "documentation", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
863363bb0116dc036835424f8a9f51036b513fdb
train_09641
2026-01-01T00:00:00
Extended context and repo-scale understanding
patch_diff
expert
Task: patch_diff Topic: Extended context and repo-scale understanding Difficulty: expert Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Rust", "developer_needs": [ "documentation", "reproducibility", "ci_integration", "auditability" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8f7fe2d3e650bc3c51dfbe087d627e649b5f3b05
train_09642
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
eval
expert
Task: eval Topic: Agentic coding systems (plan→edit→test→reflect) 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "SQL", "developer_needs": [ "governance", "ci_integration", "evaluation_metrics", "auditability" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ff51666b6458a8b36ba937fd16fd5f1c3c4f535c
train_09643
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
agent_loop
advanced
Task: agent_loop Topic: Agentic coding systems (plan→edit→test→reflect) 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Python", "developer_needs": [ "documentation", "reproducibility", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
28d170fe0324917376e1b92f7cfd776bf5ae0ce7
train_09644
2026-01-01T00:00:00
Extended context and repo-scale understanding
compare
expert
Task: compare 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. 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", "repo_scale_reasoning", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a1a63708361d58bae0588f0979a5758eeb639200
train_09645
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: Bash Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "reproducibility", "documentation", "cost_latency_tradeoffs", "tooling" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c5457934be61b8b8044e5281ba11e87fae1138b5
train_09646
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
eval
advanced
Task: eval Topic: Tool calling, sandboxes, and CI integration 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "documentation", "auditability", "governance" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a2050c203419ffd714678b5f60e382a321f901d5
train_09647
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
intermediate
Task: code Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: 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": [ "tests_are_truth", "repo_scale_reasoning", "security_gates", "ci_integration" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
60c2be10c9b04549b7a6746210c0e5ac36ac81ad
train_09648
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: 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": "SQL", "developer_needs": [ "governance", "auditability", "ci_integration", "tooling" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1f9641c4153b30d314fc22ffd8f653ea9e8a01da
train_09649
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
failure_analysis
advanced
Task: failure_analysis Topic: Mixture-of-Experts (MoE) for code 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": [ "cost_latency_tradeoffs", "tooling", "ci_integration", "governance" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7178dd7bbc96a732ba037defc3eea06e01ad78bd
train_09650
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: Go Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Go", "developer_needs": [ "auditability", "ci_integration", "cost_latency_tradeoffs", "reproducibility" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d190eb6431d79b9111e05f7352c9a04e03c69802
train_09651
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: 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. 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": [ "documentation", "repo_scale_reasoning", "tests_are_truth", "security_gates" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5b229649999b99b993bc6c09ea11c0de6936027d
train_09652
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
failure_analysis
expert
Task: failure_analysis Topic: Governance, provenance, and licensing for code data Difficulty: expert Target language: 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": [ "documentation", "governance", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
18e9fa0a9725715dc9ffeacfa5052b824e8e118e
train_09653
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
code
expert
Task: code Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: 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": [ "cost_latency_tradeoffs", "documentation", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3f610c852a4140d0237cda85534561b0f7ab8e03
train_09654
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
expert
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: expert Target language: 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": [ "auditability", "repo_scale_reasoning", "evaluation_metrics", "ci_integration" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3c8f72078f0d4308309291485a00004de376dd18
train_09655
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
failure_analysis
expert
Task: failure_analysis Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert Target language: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "governance", "evaluation_metrics", "cost_latency_tradeoffs", "auditability" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e18b02128574aeb5dbbafef3706f9290be684cd8
train_09656
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
eval
advanced
Task: eval Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "TypeScript", "developer_needs": [ "reproducibility", "tooling", "evaluation_metrics", "ci_integration" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
625088aec6459253d0bc1fcc0ed27490ce2d3f96
train_09657
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
patch_diff
advanced
Task: patch_diff Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Bash", "developer_needs": [ "evaluation_metrics", "auditability", "reproducibility", "governance" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ad7c9db38a61093025af857b6dde8ab4ea945e62
train_09658
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
explain
intermediate
Task: explain Topic: Model merging, distillation, and continued pretraining Difficulty: intermediate Target language: TypeScript Context: 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": "TypeScript", "developer_needs": [ "cost_latency_tradeoffs", "evaluation_metrics", "reproducibility", "auditability" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1a5f6fec00378c276b31a013e07fb44c7ff84697
train_09659
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
review
expert
Task: review Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[ "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", "repo_scale_reasoning", "reproducibility", "security_gates" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fb2fa21fbb15cb91022cd487caa370e8deff4d4b
train_09660
2026-01-01T00:00:00
Self-improving agents and feedback loops
eval
intermediate
Task: eval Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: JavaScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "tooling", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ed2f3a708a93bfde97de6b4835ae8988a8add399
train_09661
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
review
intermediate
Task: review Topic: Tool calling, sandboxes, and CI integration Difficulty: intermediate Target language: JavaScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": [ "repo_scale_reasoning", "governance", "evaluation_metrics", "ci_integration" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e846b2423384cbb0e998dde282c0135bcef00c5a
train_09662
2026-01-01T00:00:00
Secure code generation and policy gates
eval
intermediate
Task: eval Topic: Secure code generation and policy gates 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Rust", "developer_needs": [ "cost_latency_tradeoffs", "auditability", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
34b5831028228e32d01c8411779ad9b708d64b3e
train_09663
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: 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. 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": [ "reproducibility", "tooling", "evaluation_metrics", "governance" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
580a39b7191b2df3db058658581bf7336bc18ef4
train_09664
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "governance", "auditability", "ci_integration" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e75face8f95eeebd2a17815399c7cf8177b1bf7e
train_09665
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
eval
expert
Task: eval Topic: Agentic coding systems (plan→edit→test→reflect) 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. 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": [ "documentation", "ci_integration", "governance", "reproducibility" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b50c63cb63617c605c7cda73e611fe1cbe08ec79
train_09666
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: 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": [ "tests_are_truth", "governance", "reproducibility", "auditability" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6f150a9f5df005d161029d115b42060096999cbe
train_09667
2026-01-01T00:00:00
Latency, cost, and reliability optimization
eval
advanced
Task: eval 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. 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": [ "auditability", "reproducibility", "governance", "tests_are_truth" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
af2b6e38d7ad66803bbafa7d47aed277a272a78a
train_09668
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "tests_are_truth", "security_gates", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f7d60c1562a3ea10ead990825479271f6a71412b
train_09669
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
expert
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: expert Target language: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Java", "developer_needs": [ "tooling", "evaluation_metrics", "tests_are_truth", "documentation" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
32723a0ca2376f8e66d890b2d1cb75430a7558bf
train_09670
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
patch_diff
intermediate
Task: patch_diff Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: 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. 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": [ "security_gates", "tests_are_truth", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
18a1f6e4da83ceef4529784ee0ab29b35b58d766
train_09671
2026-01-01T00:00:00
Secure code generation and policy gates
failure_analysis
expert
Task: failure_analysis Topic: Secure code generation and policy gates Difficulty: expert Target language: Rust Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Rust", "developer_needs": [ "documentation", "tooling", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
205e97396bcd31f582aa051a072f47874380fb7f
train_09672
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
failure_analysis
advanced
Task: failure_analysis Topic: Tool calling, sandboxes, and CI integration 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "auditability", "governance", "reproducibility" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e16b164e9c39f9f4b8279e86979abe0bd3ced9e5
train_09673
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
review
intermediate
Task: review Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: TypeScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": [ "tests_are_truth", "ci_integration", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5877ba78a29d27adbb86ea932611c56ccd5ee781
train_09674
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
compare
advanced
Task: compare Topic: Tool calling, sandboxes, and CI integration 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. 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": [ "documentation", "evaluation_metrics", "governance", "tests_are_truth" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
431cef9db010f2141ebfe404d08c0f8ef8a80d3a
train_09675
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: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Go", "developer_needs": [ "cost_latency_tradeoffs", "documentation", "security_gates", "ci_integration" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
648933285099b49f2bd831ce0c428188549d2306
train_09676
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
patch_diff
intermediate
Task: patch_diff Topic: Agentic coding systems (plan→edit→test→reflect) 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Go", "developer_needs": [ "evaluation_metrics", "governance", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a54b8aea89c0f329eaf952431aaf509db525b320
train_09677
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
data_pipeline
advanced
Task: data_pipeline Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: 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. 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": [ "ci_integration", "reproducibility", "cost_latency_tradeoffs", "tests_are_truth" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
79e19485a73e135e1e9fb6c265fa115e92b459eb
train_09678
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: 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": [ "evaluation_metrics", "governance", "reproducibility", "tooling" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ae9d24a9fe4e35b17afef23d141055171863ed2e
train_09679
2026-01-01T00:00:00
Latency, cost, and reliability optimization
agent_loop
intermediate
Task: agent_loop Topic: Latency, cost, and reliability optimization Difficulty: intermediate Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": [ "tooling", "cost_latency_tradeoffs", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3516c3dde1c121aa350e854518184f011105bb74
train_09680
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: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "documentation", "cost_latency_tradeoffs", "governance", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0d1a15c307d51a89ff64460c5fea8793f5435225
train_09681
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
explain
advanced
Task: explain Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "cost_latency_tradeoffs", "tests_are_truth", "reproducibility", "documentation" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2edf0d259227290dac65b1c1145a62173bc36fea
train_09682
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
code
intermediate
Task: code Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: Python Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Scaffold: ```python def agent_loop(plan, edit, test, issue, max_iters=4): history = [] p = plan(issue) for _ in range(max_iters): patch = edit(issue, p) ok, report = test(patch) history.append({"plan": p, "ok": ok}) if ok: return patch, history p = p + " | refine" return patch, history ```
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "security_gates", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f8a5526c1ed8705f1deeacaf17f0275390adc804
train_09683
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
eval
advanced
Task: eval Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: Bash Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": [ "reproducibility", "ci_integration", "evaluation_metrics", "security_gates" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6af45377eadaac268716343f3db6393b8e31a338
train_09684
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: 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. 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", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4f9560f9953f1e15ce4ae13acc0ce785a4066a8a
train_09685
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
expert
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: Bash Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "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", "security_gates", "ci_integration" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b291485fd5ed8543ee8f95d083d8a7621fd685bb
train_09686
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: 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": [ "cost_latency_tradeoffs", "ci_integration", "tooling", "auditability" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
14c3aac3a49f680411608584a48811f0bb950296
train_09687
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: 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": [ "auditability", "repo_scale_reasoning", "tests_are_truth", "security_gates" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
328c4eb47787808e6e2b23c696da93c1a767779b
train_09688
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: 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. 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": [ "tooling", "auditability", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
00b8c37535032a7546c3f78118a34a80a926e8e7
train_09689
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
expert
Task: code Topic: Self-improving agents and feedback loops Difficulty: expert Target language: Go Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "tooling", "reproducibility", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
666c3f35a5766c1ee96ed0ca98e5f00f87a505ac
train_09690
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
patch_diff
advanced
Task: patch_diff Topic: Mixture-of-Experts (MoE) for code 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. 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": [ "evaluation_metrics", "repo_scale_reasoning", "documentation", "auditability" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
465b93556b8086c19cb3134c507ebda74aee5b9c
train_09691
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
explain
advanced
Task: explain Topic: Multimodal dev workflows (docs, diagrams, traces) 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": [ "tests_are_truth", "cost_latency_tradeoffs", "ci_integration", "tooling" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5e0ac8445a79ed94c507e5626c557a875f0ac124
train_09692
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: 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
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "security_gates", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ab2901dbe12a8494cc0e51ae4650f2759acef548
train_09693
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
code
intermediate
Task: code Topic: Model merging, distillation, and continued pretraining 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "cost_latency_tradeoffs", "security_gates", "governance", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e3310479a7f3dc342ed8c36e1b2d4b82644bb188
train_09694
2026-01-01T00:00:00
Secure code generation and policy gates
explain
advanced
Task: explain Topic: Secure code generation and policy gates Difficulty: advanced Target language: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "reproducibility", "cost_latency_tradeoffs", "auditability", "tooling" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e1455f6c75fd10748ecd4433dc84e9aaf92550df
train_09695
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
design
expert
Task: design Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: 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": [ "repo_scale_reasoning", "evaluation_metrics", "security_gates", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b25df752428455c15b5507f0b913f8e7b9290c6b
train_09696
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: 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", "security_gates", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9b97134354e80d1227e7161fff7f09b429a8c71c
train_09697
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
[]
{ "target_language": "Java", "developer_needs": [ "documentation", "repo_scale_reasoning", "security_gates", "auditability" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d42831b6e9bfd09597a62b1cbca030bd6cdb2614
train_09698
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
explain
advanced
Task: explain Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "repo_scale_reasoning", "governance", "cost_latency_tradeoffs", "reproducibility" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
589cea79f06b30bf029e112cb4d7d27d77c646c4
train_09699
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": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "governance", "tooling" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e2531974312a81dbe7f6475d873732f4ff049349