| ▲ | gruez 7 hours ago | |
>and most of the tokens are just echoing back the old code with minimal changes I thought coding harnesses provided tools to apply diffs so the LLM didn't have to echo back the entire file? | ||
| ▲ | sysmax 7 hours ago | parent [-] | |
They can, but this reduces the quality. The LLM has a harder time picking the first edit, and then all subsequent work is influenced by that one edit. Like first creating an unnecessary auxiliary type, and then being stuck modifying the rest of the code to work with it. So, in practice, many tools still work on the file level. | ||