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_13300
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
compare
advanced
Task: compare Topic: Agentic coding systems (plan→edit→test→reflect) 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "C#", "developer_needs": [ "documentation", "cost_latency_tradeoffs", "security_gates", "repo_scale_reasoning" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7a4dd21cc1e9eecda8e118a7962f0100cd79cb29
train_13301
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: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Rust", "developer_needs": [ "security_gates", "evaluation_metrics", "governance", "tests_are_truth" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6929ddbd1f6d448c385c8b69eb2359082b8cf1cc
train_13302
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
agent_loop
intermediate
Task: agent_loop 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "JavaScript", "developer_needs": [ "reproducibility", "governance", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
aeac9849d04fd938fd24b415f59b426db03a9ad9
train_13303
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: Java Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Java", "developer_needs": [ "evaluation_metrics", "ci_integration", "governance", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b310f11f7f3ef10390e500a8cf7fa903ede3377f
train_13304
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "security_gates", "documentation", "auditability", "ci_integration" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d2011255debaa72bf89a40ef24d348d02cf61a01
train_13305
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: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Go", "developer_needs": [ "governance", "tests_are_truth", "security_gates", "documentation" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7b396d7d5566a2f9b9e9169760e328b2ff976bca
train_13306
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: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "security_gates", "reproducibility", "governance" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f8ee4bb00c3fceade8c5e19f63c1ccdcb8c4a51c
train_13307
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: 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": [ "ci_integration", "evaluation_metrics", "governance", "tests_are_truth" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b47eb1cb9c8b21a7fd92b61f32f8275b9599836f
train_13308
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
compare
advanced
Task: compare Topic: Code-specialized model families and sizing tradeoffs Difficulty: advanced Target language: C# Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "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", "auditability", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f7d44afa164b6d1d2f28effbd48487895e36d5fe
train_13309
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: 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "governance", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
632746ef806ea48679127fb3ef0051e32a3091bc
train_13310
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
failure_analysis
intermediate
Task: failure_analysis Topic: Model merging, distillation, and continued pretraining Difficulty: intermediate Target language: C# Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "C#", "developer_needs": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "governance", "reproducibility" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
848e51e88ccfa2f1e1bf93e420278c03d59177eb
train_13311
2026-01-01T00:00:00
Self-improving agents and feedback loops
data_pipeline
intermediate
Task: data_pipeline Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "security_gates", "reproducibility", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f6f93aeb7d83e8d3a6dead26a9f39af09153786f
train_13312
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
review
expert
Task: review Topic: SWE-bench style real-repo evaluation 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
[]
{ "target_language": "SQL", "developer_needs": [ "governance", "repo_scale_reasoning", "ci_integration", "auditability" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
66717e0354cd84f09a079dc99263e0abcc8ce1d8
train_13313
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
patch_diff
expert
Task: patch_diff Topic: Governance, provenance, and licensing for code data Difficulty: expert Target language: 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": [ "auditability", "security_gates", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
63a0519174144756f33d5d936db4ac5e057c06a7
train_13314
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
code
expert
Task: code Topic: Reasoning-first coding models and tunable deliberation Difficulty: expert Target language: Bash Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "governance", "documentation", "auditability" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8d96215ae7b857b29b6fb54d367db27496722d1d
train_13315
2026-01-01T00:00:00
Self-improving agents and feedback loops
agent_loop
expert
Task: agent_loop Topic: Self-improving agents and feedback loops Difficulty: expert Target language: 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": [ "documentation", "tooling", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3efbb144b55233036e46fc48f0e748b041199ae0
train_13316
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: 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
[]
{ "target_language": "JavaScript", "developer_needs": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "security_gates", "governance" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
27ec5bceaac023c5736839ad753e79055a04c8d5
train_13317
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
compare
intermediate
Task: compare Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: Bash Context: 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": "Bash", "developer_needs": [ "auditability", "security_gates", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
eb9e4a1314424cc80fbba7dbf3260cb9f2cd993e
train_13318
2026-01-01T00:00:00
Latency, cost, and reliability optimization
review
expert
Task: review Topic: Latency, cost, and reliability optimization 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. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "repo_scale_reasoning", "tests_are_truth", "tooling", "governance" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7b81fa21d8f3b2e2a1a752eb5e447b0c0f7da789
train_13319
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
failure_analysis
expert
Task: failure_analysis Topic: Model merging, distillation, and continued pretraining 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Rust", "developer_needs": [ "tooling", "repo_scale_reasoning", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b6d5556eb89ab379fa0609b3f06f181c73b71edb
train_13320
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
design
expert
Task: design Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: expert Target language: Rust Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "governance", "tooling", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
793f8ef9fe43addcbf95f75f8df86c1446acbf72
train_13321
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
patch_diff
expert
Task: patch_diff Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: expert Target language: Rust Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "cost_latency_tradeoffs", "ci_integration", "reproducibility", "tooling" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
79e1465888fc460128f6f909a03cb68c2b19fcd8
train_13322
2026-01-01T00:00:00
Secure code generation and policy gates
review
advanced
Task: review Topic: Secure code generation and policy gates Difficulty: advanced Target language: Java Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[]
{ "target_language": "Java", "developer_needs": [ "tooling", "auditability", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
96cdc97daad920a59cf2792392e04aa8c3c8d4a6
train_13323
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
code
expert
Task: code Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: TypeScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "cost_latency_tradeoffs", "documentation", "auditability", "governance" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d440156fc4a3582443c73df412d3bc97a441302c
train_13324
2026-01-01T00:00:00
Extended context and repo-scale understanding
explain
expert
Task: explain Topic: Extended context and repo-scale understanding Difficulty: expert Target language: 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
[]
{ "target_language": "TypeScript", "developer_needs": [ "documentation", "reproducibility", "ci_integration", "tooling" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
80ea909cb4cacb73a789aea6af22f355f29b6ffa
train_13325
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
failure_analysis
intermediate
Task: failure_analysis Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Rust", "developer_needs": [ "governance", "reproducibility", "tests_are_truth", "documentation" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
105c26a840234e30a035d245267475cec27525a1
train_13326
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
compare
intermediate
Task: compare Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: Python Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "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", "governance", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
568f38e6ce6055300324b1d04db8e289fa9d3b2a
train_13327
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
patch_diff
intermediate
Task: patch_diff Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: intermediate Target language: SQL Context: 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": "SQL", "developer_needs": [ "auditability", "evaluation_metrics", "governance", "tooling" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f84e0ddb44224321361cf802fc7f25980d1e3363
train_13328
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: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Python", "developer_needs": [ "evaluation_metrics", "tooling", "documentation", "governance" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f780144cfc67154a6d95f59b7d6b2cca53b75678
train_13329
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
patch_diff
intermediate
Task: patch_diff Topic: Code-specialized model families and sizing tradeoffs Difficulty: intermediate Target language: JavaScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "JavaScript", "developer_needs": [ "governance", "reproducibility", "auditability", "tooling" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
293fd1f09857e73612b114fc7f76789899057c11
train_13330
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
design
advanced
Task: design Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: Java Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "tooling", "repo_scale_reasoning", "documentation", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c98b86a994e1cd7cd8d456f2a936b080732b1c4e
train_13331
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: C# Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "tooling", "governance", "auditability" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
77fe5a30b14161ce0c9d74ba4bbf1b2cfbb9e1b6
train_13332
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: 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": [ "repo_scale_reasoning", "tooling", "evaluation_metrics", "ci_integration" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c22ea591608735318d53ddd2dd4171f472093753
train_13333
2026-01-01T00:00:00
Secure code generation and policy gates
explain
intermediate
Task: explain 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "governance", "tests_are_truth", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0f74506087ee30f588e8a7b85dd00e742cc6c6f3
train_13334
2026-01-01T00:00:00
Self-improving agents and feedback loops
explain
advanced
Task: explain 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. 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": [ "governance", "ci_integration", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3d691551df51894e5d07829220e97b2338fe2aad
train_13335
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
patch_diff
expert
Task: patch_diff Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Bash", "developer_needs": [ "cost_latency_tradeoffs", "ci_integration", "reproducibility", "security_gates" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9c0a1841836f51a113602f077f1c12dd6720d5a3
train_13336
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
agent_loop
advanced
Task: agent_loop Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: C# Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "C#", "developer_needs": [ "auditability", "reproducibility", "tooling", "security_gates" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6d704c5a7ae82d55e9d6f265788580cb9b731ba5
train_13337
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: 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. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "tooling", "tests_are_truth", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dda566bb201d11fc1a2e79202650f461fcd75764
train_13338
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: 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", "ci_integration", "auditability" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
061c30c4f19ac8d011759a2771d8e043b7bfb19b
train_13339
2026-01-01T00:00:00
Extended context and repo-scale understanding
eval
intermediate
Task: eval Topic: Extended context and repo-scale understanding Difficulty: intermediate Target language: 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", "auditability", "ci_integration", "tests_are_truth" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b5727ce7286c0028db259369c0ad8a7189de663d
train_13340
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
failure_analysis
expert
Task: failure_analysis Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "repo_scale_reasoning", "security_gates", "reproducibility" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dc69c5fd5cfe84a83c134ee18fea0975846f0b07
train_13341
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
compare
expert
Task: compare Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: 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": [ "reproducibility", "auditability", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5caa06f55ecaa83a342db2dac23ede7135301d6e
train_13342
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
failure_analysis
expert
Task: failure_analysis Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "SQL", "developer_needs": [ "tooling", "evaluation_metrics", "auditability", "tests_are_truth" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3b97cfeab806643d3b68cc8808df0b313ab84762
train_13343
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
patch_diff
advanced
Task: patch_diff Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: Bash Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "repo_scale_reasoning", "ci_integration", "reproducibility" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a5a6627670778bf5be6c0dd942070f310a1f27bd
train_13344
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
code
expert
Task: code Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: expert Target language: C# Context: 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": [ "tooling", "governance", "auditability", "ci_integration" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8f9ea45e31aa9f41a5b104e49ac4f237e9e95130
train_13345
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
agent_loop
intermediate
Task: agent_loop Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: 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": [ "evaluation_metrics", "reproducibility", "documentation", "tooling" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7d59b4fabaf78dfd076fe37f741c275468390972
train_13346
2026-01-01T00:00:00
Latency, cost, and reliability optimization
data_pipeline
expert
Task: data_pipeline Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Java", "developer_needs": [ "cost_latency_tradeoffs", "evaluation_metrics", "security_gates", "ci_integration" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b809c6764e62c66561a798a37f053c992d42ce71
train_13347
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
data_pipeline
intermediate
Task: data_pipeline Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: intermediate Target language: JavaScript Context: 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": "JavaScript", "developer_needs": [ "evaluation_metrics", "tests_are_truth", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b94245fe6a128a53c89cd4c4a914e0013096f343
train_13348
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: 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": [ "repo_scale_reasoning", "governance", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8a9f38f0c31521bcd382f88f57b834fc6e2f9e92
train_13349
2026-01-01T00:00:00
Secure code generation and policy gates
patch_diff
intermediate
Task: patch_diff Topic: Secure code generation and policy gates Difficulty: intermediate Target language: 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Java", "developer_needs": [ "governance", "security_gates", "documentation", "reproducibility" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9fb81078b5d9fa66ac2dad5d81528d99865f5aa5
train_13350
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: Go Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "governance", "reproducibility", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c9fa69f5ce0bdea529abc7c95bdf416e124acdcf
train_13351
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
explain
advanced
Task: explain Topic: Governance, provenance, and licensing for code data Difficulty: advanced Target language: Go Context: 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": [ "repo_scale_reasoning", "evaluation_metrics", "governance", "tooling" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
39b7f0e95f552af3854aff4cc0fcb8e528bf58c9
train_13352
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
failure_analysis
intermediate
Task: failure_analysis Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: Python Context: 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": [ "cost_latency_tradeoffs", "evaluation_metrics", "governance", "ci_integration" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3630c6c697a256a280dca12fb0cae665339414f5
train_13353
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
expert
Task: design Topic: Reasoning-first coding models and tunable deliberation 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": [ "evaluation_metrics", "documentation", "tests_are_truth", "security_gates" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
71ec0eddce8177f6e9668dc683d69d41ca0e351e
train_13354
2026-01-01T00:00:00
Self-improving agents and feedback loops
data_pipeline
expert
Task: data_pipeline Topic: Self-improving agents and feedback loops Difficulty: expert Target language: Bash Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "auditability", "evaluation_metrics", "documentation" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f20020deeff1692a2bb2d69c225a90e22b583743
train_13355
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
failure_analysis
advanced
Task: failure_analysis Topic: Agentic coding systems (plan→edit→test→reflect) Difficulty: advanced Target language: TypeScript Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "TypeScript", "developer_needs": [ "tooling", "governance", "security_gates", "ci_integration" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1503c668802e80c3dc3354694ae756292a663d2a
train_13356
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
eval
expert
Task: eval Topic: Governance, provenance, and licensing for code data Difficulty: expert Target language: 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": [ "security_gates", "tests_are_truth", "documentation", "ci_integration" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
088d3d8bca008979df8a55d8a56c3006594882b8
train_13357
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: 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": [ "documentation", "tooling", "repo_scale_reasoning", "ci_integration" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
aab70eba5378d8ea5cf8e87556a44fef351abd8a
train_13358
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: Go Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Go", "developer_needs": [ "tooling", "documentation", "cost_latency_tradeoffs", "security_gates" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
612da9b11053ab61e7ef44d26435d87f88e031ad
train_13359
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: 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": [ "cost_latency_tradeoffs", "evaluation_metrics", "repo_scale_reasoning", "reproducibility" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b1bda2f7674e79f258cebc79df09fa4a7fc36314
train_13360
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: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "ci_integration", "security_gates", "documentation" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7543a8ae8973a57de726d90ae36f763a5797de8c
train_13361
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
patch_diff
advanced
Task: patch_diff Topic: Code-specialized model families and sizing tradeoffs Difficulty: advanced Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "documentation", "tests_are_truth" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
810cfbd4582ed7a4ae03582a3de8ed147a4e0d2d
train_13362
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
agent_loop
intermediate
Task: agent_loop Topic: Model merging, distillation, and continued pretraining 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "C#", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "tooling", "auditability" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
007a13c606ccccf283138adb87385e2852c9abf4
train_13363
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
design
intermediate
Task: design Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: C# Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "governance", "evaluation_metrics", "ci_integration", "tests_are_truth" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
de41d77ecd4b17efbc13de7c33e646f4e0ff060d
train_13364
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "JavaScript", "developer_needs": [ "evaluation_metrics", "documentation", "repo_scale_reasoning", "reproducibility" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4ffb1266ca6719dade21e2c00aafd919c5f94774
train_13365
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
explain
expert
Task: explain Topic: Code-specialized model families and sizing tradeoffs Difficulty: expert Target language: Bash Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Bash", "developer_needs": [ "cost_latency_tradeoffs", "repo_scale_reasoning", "ci_integration", "documentation" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4341a5c69b468576b0009345bb1a0427a3799957
train_13366
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
design
expert
Task: design Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: expert Target language: 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": [ "auditability", "ci_integration", "evaluation_metrics", "tooling" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
789d61349fb6d19b5c6fc97e6f20e9dcbe4d4841
train_13367
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: 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": [ "security_gates", "governance", "documentation", "tooling" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d3c459fd81d885280826bbcca5587fc491269c18
train_13368
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
expert
Task: design Topic: Reasoning-first coding models and tunable deliberation Difficulty: expert Target language: Python Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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": [ "ci_integration", "auditability", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4f6cab202f87534dab441ff70c0662e3fa6e8958
train_13369
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: 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": "TypeScript", "developer_needs": [ "governance", "ci_integration", "auditability", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2d1da012f268c0691f8c4adb7137da5bb6e726ee
train_13370
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: 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. 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": [ "governance", "documentation", "tests_are_truth", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c4fd674fae3e0066e7a2dbe25510ea1a8b679154
train_13371
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
data_pipeline
advanced
Task: data_pipeline Topic: SWE-bench style real-repo evaluation Difficulty: advanced Target language: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "JavaScript", "developer_needs": [ "security_gates", "repo_scale_reasoning", "cost_latency_tradeoffs", "documentation" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c16b1537e3fff653656886edf5635f2f96f5c272
train_13372
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
patch_diff
advanced
Task: patch_diff Topic: SWE-bench style real-repo evaluation 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. 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": [ "documentation", "ci_integration", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
cf601cec3704a054a53605741e1573e9bfd5bd27
train_13373
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: 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
[]
{ "target_language": "Bash", "developer_needs": [ "reproducibility", "documentation", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2563397f4603daa5e7a248cb3da4f78717d64c8c
train_13374
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: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "documentation", "repo_scale_reasoning", "tooling" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d9768452fbb74886295779a4a8f0ba320fd2aeea
train_13375
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
data_pipeline
advanced
Task: data_pipeline Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: SQL Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "cost_latency_tradeoffs", "ci_integration", "reproducibility", "governance" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6eba577350891e7c87aa33b4dd941feeb381c063
train_13376
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
code
expert
Task: code Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: JavaScript Context: 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": "JavaScript", "developer_needs": [ "security_gates", "reproducibility", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
868d61b164b10f0b33735dc5585a55ed857a089c
train_13377
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
intermediate
Task: design Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "governance", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
187116a92a0700cabdb3717ee1b99156aa3b4512
train_13378
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
eval
expert
Task: eval Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "Bash", "developer_needs": [ "evaluation_metrics", "governance", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d0faca18872110944b64f4b8034d36f4d31642d1
train_13379
2026-01-01T00:00:00
Secure code generation and policy gates
data_pipeline
expert
Task: data_pipeline Topic: Secure code generation and policy gates Difficulty: expert 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": [ "governance", "evaluation_metrics", "ci_integration", "auditability" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5727cce672fa916cc99c2039fec417d48af4b103
train_13380
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
code
advanced
Task: code Topic: Mixture-of-Experts (MoE) for code Difficulty: advanced Target language: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "security_gates", "documentation", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4a7a2500b11e0d3471d7b7c1b87a4a32fbd879a8
train_13381
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: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Java", "developer_needs": [ "tests_are_truth", "ci_integration", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dfd2c6c574c9eab48736534308bbb389612a310f
train_13382
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: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Review: correctness, security, performance, governance
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "evaluation_metrics", "documentation", "cost_latency_tradeoffs", "auditability" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
34f00938dfa0249e3e522294272527a656a74d30
train_13383
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
compare
expert
Task: compare Topic: Reasoning-first coding models and tunable deliberation Difficulty: expert Target language: Go Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "reproducibility", "governance" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5db16b23daf471e1921f948e241d83959cf1391c
train_13384
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: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "governance", "reproducibility", "cost_latency_tradeoffs", "security_gates" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dad0ac8ae975e9e63d11d86617b6fcba4aa2a719
train_13385
2026-01-01T00:00:00
Self-improving agents and feedback loops
data_pipeline
intermediate
Task: data_pipeline Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: SQL Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "auditability", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d1002a57c6b9347e67a4175e994098c42500376f
train_13386
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
patch_diff
advanced
Task: patch_diff Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: Go Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Go", "developer_needs": [ "ci_integration", "reproducibility", "tests_are_truth", "tooling" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
53e8ce31948c96c40e37995b85c598b7ad4e8e13
train_13387
2026-01-01T00:00:00
Secure code generation and policy gates
compare
advanced
Task: compare Topic: Secure code generation and policy gates 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. 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": [ "evaluation_metrics", "governance", "tooling", "ci_integration" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f4b0165885b4cafe7f35a31cdb38940559871e02
train_13388
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: SQL Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "security_gates", "reproducibility", "governance" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c7891b5a1bde164d1461e01dd514ae814d76aabf
train_13389
2026-01-01T00:00:00
Extended context and repo-scale understanding
compare
intermediate
Task: compare Topic: Extended context and repo-scale understanding 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "TypeScript", "developer_needs": [ "repo_scale_reasoning", "governance", "reproducibility", "ci_integration" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
16b51f3aaa197227f5b7f6c3a299ee3bed6b77b1
train_13390
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
design
intermediate
Task: design Topic: Tool calling, sandboxes, and CI integration 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. 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": [ "evaluation_metrics", "repo_scale_reasoning", "documentation", "tooling" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
53201ddb02d1bcadd1c522035cb9f92066226552
train_13391
2026-01-01T00:00:00
Self-improving agents and feedback loops
design
expert
Task: design Topic: Self-improving agents and feedback loops 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
[]
{ "target_language": "SQL", "developer_needs": [ "repo_scale_reasoning", "governance", "tests_are_truth", "tooling" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c0aae23422740a5ce0bfd505a95aa7ccf2e5f6b9
train_13392
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
intermediate
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: intermediate Target language: Go Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "governance", "cost_latency_tradeoffs", "evaluation_metrics", "ci_integration" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bd93d1aad9990a6583ad9c6fa2e3957d024b9d16
train_13393
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
review
expert
Task: review Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: 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
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "governance", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
53b60aa39a6dd4efa24a8cfd945bf015e2f364e7
train_13394
2026-01-01T00:00:00
Extended context and repo-scale understanding
code
intermediate
Task: code Topic: Extended context and repo-scale understanding Difficulty: intermediate Target language: TypeScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "ci_integration", "auditability", "tooling", "documentation" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d24ddbd475cb7bf8b3e680269dc96028463de666
train_13395
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: 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. 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": [ "security_gates", "tooling", "tests_are_truth", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
74a386662ed22879cd00aec239650f8ea2aa8887
train_13396
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
failure_analysis
intermediate
Task: failure_analysis Topic: Model merging, distillation, and continued pretraining 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. 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": [ "governance", "tests_are_truth", "security_gates", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4018860449368b448c9126e71727078990c93e58
train_13397
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
explain
advanced
Task: explain Topic: Code-specialized model families and sizing tradeoffs 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Bash", "developer_needs": [ "security_gates", "repo_scale_reasoning", "governance", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
499a9c207db59c5d920a6954b543967e3d6531f3
train_13398
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
code
advanced
Task: code Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: 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": [ "repo_scale_reasoning", "ci_integration", "governance", "tests_are_truth" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d4d9d29c043432339e6bd36f5db59f1deaec8d63
train_13399
2026-01-01T00:00:00
Extended context and repo-scale understanding
eval
intermediate
Task: eval Topic: Extended context and repo-scale understanding Difficulty: intermediate Target language: C# Context: 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": "C#", "developer_needs": [ "tests_are_truth", "documentation", "security_gates", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9ed7e24fbf054de36059c3e7fc06ae443fdb70b8