id stringlengths 12 12 | created timestamp[s]date 2026-01-01 00:00:00 2026-01-01 00:00:00 | topic stringclasses 15 values | task_type stringclasses 12 values | difficulty stringclasses 2 values | instruction stringlengths 176 230 | input stringclasses 1 value | output stringclasses 11 values | metadata dict | hash stringlengths 40 40 |
|---|---|---|---|---|---|---|---|---|---|
train_002500 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | review | expert | Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 2661f329f89fb8ba1c8c4b7fd447d48fa138ab6b | |
train_002501 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | expert | Task: agent_loop
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 06c40be7b255b808f2bc321053a0306cd536696c | |
train_002502 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | patch_diff | advanced | Task: patch_diff
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | e9c61b5e62d470154670488108ed77e83e8d4e71 | |
train_002503 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | agent_loop | advanced | Task: agent_loop
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | a46a18e22f6ccf0abbd595908198b06be92c6aa3 | |
train_002504 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | tool_trace | advanced | Task: tool_trace
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "TypeScript",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | b2d1f307a0709e33d583c2ccc3d6ed2830d74786 | |
train_002505 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | data_pipeline | expert | Task: data_pipeline
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"security",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 9b59f247e62a4293b70e186ed2fd18811d12b666 | |
train_002506 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | explain | advanced | Task: explain
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 407f3f06711a590aab14a933c288ebcbfef41a12 | |
train_002507 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | tool_trace | expert | Task: tool_trace
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "SQL",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 94ffff0149b130eeaf320a107fd848b17060bcc1 | |
train_002508 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | expert | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Bash",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 7c6d817b445363a8394bc1b1709bb67d34b2e2f7 | |
train_002509 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | review | expert | Task: review
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 2415a58689071dd3f70fda78f6e11d0dc5f06475 | |
train_002510 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | tool_trace | expert | Task: tool_trace
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Python",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 5705ef3eb4ad3a5941460535e813e238c10fa9a5 | |
train_002511 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | eval | advanced | Task: eval
Topic: Governance, provenance, and audit logging
Difficulty: advanced
Language: TypeScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 65d996ce87d918309595e6aeca3ce88a3750ca98 | |
train_002512 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | expert | Task: review
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: Go
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 33872e5bde25fbdd2e3273765cf227484aad9e89 | |
train_002513 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | advanced | Task: failure_analysis
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 8bc41e84b3de6b137c1e41454bfd43cf91b1e1af | |
train_002514 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | patch_diff | advanced | Task: patch_diff
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: JavaScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "JavaScript",
"moe_experts": [
"data",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | fdb9bc84cd73785e32952b514cd554740abc9cc2 | |
train_002515 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | data_pipeline | expert | Task: data_pipeline
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3a2770b70f682e40a455fb5d21cb05dad05e0d6a | |
train_002516 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | explain | expert | Task: explain
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 753361d0fa1266758df57c3dc152b82236ffa081 | |
train_002517 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | eval | advanced | Task: eval
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Bash
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | a8d93b2186051e90e1712e9954f7d583809f6c0c | |
train_002518 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | code | expert | Task: code
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"research",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | a5a6f952b6303edaae8e61a4c746dcadbeb1dae4 | |
train_002519 | 2026-01-01T00:00:00 | Self-grading and automated model critique | eval | advanced | Task: eval
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "SQL",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9143af4c489cc91732db0178ee90d0fbde5a9b2c | |
train_002520 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | eval | advanced | Task: eval
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "C#",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 8d9d2d24abdf50f827584a0f2134d5ee6c63ce9f | |
train_002521 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | eval | expert | Task: eval
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: Python
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 9b61073b4baa0548c47e9f6d42893755262ff587 | |
train_002522 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | advanced | Task: explain
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ba994e59c5b48d1e850bef380c026db5d172c46a | |
train_002523 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | compare | advanced | Task: compare
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | f00e91f56083c550f38c61c8ece154b7f9cfd2a4 | |
train_002524 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | patch_diff | advanced | Task: patch_diff
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "JavaScript",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ecdf8ed271be6b412c21fe053122471db8ff5c32 | |
train_002525 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | explain | expert | Task: explain
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Go
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 49bad9426edc14d00199a2472217540dbcd80f1e | |
train_002526 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | agent_loop | expert | Task: agent_loop
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: Go
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 2b4fb4c84ce181cd4becfc07c9ceb5af109d3a74 | |
train_002527 | 2026-01-01T00:00:00 | Self-grading and automated model critique | patch_diff | advanced | Task: patch_diff
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 970b22c3c1eb2888b0412236e0fa4e660f979d6e | |
train_002528 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | design | advanced | Task: design
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 1a46cc43b02312229b579be7b8271bd9f9d713d4 | |
train_002529 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | agent_loop | expert | Task: agent_loop
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: Rust
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | e4855f4dba020c5cc0a6400fbccf6b5ad6318456 | |
train_002530 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | advanced | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: JavaScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 26df428de712ac4a719a0dc304cc2bf6866489bb | |
train_002531 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | tool_trace | expert | Task: tool_trace
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: Bash
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Bash",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 81eda09151f526c86d4ec61b2e368262a0582022 | |
train_002532 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | design | advanced | Task: design
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | fc8f7526a449ae45d9ed80ea638491c1de5aae10 | |
train_002533 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | eval | expert | Task: eval
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "SQL",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | c7c15200eb61887ec67019e37bd65e50f813b5d4 | |
train_002534 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | advanced | Task: explain
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: JavaScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"security",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | edc5d03752ac7c0fde8e2bc5f484d40032aa4c0d | |
train_002535 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | tool_trace | advanced | Task: tool_trace
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: SQL
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "SQL",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 2ef06e1e90048d865e46381d692a6cb319980687 | |
train_002536 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | advanced | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
Language: Java
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 86b3ee6724302cef9e582c08b04da8964508e767 | |
train_002537 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | explain | expert | Task: explain
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: expert
Language: Java
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | cfb18bd5b0d09644057ca0eb40d569540e648422 | |
train_002538 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | review | advanced | Task: review
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 6333cc917b51f2a6233d193421f6b7f3d5f13bce | |
train_002539 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | patch_diff | advanced | Task: patch_diff
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: TypeScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 76cdfdde061cd5433574ae029ab71c3b811d7707 | |
train_002540 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | patch_diff | advanced | Task: patch_diff
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"data",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 1e64fcadd571b34246c8fd95ae327eb351a58e4c | |
train_002541 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | data_pipeline | expert | Task: data_pipeline
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"data",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 4a6e9726e1979c66c6ab4cd6d5c40e30e95ca6a6 | |
train_002542 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | advanced | Task: compare
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
Language: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 5d5c4f56528f591947c93289e967ae7288e54e05 | |
train_002543 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | data_pipeline | advanced | Task: data_pipeline
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | bd02296d19af3d2c09b447bdd79f67ceea15001f | |
train_002544 | 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
Language: Bash
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"security",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 4e89cce436bf088e2befe1ed4aca8ae172d360ab | |
train_002545 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | agent_loop | advanced | Task: agent_loop
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: C#
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"research",
"security"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | da9deb67d7c8176a6759b66a87a23a806d9f298b | |
train_002546 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 40b62c11f228fb3e70957bf25848f22daf579cc8 | |
train_002547 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | design | advanced | Task: design
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: C#
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 15953359d4a5781ca3674d9bb7b592368ea22633 | |
train_002548 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | compare | expert | Task: compare
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | e34a8705e211a56eb81d8e6b34c573144122c59c | |
train_002549 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | explain | expert | Task: explain
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: SQL
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 534b4df7a648e1162342e164439c5288f53224d4 | |
train_002550 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | tool_trace | expert | Task: tool_trace
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Python
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Python",
"moe_experts": [
"security",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 36dee19a2520052f5e361105d38159379bf67df9 | |
train_002551 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | patch_diff | expert | Task: patch_diff
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "TypeScript",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 3d1bbb2e53f47b4ed6d9bc9b58c4a9ef8c1dfa59 | |
train_002552 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | data_pipeline | advanced | Task: data_pipeline
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | d6c65b7aac18b8a0b9257ab9aa7d53def161a8b0 | |
train_002553 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | expert | Task: self_grade
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | dc1d88eb16ad6c136602191e7352b092ddac55e5 | |
train_002554 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | advanced | Task: eval
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 58b505483d587aa23e4fcb6635d957215c6bd9e3 | |
train_002555 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | compare | advanced | Task: compare
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: TypeScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 89524bc5fd1d084e19660453ae870c49cb8ef09a | |
train_002556 | 2026-01-01T00:00:00 | Self-grading and automated model critique | explain | advanced | Task: explain
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 2642dae2d07acfdd758a19929bb4c4614dfda417 | |
train_002557 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | expert | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 9f4ba7aec51ccf7ea5a3fcb7576edaccdb1d8af8 | |
train_002558 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | tool_trace | expert | Task: tool_trace
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Java",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | fc60df4ba04f526d8e2dadd22d5fc8161c6645fb | |
train_002559 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | self_grade | expert | Task: self_grade
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "JavaScript",
"moe_experts": [
"security",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 1db91a03ba19e42e921d9d2f897fd37b711a9d18 | |
train_002560 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | code | advanced | Task: code
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 625cff296a36c10f5ac0c88c7498384a35d184e9 | |
train_002561 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | eval | expert | Task: eval
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Java
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Java",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 912d919eb9a04d230530c8fd1d1e068c3e2f9754 | |
train_002562 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | expert | Task: design
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"coding",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | ecf57d101fcb7225b1239090bf505098e26d41f6 | |
train_002563 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | failure_analysis | advanced | Task: failure_analysis
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 10a5262879c1957864999aa9776cd8253b520366 | |
train_002564 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | expert | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | b9150124c9f85120997d2ba649ca7bce904ca03b | |
train_002565 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | tool_trace | advanced | Task: tool_trace
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "TypeScript",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 5e1c833b711b93643a93ea6d44ed548a1804ff01 | |
train_002566 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | expert | Task: agent_loop
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | c68881973e87a6871fee85537788111f2c6f4abe | |
train_002567 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | eval | advanced | Task: eval
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: TypeScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | a3e874d7bb78e5e2b574e66115e29d481f7f9e16 | |
train_002568 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | data_pipeline | advanced | Task: data_pipeline
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Go
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | a7d8f0a054c1da11daa0a88efd396278ed750964 | |
train_002569 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | advanced | Task: eval
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: Bash
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"performance",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | deafccee74d1b9fb79e9d6937bbbd4eee9d9f821 | |
train_002570 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | tool_trace | advanced | Task: tool_trace
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: C#
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "C#",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 68f3e84072ce8dc2de43902e8cd4864d264efd32 | |
train_002571 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | agent_loop | advanced | Task: agent_loop
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | e31bab7f4186c2be83673bf5075d49d00adf3e41 | |
train_002572 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | design | advanced | Task: design
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: TypeScript
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | f8622622280a5c62bf9a0cb63df1a0e0b4ebcae3 | |
train_002573 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | explain | expert | Task: explain
Topic: Tool calling protocols and sandboxed execution
Difficulty: expert
Language: SQL
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"data",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3f1c5e5695b3aeb50ee795fd124960e6272e7946 | |
train_002574 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | agent_loop | advanced | Task: agent_loop
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Python
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 47e0ac5e6bcbaeda5b6926839e1100f5fe281057 | |
train_002575 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | failure_analysis | expert | Task: failure_analysis
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: TypeScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | a582e6bb4ce2b542d8cfb76b45a96d001b14ecab | |
train_002576 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | code | expert | Task: code
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: Bash
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 914e486a68cf61eff1ffcbcc5c6369c7ce771a75 | |
train_002577 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | self_grade | expert | Task: self_grade
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Go
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 0b283dd9352ee67cfbaa23b4cca46eee510708dc | |
train_002578 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | eval | expert | Task: eval
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: JavaScript
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 050fcd31e3198f84874a9bba7f05df4fac0eae6e | |
train_002579 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | data_pipeline | expert | Task: data_pipeline
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: Rust
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | f57dda6bf8e6d0394bbcd51879a3914d42060d6a | |
train_002580 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | self_grade | expert | Task: self_grade
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 9,
"confidence": 0.9,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "SQL",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 62bdbbc43310781f2cef1bb8ebd1a535409fe45a | |
train_002581 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | advanced | Task: agent_loop
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: TypeScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 0c1f06af552e67875c73e60bfd4d7fdf6ca0be4a | |
train_002582 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | review | expert | Task: review
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Rust
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Rust",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | ecbdaa766348e231b6956383e494e5c549353d79 | |
train_002583 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | tool_trace | expert | Task: tool_trace
Topic: Multi-agent coordination and role separation
Difficulty: expert
Language: JavaScript
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "JavaScript",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 9c23957daea291a5351da27c2e7a1e66efc81bd5 | |
train_002584 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | expert | Task: design
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: Java
Context: Latency-critical production API
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 2d3c0f3a12eea90b0d3317010a9cd7b9c1eaca76 | |
train_002585 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | explain | advanced | Task: explain
Topic: Failure engineering and resilience testing
Difficulty: advanced
Language: Java
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 334af81e571b2058d9cf8463827272ba49ffaa37 | |
train_002586 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | patch_diff | expert | Task: patch_diff
Topic: Failure engineering and resilience testing
Difficulty: expert
Language: SQL
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | beb03ae4be43fefa3abbee516e89a8725b73f48c | |
train_002587 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | agent_loop | expert | Task: agent_loop
Topic: Dataset curation pipelines and quality attribution
Difficulty: expert
Language: JavaScript
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"agent",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | e125d5555201cc983fb999491e4609279c2edcab | |
train_002588 | 2026-01-01T00:00:00 | Self-grading and automated model critique | data_pipeline | advanced | Task: data_pipeline
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 3380381c7a926b3e29090c8eeffb90e602459b05 | |
train_002589 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | code | expert | Task: code
Topic: Governance, provenance, and audit logging
Difficulty: expert
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 9ec3b7835d76d1e361a5f00b5940eb2d8d692bbd | |
train_002590 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | data_pipeline | expert | Task: data_pipeline
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Language: Python
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Python",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | dedb70fe20d68327caf36d505145a4b00966f81a | |
train_002591 | 2026-01-01T00:00:00 | Self-grading and automated model critique | failure_analysis | advanced | Task: failure_analysis
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: JavaScript
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | a626003ad6efee3efc2b53034c134b50390c8fae | |
train_002592 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | tool_trace | advanced | Task: tool_trace
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "SQL",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 2c2482f841ed68a5c4d6c8cb3248dee2eb17e5df | |
train_002593 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | expert | Task: self_grade
Topic: Latency, cost, throughput optimization
Difficulty: expert
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"evaluation",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 3bb5049ded5b8394a029da1f8d4a7dbbb3767a0c | |
train_002594 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | compare | advanced | Task: compare
Topic: Tool calling protocols and sandboxed execution
Difficulty: advanced
Language: SQL
Context: Large monorepo with flaky tests and strict CI
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | f597b21f4124c3354007c102eb4b45d37c65057d | |
train_002595 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | tool_trace | advanced | Task: tool_trace
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Go
Context: Offline air-gapped deployment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Go",
"moe_experts": [
"research",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 311ec4643a3814992dd076900d8e28e85df57abd | |
train_002596 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | patch_diff | advanced | Task: patch_diff
Topic: Multi-agent coordination and role separation
Difficulty: advanced
Language: C#
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 79e9dbc8b60db978210af421f6f7dce5d0384dd9 | |
train_002597 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | design | advanced | Task: design
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
Language: C#
Context: Research benchmark validation environment
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 898c166ef593033285efb1f9ad1994d249d12fab | |
train_002598 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | tool_trace | expert | Task: tool_trace
Topic: Model merging, distillation, and continual learning
Difficulty: expert
Language: Go
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
[
{
"tool": "repo_checkout",
"args": {
"commit": "abc123"
}
},
{
"tool": "run_tests",
"args": {
"suite": "unit"
}
},
{
"tool": "apply_patch",
"args": {
"files": 1
}
},
{
"tool": "run_tests",
"args": {
"suite": "full"
}
}
] | {
"language": "Go",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 1f158bf72f926baa5f3ef62fc33e8fdc22a4d8e2 | |
train_002599 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | agent_loop | expert | Task: agent_loop
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
Language: C#
Context: Regulated enterprise with audit requirements
Produce frontier-grade, production-valid output. | Facts:
- Modern AI coding success is measured by test pass rates, iteration cost, and reliability.
- Agentic and multi-agent systems outperform single-pass generation.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"research",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c1ad027fda84229d6d51292255aecdb81f97bc2a |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.