id
stringlengths 11
11
| created
timestamp[s]date 2026-01-01 00:00:00
2026-01-01 00:00:00
| topic
stringclasses 12
values | task_type
stringclasses 8
values | difficulty
stringclasses 4
values | instruction
stringlengths 201
264
| input
stringclasses 1
value | output
stringclasses 7
values | metadata
dict |
|---|---|---|---|---|---|---|---|---|
train_00500
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
compare
|
advanced
|
Task: compare
Topic: Governance, provenance, and licensing for code data
Difficulty: advanced
Target language: TypeScript
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "TypeScript",
"developer_needs": [
"security_gates",
"repo_scale_reasoning",
"reproducibility"
]
}
|
|
train_00501
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
data_pipeline
|
advanced
|
Task: data_pipeline
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: advanced
Target language: Rust
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Rust",
"developer_needs": [
"governance",
"reproducibility",
"cost_latency_tradeoffs"
]
}
|
|
train_00502
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
agent_loop
|
foundation
|
Task: agent_loop
Topic: Mixture-of-Experts (MoE) for code
Difficulty: foundation
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Python",
"developer_needs": [
"security_gates",
"tooling",
"cost_latency_tradeoffs"
]
}
|
|
train_00503
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
code
|
expert
|
Task: code
Topic: Mixture-of-Experts (MoE) for code
Difficulty: expert
Target language: Rust
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Rust",
"developer_needs": [
"cost_latency_tradeoffs",
"evaluation_metrics",
"documentation"
]
}
|
|
train_00504
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
eval
|
advanced
|
Task: eval
Topic: Governance, provenance, and licensing for code data
Difficulty: advanced
Target language: Bash
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Bash",
"developer_needs": [
"repo_scale_reasoning",
"tooling",
"evaluation_metrics"
]
}
|
|
train_00505
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
explain
|
foundation
|
Task: explain
Topic: SWE-bench style real-repo evaluation
Difficulty: foundation
Target language: Python
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Python",
"developer_needs": [
"reproducibility",
"security_gates",
"evaluation_metrics"
]
}
|
|
train_00506
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
design
|
expert
|
Task: design
Topic: Tool calling, sandboxes, and CI integration
Difficulty: expert
Target language: JavaScript
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "JavaScript",
"developer_needs": [
"evaluation_metrics",
"tests_are_truth",
"security_gates"
]
}
|
|
train_00507
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
design
|
intermediate
|
Task: design
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: intermediate
Target language: Bash
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"evaluation_metrics",
"cost_latency_tradeoffs",
"security_gates"
]
}
|
|
train_00508
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
design
|
advanced
|
Task: design
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Target language: JavaScript
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "JavaScript",
"developer_needs": [
"tests_are_truth",
"cost_latency_tradeoffs",
"documentation"
]
}
|
|
train_00509
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
eval
|
intermediate
|
Task: eval
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: Go
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Go",
"developer_needs": [
"repo_scale_reasoning",
"reproducibility",
"ci_integration"
]
}
|
|
train_00510
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
eval
|
intermediate
|
Task: eval
Topic: SWE-bench style real-repo evaluation
Difficulty: intermediate
Target language: TypeScript
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "TypeScript",
"developer_needs": [
"cost_latency_tradeoffs",
"tooling",
"documentation"
]
}
|
|
train_00511
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
design
|
advanced
|
Task: design
Topic: SWE-bench style real-repo evaluation
Difficulty: advanced
Target language: SQL
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"repo_scale_reasoning",
"tooling",
"evaluation_metrics"
]
}
|
|
train_00512
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
explain
|
advanced
|
Task: explain
Topic: Tool calling, sandboxes, and CI integration
Difficulty: advanced
Target language: Go
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Go",
"developer_needs": [
"reproducibility",
"documentation",
"cost_latency_tradeoffs"
]
}
|
|
train_00513
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
compare
|
advanced
|
Task: compare
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: advanced
Target language: TypeScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "TypeScript",
"developer_needs": [
"evaluation_metrics",
"cost_latency_tradeoffs",
"tests_are_truth"
]
}
|
|
train_00514
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
explain
|
advanced
|
Task: explain
Topic: Tool calling, sandboxes, and CI integration
Difficulty: advanced
Target language: Bash
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"reproducibility",
"cost_latency_tradeoffs",
"ci_integration"
]
}
|
|
train_00515
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
explain
|
intermediate
|
Task: explain
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: Python
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Python",
"developer_needs": [
"repo_scale_reasoning",
"security_gates",
"ci_integration"
]
}
|
|
train_00516
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
design
|
intermediate
|
Task: design
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: intermediate
Target language: C#
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"reproducibility",
"tooling",
"ci_integration"
]
}
|
|
train_00517
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
design
|
intermediate
|
Task: design
Topic: Governance, provenance, and licensing for code data
Difficulty: intermediate
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Python",
"developer_needs": [
"tooling",
"evaluation_metrics",
"ci_integration"
]
}
|
|
train_00518
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
eval
|
intermediate
|
Task: eval
Topic: Model merging, distillation, and continued pretraining
Difficulty: intermediate
Target language: SQL
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "SQL",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"reproducibility"
]
}
|
|
train_00519
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
compare
|
foundation
|
Task: compare
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: foundation
Target language: TypeScript
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "TypeScript",
"developer_needs": [
"repo_scale_reasoning",
"governance",
"reproducibility"
]
}
|
|
train_00520
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
review
|
advanced
|
Task: review
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
Target language: TypeScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "TypeScript",
"developer_needs": [
"reproducibility",
"security_gates",
"tooling"
]
}
|
|
train_00521
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
agent_loop
|
advanced
|
Task: agent_loop
Topic: Extended context and repo-scale understanding
Difficulty: advanced
Target language: SQL
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "SQL",
"developer_needs": [
"governance",
"ci_integration",
"evaluation_metrics"
]
}
|
|
train_00522
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
eval
|
expert
|
Task: eval
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: expert
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Python",
"developer_needs": [
"ci_integration",
"tooling",
"evaluation_metrics"
]
}
|
|
train_00523
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
design
|
expert
|
Task: design
Topic: Tool calling, sandboxes, and CI integration
Difficulty: expert
Target language: Rust
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Rust",
"developer_needs": [
"governance",
"security_gates",
"ci_integration"
]
}
|
|
train_00524
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
review
|
expert
|
Task: review
Topic: Extended context and repo-scale understanding
Difficulty: expert
Target language: Rust
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Rust",
"developer_needs": [
"evaluation_metrics",
"governance",
"repo_scale_reasoning"
]
}
|
|
train_00525
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
eval
|
advanced
|
Task: eval
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: advanced
Target language: Go
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Go",
"developer_needs": [
"reproducibility",
"tooling",
"security_gates"
]
}
|
|
train_00526
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
design
|
foundation
|
Task: design
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: foundation
Target language: JavaScript
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "JavaScript",
"developer_needs": [
"evaluation_metrics",
"security_gates",
"cost_latency_tradeoffs"
]
}
|
|
train_00527
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
eval
|
foundation
|
Task: eval
Topic: Governance, provenance, and licensing for code data
Difficulty: foundation
Target language: C#
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "C#",
"developer_needs": [
"repo_scale_reasoning",
"ci_integration",
"documentation"
]
}
|
|
train_00528
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
review
|
expert
|
Task: review
Topic: Secure code generation and policy gates
Difficulty: expert
Target language: Python
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Python",
"developer_needs": [
"ci_integration",
"evaluation_metrics",
"documentation"
]
}
|
|
train_00529
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
explain
|
foundation
|
Task: explain
Topic: SWE-bench style real-repo evaluation
Difficulty: foundation
Target language: Java
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Java",
"developer_needs": [
"tooling",
"documentation",
"security_gates"
]
}
|
|
train_00530
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
code
|
foundation
|
Task: code
Topic: SWE-bench style real-repo evaluation
Difficulty: foundation
Target language: Python
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Reference scaffold:
```python
def agent_loop(plan, edit, test, issue, max_iters=3):
history = []
p = plan(issue)
for _ in range(max_iters):
patch = edit(issue, p)
ok, report = test(patch)
history.append({"plan": p, "passed": ok, "report": report[:200]})
if ok:
return patch, history
p = p + " | refine from failures"
return patch, history
```
Operational notes: sandbox, pinned deps, human gate.
|
{
"target_language": "Python",
"developer_needs": [
"governance",
"tests_are_truth",
"evaluation_metrics"
]
}
|
|
train_00531
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
data_pipeline
|
advanced
|
Task: data_pipeline
Topic: Extended context and repo-scale understanding
Difficulty: advanced
Target language: Go
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Go",
"developer_needs": [
"tooling",
"evaluation_metrics",
"ci_integration"
]
}
|
|
train_00532
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
review
|
intermediate
|
Task: review
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: Go
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Go",
"developer_needs": [
"tooling",
"ci_integration",
"governance"
]
}
|
|
train_00533
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
review
|
intermediate
|
Task: review
Topic: Governance, provenance, and licensing for code data
Difficulty: intermediate
Target language: Go
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Go",
"developer_needs": [
"governance",
"evaluation_metrics",
"ci_integration"
]
}
|
|
train_00534
| 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
Target language: TypeScript
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "TypeScript",
"developer_needs": [
"reproducibility",
"tooling",
"repo_scale_reasoning"
]
}
|
|
train_00535
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
code
|
expert
|
Task: code
Topic: Secure code generation and policy gates
Difficulty: expert
Target language: Python
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Reference scaffold:
```python
def agent_loop(plan, edit, test, issue, max_iters=3):
history = []
p = plan(issue)
for _ in range(max_iters):
patch = edit(issue, p)
ok, report = test(patch)
history.append({"plan": p, "passed": ok, "report": report[:200]})
if ok:
return patch, history
p = p + " | refine from failures"
return patch, history
```
Operational notes: sandbox, pinned deps, human gate.
|
{
"target_language": "Python",
"developer_needs": [
"governance",
"evaluation_metrics",
"tooling"
]
}
|
|
train_00536
| 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
Target language: C#
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"documentation",
"governance",
"cost_latency_tradeoffs"
]
}
|
|
train_00537
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
design
|
expert
|
Task: design
Topic: SWE-bench style real-repo evaluation
Difficulty: expert
Target language: Bash
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"evaluation_metrics",
"reproducibility",
"tests_are_truth"
]
}
|
|
train_00538
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
code
|
intermediate
|
Task: code
Topic: Model merging, distillation, and continued pretraining
Difficulty: intermediate
Target language: Rust
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Rust",
"developer_needs": [
"evaluation_metrics",
"tests_are_truth",
"documentation"
]
}
|
|
train_00539
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
eval
|
foundation
|
Task: eval
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: foundation
Target language: Rust
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Rust",
"developer_needs": [
"evaluation_metrics",
"reproducibility",
"governance"
]
}
|
|
train_00540
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
design
|
intermediate
|
Task: design
Topic: Mixture-of-Experts (MoE) for code
Difficulty: intermediate
Target language: Java
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Java",
"developer_needs": [
"documentation",
"governance",
"tests_are_truth"
]
}
|
|
train_00541
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
code
|
intermediate
|
Task: code
Topic: Extended context and repo-scale understanding
Difficulty: intermediate
Target language: Rust
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Rust",
"developer_needs": [
"reproducibility",
"evaluation_metrics",
"ci_integration"
]
}
|
|
train_00542
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
eval
|
intermediate
|
Task: eval
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: Rust
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Rust",
"developer_needs": [
"cost_latency_tradeoffs",
"tests_are_truth",
"repo_scale_reasoning"
]
}
|
|
train_00543
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
agent_loop
|
advanced
|
Task: agent_loop
Topic: Model merging, distillation, and continued pretraining
Difficulty: advanced
Target language: C#
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "C#",
"developer_needs": [
"governance",
"security_gates",
"documentation"
]
}
|
|
train_00544
| 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
Target language: SQL
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"security_gates",
"governance",
"evaluation_metrics"
]
}
|
|
train_00545
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
compare
|
advanced
|
Task: compare
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: advanced
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Python",
"developer_needs": [
"repo_scale_reasoning",
"reproducibility",
"tests_are_truth"
]
}
|
|
train_00546
| 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
Target language: Go
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Go",
"developer_needs": [
"tooling",
"ci_integration",
"documentation"
]
}
|
|
train_00547
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
eval
|
foundation
|
Task: eval
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: foundation
Target language: TypeScript
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "TypeScript",
"developer_needs": [
"ci_integration",
"documentation",
"governance"
]
}
|
|
train_00548
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
code
|
intermediate
|
Task: code
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: TypeScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "TypeScript",
"developer_needs": [
"governance",
"tooling",
"ci_integration"
]
}
|
|
train_00549
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
data_pipeline
|
foundation
|
Task: data_pipeline
Topic: Model merging, distillation, and continued pretraining
Difficulty: foundation
Target language: Bash
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Bash",
"developer_needs": [
"documentation",
"security_gates",
"tooling"
]
}
|
|
train_00550
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
compare
|
expert
|
Task: compare
Topic: Secure code generation and policy gates
Difficulty: expert
Target language: Python
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Python",
"developer_needs": [
"tests_are_truth",
"tooling",
"reproducibility"
]
}
|
|
train_00551
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
data_pipeline
|
foundation
|
Task: data_pipeline
Topic: Governance, provenance, and licensing for code data
Difficulty: foundation
Target language: Bash
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Bash",
"developer_needs": [
"reproducibility",
"evaluation_metrics",
"documentation"
]
}
|
|
train_00552
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
design
|
expert
|
Task: design
Topic: Governance, provenance, and licensing for code data
Difficulty: expert
Target language: C#
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"reproducibility",
"governance",
"tooling"
]
}
|
|
train_00553
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
explain
|
foundation
|
Task: explain
Topic: Secure code generation and policy gates
Difficulty: foundation
Target language: SQL
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"governance",
"documentation",
"cost_latency_tradeoffs"
]
}
|
|
train_00554
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
design
|
foundation
|
Task: design
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: foundation
Target language: JavaScript
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "JavaScript",
"developer_needs": [
"governance",
"security_gates",
"reproducibility"
]
}
|
|
train_00555
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
code
|
foundation
|
Task: code
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: foundation
Target language: JavaScript
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "JavaScript",
"developer_needs": [
"security_gates",
"reproducibility",
"governance"
]
}
|
|
train_00556
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
data_pipeline
|
advanced
|
Task: data_pipeline
Topic: Governance, provenance, and licensing for code data
Difficulty: advanced
Target language: JavaScript
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "JavaScript",
"developer_needs": [
"reproducibility",
"repo_scale_reasoning",
"security_gates"
]
}
|
|
train_00557
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
code
|
foundation
|
Task: code
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: foundation
Target language: Bash
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"evaluation_metrics",
"tooling",
"security_gates"
]
}
|
|
train_00558
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
compare
|
intermediate
|
Task: compare
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: intermediate
Target language: Rust
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Rust",
"developer_needs": [
"evaluation_metrics",
"documentation",
"security_gates"
]
}
|
|
train_00559
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
review
|
foundation
|
Task: review
Topic: Secure code generation and policy gates
Difficulty: foundation
Target language: Go
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Go",
"developer_needs": [
"governance",
"tooling",
"cost_latency_tradeoffs"
]
}
|
|
train_00560
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
explain
|
expert
|
Task: explain
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: expert
Target language: Rust
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Rust",
"developer_needs": [
"security_gates",
"ci_integration",
"governance"
]
}
|
|
train_00561
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
review
|
advanced
|
Task: review
Topic: Extended context and repo-scale understanding
Difficulty: advanced
Target language: Java
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Java",
"developer_needs": [
"tooling",
"ci_integration",
"tests_are_truth"
]
}
|
|
train_00562
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
agent_loop
|
expert
|
Task: agent_loop
Topic: Extended context and repo-scale understanding
Difficulty: expert
Target language: Rust
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Rust",
"developer_needs": [
"evaluation_metrics",
"tests_are_truth",
"cost_latency_tradeoffs"
]
}
|
|
train_00563
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
eval
|
advanced
|
Task: eval
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Python",
"developer_needs": [
"cost_latency_tradeoffs",
"repo_scale_reasoning",
"tests_are_truth"
]
}
|
|
train_00564
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
compare
|
intermediate
|
Task: compare
Topic: Model merging, distillation, and continued pretraining
Difficulty: intermediate
Target language: TypeScript
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "TypeScript",
"developer_needs": [
"repo_scale_reasoning",
"reproducibility",
"governance"
]
}
|
|
train_00565
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
eval
|
expert
|
Task: eval
Topic: Governance, provenance, and licensing for code data
Difficulty: expert
Target language: Rust
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Rust",
"developer_needs": [
"ci_integration",
"security_gates",
"reproducibility"
]
}
|
|
train_00566
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
data_pipeline
|
foundation
|
Task: data_pipeline
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: foundation
Target language: TypeScript
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "TypeScript",
"developer_needs": [
"tooling",
"reproducibility",
"governance"
]
}
|
|
train_00567
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
design
|
expert
|
Task: design
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: expert
Target language: Bash
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"security_gates",
"evaluation_metrics",
"reproducibility"
]
}
|
|
train_00568
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
eval
|
advanced
|
Task: eval
Topic: Tool calling, sandboxes, and CI integration
Difficulty: advanced
Target language: C#
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "C#",
"developer_needs": [
"governance",
"evaluation_metrics",
"reproducibility"
]
}
|
|
train_00569
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
review
|
advanced
|
Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: advanced
Target language: Rust
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Rust",
"developer_needs": [
"evaluation_metrics",
"security_gates",
"tests_are_truth"
]
}
|
|
train_00570
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
eval
|
foundation
|
Task: eval
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: foundation
Target language: Java
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Java",
"developer_needs": [
"documentation",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00571
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
eval
|
intermediate
|
Task: eval
Topic: SWE-bench style real-repo evaluation
Difficulty: intermediate
Target language: C#
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "C#",
"developer_needs": [
"repo_scale_reasoning",
"security_gates",
"evaluation_metrics"
]
}
|
|
train_00572
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
design
|
intermediate
|
Task: design
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: intermediate
Target language: Python
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Python",
"developer_needs": [
"ci_integration",
"tooling",
"security_gates"
]
}
|
|
train_00573
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
eval
|
advanced
|
Task: eval
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: advanced
Target language: TypeScript
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "TypeScript",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"reproducibility"
]
}
|
|
train_00574
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
review
|
intermediate
|
Task: review
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: SQL
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "SQL",
"developer_needs": [
"documentation",
"governance",
"reproducibility"
]
}
|
|
train_00575
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
review
|
advanced
|
Task: review
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
Target language: JavaScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "JavaScript",
"developer_needs": [
"documentation",
"reproducibility",
"tooling"
]
}
|
|
train_00576
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
code
|
advanced
|
Task: code
Topic: Secure code generation and policy gates
Difficulty: advanced
Target language: Java
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Java",
"developer_needs": [
"governance",
"security_gates",
"ci_integration"
]
}
|
|
train_00577
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
code
|
expert
|
Task: code
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: expert
Target language: Bash
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"evaluation_metrics",
"tooling",
"cost_latency_tradeoffs"
]
}
|
|
train_00578
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
design
|
expert
|
Task: design
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: expert
Target language: TypeScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "TypeScript",
"developer_needs": [
"documentation",
"evaluation_metrics",
"tooling"
]
}
|
|
train_00579
| 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
Target language: Python
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Reference scaffold:
```python
def agent_loop(plan, edit, test, issue, max_iters=3):
history = []
p = plan(issue)
for _ in range(max_iters):
patch = edit(issue, p)
ok, report = test(patch)
history.append({"plan": p, "passed": ok, "report": report[:200]})
if ok:
return patch, history
p = p + " | refine from failures"
return patch, history
```
Operational notes: sandbox, pinned deps, human gate.
|
{
"target_language": "Python",
"developer_needs": [
"documentation",
"evaluation_metrics",
"cost_latency_tradeoffs"
]
}
|
|
train_00580
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
eval
|
expert
|
Task: eval
Topic: Governance, provenance, and licensing for code data
Difficulty: expert
Target language: C#
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "C#",
"developer_needs": [
"ci_integration",
"tooling",
"documentation"
]
}
|
|
train_00581
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
compare
|
advanced
|
Task: compare
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
Target language: Bash
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Bash",
"developer_needs": [
"documentation",
"ci_integration",
"evaluation_metrics"
]
}
|
|
train_00582
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
agent_loop
|
advanced
|
Task: agent_loop
Topic: Model merging, distillation, and continued pretraining
Difficulty: advanced
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Python",
"developer_needs": [
"repo_scale_reasoning",
"governance",
"security_gates"
]
}
|
|
train_00583
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
review
|
intermediate
|
Task: review
Topic: Tool calling, sandboxes, and CI integration
Difficulty: intermediate
Target language: Rust
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Review: correctness, security, performance, governance
|
{
"target_language": "Rust",
"developer_needs": [
"reproducibility",
"repo_scale_reasoning",
"documentation"
]
}
|
|
train_00584
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
data_pipeline
|
intermediate
|
Task: data_pipeline
Topic: Mixture-of-Experts (MoE) for code
Difficulty: intermediate
Target language: Rust
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Rust",
"developer_needs": [
"governance",
"cost_latency_tradeoffs",
"repo_scale_reasoning"
]
}
|
|
train_00585
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
agent_loop
|
advanced
|
Task: agent_loop
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
Target language: TypeScript
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "TypeScript",
"developer_needs": [
"governance",
"security_gates",
"tests_are_truth"
]
}
|
|
train_00586
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
explain
|
advanced
|
Task: explain
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: advanced
Target language: C#
Context: Evaluate two coding models for internal rollout under strict governance.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"evaluation_metrics",
"repo_scale_reasoning",
"security_gates"
]
}
|
|
train_00587
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
compare
|
advanced
|
Task: compare
Topic: Model merging, distillation, and continued pretraining
Difficulty: advanced
Target language: Python
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Python",
"developer_needs": [
"security_gates",
"repo_scale_reasoning",
"cost_latency_tradeoffs"
]
}
|
|
train_00588
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
eval
|
expert
|
Task: eval
Topic: Model merging, distillation, and continued pretraining
Difficulty: expert
Target language: JavaScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "JavaScript",
"developer_needs": [
"reproducibility",
"governance",
"security_gates"
]
}
|
|
train_00589
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Extended context and repo-scale understanding
Difficulty: intermediate
Target language: TypeScript
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "TypeScript",
"developer_needs": [
"documentation",
"governance",
"ci_integration"
]
}
|
|
train_00590
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
eval
|
expert
|
Task: eval
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: expert
Target language: Python
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Python",
"developer_needs": [
"cost_latency_tradeoffs",
"evaluation_metrics",
"tooling"
]
}
|
|
train_00591
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
explain
|
advanced
|
Task: explain
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: advanced
Target language: C#
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"reproducibility",
"repo_scale_reasoning",
"governance"
]
}
|
|
train_00592
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
compare
|
intermediate
|
Task: compare
Topic: Model merging, distillation, and continued pretraining
Difficulty: intermediate
Target language: C#
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "C#",
"developer_needs": [
"documentation",
"reproducibility",
"repo_scale_reasoning"
]
}
|
|
train_00593
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
code
|
expert
|
Task: code
Topic: Extended context and repo-scale understanding
Difficulty: expert
Target language: TypeScript
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "TypeScript",
"developer_needs": [
"evaluation_metrics",
"repo_scale_reasoning",
"tests_are_truth"
]
}
|
|
train_00594
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
compare
|
expert
|
Task: compare
Topic: Extended context and repo-scale understanding
Difficulty: expert
Target language: SQL
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "SQL",
"developer_needs": [
"tests_are_truth",
"ci_integration",
"tooling"
]
}
|
|
train_00595
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
design
|
intermediate
|
Task: design
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: intermediate
Target language: Java
Context: Fix a failing issue with tests as the oracle and produce a safe patch.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Java",
"developer_needs": [
"ci_integration",
"tooling",
"repo_scale_reasoning"
]
}
|
|
train_00596
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
code
|
advanced
|
Task: code
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: advanced
Target language: Bash
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Bash",
"developer_needs": [
"reproducibility",
"cost_latency_tradeoffs",
"tooling"
]
}
|
|
train_00597
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
code
|
advanced
|
Task: code
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: advanced
Target language: SQL
Context: Design a data pipeline for continued pretraining with auditability.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"cost_latency_tradeoffs",
"security_gates",
"tests_are_truth"
]
}
|
|
train_00598
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
code
|
advanced
|
Task: code
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: advanced
Target language: C#
Context: Create an eval harness that reflects real developer workflows.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"ci_integration",
"evaluation_metrics",
"documentation"
]
}
|
|
train_00599
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Extended context and repo-scale understanding
Difficulty: intermediate
Target language: C#
Context: Integrate an LLM agent into CI for a large monorepo.
Deliver production-grade guidance or artifacts.
|
Key facts:
- Modern AI coding emphasizes correctness via tests, agentic loops, and real-repo evaluation.
- Reasoning-first and MoE approaches improve capability-per-compute when paired with tools.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "C#",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"ci_integration"
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.