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_10000
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
failure_analysis
expert
Task: failure_analysis Topic: SWE-bench style real-repo evaluation 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
[]
{ "target_language": "Go", "developer_needs": [ "reproducibility", "documentation", "auditability", "tooling" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
154417faebc9fe7206ecc1548178c76735ec0dc0
train_10001
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": [ "tests_are_truth", "ci_integration", "documentation", "auditability" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2563397f4603daa5e7a248cb3da4f78717d64c8c
train_10002
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: 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": [ "security_gates", "ci_integration", "cost_latency_tradeoffs", "auditability" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e552603fcd71b77b023881402d29ac0d3b2e8fa7
train_10003
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
compare
intermediate
Task: compare Topic: Tool calling, sandboxes, and CI integration 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": [ "tests_are_truth", "tooling", "documentation", "governance" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
871e8837fdb738648e4f21a82692e4198333803d
train_10004
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
agent_loop
intermediate
Task: agent_loop Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: Bash Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Bash", "developer_needs": [ "reproducibility", "tests_are_truth", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3e4c9b8b2b3807a3ce70a3c8aaa0abe161711d4b
train_10005
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
data_pipeline
advanced
Task: data_pipeline Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: SQL Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "SQL", "developer_needs": [ "tooling", "security_gates", "cost_latency_tradeoffs", "ci_integration" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5bcdf849e25afbb9e70c1c0c3a7e8afa4f23e5f5
train_10006
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
eval
intermediate
Task: eval Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: 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": [ "tests_are_truth", "auditability", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0b3c7800daacf6f26c9e87f6176a352e47e8c0ae
train_10007
2026-01-01T00:00:00
Self-improving agents and feedback loops
patch_diff
intermediate
Task: patch_diff Topic: Self-improving agents and feedback loops Difficulty: intermediate Target language: Rust Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Rust", "developer_needs": [ "tests_are_truth", "governance", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
223e7781d4a7af911a27617028ea73b1840e1aaa
train_10008
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
failure_analysis
advanced
Task: failure_analysis Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "Bash", "developer_needs": [ "ci_integration", "tests_are_truth", "auditability", "tooling" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f98444a4f4086336fa30496bbc4714c539455fff
train_10009
2026-01-01T00:00:00
Self-improving agents and feedback loops
eval
advanced
Task: eval 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. 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": "SQL", "developer_needs": [ "governance", "tooling", "documentation", "tests_are_truth" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6b69dfe7be2e69a4e54993346a66298006fb7228
train_10010
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
compare
expert
Task: compare Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: SQL Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "SQL", "developer_needs": [ "tests_are_truth", "repo_scale_reasoning", "auditability", "documentation" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
bad73bb0f5691fef02438bdb90fa4ffc2ad02413
train_10011
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: Java Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "auditability", "tooling", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2d44e73e142dffcdf1ff36c0a007ed9a22329fa7
train_10012
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
patch_diff
intermediate
Task: patch_diff Topic: SWE-bench style real-repo evaluation Difficulty: intermediate Target language: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "C#", "developer_needs": [ "reproducibility", "governance", "tooling", "cost_latency_tradeoffs" ], "moe_experts": [ "performance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
230a498e45fb7947383669c75399232801c3c7f6
train_10013
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
design
intermediate
Task: design Topic: Mixture-of-Experts (MoE) for code 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. 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": [ "governance", "tooling", "documentation", "security_gates" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
442928f72a3cdb47f0c1de782d2964c26e586aa2
train_10014
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: 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": [ "documentation", "ci_integration", "cost_latency_tradeoffs", "governance" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fa9fe2d9ce0ccef9e21634a2ec68658e817e8bcc
train_10015
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: 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": [ "evaluation_metrics", "tooling", "reproducibility", "documentation" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1c88172c0836998a3106a750fcf0c4737208fa8d
train_10016
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
compare
expert
Task: compare Topic: SWE-bench style real-repo evaluation 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Rust", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "tests_are_truth", "reproducibility" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
77461fd72bb73d847f12599e19be50f4a6da4444
train_10017
2026-01-01T00:00:00
Extended context and repo-scale understanding
design
advanced
Task: design Topic: Extended context and repo-scale understanding Difficulty: advanced Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "security_gates", "cost_latency_tradeoffs", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
431bc81728b4f5f96f8b7fd1ac4a855cbf79d3c2
train_10018
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: Python Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Python", "developer_needs": [ "repo_scale_reasoning", "documentation", "tooling", "governance" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
978e13b60d48e66063a7550384b75f361ee90ab4
train_10019
2026-01-01T00:00:00
Secure code generation and policy gates
eval
expert
Task: eval Topic: Secure code generation and policy gates Difficulty: expert Target language: 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. 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": "SQL", "developer_needs": [ "security_gates", "tests_are_truth", "governance", "evaluation_metrics" ], "moe_experts": [ "data_curation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9bc182bf711c4061b1d227d57bb3c1038193691e
train_10020
2026-01-01T00:00:00
Self-improving agents and feedback loops
code
advanced
Task: code Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: Go Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Go", "developer_needs": [ "tooling", "cost_latency_tradeoffs", "reproducibility", "tests_are_truth" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ab097a3965e04dfb6b53d0f42f66ca747fc9c932
train_10021
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: 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": [ "evaluation_metrics", "repo_scale_reasoning", "cost_latency_tradeoffs", "security_gates" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
6dc61b7829a9f5074aec158e20e817f99a0b554d
train_10022
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: 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": [ "documentation", "security_gates", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
16b552cb3c069933ba578d0c64c22abd52305d6e
train_10023
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: Bash Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "Bash", "developer_needs": [ "ci_integration", "reproducibility", "repo_scale_reasoning", "security_gates" ], "moe_experts": [ "evaluation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
535e1430a648b7e7e42bbc7c1eb057f66e0b8d54
train_10024
2026-01-01T00:00:00
Secure code generation and policy gates
code
intermediate
Task: code Topic: Secure code generation and policy gates Difficulty: intermediate Target language: C# Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "documentation", "repo_scale_reasoning", "ci_integration", "auditability" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
acd0d1647511dddc208479fc91eb3e61569d3c88
train_10025
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
data_pipeline
advanced
Task: data_pipeline Topic: Governance, provenance, and licensing for code data Difficulty: advanced Target language: Rust Context: 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": "Rust", "developer_needs": [ "repo_scale_reasoning", "cost_latency_tradeoffs", "security_gates", "tooling" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b96069e52b3807493437acac986fa76f9abbd064
train_10026
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
data_pipeline
expert
Task: data_pipeline Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "JavaScript", "developer_needs": [ "repo_scale_reasoning", "reproducibility", "governance", "security_gates" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d513db8c191415923fb5362f61a821ad83f694c6
train_10027
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: 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", "documentation", "tests_are_truth", "reproducibility" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
357dcae640e017d85352f4ff45e1a06194afbccb
train_10028
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: 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. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "SQL", "developer_needs": [ "cost_latency_tradeoffs", "security_gates", "governance", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
376916fee74317ad9bbdcb48153fad5df3314f31
train_10029
2026-01-01T00:00:00
Self-improving agents and feedback loops
failure_analysis
advanced
Task: failure_analysis Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: 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": [ "documentation", "governance", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "agentic_systems_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
73b57528beabe45cd7458a97232a9c5c403d5044
train_10030
2026-01-01T00:00:00
Extended context and repo-scale understanding
eval
advanced
Task: eval Topic: Extended context and repo-scale understanding Difficulty: advanced Target language: 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. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "auditability", "reproducibility", "ci_integration", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4d8e6a164687cc83ccc1c4b929f9cabc7b26c558
train_10031
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: 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. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "governance", "documentation", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7a15c2ef8f3b8431af4cbd6e037927ff0088c28b
train_10032
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: 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. 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": [ "documentation", "ci_integration", "auditability", "reproducibility" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2ce8a6d730cbd25cb5abd104ff0c48e2c641bc6f
train_10033
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
design
expert
Task: design Topic: Tool calling, sandboxes, and CI integration Difficulty: expert Target language: Python Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Python", "developer_needs": [ "tests_are_truth", "governance", "auditability", "ci_integration" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ed44f3dea80594cdd74bd5e08a5c58051b398c2b
train_10034
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
failure_analysis
advanced
Task: failure_analysis Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: 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": [ "tooling", "evaluation_metrics", "governance", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4a3c4e62f7ef3dc77a41f2161c9dd88e04b8c819
train_10035
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: 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": [ "repo_scale_reasoning", "ci_integration", "security_gates", "cost_latency_tradeoffs" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
27654d70999025fd5cc1243ec5f7be139f1fab5b
train_10036
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
data_pipeline
advanced
Task: data_pipeline Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: advanced Target language: Python Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Python", "developer_needs": [ "auditability", "ci_integration", "evaluation_metrics", "documentation" ], "moe_experts": [ "security_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3c57bac22934e537a6a60cc93b0c9f5855f41cc9
train_10037
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: JavaScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Failure: - Initial patch broke edge case Reflection: - Missing zero-input guard Correction: - Add explicit validation + test
[]
{ "target_language": "JavaScript", "developer_needs": [ "documentation", "reproducibility", "security_gates", "tests_are_truth" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fc385268edbd307cd3ccc0c87408e19620334d59
train_10038
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
review
intermediate
Task: review Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: 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. 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": [ "auditability", "evaluation_metrics", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
9c519c21cfdb84c8903a8e66a65639560c4ea339
train_10039
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: 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. Review: correctness, security, performance, governance
[]
{ "target_language": "TypeScript", "developer_needs": [ "documentation", "repo_scale_reasoning", "auditability", "cost_latency_tradeoffs" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
860e2b476a7640c1e2776bc28a5f8811a61f4cf0
train_10040
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
eval
expert
Task: eval Topic: Reasoning-first coding models and tunable deliberation Difficulty: expert Target language: 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": [ "tooling", "cost_latency_tradeoffs", "repo_scale_reasoning", "documentation" ], "moe_experts": [ "data_curation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7fc6480bffe5ed2bb8afb6043fdd82de1609151e
train_10041
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
agent_loop
advanced
Task: agent_loop Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: TypeScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Loop: Plan → Edit → Test → Reflect → Human gate
[]
{ "target_language": "TypeScript", "developer_needs": [ "tooling", "reproducibility", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
505dee7f744eb32ad37744bc942201c0fed1bc06
train_10042
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
compare
advanced
Task: compare Topic: Code-specialized model families and sizing tradeoffs Difficulty: advanced Target language: Rust Context: 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": "Rust", "developer_needs": [ "ci_integration", "security_gates", "tests_are_truth", "tooling" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b61078a9336a81f3caac3e6479f873e2b8a79547
train_10043
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
eval
intermediate
Task: eval Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: 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. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "security_gates", "reproducibility", "evaluation_metrics", "governance" ], "moe_experts": [ "governance_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c45174ac86c32babfbc685098d1ee9f0fddffcd9
train_10044
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: 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
[]
{ "target_language": "TypeScript", "developer_needs": [ "security_gates", "auditability", "documentation", "reproducibility" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0b02f779d3922a9d384cf7c8d6b89983a90ee316
train_10045
2026-01-01T00:00:00
Dataset curation pipelines (filter, dedupe, quality)
failure_analysis
advanced
Task: failure_analysis Topic: Dataset curation pipelines (filter, dedupe, quality) Difficulty: advanced Target language: 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": [ "security_gates", "documentation", "repo_scale_reasoning", "tooling" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
db1dd8d5bcf6de357db15be76be225544e388f58
train_10046
2026-01-01T00:00:00
Latency, cost, and reliability optimization
eval
expert
Task: eval Topic: Latency, cost, and reliability optimization 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. 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": "SQL", "developer_needs": [ "tooling", "tests_are_truth", "documentation", "governance" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2f2952d3a05437e9c8e94dd1ed3b6b7393f87ffa
train_10047
2026-01-01T00:00:00
Multimodal dev workflows (docs, diagrams, traces)
code
intermediate
Task: code Topic: Multimodal dev workflows (docs, diagrams, traces) Difficulty: intermediate Target language: 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": [ "cost_latency_tradeoffs", "tests_are_truth", "ci_integration", "tooling" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
79edc3176291c6725cb1ff91c342a0c23c8c6c05
train_10048
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
patch_diff
intermediate
Task: patch_diff Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. 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", "auditability", "reproducibility", "governance" ], "moe_experts": [ "coding_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
af8a8e03577041cf6ef0c1359f0a13a3b35051eb
train_10049
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: 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": "SQL", "developer_needs": [ "reproducibility", "auditability", "documentation", "tooling" ], "moe_experts": [ "data_curation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
fe4b5c84cd9f7a45009d2df35bb47651cdec50f7
train_10050
2026-01-01T00:00:00
Extended context and repo-scale understanding
compare
advanced
Task: compare Topic: Extended context and repo-scale understanding Difficulty: advanced Target language: 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": [ "security_gates", "tests_are_truth", "documentation", "auditability" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f6fb37a3e7403955dbd3c57fba503503bb0a56a5
train_10051
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: 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": [ "reproducibility", "governance", "evaluation_metrics", "ci_integration" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b88aed6fffd7ce4d4e285c947aee69add2a556e6
train_10052
2026-01-01T00:00:00
Latency, cost, and reliability optimization
eval
expert
Task: eval Topic: Latency, cost, and reliability optimization 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. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "C#", "developer_needs": [ "security_gates", "documentation", "governance", "repo_scale_reasoning" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f7dc453840417281d6bf5290833b769021f785ac
train_10053
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: Java Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "repo_scale_reasoning", "evaluation_metrics", "ci_integration", "documentation" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b62ebdd342918a9d72f7e83b953a7bbd2e1ef22e
train_10054
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: Python Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "reproducibility", "ci_integration", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "agentic_systems_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a6402e6d77010e01cb86241afb67a45bd195f77e
train_10055
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
agent_loop
expert
Task: agent_loop Topic: Reasoning-first coding models and tunable deliberation 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. 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": "TypeScript", "developer_needs": [ "security_gates", "tooling", "repo_scale_reasoning", "evaluation_metrics" ], "moe_experts": [ "security_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
5fad0c49208ccd198b9f40944244476bcfb6c44a
train_10056
2026-01-01T00:00:00
Secure code generation and policy gates
data_pipeline
intermediate
Task: data_pipeline Topic: Secure code generation and policy gates Difficulty: intermediate Target language: Go Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Go", "developer_needs": [ "documentation", "repo_scale_reasoning", "auditability", "ci_integration" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7d5a6809087d9e93c337985babdce4e714e58c8f
train_10057
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
data_pipeline
expert
Task: data_pipeline Topic: Governance, provenance, and licensing for code data Difficulty: expert Target language: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Rust", "developer_needs": [ "evaluation_metrics", "documentation", "tests_are_truth", "security_gates" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2374b84bec676f7428b29c648981788787251ff6
train_10058
2026-01-01T00:00:00
Self-improving agents and feedback loops
compare
advanced
Task: compare Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Go", "developer_needs": [ "tests_are_truth", "security_gates", "evaluation_metrics", "reproducibility" ], "moe_experts": [ "security_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2dc710b53c9497a54ea9bbb985c940187472211a
train_10059
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
explain
expert
Task: explain Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "ci_integration", "security_gates", "auditability", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8a3abf03e45e5ec0cc0e222f49b6da0b03ff09fb
train_10060
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
code
advanced
Task: code Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: TypeScript Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "ci_integration", "documentation", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2510273386d3de29d285b04256042203b4a4075e
train_10061
2026-01-01T00:00:00
Latency, cost, and reliability optimization
explain
expert
Task: explain Topic: Latency, cost, and reliability optimization Difficulty: expert Target language: TypeScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "security_gates", "auditability", "ci_integration", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1fe6f1d3b8aabff8ce08df096edd63c808bbc1e4
train_10062
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
eval
advanced
Task: eval Topic: Governance, provenance, and licensing for code data Difficulty: advanced Target language: 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
[ "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", "evaluation_metrics", "tests_are_truth" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c416f5f7885874eb847d327bfa9a9b0d8b5a803f
train_10063
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: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "cost_latency_tradeoffs", "tooling", "tests_are_truth", "ci_integration" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
3fb136d26a981b19f785c7a231021a49ace3ecee
train_10064
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: 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", "security_gates", "governance", "tooling" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
edf9bf720f8c4db76214a596e9bbe11076ebbccf
train_10065
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: 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": "Rust", "developer_needs": [ "tests_are_truth", "reproducibility", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
f51b7baf35966e9a2b2e69292597c1144b3bd9eb
train_10066
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: TypeScript Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "cost_latency_tradeoffs", "auditability", "documentation", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
85683775fa7c2b18c0dfd27a3148cb8cf591b3ad
train_10067
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
compare
intermediate
Task: compare Topic: Model merging, distillation, and continued pretraining Difficulty: intermediate Target language: C# Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "tooling", "tests_are_truth", "reproducibility", "cost_latency_tradeoffs" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
67ed7a1500898b5c1ef3385527fc9f5e39150c95
train_10068
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
intermediate
Task: design Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: Bash Context: Regulated environment requiring audit trails. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Bash", "developer_needs": [ "evaluation_metrics", "tooling", "repo_scale_reasoning", "tests_are_truth" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ab4d4e9983bdd980f4b56b6e2785f9beb8a772c5
train_10069
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: C# Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "auditability", "tests_are_truth", "reproducibility" ], "moe_experts": [ "governance_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
196e961a9294cf665d391accd06b23b435c32b01
train_10070
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: 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": [ "cost_latency_tradeoffs", "tooling", "evaluation_metrics", "security_gates" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
842e2e74dd77349e76395fc8f4ce3cca3dfdcbe5
train_10071
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
data_pipeline
expert
Task: data_pipeline Topic: Tool calling, sandboxes, and CI integration Difficulty: expert Target language: Python Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "Python", "developer_needs": [ "auditability", "cost_latency_tradeoffs", "ci_integration", "tests_are_truth" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
7dccb81321ac184de58a49fd820bc561d2de7323
train_10072
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
code
advanced
Task: code Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: SQL Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "security_gates", "governance", "tooling", "tests_are_truth" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a06f9876030402d86d79e1cff4820b19618bba97
train_10073
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
code
advanced
Task: code Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Target language: 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. 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": [ "tests_are_truth", "evaluation_metrics", "governance", "documentation" ], "moe_experts": [ "agentic_systems_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
ea48c8aa30214505217c79ce2370f16a2d017ebf
train_10074
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: 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": "C#", "developer_needs": [ "repo_scale_reasoning", "documentation", "governance", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d23f3443cd1a629ddb3347e02843b63b778bf400
train_10075
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: 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": [ "security_gates", "tooling", "cost_latency_tradeoffs", "repo_scale_reasoning" ], "moe_experts": [ "security_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
1f46b575a6c56749f1f80c0711675216eb16f50c
train_10076
2026-01-01T00:00:00
Secure code generation and policy gates
explain
expert
Task: explain Topic: Secure code generation and policy gates Difficulty: expert Target language: Rust Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "ci_integration", "auditability", "governance", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
8ef659e84b0bf10a96c66422d8ba93ba78c05340
train_10077
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: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "C#", "developer_needs": [ "evaluation_metrics", "security_gates", "tests_are_truth", "ci_integration" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0e1b00da5daa5143cf9ed967fe3abee5bd4aa520
train_10078
2026-01-01T00:00:00
Extended context and repo-scale understanding
data_pipeline
expert
Task: data_pipeline Topic: Extended context and repo-scale understanding Difficulty: expert Target language: 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. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[]
{ "target_language": "C#", "developer_needs": [ "tooling", "cost_latency_tradeoffs", "evaluation_metrics", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
0f18153005879f13867efb0b969f55bfbd95b388
train_10079
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
design
advanced
Task: design Topic: Reasoning-first coding models and tunable deliberation Difficulty: advanced Target language: Rust Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "evaluation_metrics", "ci_integration", "tooling", "repo_scale_reasoning" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
e8c1bfbdaac774e3fb8555297ddcf4c41b4ee92a
train_10080
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
eval
expert
Task: eval Topic: Mixture-of-Experts (MoE) for code Difficulty: expert Target language: Python Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Eval: pass@k, time-to-green, regressions, diff size
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "cost_latency_tradeoffs", "repo_scale_reasoning", "auditability", "tests_are_truth" ], "moe_experts": [ "coding_expert", "security_expert" ], "governance": { "audit_required": true, "tests_required": true } }
c3e662a4977cb1451c61d4cc3041e464ae58b210
train_10081
2026-01-01T00:00:00
Agentic coding systems (plan→edit→test→reflect)
design
expert
Task: design Topic: Agentic coding systems (plan→edit→test→reflect) 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "C#", "developer_needs": [ "cost_latency_tradeoffs", "security_gates", "ci_integration", "evaluation_metrics" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
794f6a7b95adba75e9e83ef2e68a7ef24c2ba66b
train_10082
2026-01-01T00:00:00
SWE-bench style real-repo evaluation
data_pipeline
expert
Task: data_pipeline Topic: SWE-bench style real-repo evaluation Difficulty: expert Target language: Python Context: Research team validating claims against real repos. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "tests_are_truth", "cost_latency_tradeoffs", "security_gates", "tooling" ], "moe_experts": [ "data_curation_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
138fbad9e47a93005180bfe431696c6f0d23e6f8
train_10083
2026-01-01T00:00:00
Extended context and repo-scale understanding
review
intermediate
Task: review Topic: Extended context and repo-scale understanding 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. Review: correctness, security, performance, governance
[]
{ "target_language": "Bash", "developer_needs": [ "ci_integration", "repo_scale_reasoning", "tests_are_truth", "evaluation_metrics" ], "moe_experts": [ "performance_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
236fd6ea79917fe60a1f37a3e3d713c8cb14f7f3
train_10084
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: 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": [ "cost_latency_tradeoffs", "auditability", "reproducibility", "ci_integration" ], "moe_experts": [ "data_curation_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d3652099940251296d5f518991c8c963b2b61015
train_10085
2026-01-01T00:00:00
Self-improving agents and feedback loops
compare
expert
Task: compare Topic: Self-improving agents and feedback loops Difficulty: expert Target language: Bash Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Bash", "developer_needs": [ "cost_latency_tradeoffs", "repo_scale_reasoning", "reproducibility", "tooling" ], "moe_experts": [ "data_curation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
861372f45563d49d95a880e7cfcb750d7031792f
train_10086
2026-01-01T00:00:00
Extended context and repo-scale understanding
patch_diff
intermediate
Task: patch_diff Topic: Extended context and repo-scale understanding 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. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[]
{ "target_language": "Rust", "developer_needs": [ "evaluation_metrics", "documentation", "tests_are_truth", "tooling" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a39e5200be626df62717a7dff51c375987b1c6bd
train_10087
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
compare
advanced
Task: compare Topic: Mixture-of-Experts (MoE) for code 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "JavaScript", "developer_needs": [ "tests_are_truth", "governance", "security_gates", "reproducibility" ], "moe_experts": [ "evaluation_expert", "agentic_systems_expert" ], "governance": { "audit_required": true, "tests_required": true } }
b95a29768738c549a16f0d6e83db1b77a3a013e9
train_10088
2026-01-01T00:00:00
Governance, provenance, and licensing for code data
design
expert
Task: design 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Java", "developer_needs": [ "ci_integration", "tooling", "governance", "evaluation_metrics" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
98ae2c4b9c0e98a88cd3ae8a58824bd9cfdc6cdd
train_10089
2026-01-01T00:00:00
Mixture-of-Experts (MoE) for code
explain
intermediate
Task: explain Topic: Mixture-of-Experts (MoE) for code Difficulty: intermediate Target language: Rust Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "Rust", "developer_needs": [ "auditability", "ci_integration", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "evaluation_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
34c25e5e463d9ba480c71c48a561179c8a13df8c
train_10090
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: TypeScript Context: High-traffic service with latency SLOs. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Pipeline: Ingest → Normalize → Filter → Dedupe → Quality → Mix → Audit
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "security_gates", "documentation", "cost_latency_tradeoffs", "reproducibility" ], "moe_experts": [ "evaluation_expert", "governance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
d0789c2d25fa9089e95e42b3e62a37e83ca3801e
train_10091
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
explain
expert
Task: explain Topic: Model merging, distillation, and continued pretraining Difficulty: expert Target language: TypeScript Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "TypeScript", "developer_needs": [ "ci_integration", "reproducibility", "security_gates", "auditability" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2385a77d2e62f128d0b50b49929388a2beb08357
train_10092
2026-01-01T00:00:00
Extended context and repo-scale understanding
design
intermediate
Task: design Topic: Extended context and repo-scale understanding 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. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "TypeScript", "developer_needs": [ "cost_latency_tradeoffs", "security_gates", "documentation", "governance" ], "moe_experts": [ "evaluation_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
607b04d93ace713354b7645f8810f0475a865af1
train_10093
2026-01-01T00:00:00
Code-specialized model families and sizing tradeoffs
review
expert
Task: review Topic: Code-specialized model families and sizing tradeoffs Difficulty: expert Target language: 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
[]
{ "target_language": "Bash", "developer_needs": [ "governance", "security_gates", "auditability", "documentation" ], "moe_experts": [ "coding_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
35ca6a4eb258d972894e5e0bbbc01760db157d42
train_10094
2026-01-01T00:00:00
Self-improving agents and feedback loops
compare
advanced
Task: compare Topic: Self-improving agents and feedback loops Difficulty: advanced Target language: 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. Compare: capability, cost, latency, reliability
[]
{ "target_language": "Go", "developer_needs": [ "tooling", "auditability", "governance", "tests_are_truth" ], "moe_experts": [ "governance_expert", "data_curation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
2dc710b53c9497a54ea9bbb985c940187472211a
train_10095
2026-01-01T00:00:00
Tool calling, sandboxes, and CI integration
code
advanced
Task: code Topic: Tool calling, sandboxes, and CI integration Difficulty: advanced Target language: SQL Context: Large monorepo with flaky tests and strict CI. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Design with risks, metrics, acceptance criteria
[]
{ "target_language": "SQL", "developer_needs": [ "documentation", "ci_integration", "evaluation_metrics", "cost_latency_tradeoffs" ], "moe_experts": [ "coding_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
a06f9876030402d86d79e1cff4820b19618bba97
train_10096
2026-01-01T00:00:00
Model merging, distillation, and continued pretraining
failure_analysis
advanced
Task: failure_analysis Topic: Model merging, distillation, and continued pretraining Difficulty: advanced Target language: 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": [ "cost_latency_tradeoffs", "tests_are_truth", "tooling", "auditability" ], "moe_experts": [ "governance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
dcbc2f676072c4d664c4869b316af9ac00ebafa2
train_10097
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: Java Context: Offline/local deployment with limited compute. Produce expert-level, production-ready artifacts.
Facts: - Modern AI coding prioritizes correctness, evaluation, and governance. - Agentic loops with test gates outperform single-pass generation. Patch (diff-style): ```diff - if x == 0: - return 1/x + if x == 0: + raise ValueError('division by zero') ``` Acceptance: - Tests pass - No new regressions
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Java", "developer_needs": [ "tooling", "tests_are_truth", "governance", "repo_scale_reasoning" ], "moe_experts": [ "performance_expert", "evaluation_expert" ], "governance": { "audit_required": true, "tests_required": true } }
4ac4021dbde693a457d587d845bda02834e9e34d
train_10098
2026-01-01T00:00:00
Reasoning-first coding models and tunable deliberation
review
intermediate
Task: review Topic: Reasoning-first coding models and tunable deliberation Difficulty: intermediate Target language: 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
[ "Identify failing behavior via tests", "Minimize change surface", "Apply patch", "Run targeted + full suite", "Verify no regressions" ]
{ "target_language": "Python", "developer_needs": [ "ci_integration", "reproducibility", "cost_latency_tradeoffs", "evaluation_metrics" ], "moe_experts": [ "agentic_systems_expert", "performance_expert" ], "governance": { "audit_required": true, "tests_required": true } }
438f37efadcc9c33da7a8d58f2da8841d840acef
train_10099
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: 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", "documentation", "repo_scale_reasoning" ], "moe_experts": [ "governance_expert", "coding_expert" ], "governance": { "audit_required": true, "tests_required": true } }
af402df6e37751a7f51badc131a52cc73f2db60b