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_00600
| 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: 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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Python",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"documentation"
]
}
|
|
train_00601
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
agent_loop
|
foundation
|
Task: agent_loop
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: foundation
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Go",
"developer_needs": [
"reproducibility",
"governance",
"ci_integration"
]
}
|
|
train_00602
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
review
|
advanced
|
Task: review
Topic: Secure code generation and policy gates
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.
Review: correctness, security, performance, governance
|
{
"target_language": "SQL",
"developer_needs": [
"reproducibility",
"tests_are_truth",
"repo_scale_reasoning"
]
}
|
|
train_00603
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
review
|
foundation
|
Task: review
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: foundation
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.
Review: correctness, security, performance, governance
|
{
"target_language": "C#",
"developer_needs": [
"repo_scale_reasoning",
"cost_latency_tradeoffs",
"tests_are_truth"
]
}
|
|
train_00604
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
data_pipeline
|
foundation
|
Task: data_pipeline
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: foundation
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "SQL",
"developer_needs": [
"documentation",
"governance",
"tooling"
]
}
|
|
train_00605
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
review
|
advanced
|
Task: review
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: advanced
Target language: Java
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": "Java",
"developer_needs": [
"cost_latency_tradeoffs",
"reproducibility",
"repo_scale_reasoning"
]
}
|
|
train_00606
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
review
|
foundation
|
Task: review
Topic: Extended context and repo-scale understanding
Difficulty: foundation
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": [
"tooling",
"evaluation_metrics",
"cost_latency_tradeoffs"
]
}
|
|
train_00607
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
review
|
intermediate
|
Task: review
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: intermediate
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.
Review: correctness, security, performance, governance
|
{
"target_language": "Python",
"developer_needs": [
"tooling",
"evaluation_metrics",
"tests_are_truth"
]
}
|
|
train_00608
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Secure code generation and policy gates
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "TypeScript",
"developer_needs": [
"ci_integration",
"documentation",
"repo_scale_reasoning"
]
}
|
|
train_00609
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
eval
|
foundation
|
Task: eval
Topic: Reasoning-first coding models and tunable deliberation
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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Python",
"developer_needs": [
"tests_are_truth",
"documentation",
"cost_latency_tradeoffs"
]
}
|
|
train_00610
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
code
|
intermediate
|
Task: code
Topic: Governance, provenance, and licensing for code data
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": [
"reproducibility",
"cost_latency_tradeoffs",
"governance"
]
}
|
|
train_00611
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
compare
|
advanced
|
Task: compare
Topic: Extended context and repo-scale understanding
Difficulty: advanced
Target language: 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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Bash",
"developer_needs": [
"ci_integration",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00612
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Mixture-of-Experts (MoE) for code
Difficulty: intermediate
Target language: 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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "TypeScript",
"developer_needs": [
"reproducibility",
"governance",
"cost_latency_tradeoffs"
]
}
|
|
train_00613
| 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: 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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "SQL",
"developer_needs": [
"cost_latency_tradeoffs",
"tests_are_truth",
"tooling"
]
}
|
|
train_00614
| 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: 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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "TypeScript",
"developer_needs": [
"reproducibility",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00615
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
design
|
advanced
|
Task: design
Topic: Tool calling, sandboxes, and CI integration
Difficulty: advanced
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": [
"tooling",
"repo_scale_reasoning",
"reproducibility"
]
}
|
|
train_00616
| 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: 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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "C#",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00617
| 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: 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": [
"evaluation_metrics",
"governance",
"cost_latency_tradeoffs"
]
}
|
|
train_00618
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
code
|
expert
|
Task: code
Topic: SWE-bench style real-repo evaluation
Difficulty: expert
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": [
"evaluation_metrics",
"ci_integration",
"tooling"
]
}
|
|
train_00619
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
review
|
expert
|
Task: review
Topic: Dataset curation pipelines (filter, dedupe, quality)
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": [
"tooling",
"cost_latency_tradeoffs",
"repo_scale_reasoning"
]
}
|
|
train_00620
| 2026-01-01T00:00:00
|
Dataset curation pipelines (filter, dedupe, quality)
|
review
|
foundation
|
Task: review
Topic: Dataset curation pipelines (filter, dedupe, quality)
Difficulty: foundation
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.
Review: correctness, security, performance, governance
|
{
"target_language": "Go",
"developer_needs": [
"evaluation_metrics",
"tests_are_truth",
"documentation"
]
}
|
|
train_00621
| 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: 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",
"governance",
"cost_latency_tradeoffs"
]
}
|
|
train_00622
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
compare
|
foundation
|
Task: compare
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: foundation
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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Go",
"developer_needs": [
"tooling",
"cost_latency_tradeoffs",
"security_gates"
]
}
|
|
train_00623
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
agent_loop
|
expert
|
Task: agent_loop
Topic: Mixture-of-Experts (MoE) for code
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "TypeScript",
"developer_needs": [
"reproducibility",
"tests_are_truth",
"tooling"
]
}
|
|
train_00624
| 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: 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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "SQL",
"developer_needs": [
"evaluation_metrics",
"ci_integration",
"documentation"
]
}
|
|
train_00625
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
data_pipeline
|
expert
|
Task: data_pipeline
Topic: Model merging, distillation, and continued pretraining
Difficulty: expert
Target language: 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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "TypeScript",
"developer_needs": [
"governance",
"evaluation_metrics",
"tooling"
]
}
|
|
train_00626
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
code
|
advanced
|
Task: code
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"tests_are_truth",
"repo_scale_reasoning",
"documentation"
]
}
|
|
train_00627
| 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: 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.
Review: correctness, security, performance, governance
|
{
"target_language": "Python",
"developer_needs": [
"governance",
"cost_latency_tradeoffs",
"reproducibility"
]
}
|
|
train_00628
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
code
|
expert
|
Task: code
Topic: Multimodal dev workflows (docs, diagrams, traces)
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": [
"tooling",
"ci_integration",
"repo_scale_reasoning"
]
}
|
|
train_00629
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
review
|
foundation
|
Task: review
Topic: Extended context and repo-scale understanding
Difficulty: foundation
Target language: Java
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": "Java",
"developer_needs": [
"ci_integration",
"reproducibility",
"cost_latency_tradeoffs"
]
}
|
|
train_00630
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
data_pipeline
|
expert
|
Task: data_pipeline
Topic: Mixture-of-Experts (MoE) for code
Difficulty: expert
Target language: Java
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": "Java",
"developer_needs": [
"evaluation_metrics",
"ci_integration",
"tooling"
]
}
|
|
train_00631
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
data_pipeline
|
intermediate
|
Task: data_pipeline
Topic: Code-specialized model families and sizing tradeoffs
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Java",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"ci_integration"
]
}
|
|
train_00632
| 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: 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": "Rust",
"developer_needs": [
"documentation",
"repo_scale_reasoning",
"tooling"
]
}
|
|
train_00633
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
code
|
advanced
|
Task: code
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
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",
"repo_scale_reasoning",
"tooling"
]
}
|
|
train_00634
| 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: 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.
Review: correctness, security, performance, governance
|
{
"target_language": "SQL",
"developer_needs": [
"documentation",
"security_gates",
"reproducibility"
]
}
|
|
train_00635
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
data_pipeline
|
expert
|
Task: data_pipeline
Topic: Mixture-of-Experts (MoE) for code
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Bash",
"developer_needs": [
"tests_are_truth",
"repo_scale_reasoning",
"reproducibility"
]
}
|
|
train_00636
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
data_pipeline
|
advanced
|
Task: data_pipeline
Topic: Secure code generation and policy gates
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Python",
"developer_needs": [
"governance",
"evaluation_metrics",
"security_gates"
]
}
|
|
train_00637
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
review
|
foundation
|
Task: review
Topic: SWE-bench style real-repo evaluation
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.
Review: correctness, security, performance, governance
|
{
"target_language": "C#",
"developer_needs": [
"ci_integration",
"tooling",
"reproducibility"
]
}
|
|
train_00638
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
review
|
intermediate
|
Task: review
Topic: SWE-bench style real-repo evaluation
Difficulty: intermediate
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.
Review: correctness, security, performance, governance
|
{
"target_language": "SQL",
"developer_needs": [
"governance",
"cost_latency_tradeoffs",
"security_gates"
]
}
|
|
train_00639
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
compare
|
foundation
|
Task: compare
Topic: Agentic coding systems (plan→edit→test→reflect)
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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Python",
"developer_needs": [
"documentation",
"evaluation_metrics",
"repo_scale_reasoning"
]
}
|
|
train_00640
| 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: 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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Python",
"developer_needs": [
"security_gates",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00641
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
design
|
foundation
|
Task: design
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: foundation
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": [
"ci_integration",
"governance",
"documentation"
]
}
|
|
train_00642
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
agent_loop
|
expert
|
Task: agent_loop
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Target language: 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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "JavaScript",
"developer_needs": [
"cost_latency_tradeoffs",
"repo_scale_reasoning",
"ci_integration"
]
}
|
|
train_00643
| 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: 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": [
"documentation",
"reproducibility",
"governance"
]
}
|
|
train_00644
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
design
|
foundation
|
Task: design
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: foundation
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": [
"reproducibility",
"ci_integration",
"evaluation_metrics"
]
}
|
|
train_00645
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
eval
|
intermediate
|
Task: eval
Topic: Extended context and repo-scale understanding
Difficulty: intermediate
Target language: 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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "JavaScript",
"developer_needs": [
"tooling",
"governance",
"reproducibility"
]
}
|
|
train_00646
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
explain
|
foundation
|
Task: explain
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: foundation
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Go",
"developer_needs": [
"ci_integration",
"governance",
"tooling"
]
}
|
|
train_00647
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Agentic coding systems (plan→edit→test→reflect)
Difficulty: intermediate
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Bash",
"developer_needs": [
"repo_scale_reasoning",
"documentation",
"ci_integration"
]
}
|
|
train_00648
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
review
|
intermediate
|
Task: review
Topic: Multimodal dev workflows (docs, diagrams, traces)
Difficulty: intermediate
Target language: TypeScript
Context: 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": "TypeScript",
"developer_needs": [
"repo_scale_reasoning",
"cost_latency_tradeoffs",
"governance"
]
}
|
|
train_00649
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
review
|
foundation
|
Task: review
Topic: SWE-bench style real-repo evaluation
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.
Review: correctness, security, performance, governance
|
{
"target_language": "Bash",
"developer_needs": [
"evaluation_metrics",
"documentation",
"reproducibility"
]
}
|
|
train_00650
| 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: 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.
Review: correctness, security, performance, governance
|
{
"target_language": "Bash",
"developer_needs": [
"security_gates",
"documentation",
"reproducibility"
]
}
|
|
train_00651
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
code
|
foundation
|
Task: code
Topic: Mixture-of-Experts (MoE) for code
Difficulty: foundation
Target language: Java
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": "Java",
"developer_needs": [
"governance",
"tooling",
"cost_latency_tradeoffs"
]
}
|
|
train_00652
| 2026-01-01T00:00:00
|
Agentic coding systems (plan→edit→test→reflect)
|
review
|
foundation
|
Task: review
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.
Review: correctness, security, performance, governance
|
{
"target_language": "Rust",
"developer_needs": [
"tests_are_truth",
"security_gates",
"ci_integration"
]
}
|
|
train_00653
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
compare
|
foundation
|
Task: compare
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: foundation
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": [
"governance",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00654
| 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: 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.
Review: correctness, security, performance, governance
|
{
"target_language": "Bash",
"developer_needs": [
"tests_are_truth",
"governance",
"repo_scale_reasoning"
]
}
|
|
train_00655
| 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: 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": "Python",
"developer_needs": [
"cost_latency_tradeoffs",
"security_gates",
"governance"
]
}
|
|
train_00656
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: intermediate
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Go",
"developer_needs": [
"reproducibility",
"repo_scale_reasoning",
"tests_are_truth"
]
}
|
|
train_00657
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
agent_loop
|
advanced
|
Task: agent_loop
Topic: SWE-bench style real-repo evaluation
Difficulty: advanced
Target language: 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": [
"repo_scale_reasoning",
"documentation",
"reproducibility"
]
}
|
|
train_00658
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
design
|
foundation
|
Task: design
Topic: Extended context and repo-scale understanding
Difficulty: foundation
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "C#",
"developer_needs": [
"reproducibility",
"governance",
"evaluation_metrics"
]
}
|
|
train_00659
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
compare
|
foundation
|
Task: compare
Topic: Governance, provenance, and licensing for code data
Difficulty: foundation
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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "Go",
"developer_needs": [
"reproducibility",
"security_gates",
"repo_scale_reasoning"
]
}
|
|
train_00660
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
code
|
intermediate
|
Task: code
Topic: Governance, provenance, and licensing for code data
Difficulty: intermediate
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": [
"tooling",
"cost_latency_tradeoffs",
"evaluation_metrics"
]
}
|
|
train_00661
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
design
|
expert
|
Task: design
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "TypeScript",
"developer_needs": [
"cost_latency_tradeoffs",
"tooling",
"security_gates"
]
}
|
|
train_00662
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
agent_loop
|
expert
|
Task: agent_loop
Topic: Tool calling, sandboxes, and CI integration
Difficulty: expert
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": [
"repo_scale_reasoning",
"tests_are_truth",
"evaluation_metrics"
]
}
|
|
train_00663
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
code
|
intermediate
|
Task: code
Topic: SWE-bench style real-repo evaluation
Difficulty: intermediate
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Java",
"developer_needs": [
"governance",
"ci_integration",
"tests_are_truth"
]
}
|
|
train_00664
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
agent_loop
|
intermediate
|
Task: agent_loop
Topic: Mixture-of-Experts (MoE) for code
Difficulty: intermediate
Target language: 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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "JavaScript",
"developer_needs": [
"reproducibility",
"tooling",
"repo_scale_reasoning"
]
}
|
|
train_00665
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
explain
|
advanced
|
Task: explain
Topic: Secure code generation and policy gates
Difficulty: advanced
Target language: 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": [
"documentation",
"security_gates",
"repo_scale_reasoning"
]
}
|
|
train_00666
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
explain
|
advanced
|
Task: explain
Topic: SWE-bench style real-repo evaluation
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "Python",
"developer_needs": [
"repo_scale_reasoning",
"evaluation_metrics",
"documentation"
]
}
|
|
train_00667
| 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: 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.
Review: correctness, security, performance, governance
|
{
"target_language": "Python",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"ci_integration"
]
}
|
|
train_00668
| 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: Java
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "Java",
"developer_needs": [
"repo_scale_reasoning",
"tooling",
"tests_are_truth"
]
}
|
|
train_00669
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
data_pipeline
|
expert
|
Task: data_pipeline
Topic: Mixture-of-Experts (MoE) for code
Difficulty: expert
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Go",
"developer_needs": [
"tooling",
"cost_latency_tradeoffs",
"security_gates"
]
}
|
|
train_00670
| 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: 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": "Rust",
"developer_needs": [
"tooling",
"tests_are_truth",
"reproducibility"
]
}
|
|
train_00671
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
explain
|
foundation
|
Task: explain
Topic: Extended context and repo-scale understanding
Difficulty: foundation
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"tests_are_truth",
"repo_scale_reasoning",
"security_gates"
]
}
|
|
train_00672
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
eval
|
expert
|
Task: eval
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: expert
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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Java",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00673
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
explain
|
expert
|
Task: explain
Topic: Governance, provenance, and licensing for code data
Difficulty: expert
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "TypeScript",
"developer_needs": [
"ci_integration",
"documentation",
"repo_scale_reasoning"
]
}
|
|
train_00674
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
code
|
intermediate
|
Task: code
Topic: Code-specialized model families and sizing tradeoffs
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "SQL",
"developer_needs": [
"security_gates",
"documentation",
"cost_latency_tradeoffs"
]
}
|
|
train_00675
| 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: 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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "C#",
"developer_needs": [
"tooling",
"documentation",
"reproducibility"
]
}
|
|
train_00676
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
eval
|
foundation
|
Task: eval
Topic: Extended context and repo-scale understanding
Difficulty: foundation
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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "Go",
"developer_needs": [
"cost_latency_tradeoffs",
"governance",
"tests_are_truth"
]
}
|
|
train_00677
| 2026-01-01T00:00:00
|
Model merging, distillation, and continued pretraining
|
eval
|
advanced
|
Task: eval
Topic: Model merging, distillation, and continued pretraining
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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "TypeScript",
"developer_needs": [
"ci_integration",
"cost_latency_tradeoffs",
"governance"
]
}
|
|
train_00678
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
data_pipeline
|
foundation
|
Task: data_pipeline
Topic: Tool calling, sandboxes, and CI integration
Difficulty: foundation
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "Go",
"developer_needs": [
"governance",
"tests_are_truth",
"security_gates"
]
}
|
|
train_00679
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
code
|
foundation
|
Task: code
Topic: Reasoning-first coding models and tunable deliberation
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": [
"tooling",
"reproducibility",
"documentation"
]
}
|
|
train_00680
| 2026-01-01T00:00:00
|
Tool calling, sandboxes, and CI integration
|
review
|
expert
|
Task: review
Topic: Tool calling, sandboxes, and CI integration
Difficulty: expert
Target language: Java
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": "Java",
"developer_needs": [
"tests_are_truth",
"ci_integration",
"cost_latency_tradeoffs"
]
}
|
|
train_00681
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
explain
|
advanced
|
Task: explain
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.
Design guidance with risks, metrics, acceptance criteria
|
{
"target_language": "JavaScript",
"developer_needs": [
"governance",
"evaluation_metrics",
"security_gates"
]
}
|
|
train_00682
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
design
|
expert
|
Task: design
Topic: Extended context and repo-scale understanding
Difficulty: expert
Target language: 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": [
"repo_scale_reasoning",
"cost_latency_tradeoffs",
"ci_integration"
]
}
|
|
train_00683
| 2026-01-01T00:00:00
|
Code-specialized model families and sizing tradeoffs
|
agent_loop
|
foundation
|
Task: agent_loop
Topic: Code-specialized model families and sizing tradeoffs
Difficulty: foundation
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.
Agent loop: Plan → Edit (diff) → Test → Reflect → Human gate
|
{
"target_language": "JavaScript",
"developer_needs": [
"reproducibility",
"documentation",
"tests_are_truth"
]
}
|
|
train_00684
| 2026-01-01T00:00:00
|
SWE-bench style real-repo evaluation
|
agent_loop
|
foundation
|
Task: agent_loop
Topic: SWE-bench style real-repo evaluation
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",
"ci_integration",
"reproducibility"
]
}
|
|
train_00685
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
eval
|
expert
|
Task: eval
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
Target language: 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": [
"security_gates",
"evaluation_metrics",
"reproducibility"
]
}
|
|
train_00686
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
data_pipeline
|
intermediate
|
Task: data_pipeline
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: intermediate
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "C#",
"developer_needs": [
"ci_integration",
"reproducibility",
"repo_scale_reasoning"
]
}
|
|
train_00687
| 2026-01-01T00:00:00
|
Secure code generation and policy gates
|
explain
|
advanced
|
Task: explain
Topic: Secure code generation and policy gates
Difficulty: advanced
Target language: 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": [
"repo_scale_reasoning",
"governance",
"cost_latency_tradeoffs"
]
}
|
|
train_00688
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
data_pipeline
|
advanced
|
Task: data_pipeline
Topic: Mixture-of-Experts (MoE) for code
Difficulty: advanced
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.
Pipeline:
1) Ingest
2) Normalize
3) Filter
4) Dedupe
5) Quality score
6) Sample
7) Audit
|
{
"target_language": "JavaScript",
"developer_needs": [
"tooling",
"repo_scale_reasoning",
"governance"
]
}
|
|
train_00689
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
review
|
foundation
|
Task: review
Topic: Extended context and repo-scale understanding
Difficulty: foundation
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": [
"tooling",
"reproducibility",
"documentation"
]
}
|
|
train_00690
| 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: 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": [
"ci_integration",
"tests_are_truth",
"evaluation_metrics"
]
}
|
|
train_00691
| 2026-01-01T00:00:00
|
Multimodal dev workflows (docs, diagrams, traces)
|
explain
|
intermediate
|
Task: explain
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": [
"governance",
"documentation",
"tests_are_truth"
]
}
|
|
train_00692
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
code
|
expert
|
Task: code
Topic: Governance, provenance, and licensing for code data
Difficulty: expert
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",
"repo_scale_reasoning",
"cost_latency_tradeoffs"
]
}
|
|
train_00693
| 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: 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": [
"security_gates",
"reproducibility",
"ci_integration"
]
}
|
|
train_00694
| 2026-01-01T00:00:00
|
Mixture-of-Experts (MoE) for code
|
eval
|
foundation
|
Task: eval
Topic: Mixture-of-Experts (MoE) for code
Difficulty: foundation
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.
Eval:
- Tasks: real issues
- Metrics: pass@k, time-to-green
- Gates: lint/security
|
{
"target_language": "C#",
"developer_needs": [
"tooling",
"ci_integration",
"evaluation_metrics"
]
}
|
|
train_00695
| 2026-01-01T00:00:00
|
Reasoning-first coding models and tunable deliberation
|
review
|
expert
|
Task: review
Topic: Reasoning-first coding models and tunable deliberation
Difficulty: expert
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.
Review: correctness, security, performance, governance
|
{
"target_language": "JavaScript",
"developer_needs": [
"evaluation_metrics",
"security_gates",
"governance"
]
}
|
|
train_00696
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
eval
|
intermediate
|
Task: eval
Topic: Extended context and repo-scale understanding
Difficulty: intermediate
Target language: 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": [
"tests_are_truth",
"governance",
"reproducibility"
]
}
|
|
train_00697
| 2026-01-01T00:00:00
|
Governance, provenance, and licensing for code data
|
compare
|
foundation
|
Task: compare
Topic: Governance, provenance, and licensing for code data
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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "SQL",
"developer_needs": [
"repo_scale_reasoning",
"reproducibility",
"ci_integration"
]
}
|
|
train_00698
| 2026-01-01T00:00:00
|
Extended context and repo-scale understanding
|
design
|
foundation
|
Task: design
Topic: Extended context and repo-scale understanding
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": [
"tooling",
"repo_scale_reasoning",
"evaluation_metrics"
]
}
|
|
train_00699
| 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
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.
Compare: capability, cost, latency, reliability, governance
|
{
"target_language": "SQL",
"developer_needs": [
"governance",
"repo_scale_reasoning",
"documentation"
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.