schema_version stringclasses 1
value | event dict | risk_context dict | agent_reasoning listlengths 4 7 | correlated_telemetry dict | execution_summary dict | genetic_optimizer_feedback dict |
|---|---|---|---|---|---|---|
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-4F4F580B",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 15,
"production_impact": "CRITICAL",
"test_coverage_baseline": 93.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 682
} | {
"files_changed": 4,
"lines_added": 54,
"lines_removed": 39,
"time_to_resolution_sec": 6.02
} | {
"final_reward": 90.79,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-33A9E40C",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 14,
"production_impact": "CRITICAL",
"test_coverage_baseline": 56.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 1137
} | {
"files_changed": 1,
"lines_added": 55,
"lines_removed": 53,
"time_to_resolution_sec": 20.64
} | {
"final_reward": 93.32,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-09BB21B3",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 9,
"production_impact": "MEDIUM",
"test_coverage_baseline": 76.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 8,
"test_runtime_ms": 834
} | {
"files_changed": 3,
"lines_added": 49,
"lines_removed": 14,
"time_to_resolution_sec": 34.13
} | {
"final_reward": 96.55,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-65693098",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 12,
"production_impact": "LOW",
"test_coverage_baseline": 72.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 349
} | {
"files_changed": 4,
"lines_added": 32,
"lines_removed": 0,
"time_to_resolution_sec": 58.01
} | {
"final_reward": 88.04,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in rust.",
"language": "rust",
"task_id": "TASK-4DF8A57D",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 10,
"production_impact": "CRITICAL",
"test_coverage_baseline": 42.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 1036
} | {
"files_changed": 2,
"lines_added": 179,
"lines_removed": 79,
"time_to_resolution_sec": 45.94
} | {
"final_reward": 85.25,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-3D0AC326",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 19,
"production_impact": "MEDIUM",
"test_coverage_baseline": 84.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 1718
} | {
"files_changed": 3,
"lines_added": 41,
"lines_removed": 91,
"time_to_resolution_sec": 19.96
} | {
"final_reward": 97.58,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in python.",
"language": "python",
"task_id": "TASK-88642B5B",
"task_type": "feature",
"title": "Create data pipeline"
} | {
"cyclomatic_complexity": 20,
"production_impact": "MEDIUM",
"test_coverage_baseline": 79.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 1855
} | {
"files_changed": 3,
"lines_added": 43,
"lines_removed": 94,
"time_to_resolution_sec": 16.95
} | {
"final_reward": 93.84,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-ED939276",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 6,
"production_impact": "LOW",
"test_coverage_baseline": 57
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 10,
"test_runtime_ms": 2682
} | {
"files_changed": 5,
"lines_added": 92,
"lines_removed": 61,
"time_to_resolution_sec": 30.96
} | {
"final_reward": 97.59,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-CC8CE78E",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 12,
"production_impact": "MEDIUM",
"test_coverage_baseline": 89.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 343
} | {
"files_changed": 5,
"lines_added": 144,
"lines_removed": 24,
"time_to_resolution_sec": 5.61
} | {
"final_reward": 85.15,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-0C7C2BE5",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 15,
"production_impact": "HIGH",
"test_coverage_baseline": 93.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 2647
} | {
"files_changed": 2,
"lines_added": 47,
"lines_removed": 23,
"time_to_resolution_sec": 19.37
} | {
"final_reward": 87.56,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-0254C377",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 6,
"production_impact": "LOW",
"test_coverage_baseline": 79
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 1211
} | {
"files_changed": 4,
"lines_added": 11,
"lines_removed": 91,
"time_to_resolution_sec": 38.46
} | {
"final_reward": 91.67,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-2F4057A2",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 17,
"production_impact": "MEDIUM",
"test_coverage_baseline": 78.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 2478
} | {
"files_changed": 5,
"lines_added": 40,
"lines_removed": 19,
"time_to_resolution_sec": 42.12
} | {
"final_reward": 90.74,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in rust.",
"language": "rust",
"task_id": "TASK-83D8B5ED",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 25,
"production_impact": "HIGH",
"test_coverage_baseline": 74.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 233
} | {
"files_changed": 1,
"lines_added": 195,
"lines_removed": 9,
"time_to_resolution_sec": 57.92
} | {
"final_reward": 88.7,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-3AD417A9",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 9,
"production_impact": "LOW",
"test_coverage_baseline": 46.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 2950
} | {
"files_changed": 4,
"lines_added": 178,
"lines_removed": 26,
"time_to_resolution_sec": 35.56
} | {
"final_reward": 89.91,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-A1FC5838",
"task_type": "refactor",
"title": "Decouple database layer"
} | {
"cyclomatic_complexity": 13,
"production_impact": "LOW",
"test_coverage_baseline": 56.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"a... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 1742
} | {
"files_changed": 1,
"lines_added": 138,
"lines_removed": 88,
"time_to_resolution_sec": 27.67
} | {
"final_reward": 89.94,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-2629D56D",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 14,
"production_impact": "LOW",
"test_coverage_baseline": 54.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 8,
"test_runtime_ms": 301
} | {
"files_changed": 5,
"lines_added": 138,
"lines_removed": 75,
"time_to_resolution_sec": 51.78
} | {
"final_reward": 90.7,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-440830FB",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 11,
"production_impact": "MEDIUM",
"test_coverage_baseline": 58.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 8,
"test_runtime_ms": 656
} | {
"files_changed": 1,
"lines_added": 31,
"lines_removed": 71,
"time_to_resolution_sec": 13.32
} | {
"final_reward": 85.3,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-1537DFB4",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 10,
"production_impact": "LOW",
"test_coverage_baseline": 44.9
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 1970
} | {
"files_changed": 1,
"lines_added": 165,
"lines_removed": 20,
"time_to_resolution_sec": 7.64
} | {
"final_reward": 94.72,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-B058869B",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 22,
"production_impact": "HIGH",
"test_coverage_baseline": 93.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 10,
"test_runtime_ms": 1302
} | {
"files_changed": 5,
"lines_added": 147,
"lines_removed": 54,
"time_to_resolution_sec": 31.73
} | {
"final_reward": 88.99,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-C993EE93",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 22,
"production_impact": "HIGH",
"test_coverage_baseline": 51.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"ac... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 2932
} | {
"files_changed": 5,
"lines_added": 104,
"lines_removed": 17,
"time_to_resolution_sec": 51.95
} | {
"final_reward": 89.71,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-92131AF6",
"task_type": "refactor",
"title": "Optimize KV cache"
} | {
"cyclomatic_complexity": 24,
"production_impact": "HIGH",
"test_coverage_baseline": 79.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"a... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 1820
} | {
"files_changed": 2,
"lines_added": 66,
"lines_removed": 65,
"time_to_resolution_sec": 11.4
} | {
"final_reward": 86.69,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-1BABED84",
"task_type": "feature",
"title": "Create data pipeline"
} | {
"cyclomatic_complexity": 21,
"production_impact": "LOW",
"test_coverage_baseline": 62.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 359
} | {
"files_changed": 3,
"lines_added": 63,
"lines_removed": 6,
"time_to_resolution_sec": 58.15
} | {
"final_reward": 94.79,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in python.",
"language": "python",
"task_id": "TASK-D193194C",
"task_type": "refactor",
"title": "Optimize KV cache"
} | {
"cyclomatic_complexity": 12,
"production_impact": "LOW",
"test_coverage_baseline": 45.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"actio... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 1305
} | {
"files_changed": 3,
"lines_added": 163,
"lines_removed": 60,
"time_to_resolution_sec": 44.03
} | {
"final_reward": 91.61,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-3DFE2BFD",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 21,
"production_impact": "MEDIUM",
"test_coverage_baseline": 47.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"ac... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 1831
} | {
"files_changed": 4,
"lines_added": 37,
"lines_removed": 30,
"time_to_resolution_sec": 11.62
} | {
"final_reward": 90.98,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-2C1F5C71",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 16,
"production_impact": "LOW",
"test_coverage_baseline": 40.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 10,
"test_runtime_ms": 2584
} | {
"files_changed": 2,
"lines_added": 95,
"lines_removed": 66,
"time_to_resolution_sec": 41.62
} | {
"final_reward": 92.45,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-D5A36A07",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 6,
"production_impact": "MEDIUM",
"test_coverage_baseline": 61.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 1294
} | {
"files_changed": 1,
"lines_added": 111,
"lines_removed": 3,
"time_to_resolution_sec": 16.43
} | {
"final_reward": 94.35,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in python.",
"language": "python",
"task_id": "TASK-9200303C",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 15,
"production_impact": "HIGH",
"test_coverage_baseline": 72.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 707
} | {
"files_changed": 1,
"lines_added": 14,
"lines_removed": 33,
"time_to_resolution_sec": 31.63
} | {
"final_reward": 90.98,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in rust.",
"language": "rust",
"task_id": "TASK-769FAE87",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 6,
"production_impact": "HIGH",
"test_coverage_baseline": 83.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 529
} | {
"files_changed": 1,
"lines_added": 197,
"lines_removed": 56,
"time_to_resolution_sec": 35.58
} | {
"final_reward": 85.72,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-018572C7",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 23,
"production_impact": "HIGH",
"test_coverage_baseline": 90.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 10,
"test_runtime_ms": 2630
} | {
"files_changed": 1,
"lines_added": 60,
"lines_removed": 34,
"time_to_resolution_sec": 34.17
} | {
"final_reward": 95.43,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in go.",
"language": "go",
"task_id": "TASK-309BEF7E",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 23,
"production_impact": "LOW",
"test_coverage_baseline": 47.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 850
} | {
"files_changed": 3,
"lines_added": 20,
"lines_removed": 91,
"time_to_resolution_sec": 20.49
} | {
"final_reward": 89.07,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-550B454E",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 10,
"production_impact": "HIGH",
"test_coverage_baseline": 63.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 2604
} | {
"files_changed": 3,
"lines_added": 144,
"lines_removed": 81,
"time_to_resolution_sec": 34.98
} | {
"final_reward": 89.74,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in go.",
"language": "go",
"task_id": "TASK-C2E05B7C",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 17,
"production_impact": "CRITICAL",
"test_coverage_baseline": 82.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 2253
} | {
"files_changed": 2,
"lines_added": 35,
"lines_removed": 57,
"time_to_resolution_sec": 14.23
} | {
"final_reward": 90.11,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-7647020E",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 8,
"production_impact": "HIGH",
"test_coverage_baseline": 66.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 2940
} | {
"files_changed": 1,
"lines_added": 85,
"lines_removed": 27,
"time_to_resolution_sec": 18.32
} | {
"final_reward": 87.14,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-ACD0876C",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 19,
"production_impact": "CRITICAL",
"test_coverage_baseline": 62.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 1024
} | {
"files_changed": 1,
"lines_added": 77,
"lines_removed": 39,
"time_to_resolution_sec": 13.77
} | {
"final_reward": 88.99,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-898052AB",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 20,
"production_impact": "CRITICAL",
"test_coverage_baseline": 92.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 803
} | {
"files_changed": 1,
"lines_added": 196,
"lines_removed": 49,
"time_to_resolution_sec": 54.55
} | {
"final_reward": 99.89,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in python.",
"language": "python",
"task_id": "TASK-8F84523F",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 18,
"production_impact": "MEDIUM",
"test_coverage_baseline": 74.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"actio... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 1900
} | {
"files_changed": 1,
"lines_added": 136,
"lines_removed": 92,
"time_to_resolution_sec": 55.3
} | {
"final_reward": 88.35,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-D4A5A05C",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 12,
"production_impact": "LOW",
"test_coverage_baseline": 63.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 2017
} | {
"files_changed": 3,
"lines_added": 157,
"lines_removed": 43,
"time_to_resolution_sec": 58.93
} | {
"final_reward": 95.76,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in go.",
"language": "go",
"task_id": "TASK-8693A95C",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 7,
"production_impact": "HIGH",
"test_coverage_baseline": 57.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 2429
} | {
"files_changed": 4,
"lines_added": 91,
"lines_removed": 4,
"time_to_resolution_sec": 25.42
} | {
"final_reward": 91.5,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in python.",
"language": "python",
"task_id": "TASK-992CB1DE",
"task_type": "refactor",
"title": "Optimize KV cache"
} | {
"cyclomatic_complexity": 10,
"production_impact": "LOW",
"test_coverage_baseline": 47.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"actio... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 2223
} | {
"files_changed": 4,
"lines_added": 71,
"lines_removed": 67,
"time_to_resolution_sec": 46.67
} | {
"final_reward": 95.65,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in rust.",
"language": "rust",
"task_id": "TASK-774C17F0",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 14,
"production_impact": "MEDIUM",
"test_coverage_baseline": 44.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 10,
"test_runtime_ms": 2494
} | {
"files_changed": 1,
"lines_added": 168,
"lines_removed": 76,
"time_to_resolution_sec": 24.89
} | {
"final_reward": 86.98,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-72572F41",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 21,
"production_impact": "MEDIUM",
"test_coverage_baseline": 81
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"ac... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 2040
} | {
"files_changed": 1,
"lines_added": 15,
"lines_removed": 23,
"time_to_resolution_sec": 51.34
} | {
"final_reward": 88.94,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-B282ACA1",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 17,
"production_impact": "LOW",
"test_coverage_baseline": 88
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 1860
} | {
"files_changed": 3,
"lines_added": 27,
"lines_removed": 3,
"time_to_resolution_sec": 55.72
} | {
"final_reward": 88.88,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-1BF15460",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 6,
"production_impact": "HIGH",
"test_coverage_baseline": 47.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 476
} | {
"files_changed": 2,
"lines_added": 199,
"lines_removed": 55,
"time_to_resolution_sec": 43.73
} | {
"final_reward": 95.53,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-B7EB55E9",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 8,
"production_impact": "MEDIUM",
"test_coverage_baseline": 67.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 2575
} | {
"files_changed": 2,
"lines_added": 96,
"lines_removed": 95,
"time_to_resolution_sec": 24.47
} | {
"final_reward": 89.81,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-4AF8F961",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 9,
"production_impact": "HIGH",
"test_coverage_baseline": 47.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 1339
} | {
"files_changed": 3,
"lines_added": 164,
"lines_removed": 18,
"time_to_resolution_sec": 18.13
} | {
"final_reward": 94.3,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-4709066F",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 18,
"production_impact": "CRITICAL",
"test_coverage_baseline": 78.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 303
} | {
"files_changed": 2,
"lines_added": 200,
"lines_removed": 58,
"time_to_resolution_sec": 16.96
} | {
"final_reward": 92.9,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-E7C81911",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 21,
"production_impact": "MEDIUM",
"test_coverage_baseline": 62.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 1742
} | {
"files_changed": 2,
"lines_added": 26,
"lines_removed": 37,
"time_to_resolution_sec": 29.81
} | {
"final_reward": 91.74,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-85A5B04F",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 8,
"production_impact": "LOW",
"test_coverage_baseline": 81.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 1251
} | {
"files_changed": 5,
"lines_added": 153,
"lines_removed": 54,
"time_to_resolution_sec": 53.51
} | {
"final_reward": 87.85,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-06A20405",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 12,
"production_impact": "MEDIUM",
"test_coverage_baseline": 79.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 2529
} | {
"files_changed": 2,
"lines_added": 144,
"lines_removed": 94,
"time_to_resolution_sec": 56.89
} | {
"final_reward": 95.76,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-7D633187",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 6,
"production_impact": "HIGH",
"test_coverage_baseline": 69.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"act... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 1144
} | {
"files_changed": 1,
"lines_added": 115,
"lines_removed": 87,
"time_to_resolution_sec": 36.09
} | {
"final_reward": 89.48,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-3CACF36C",
"task_type": "refactor",
"title": "Decouple database layer"
} | {
"cyclomatic_complexity": 11,
"production_impact": "HIGH",
"test_coverage_baseline": 51.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"a... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 2435
} | {
"files_changed": 5,
"lines_added": 116,
"lines_removed": 96,
"time_to_resolution_sec": 45.29
} | {
"final_reward": 92.37,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-1ADAAF04",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 8,
"production_impact": "MEDIUM",
"test_coverage_baseline": 81.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 2568
} | {
"files_changed": 1,
"lines_added": 59,
"lines_removed": 92,
"time_to_resolution_sec": 31.67
} | {
"final_reward": 94.03,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in rust.",
"language": "rust",
"task_id": "TASK-9DC00FFD",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 12,
"production_impact": "MEDIUM",
"test_coverage_baseline": 56.9
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 2402
} | {
"files_changed": 2,
"lines_added": 67,
"lines_removed": 71,
"time_to_resolution_sec": 48.24
} | {
"final_reward": 85.42,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in go.",
"language": "go",
"task_id": "TASK-228C5F23",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 22,
"production_impact": "MEDIUM",
"test_coverage_baseline": 51.9
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 407
} | {
"files_changed": 2,
"lines_added": 43,
"lines_removed": 37,
"time_to_resolution_sec": 38.48
} | {
"final_reward": 90.81,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-68D33CBE",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 17,
"production_impact": "CRITICAL",
"test_coverage_baseline": 64.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 1424
} | {
"files_changed": 4,
"lines_added": 51,
"lines_removed": 2,
"time_to_resolution_sec": 24.22
} | {
"final_reward": 87.53,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-328152D4",
"task_type": "feature",
"title": "Create data pipeline"
} | {
"cyclomatic_complexity": 24,
"production_impact": "HIGH",
"test_coverage_baseline": 57.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"ac... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 1510
} | {
"files_changed": 3,
"lines_added": 165,
"lines_removed": 17,
"time_to_resolution_sec": 7.64
} | {
"final_reward": 90.63,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-FD61EFC4",
"task_type": "feature",
"title": "Create data pipeline"
} | {
"cyclomatic_complexity": 17,
"production_impact": "CRITICAL",
"test_coverage_baseline": 55.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 2656
} | {
"files_changed": 2,
"lines_added": 31,
"lines_removed": 9,
"time_to_resolution_sec": 24.61
} | {
"final_reward": 98.86,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-C5E7C076",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 18,
"production_impact": "LOW",
"test_coverage_baseline": 48.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 632
} | {
"files_changed": 4,
"lines_added": 126,
"lines_removed": 100,
"time_to_resolution_sec": 47.46
} | {
"final_reward": 86.42,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-7FCE6C4E",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 10,
"production_impact": "CRITICAL",
"test_coverage_baseline": 45.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 1614
} | {
"files_changed": 2,
"lines_added": 96,
"lines_removed": 23,
"time_to_resolution_sec": 47.9
} | {
"final_reward": 88.89,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in python.",
"language": "python",
"task_id": "TASK-ADD23D6B",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 25,
"production_impact": "CRITICAL",
"test_coverage_baseline": 78.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 602
} | {
"files_changed": 3,
"lines_added": 114,
"lines_removed": 41,
"time_to_resolution_sec": 15.65
} | {
"final_reward": 89.02,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in go.",
"language": "go",
"task_id": "TASK-31A66E34",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 5,
"production_impact": "LOW",
"test_coverage_baseline": 88.9
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 1154
} | {
"files_changed": 4,
"lines_added": 93,
"lines_removed": 33,
"time_to_resolution_sec": 44.05
} | {
"final_reward": 91.86,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-BED227BF",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 19,
"production_impact": "HIGH",
"test_coverage_baseline": 93.9
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 2539
} | {
"files_changed": 5,
"lines_added": 50,
"lines_removed": 17,
"time_to_resolution_sec": 37.54
} | {
"final_reward": 88.97,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-8369949C",
"task_type": "refactor",
"title": "Decouple database layer"
} | {
"cyclomatic_complexity": 12,
"production_impact": "LOW",
"test_coverage_baseline": 66
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 2174
} | {
"files_changed": 5,
"lines_added": 160,
"lines_removed": 7,
"time_to_resolution_sec": 29.65
} | {
"final_reward": 94.92,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-3ADD05EF",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 12,
"production_impact": "MEDIUM",
"test_coverage_baseline": 81.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"act... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 1566
} | {
"files_changed": 3,
"lines_added": 50,
"lines_removed": 21,
"time_to_resolution_sec": 59.95
} | {
"final_reward": 93.95,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-5723FAF8",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 21,
"production_impact": "LOW",
"test_coverage_baseline": 61.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 552
} | {
"files_changed": 2,
"lines_added": 153,
"lines_removed": 16,
"time_to_resolution_sec": 41.07
} | {
"final_reward": 91.03,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-0E721627",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 20,
"production_impact": "HIGH",
"test_coverage_baseline": 69.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 970
} | {
"files_changed": 3,
"lines_added": 136,
"lines_removed": 51,
"time_to_resolution_sec": 18.99
} | {
"final_reward": 93.99,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in go.",
"language": "go",
"task_id": "TASK-BDD0CAC5",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 22,
"production_impact": "HIGH",
"test_coverage_baseline": 92.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 874
} | {
"files_changed": 2,
"lines_added": 111,
"lines_removed": 81,
"time_to_resolution_sec": 47.74
} | {
"final_reward": 90.01,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-4520D4FE",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 7,
"production_impact": "MEDIUM",
"test_coverage_baseline": 84.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 1468
} | {
"files_changed": 3,
"lines_added": 81,
"lines_removed": 74,
"time_to_resolution_sec": 22.86
} | {
"final_reward": 90.07,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-CB3D07B4",
"task_type": "feature",
"title": "Create data pipeline"
} | {
"cyclomatic_complexity": 14,
"production_impact": "MEDIUM",
"test_coverage_baseline": 70.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 1018
} | {
"files_changed": 5,
"lines_added": 72,
"lines_removed": 94,
"time_to_resolution_sec": 32.14
} | {
"final_reward": 98.55,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-2B1ECB92",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 17,
"production_impact": "MEDIUM",
"test_coverage_baseline": 52.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 2078
} | {
"files_changed": 4,
"lines_added": 94,
"lines_removed": 87,
"time_to_resolution_sec": 41.18
} | {
"final_reward": 96.76,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in python.",
"language": "python",
"task_id": "TASK-7C7C33E1",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 19,
"production_impact": "HIGH",
"test_coverage_baseline": 72.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 732
} | {
"files_changed": 5,
"lines_added": 195,
"lines_removed": 17,
"time_to_resolution_sec": 32.39
} | {
"final_reward": 99.77,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-04857A27",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 12,
"production_impact": "LOW",
"test_coverage_baseline": 72.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 1509
} | {
"files_changed": 3,
"lines_added": 129,
"lines_removed": 73,
"time_to_resolution_sec": 49.83
} | {
"final_reward": 98.56,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in python.",
"language": "python",
"task_id": "TASK-2D76E5EE",
"task_type": "refactor",
"title": "Migrate to Rust"
} | {
"cyclomatic_complexity": 10,
"production_impact": "LOW",
"test_coverage_baseline": 94
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"actio... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 916
} | {
"files_changed": 4,
"lines_added": 93,
"lines_removed": 35,
"time_to_resolution_sec": 59.55
} | {
"final_reward": 93.57,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-3C34F5B1",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 17,
"production_impact": "MEDIUM",
"test_coverage_baseline": 80.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 1122
} | {
"files_changed": 4,
"lines_added": 198,
"lines_removed": 100,
"time_to_resolution_sec": 58.06
} | {
"final_reward": 85.55,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in go.",
"language": "go",
"task_id": "TASK-C38C6A91",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 10,
"production_impact": "HIGH",
"test_coverage_baseline": 55
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 932
} | {
"files_changed": 4,
"lines_added": 144,
"lines_removed": 79,
"time_to_resolution_sec": 25.84
} | {
"final_reward": 86.05,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-6B03C64A",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 14,
"production_impact": "MEDIUM",
"test_coverage_baseline": 93.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 2633
} | {
"files_changed": 1,
"lines_added": 51,
"lines_removed": 91,
"time_to_resolution_sec": 30.3
} | {
"final_reward": 96.73,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-EA7E7E24",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 7,
"production_impact": "MEDIUM",
"test_coverage_baseline": 88.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal go implementation.",
"ucb_score": 45.2
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 10,
"test_runtime_ms": 733
} | {
"files_changed": 2,
"lines_added": 112,
"lines_removed": 99,
"time_to_resolution_sec": 33.71
} | {
"final_reward": 99.08,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-B8D7F0CE",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 6,
"production_impact": "LOW",
"test_coverage_baseline": 70.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"a... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 440
} | {
"files_changed": 3,
"lines_added": 25,
"lines_removed": 75,
"time_to_resolution_sec": 11.34
} | {
"final_reward": 94.07,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-6973EE41",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 15,
"production_impact": "CRITICAL",
"test_coverage_baseline": 63.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 2164
} | {
"files_changed": 3,
"lines_added": 86,
"lines_removed": 53,
"time_to_resolution_sec": 30.81
} | {
"final_reward": 95.58,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-671CF275",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 20,
"production_impact": "LOW",
"test_coverage_baseline": 72.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 1211
} | {
"files_changed": 5,
"lines_added": 28,
"lines_removed": 25,
"time_to_resolution_sec": 26.26
} | {
"final_reward": 91.89,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in python.",
"language": "python",
"task_id": "TASK-EE10CD75",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 7,
"production_impact": "MEDIUM",
"test_coverage_baseline": 73
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 4,
"test_runtime_ms": 1568
} | {
"files_changed": 3,
"lines_added": 164,
"lines_removed": 74,
"time_to_resolution_sec": 5.75
} | {
"final_reward": 89.11,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-2F2494E4",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 10,
"production_impact": "CRITICAL",
"test_coverage_baseline": 65.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 713
} | {
"files_changed": 3,
"lines_added": 74,
"lines_removed": 42,
"time_to_resolution_sec": 47.98
} | {
"final_reward": 96.95,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in typescript.",
"language": "typescript",
"task_id": "TASK-093F6A1D",
"task_type": "feature",
"title": "Add OAuth2 flow"
} | {
"cyclomatic_complexity": 11,
"production_impact": "HIGH",
"test_coverage_baseline": 71.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 2412
} | {
"files_changed": 1,
"lines_added": 86,
"lines_removed": 83,
"time_to_resolution_sec": 41.07
} | {
"final_reward": 93.54,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in rust.",
"language": "rust",
"task_id": "TASK-71E6E55E",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 19,
"production_impact": "MEDIUM",
"test_coverage_baseline": 46.1
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action": ... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 2490
} | {
"files_changed": 4,
"lines_added": 92,
"lines_removed": 49,
"time_to_resolution_sec": 35.02
} | {
"final_reward": 88.01,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-D05D48F4",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 17,
"production_impact": "CRITICAL",
"test_coverage_baseline": 49.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 9,
"test_runtime_ms": 438
} | {
"files_changed": 4,
"lines_added": 197,
"lines_removed": 12,
"time_to_resolution_sec": 15.02
} | {
"final_reward": 98.98,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-0FD77650",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 17,
"production_impact": "CRITICAL",
"test_coverage_baseline": 41
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 1752
} | {
"files_changed": 1,
"lines_added": 72,
"lines_removed": 78,
"time_to_resolution_sec": 12.04
} | {
"final_reward": 92.64,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-C4A5F71F",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 7,
"production_impact": "LOW",
"test_coverage_baseline": 47.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal typescript implementation.",
"ucb_score": 45.2
},
{
"act... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 2421
} | {
"files_changed": 4,
"lines_added": 160,
"lines_removed": 27,
"time_to_resolution_sec": 34.17
} | {
"final_reward": 98.33,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in python.",
"language": "python",
"task_id": "TASK-3B7C5A09",
"task_type": "feature",
"title": "Implement async rate limiter"
} | {
"cyclomatic_complexity": 23,
"production_impact": "CRITICAL",
"test_coverage_baseline": 79.3
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "ru... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 7,
"test_runtime_ms": 254
} | {
"files_changed": 4,
"lines_added": 75,
"lines_removed": 73,
"time_to_resolution_sec": 36.04
} | {
"final_reward": 87.76,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-6F8934AF",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 16,
"production_impact": "HIGH",
"test_coverage_baseline": 46.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 2534
} | {
"files_changed": 4,
"lines_added": 108,
"lines_removed": 65,
"time_to_resolution_sec": 27.02
} | {
"final_reward": 95.51,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-76B3F5FB",
"task_type": "bugfix",
"title": "Resolve race condition"
} | {
"cyclomatic_complexity": 8,
"production_impact": "LOW",
"test_coverage_baseline": 54.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 6,
"test_runtime_ms": 647
} | {
"files_changed": 3,
"lines_added": 76,
"lines_removed": 14,
"time_to_resolution_sec": 15.27
} | {
"final_reward": 95.48,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "TEST_DRIVEN"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in typescript.",
"language": "typescript",
"task_id": "TASK-5469C2A4",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 16,
"production_impact": "LOW",
"test_coverage_baseline": 45.6
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 8,
"test_runtime_ms": 1075
} | {
"files_changed": 5,
"lines_added": 49,
"lines_removed": 72,
"time_to_resolution_sec": 48.85
} | {
"final_reward": 85.58,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-B8FC27BB",
"task_type": "feature",
"title": "Create data pipeline"
} | {
"cyclomatic_complexity": 17,
"production_impact": "HIGH",
"test_coverage_baseline": 51.8
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 8,
"test_runtime_ms": 2624
} | {
"files_changed": 2,
"lines_added": 24,
"lines_removed": 39,
"time_to_resolution_sec": 16.26
} | {
"final_reward": 96.77,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-3D6E096F",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 18,
"production_impact": "HIGH",
"test_coverage_baseline": 69.9
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 768
} | {
"files_changed": 1,
"lines_added": 190,
"lines_removed": 82,
"time_to_resolution_sec": 57.71
} | {
"final_reward": 88.65,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-02C4585F",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 23,
"production_impact": "CRITICAL",
"test_coverage_baseline": 71.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 8,
"test_runtime_ms": 1056
} | {
"files_changed": 5,
"lines_added": 69,
"lines_removed": 5,
"time_to_resolution_sec": 57.67
} | {
"final_reward": 86.15,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "SECURITY_FIRST"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in python.",
"language": "python",
"task_id": "TASK-E10924DC",
"task_type": "bugfix",
"title": "Patch memory leak"
} | {
"cyclomatic_complexity": 7,
"production_impact": "MEDIUM",
"test_coverage_baseline": 71
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal python implementation.",
"ucb_score": 45.2
},
{
"action"... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 1243
} | {
"files_changed": 3,
"lines_added": 155,
"lines_removed": 60,
"time_to_resolution_sec": 25.85
} | {
"final_reward": 86.98,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in go.",
"language": "go",
"task_id": "TASK-E0B062CC",
"task_type": "refactor",
"title": "Optimize KV cache"
} | {
"cyclomatic_complexity": 15,
"production_impact": "CRITICAL",
"test_coverage_baseline": 46.5
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 1,
"test_runtime_ms": 627
} | {
"files_changed": 2,
"lines_added": 41,
"lines_removed": 30,
"time_to_resolution_sec": 23.35
} | {
"final_reward": 91.4,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in go.",
"language": "go",
"task_id": "TASK-96F6649E",
"task_type": "bugfix",
"title": "Fix off-by-one error"
} | {
"cyclomatic_complexity": 24,
"production_impact": "HIGH",
"test_coverage_baseline": 75.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 5,
"test_runtime_ms": 659
} | {
"files_changed": 1,
"lines_added": 114,
"lines_removed": 16,
"time_to_resolution_sec": 44.88
} | {
"final_reward": 85.17,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a refactor in python.",
"language": "python",
"task_id": "TASK-870ABE94",
"task_type": "refactor",
"title": "Clean up technical debt"
} | {
"cyclomatic_complexity": 16,
"production_impact": "HIGH",
"test_coverage_baseline": 75.7
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing refactor requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "r... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 2,
"test_runtime_ms": 1503
} | {
"files_changed": 5,
"lines_added": 179,
"lines_removed": 48,
"time_to_resolution_sec": 26.07
} | {
"final_reward": 91.86,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "DEEP_THINK"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a bugfix in typescript.",
"language": "typescript",
"task_id": "TASK-548D0C94",
"task_type": "bugfix",
"title": "Fix null pointer dereference"
} | {
"cyclomatic_complexity": 16,
"production_impact": "MEDIUM",
"test_coverage_baseline": 62.2
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing bugfix requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Attempting naive implementation.",
"ucb_score": 14.5
},
{
"action": "run... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 0,
"test_runtime_ms": 2095
} | {
"files_changed": 4,
"lines_added": 175,
"lines_removed": 14,
"time_to_resolution_sec": 35.09
} | {
"final_reward": 95.89,
"lethe_prunes_triggered": 1,
"nodes_expanded": 7,
"phenotype_used": "HACKER"
} |
1.0.0-coding-intel-sample | {
"description": "User requested a feature in rust.",
"language": "rust",
"task_id": "TASK-CD1CBF41",
"task_type": "feature",
"title": "Build REST API endpoint"
} | {
"cyclomatic_complexity": 8,
"production_impact": "HIGH",
"test_coverage_baseline": 93.4
} | [
{
"action": "analyze_context",
"depth": 0,
"reward": null,
"thought": "Analyzing feature requirements.",
"ucb_score": null
},
{
"action": "write_draft",
"depth": 1,
"reward": null,
"thought": "Writing optimal rust implementation.",
"ucb_score": 45.2
},
{
"action":... | {
"ci_status": "SUCCESS",
"linter_warnings_final": 0,
"linter_warnings_initial": 3,
"test_runtime_ms": 2143
} | {
"files_changed": 4,
"lines_added": 166,
"lines_removed": 73,
"time_to_resolution_sec": 53.04
} | {
"final_reward": 94.66,
"lethe_prunes_triggered": 0,
"nodes_expanded": 4,
"phenotype_used": "REFACTOR_HEAVY"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.