I Gave GPT-5.6 Sol a Real Repo Refactor
A bounded GPT-5.6 Sol refactor inside a real production video system, followed by an independent review that found the missing artifact-provenance guarantee.
Watch (6:17)
Overview
I gave GPT-5.6 Sol one bounded refactor inside Decksmith, a private production system that researches, scripts, narrates, renders, and prepares videos.
The first pass reached 109 focused tests with one skip. A separate review then found the missing guarantee: the report could match the selected story while no longer identifying the current video bytes. A targeted correction bound the validated artifact to its project-relative path and SHA-256 digest.
After canonical code generation, the affected suite passed 140 tests with one skip. Ruff, editor typecheck, and the diff check passed, as did 50 selected drift guards with one skip. That is a conditional verdict about one isolated refactor and its review loop—not a claim that the entire repository is green or a universal benchmark of coding performance.
Chapters
- 0:00 — Real Repo, Open Verdict
- 0:11 — The Provenance Gap
- 0:34 — The Experiment Contract
- 1:04 — The First Green Result
- 1:38 — Review Finds the Missing Link
- 1:51 — What Sol Changed
- 4:07 — The Targeted Correction
- 4:36 — What the Checks Prove
- 5:20 — The Conditional Verdict
- 5:40 — The Safer Refactor Rule