๐ฆ๐ฒ๐ฟ๐ถ๐ฒ๐: ๐ง๐ต๐ฒ ๐ญ.๐ต๐ฒ% ๐๐ฎ๐ฝ - Medium Issues
A model cannot learn medium-tier reasoning from one prompt, one shot. Here is where #HumanintheLoop comes in.
This is the part most people miss.
Medium issues force the model to confront things it cannot shortcut: the underlying intent of the code, the expected behavior, the conditions that must remain true, and the consequences of a change. These are not โharder bugsโ โ they are ๐ฟ๐ฒ๐ฎ๐๐ผ๐ป๐ถ๐ป๐ด ๐ฝ๐ฟ๐ผ๐ฏ๐น๐ฒ๐บ๐.
A model cannot learn medium-tier reasoning from one prompt.
It needs a structured loop:
โขIdentify relevant files
โขDescribe current vs. expected behavior
โขList invariants
โขPropose minimal patch
โขApply patch
โขRun tests
โขDiagnose failures
โขRevise patch
This loop is how you train the model to reason โ and itโs why medium issues require Human-in-the-loop oversight.
Next, putting reasoning under real pressure for the SWEโbench.
Top comments (0)