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_000800 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | design | advanced | Task: design
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | d4d626240f58d60e4f9230b81bb76e9ee2ae5d4a | |
train_000801 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | failure_analysis | advanced | Task: failure_analysis
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 397fb668c8e1df0ab36a92fab80544325d1f7b84 | |
train_000802 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | eval | advanced | Task: eval
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 5d53a91647c9a30e2135e089d64fbdcc71bd3603 | |
train_000803 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | patch_diff | advanced | Task: patch_diff
Topic: Reasoning-first coding models and tunable deliberation
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"research",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | a300be8952907cf69609cd8c38c4ab0675ba20a5 | |
train_000804 | 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: 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": "Go",
"moe_experts": [
"security",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 6502d79da12be17c773583b437f8daf424e3aa55 | |
train_000805 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | advanced | Task: agent_loop
Topic: Multi-agent coordination and role separation
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": [
"coding",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | db9f191d375e238b941ab2843856c071b7291fe2 | |
train_000806 | 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
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": 5,
"latency_ms_target": 100,
"audit_required": true
} | 6232a9557517df5d435b6eb6c06cd1093edad9cf | |
train_000807 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | agent_loop | expert | Task: agent_loop
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Rust
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": "Rust",
"moe_experts": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 848a7e820ee13757aaedb2513935f56b1fe90478 | |
train_000808 | 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: 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": [
"research",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 5207be653eea1d024d896207c4dc729d7c065dfe | |
train_000809 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | explain | advanced | Task: explain
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
Language: Bash
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": "Bash",
"moe_experts": [
"security",
"data"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | e15d5a7cc50bc9e0316a551bb6da16e93862184e | |
train_000810 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | eval | expert | Task: eval
Topic: Latency, cost, throughput optimization
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Java",
"moe_experts": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 8ca4bd69f4687954163154ccbd7a20eefe431550 | |
train_000811 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | code | advanced | Task: code
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
Language: Bash
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": "Bash",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | dd9916a9ce2323d95d4591c0b41d02680ed3d59f | |
train_000812 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | patch_diff | advanced | Task: patch_diff
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | f112bc20c5d9a8eb3bc6549d0a6eaf265dff6608 | |
train_000813 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | eval | expert | Task: eval
Topic: Code-specialized model families and scaling laws
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 25e610d39e4d2070f216b75f69fe87d9d00347fd | |
train_000814 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | self_grade | advanced | Task: self_grade
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | bd5d190ca7ae170118f79ffab28a65130243eec1 | |
train_000815 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | compare | expert | Task: compare
Topic: SWE-bench real-repo evaluation and leakage control
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 0795dc0df3c8dbe9c212e40cf43a342a63a72188 | |
train_000816 | 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: 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": "JavaScript",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 386fc4c56ed71194a00ed2676767a289361bdb4b | |
train_000817 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | agent_loop | advanced | Task: agent_loop
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"coding",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 9b6077b0d6598886e25650b81986d4b437cfc5aa | |
train_000818 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | data_pipeline | expert | Task: data_pipeline
Topic: Failure engineering and resilience testing
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": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 2eae75e7b4edba4ea9c09e389e71f0bc48df1eeb | |
train_000819 | 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: 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": [
"security",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 0795eedce0ca24105dc28bb0a5659ae949aecf45 | |
train_000820 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | agent_loop | advanced | Task: agent_loop
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
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": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | eaf0e21b4d89899d3e98cd7c9e388188ba0b928c | |
train_000821 | 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: 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": [
"data",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 996f29722e1bb35dad9be3fa9a99375d27cbbd70 | |
train_000822 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | expert | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"coding",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | f65c44f0d7a8cd8fb5348a2ac6e6e0d3fe01208c | |
train_000823 | 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
Language: Rust
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": "Rust",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 32978cfb55625e4466c3d1fb206c2b6cc449f4cf | |
train_000824 | 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: 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",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 416d88e4289a63131e64810458474864a6d275e5 | |
train_000825 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | expert | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 42fea324ccea39febeee5f4ed9c510f134694e3c | |
train_000826 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | self_grade | expert | Task: self_grade
Topic: Agentic coding systems (plan→edit→test→reflect)
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": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"data",
"security"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | a68716e00f6042edb83b1ec6c4e3065967e5f7d5 | |
train_000827 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | advanced | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
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": [
"agent",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 63c7a413846a8877a7a1e806b7fe3181fea24d55 | |
train_000828 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | compare | expert | Task: compare
Topic: Code-specialized model families and scaling laws
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": [
"performance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0ee2d922fb2c75d05e94aaf3b9244d83ddf32699 | |
train_000829 | 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
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": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | db2bfc36a31f333a50dbed2d990f76cb0c14af6d | |
train_000830 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | explain | expert | Task: explain
Topic: Dataset curation pipelines and quality attribution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0343e18203f78148940e12c148ca9f3d4750b100 | |
train_000831 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | compare | expert | Task: compare
Topic: Multi-agent coordination and role separation
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": [
"governance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 819e4932fca50f69c8bfa3cb0d03438cfb45fc07 | |
train_000832 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | agent_loop | expert | Task: agent_loop
Topic: Latency, cost, throughput optimization
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": [
"research",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 048bdb5093ec68a0a72eda0ad63a92b3aaf9077e | |
train_000833 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | data_pipeline | advanced | Task: data_pipeline
Topic: Failure engineering and resilience testing
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": [
"data",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | cb72b2c5d24228e720ce6f1e75d1c19df67fd683 | |
train_000834 | 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: 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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"data",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | eda9876dfe57c070a9f675158f47d30125054cd8 | |
train_000835 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | explain | expert | Task: explain
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Go",
"moe_experts": [
"evaluation",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 71f361557195f1b665354c252a1824866c1527ce | |
train_000836 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | agent_loop | advanced | Task: agent_loop
Topic: Mixture-of-Experts (MoE) routing and sparsity
Difficulty: advanced
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": [
"research",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | c0f83b7074e9a99fbc3fefd43d6e2fe3d55c8779 | |
train_000837 | 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: Python
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": "Python",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 76765abdb4b3af6af5f604ce658e65d365e09424 | |
train_000838 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | agent_loop | advanced | Task: agent_loop
Topic: Secure code generation, red-teaming, and policy gates
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | d32f9e7bfcf3e5dbbf98ed13d3542a10572ed634 | |
train_000839 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | code | advanced | Task: code
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": [
"research",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 4aea72b4e7412c65c00901514d3bd3ad2fbd0043 | |
train_000840 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | design | advanced | Task: design
Topic: Model merging, distillation, and continual learning
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": [
"evaluation",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 50d48f81befd0f12e005aee1eb93af178d79efba | |
train_000841 | 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
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": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 13bbb3c429c111f2f250c6a676faf2b33ba58932 | |
train_000842 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | compare | expert | Task: compare
Topic: Latency, cost, throughput optimization
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": 3,
"latency_ms_target": 100,
"audit_required": true
} | 0f023b9ea076ef899af8b5a47ae947a2122e6c78 | |
train_000843 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | eval | advanced | Task: eval
Topic: SWE-bench real-repo evaluation and leakage control
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | de01425e5288a52a1f298c434372cd3faca25692 | |
train_000844 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | code | expert | Task: code
Topic: Dataset curation pipelines and quality attribution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"performance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | cf6d4d86bf57ee79ef712e0631275df404e5bca6 | |
train_000845 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | failure_analysis | expert | Task: failure_analysis
Topic: Model merging, distillation, and continual learning
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Bash",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | dd1a59433d0850c21f70ab5c03cf27e332da1dde | |
train_000846 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | agent_loop | expert | Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
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": [
"data",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 06dc8a83afba4595ba47a77fa06bb6d28621c99f | |
train_000847 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | expert | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Bash",
"moe_experts": [
"security",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 4a76eceb62a0d371050931c949e648d5cfbc5b7e | |
train_000848 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | compare | advanced | Task: compare
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
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": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 507f766671e5c23b7e6e943281b60cf18e7ac780 | |
train_000849 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | eval | advanced | Task: eval
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: advanced
Language: Bash
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": "Bash",
"moe_experts": [
"governance",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 63d448acaebe1f7a8a406914cce79fe541216d79 | |
train_000850 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | patch_diff | advanced | Task: patch_diff
Topic: SWE-bench real-repo evaluation and leakage control
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": [
"coding",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 93f2ec280f4858e2f2f3da1b6edc4ac604a31a02 | |
train_000851 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | review | advanced | Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 3c0c8b1928a27bfd629ac494d1f37c1f7476b12c | |
train_000852 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | design | advanced | Task: design
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 0211ed67c25e7da48f057d0bef3eca8cc58f863d | |
train_000853 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | review | expert | Task: review
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Rust
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": "Rust",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 3ded3d6757f871d8be45a900bea9d9f63658fac4 | |
train_000854 | 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": [
"evaluation",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 1a46cc43b02312229b579be7b8271bd9f9d713d4 | |
train_000855 | 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
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | bd12357c2b6514036a0cc985afff23f5fa506855 | |
train_000856 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | code | expert | Task: code
Topic: Governance, provenance, and audit logging
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": [
"coding",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | bdfdd2bcb8b3ce897c0a5a3aec2f42ae0480aa30 | |
train_000857 | 2026-01-01T00:00:00 | Self-grading and automated model critique | tool_trace | expert | Task: tool_trace
Topic: Self-grading and automated model critique
Difficulty: expert
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.
[
{
"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": [
"performance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 44c1848c2b034444edbe104b68021087730c64ad | |
train_000858 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | expert | Task: review
Topic: Failure engineering and resilience testing
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": [
"performance",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 07f1f2152ff1ec910f56739badfaf1ec141ed302 | |
train_000859 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | review | expert | Task: review
Topic: Failure engineering and resilience testing
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": [
"performance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 54e1d375bd623d70f90d432e84089926ce0bd6f5 | |
train_000860 | 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: Python
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": "Python",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 016ee965bf128ab58386bd98e14d6761f58de5e7 | |
train_000861 | 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: C#
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": "C#",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 20802ba09e303a1edcc8a701cdbc874220caf724 | |
train_000862 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | expert | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Python",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 40c0a1e6717cbde661ec64ec73ceb601cea30841 | |
train_000863 | 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: 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": [
"governance",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 62758fc927b1f40968c0b7a6ad41dca98d415c1a | |
train_000864 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | explain | expert | Task: explain
Topic: Code-specialized model families and scaling laws
Difficulty: expert
Language: Rust
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": "Rust",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 2ef53b8d2dbe7e3a9210b3188e296760badefc85 | |
train_000865 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | self_grade | advanced | Task: self_grade
Topic: SWE-bench real-repo evaluation and leakage control
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | daab56b6e95de15a373ead669efd112c3ca8d782 | |
train_000866 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | design | expert | Task: design
Topic: Extended context, memory, and repo graphs
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": [
"coding",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | e9a6fe4ec974085afa491514686f2fcd29c95ad8 | |
train_000867 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"agent",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 129cae2fdda668fa7e1679ef346ab93dd2b962af | |
train_000868 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | compare | expert | Task: compare
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
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": [
"evaluation",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3f8b62c0313c498eb3a8b3b33c343b7591a1f1bd | |
train_000869 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | review | advanced | Task: review
Topic: Latency, cost, throughput optimization
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": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0f6495389b868771caf86e358f9e2f14200b7ecd | |
train_000870 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | eval | advanced | Task: eval
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
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": [
"security",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | cf6581fdb43b4ceeac86728a34c7a0e6ece695dc | |
train_000871 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | compare | expert | Task: compare
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Rust
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": "Rust",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 42a909985e0486896b64b7f61ae17f99acfca0a7 | |
train_000872 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | explain | expert | Task: explain
Topic: Model merging, distillation, and continual learning
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",
"governance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 5c6be5751c96ee0af8df7d5ab1a902c957f975ae | |
train_000873 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | design | advanced | Task: design
Topic: Dataset curation pipelines and quality attribution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Java",
"moe_experts": [
"coding",
"data"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | e9c8c0af63b143a92f60784c1486374db97e7aeb | |
train_000874 | 2026-01-01T00:00:00 | Self-grading and automated model critique | code | expert | Task: code
Topic: Self-grading and automated model critique
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"performance",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | f793ee0d8a9d8a13cf7365878d3d0543a5aa6e8b | |
train_000875 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | tool_trace | expert | Task: tool_trace
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
Language: Rust
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": "Rust",
"moe_experts": [
"coding",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 3d29280c7012f105cb54277f20ff44c344faaca4 | |
train_000876 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | design | advanced | Task: design
Topic: Tool calling protocols and sandboxed execution
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "JavaScript",
"moe_experts": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 6320ed841e49acb45d7c99bbdb031be2925d7520 | |
train_000877 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | advanced | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
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",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 3d466372c67a8210216d71ee576239c925ddc60c | |
train_000878 | 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: 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": [
"coding",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 29e4751738b6d3a6abd144ec1064af7469733032 | |
train_000879 | 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: 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": [
"agent",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 87ce239165d9a1a315f243ce89ac9509652a2d2a | |
train_000880 | 2026-01-01T00:00:00 | Self-grading and automated model critique | agent_loop | advanced | Task: agent_loop
Topic: Self-grading and automated model critique
Difficulty: advanced
Language: Rust
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": "Rust",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 3ae4e9a0d3675ddda147282cb4120508f0428afc | |
train_000881 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | failure_analysis | advanced | Task: failure_analysis
Topic: Governance, provenance, and audit logging
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | b926a9eceb8c5ca40dc0d599c2136ff103640b02 | |
train_000882 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | self_grade | expert | Task: self_grade
Topic: Secure code generation, red-teaming, and policy gates
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Java",
"moe_experts": [
"performance",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 3b99cb830ba0a2eb9889d5708c644a8fa00a999f | |
train_000883 | 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: 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": "Bash",
"moe_experts": [
"security",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | d0e00ee8dc47ee16ed2a47111b4a2fb5c4479a73 | |
train_000884 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | design | expert | Task: design
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
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": [
"data",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 244ebfd72762d0f12fc35f61936f2de69e9f8279 | |
train_000885 | 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: 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": [
"governance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | d783ab821be2019d5a7449dbfeb35245b4adaa04 | |
train_000886 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | explain | advanced | Task: explain
Topic: Secure code generation, red-teaming, and policy gates
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": [
"evaluation",
"data"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 84efb9d2ebaff04b0adbca600392f726b488d161 | |
train_000887 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | code | advanced | Task: code
Topic: Mixture-of-Experts (MoE) routing and sparsity
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": [
"performance",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0ca8aadd21f41835fd1a6f8125f110f64b945ba8 | |
train_000888 | 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
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": [
"agent",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 0c54fb358d2d838953e8243ab38acac79442e5eb | |
train_000889 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | self_grade | advanced | Task: self_grade
Topic: Failure engineering and resilience testing
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "SQL",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 85a4162b9d0dda3f77e1ddc0d93120f3a452a804 | |
train_000890 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | design | advanced | Task: design
Topic: Secure code generation, red-teaming, and policy gates
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": [
"data",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | e17e15f608f063060b39e438e48abafdcfa5c693 | |
train_000891 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | data_pipeline | expert | Task: data_pipeline
Topic: Extended context, memory, and repo graphs
Difficulty: expert
Language: Rust
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": "Rust",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 7c35186fe7689275d857b2c2c4512e29c4d7153e | |
train_000892 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | eval | expert | Task: eval
Topic: Dataset curation pipelines and quality attribution
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Python",
"moe_experts": [
"data",
"security"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 29b25f32e425cec18cb38ad032b85af06c9476b9 | |
train_000893 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | patch_diff | expert | Task: patch_diff
Topic: Latency, cost, throughput optimization
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"security",
"research"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 7f4ab354e3d4c530e207197788032065008d32a4 | |
train_000894 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | design | advanced | Task: design
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": [
"governance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | ee47ac5a9e6c2de3d221a214b3d94c93af37e65b | |
train_000895 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | patch_diff | expert | Task: patch_diff
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Go",
"moe_experts": [
"evaluation",
"data"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 858a45dc996ddfe067ce3d3a19fc748c013a40f1 | |
train_000896 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | self_grade | advanced | Task: self_grade
Topic: Latency, cost, throughput optimization
Difficulty: advanced
Language: C#
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": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 949267dba5f161b8e57d8238f003ddd41cb1f77a | |
train_000897 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | tool_trace | advanced | Task: tool_trace
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
Language: Rust
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": "Rust",
"moe_experts": [
"evaluation",
"agent"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | e44cc4a3bf0f8595a0535804bbc95b0b5d42097d | |
train_000898 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | explain | advanced | Task: explain
Topic: Model merging, distillation, and continual learning
Difficulty: advanced
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": [
"evaluation",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | b7fb0112459ecb6199a66d2276f7b876b56c9c93 | |
train_000899 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | tool_trace | expert | Task: tool_trace
Topic: Tool calling protocols and sandboxed execution
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": [
"performance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 6e5c7aee82186c31c9d74e0abdc2870c0c623921 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.