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_094800 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | eval | expert | Task: eval
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Rust",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 2b7df876acf5608ae30d6fbed91219b29723836a | |
train_094801 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | patch_diff | expert | Task: patch_diff
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "SQL",
"moe_experts": [
"research",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | bcf588a993143b0ec8121b7d2f4f6c64b18e84b5 | |
train_094802 | 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: 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": [
"research",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 67584d26d93bc31c23f8ae34d1bb98ebf68ee096 | |
train_094803 | 2026-01-01T00:00:00 | Self-grading and automated model critique | compare | expert | Task: compare
Topic: Self-grading and automated model critique
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": [
"evaluation",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 8c44c0cd9f4a33529d66b73fd7768276602dbb69 | |
train_094804 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | code | expert | Task: code
Topic: Model merging, distillation, and continual learning
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": [
"evaluation",
"performance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 98046ca4f644749e9fca0dac66e1aabb5aff6a76 | |
train_094805 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | advanced | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
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": [
"research",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | fe886960abfec00f4dd64774d73a378787731da5 | |
train_094806 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | eval | expert | Task: eval
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | eb16fcba00b48bef219c287f8e9891983d219214 | |
train_094807 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | data_pipeline | advanced | Task: data_pipeline
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "TypeScript",
"moe_experts": [
"security",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | b032bc5c876f4c479dfd3f4fa863bcff543186ae | |
train_094808 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | failure_analysis | expert | Task: failure_analysis
Topic: Failure engineering and resilience testing
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "SQL",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 872a8af2daae1185d36a81d62186c6c4c9da1314 | |
train_094809 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | data_pipeline | advanced | Task: data_pipeline
Topic: Mixture-of-Experts (MoE) routing and sparsity
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": [
"agent",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 1e2cd3d3dea4263496fdd28ddda2eb97803f8858 | |
train_094810 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "TypeScript",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 4b209c59cef8a3fcfc5097c9ba887d88fdc95073 | |
train_094811 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | eval | expert | Task: eval
Topic: Extended context, memory, and repo graphs
Difficulty: expert
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | d6d6c112f14e394f6e79a6d51c6a67b9b77624b7 | |
train_094812 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | failure_analysis | advanced | Task: failure_analysis
Topic: Latency, cost, throughput optimization
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"data",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 21f84c2eeb18191f7d5091a9323424e26aa22bc0 | |
train_094813 | 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: 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": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 6403cc058490676cc72f0c3cbe63d768d74f4c71 | |
train_094814 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | compare | advanced | Task: compare
Topic: Governance, provenance, and audit logging
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": [
"performance",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 45e13dcdcb1d2183ede6f6102d22ff1910844214 | |
train_094815 | 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: 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": [
"data",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | df8991d850f9093c9b00323c892d02c050d33673 | |
train_094816 | 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: 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": [
"data",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 9441d2a9a1e9fd02b65386ccf065cddee7e58f57 | |
train_094817 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | patch_diff | expert | Task: patch_diff
Topic: Code-specialized model families and scaling laws
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Python",
"moe_experts": [
"agent",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | 0d11d478a7e80299985330722f403cb7b718a225 | |
train_094818 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | self_grade | advanced | Task: self_grade
Topic: Extended context, memory, and repo graphs
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.
{
"score": 10,
"confidence": 1.0,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"governance",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 248ac7bfb58d5c55dff1d96fc11c5182d553ba2b | |
train_094819 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | agent_loop | expert | Task: agent_loop
Topic: SWE-bench real-repo evaluation and leakage control
Difficulty: expert
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",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | ef01cfb40d6c912ddbd0ab3f4a02d94155f48f59 | |
train_094820 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 308be70043dd953a0056cfcf82f2ae5977c88ebd | |
train_094821 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | review | advanced | Task: review
Topic: Governance, provenance, and audit logging
Difficulty: advanced
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": [
"performance",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | ebed0e76bcbe04ec7a839261549df06181cc0f19 | |
train_094822 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | code | advanced | Task: code
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
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": [
"coding",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 4c5090e4e543aa0759226e269dde615158c13e87 | |
train_094823 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | ef1277b93b77849cb02897a44a7e60c09e8719bf | |
train_094824 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | tool_trace | advanced | Task: tool_trace
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
[
{
"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": [
"data",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 8a04e0f5ed56c80aa8f0dceb7b61458aac9655ec | |
train_094825 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | code | expert | Task: code
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: expert
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": [
"research",
"performance"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 95987161142496ec33c9a304c5fe86fdf83781d2 | |
train_094826 | 2026-01-01T00:00:00 | Extended context, memory, and repo graphs | self_grade | advanced | Task: self_grade
Topic: Extended context, memory, and repo graphs
Difficulty: advanced
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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 9f8115f193228bc0c35ea13f98826f51d15e40f7 | |
train_094827 | 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: 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": [
"coding",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 9877c5dbeb556c1badd34f5b405f2688b21436b9 | |
train_094828 | 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: 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.
{
"score": 6,
"confidence": 0.6,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Go",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 99b31a686dc8111bce5097731b390b3d16d952fe | |
train_094829 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | code | expert | Task: code
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": [
"agent",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 250a87301e3ceb99f0c9773de6712856d8a26fa5 | |
train_094830 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | review | advanced | Task: review
Topic: SWE-bench real-repo evaluation and leakage control
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",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 89709c1afb1d85db53f088dd5361634adf11f42f | |
train_094831 | 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: 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": [
"security",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 3a9c01ca06b308f2ec24dc76c43a4fd01585eb7c | |
train_094832 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Rust",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 3ce758b804a18385c6e9066b0d5b9464df8617cd | |
train_094833 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | failure_analysis | advanced | Task: failure_analysis
Topic: Secure code generation, red-teaming, and policy gates
Difficulty: advanced
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 5c34e0aa405d194054c29b15650a20698cb87e98 | |
train_094834 | 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: 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": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 67d1264110dc921dc18d0440ea96609c0a799acd | |
train_094835 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | eval | expert | Task: eval
Topic: Latency, cost, throughput optimization
Difficulty: expert
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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | acb8e0e7c039a0e8e52d33102983847a24272391 | |
train_094836 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | advanced | Task: code
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": [
"research",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | f4da8445aa03e58d11c569b3754eabf174c4a399 | |
train_094837 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | data_pipeline | expert | Task: data_pipeline
Topic: Secure code generation, red-teaming, and policy gates
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": [
"coding",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | e4754167016a7a00431316b590c802ded08d1790 | |
train_094838 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | advanced | Task: review
Topic: Tool calling protocols and sandboxed execution
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",
"governance"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 420737bb767358fb741869f8563ab176cd4b87de | |
train_094839 | 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: 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",
"data"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c35de672765fc518928c9af322ac39e6e6a9ee37 | |
train_094840 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | explain | advanced | Task: explain
Topic: Latency, cost, throughput optimization
Difficulty: advanced
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": [
"governance",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 5cb7500060afeef4120c40c2e700caa9c7ce4bb8 | |
train_094841 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 16e021674c2c8cba2806550e2ae2eba7acdeaad9 | |
train_094842 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | expert | Task: code
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": [
"security",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | e7cae698e2bedf062a59dcd2b0654158adf2c19a | |
train_094843 | 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: 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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"agent",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 9fb043d814be4fb85c00ece288cdc9f0abc1fbe5 | |
train_094844 | 2026-01-01T00:00:00 | Failure engineering and resilience testing | agent_loop | advanced | Task: agent_loop
Topic: Failure engineering and resilience testing
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": [
"coding",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 861b73950b0fc596e25e0e6d34fef07e4a7894a1 | |
train_094845 | 2026-01-01T00:00:00 | Agentic coding systems (plan→edit→test→reflect) | failure_analysis | expert | Task: failure_analysis
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"evaluation",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 203da55c15dc1805f216fed287a6845d8e085bb6 | |
train_094846 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | advanced | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"security",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | e0100b1a6c246288a06a170f332ba469d1e985ca | |
train_094847 | 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: 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
} | 4c8cda7d22abce6c24f28a478738bb9f786fd046 | |
train_094848 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | data_pipeline | advanced | Task: data_pipeline
Topic: Latency, cost, throughput optimization
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": [
"performance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 8a45c046a31a15052d95e187662198b7fef6ca04 | |
train_094849 | 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: 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": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 71b81014f75723464196bdb55f40c3927f7fc2a2 | |
train_094850 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"governance",
"data"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 66da5d0ac2cab83810389406c590520ea8a38783 | |
train_094851 | 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: 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": [
"governance",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | bca6c4dd4abf48b138b3eaf27e002d0527cdcdd2 | |
train_094852 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | code | expert | Task: code
Topic: Multi-agent coordination and role separation
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": 50,
"audit_required": true
} | f35d18504bc0c7e1d4a75bdf0dc72a4bf9b1ce09 | |
train_094853 | 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: 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": [
"governance",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 08b2f3af640ecff2aa32b6b50aa00b307ddd7ba2 | |
train_094854 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Go",
"moe_experts": [
"research",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 82313282548f199e875aafa581297d1d4ed3cf51 | |
train_094855 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | self_grade | advanced | Task: self_grade
Topic: Dataset curation pipelines and quality attribution
Difficulty: advanced
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.
{
"score": 8,
"confidence": 0.8,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Python",
"moe_experts": [
"research",
"data"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | 35c486acec29948d7cadb41b813558f6787b8726 | |
train_094856 | 2026-01-01T00:00:00 | Model merging, distillation, and continual learning | failure_analysis | advanced | Task: failure_analysis
Topic: Model merging, distillation, and continual learning
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Java",
"moe_experts": [
"evaluation",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | a1e91fb57456720621b799cc80b6c4ef58784f47 | |
train_094857 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | advanced | Task: review
Topic: Tool calling protocols and sandboxed execution
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": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 8739a6c0a52172b57d759cd0616a3c84ceee36c5 | |
train_094858 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Rust",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 83af418b8bed10fa5586feb69a2070dc1c04b3bf | |
train_094859 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | patch_diff | advanced | Task: patch_diff
Topic: Governance, provenance, and audit logging
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"research",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | de7ce2652a22eaac6f4eff31716f6ba63ecd36f0 | |
train_094860 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | data_pipeline | advanced | Task: data_pipeline
Topic: Code-specialized model families and scaling laws
Difficulty: advanced
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": [
"governance",
"coding"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 65214b2c985ac49ed5c5aa45fd2cb0c02328fe1e | |
train_094861 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | code | advanced | Task: code
Topic: Latency, cost, throughput optimization
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": [
"performance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | c2bb0fc4b20d3a3fce04d9c7dfc3b45609798d02 | |
train_094862 | 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: 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",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | b6e595c66d6b1cb61320b6f82962e86717a552fd | |
train_094863 | 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: 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.
Code:
```python
def agent_loop(plan, edit, test, issue, budget=4):
cost = 0
for _ in range(budget):
p = plan(issue)
patch = edit(issue, p)
ok, _ = test(patch)
cost += 1
if ok:
return patch, cost
raise RuntimeError("Budget exhausted")
``` | {
"language": "Python",
"moe_experts": [
"security",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | da7d65323ef2711cc1f031fd46ababe39cf20b57 | |
train_094864 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | explain | advanced | Task: explain
Topic: Multi-agent coordination and role separation
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "Bash",
"moe_experts": [
"security",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d2e5fdb17d6fbfe76c781d748edaa8b55e96e5f1 | |
train_094865 | 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": [
"security",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 58b505483d587aa23e4fcb6635d957215c6bd9e3 | |
train_094866 | 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: 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": "SQL",
"moe_experts": [
"coding",
"research"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | bf6eb5b4367f51f3bb020d222b75a17c1d43e028 | |
train_094867 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | patch_diff | advanced | Task: patch_diff
Topic: Latency, cost, throughput optimization
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": [
"governance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 12307de06c69fb439d7a2faf9c41dd6f8bf37cd7 | |
train_094868 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | data_pipeline | advanced | Task: data_pipeline
Topic: Multi-agent coordination and role separation
Difficulty: advanced
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": [
"coding",
"evaluation"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | cd5f845724fefa014580b3bb9956c3486c08fbe8 | |
train_094869 | 2026-01-01T00:00:00 | Mixture-of-Experts (MoE) routing and sparsity | failure_analysis | advanced | Task: failure_analysis
Topic: Mixture-of-Experts (MoE) routing and sparsity
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "C#",
"moe_experts": [
"data",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 1b07883708e969a2c2edf0ee4a9ee4831b9166d2 | |
train_094870 | 2026-01-01T00:00:00 | Multi-agent coordination and role separation | compare | advanced | Task: compare
Topic: Multi-agent coordination and role separation
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": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 5c5b9b5fc9002bf41bdc6134e46b03168ab011e7 | |
train_094871 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | failure_analysis | expert | Task: failure_analysis
Topic: Secure code generation, red-teaming, and policy gates
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Rust",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 234e3ed025f2bf7dd0aa61eca9908e1a7fe60d0d | |
train_094872 | 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: 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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "Java",
"moe_experts": [
"performance",
"governance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 27d97df3dcb9e36795ce8250701bcf0858892408 | |
train_094873 | 2026-01-01T00:00:00 | Self-grading and automated model critique | review | advanced | Task: review
Topic: Self-grading and automated model critique
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",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | fd0e2e02b23ad66ae419950c2b1bfc70ae64d6fa | |
train_094874 | 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: 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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"agent",
"security"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | e8bd291339956c936bce6e95c646592253a861cf | |
train_094875 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | review | expert | Task: review
Topic: Governance, provenance, and audit logging
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": [
"security",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | 60c5e8723ad54ec2a57d08e32061ff7bff6f8c80 | |
train_094876 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | tool_trace | expert | Task: tool_trace
Topic: Reasoning-first coding models and tunable deliberation
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.
[
{
"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": [
"security",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 200,
"audit_required": true
} | a054ecf33b1329420e6809fce079859eda4fb039 | |
train_094877 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | patch_diff | advanced | Task: patch_diff
Topic: Dataset curation pipelines and quality attribution
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": [
"agent",
"research"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 77c6209b4bc9e738e67f17b10c3334c1c2635266 | |
train_094878 | 2026-01-01T00:00:00 | Reasoning-first coding models and tunable deliberation | failure_analysis | advanced | Task: failure_analysis
Topic: Reasoning-first coding models and tunable deliberation
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "JavaScript",
"moe_experts": [
"governance",
"performance"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 75d1b3a34f8f5e9d0623473ecea1df0376f25dd0 | |
train_094879 | 2026-01-01T00:00:00 | Secure code generation, red-teaming, and policy gates | review | expert | Task: review
Topic: Secure code generation, red-teaming, and policy gates
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",
"research"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | eea2295f86c5c8b8beafbc32d16d02c6fe0bf1f7 | |
train_094880 | 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: 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": [
"security",
"agent"
],
"cost_budget": 4,
"latency_ms_target": 100,
"audit_required": true
} | 164f22244e5901fd6968a18a4296b2f499cf6623 | |
train_094881 | 2026-01-01T00:00:00 | Dataset curation pipelines and quality attribution | self_grade | expert | Task: self_grade
Topic: Dataset curation pipelines and quality attribution
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": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "C#",
"moe_experts": [
"evaluation",
"performance"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 512adf868d1a1bf17e877a45fa59d04d15770fa9 | |
train_094882 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | eval | advanced | Task: eval
Topic: Tool calling protocols and sandboxed execution
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Rust",
"moe_experts": [
"agent",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 1c49836131e234a0b3fe17c8961a0fd56018f939 | |
train_094883 | 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: 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",
"research"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 164f22244e5901fd6968a18a4296b2f499cf6623 | |
train_094884 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | agent_loop | advanced | Task: agent_loop
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "SQL",
"moe_experts": [
"governance",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 51ae8e3de7e07719f80c238111b74e861b24713d | |
train_094885 | 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: 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",
"security"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | 6b7134114e485e27fd66f25d0828e38bd3f68cd8 | |
train_094886 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | code | advanced | Task: code
Topic: Tool calling protocols and sandboxed execution
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": [
"research",
"data"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 2a530e3f601dc760a376e34f857211c3257f3332 | |
train_094887 | 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: 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.
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": 50,
"audit_required": true
} | f75c69849d56573e691e7130371f5a415df02533 | |
train_094888 | 2026-01-01T00:00:00 | Code-specialized model families and scaling laws | design | expert | Task: design
Topic: Code-specialized model families and scaling laws
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",
"agent"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | f6e4a72098a6114941ab4e786947db94453edd69 | |
train_094889 | 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: 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.
{
"score": 7,
"confidence": 0.7,
"notes": "Passed tests; minimal diff; no security flags."
} | {
"language": "Rust",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 4,
"latency_ms_target": 200,
"audit_required": true
} | 678406b795a40b3133a182365262623cc5424e04 | |
train_094890 | 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: 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": [
"agent",
"research"
],
"cost_budget": 5,
"latency_ms_target": 100,
"audit_required": true
} | 73bdc2620982e29d0d6e328a05ac81472ab79cb9 | |
train_094891 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | eval | advanced | Task: eval
Topic: Governance, provenance, and audit logging
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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "JavaScript",
"moe_experts": [
"research",
"coding"
],
"cost_budget": 4,
"latency_ms_target": 50,
"audit_required": true
} | 82554f63b9976e48f5728c985d645325306d5eb9 | |
train_094892 | 2026-01-01T00:00:00 | Latency, cost, throughput optimization | design | expert | Task: design
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.
Expert guidance with risks, metrics, and governance controls. | {
"language": "C#",
"moe_experts": [
"data",
"coding"
],
"cost_budget": 5,
"latency_ms_target": 50,
"audit_required": true
} | f74a406c59a1bc28bd9f2a2dc7d9e35e60c43e0f | |
train_094893 | 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: 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": [
"governance",
"research"
],
"cost_budget": 3,
"latency_ms_target": 100,
"audit_required": true
} | f4ee5b4debc8bd5d6ba94ffd7c5c6366968fd5af | |
train_094894 | 2026-01-01T00:00:00 | Tool calling protocols and sandboxed execution | review | advanced | Task: review
Topic: Tool calling protocols and sandboxed execution
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": [
"research",
"governance"
],
"cost_budget": 2,
"latency_ms_target": 50,
"audit_required": true
} | 0c34ce93eb4a0dc797a003d1309bc618b107f343 | |
train_094895 | 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: 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": [
"agent",
"coding"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 0bd5412f282004b14783bd811986fdc53aa5558c | |
train_094896 | 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": [
"performance",
"evaluation"
],
"cost_budget": 2,
"latency_ms_target": 200,
"audit_required": true
} | d783ab821be2019d5a7449dbfeb35245b4adaa04 | |
train_094897 | 2026-01-01T00:00:00 | Governance, provenance, and audit logging | patch_diff | expert | Task: patch_diff
Topic: Governance, provenance, and audit logging
Difficulty: expert
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.
Patch:
```diff
- result = a / b
+ if b == 0:
+ raise ValueError('division by zero')
+ result = a / b
``` | {
"language": "C#",
"moe_experts": [
"coding",
"evaluation"
],
"cost_budget": 3,
"latency_ms_target": 50,
"audit_required": true
} | 2a7dc411f37f3cabe98e65c1dded8c221c3d4f22 | |
train_094898 | 2026-01-01T00:00:00 | SWE-bench real-repo evaluation and leakage control | failure_analysis | expert | Task: failure_analysis
Topic: SWE-bench real-repo evaluation and leakage control
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.
Failure: regression detected
Cause: missing edge case
Fix: add guard + test
| {
"language": "Go",
"moe_experts": [
"governance",
"research"
],
"cost_budget": 2,
"latency_ms_target": 100,
"audit_required": true
} | 6ebe5b184daff3e3b44dbd01b9575c3749fa5d56 | |
train_094899 | 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: 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.
Metrics:
- pass@k
- time-to-green
- cost-per-fix
- regression rate
| {
"language": "Bash",
"moe_experts": [
"performance",
"security"
],
"cost_budget": 3,
"latency_ms_target": 200,
"audit_required": true
} | 86056c4caa7412abb7246293b985975235be18cf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.