|
|
|
|
|
by Retr0id
58 days ago
|
|
Humans can decide to write above-average code by putting in more effort, writing comprehensive tests, iteratively refactoring, profile-informed optimization, etc. I think you can have LLMs do that too, and then generate synthetic training data for "high-effort code". |
|
Part of the problem is that better code is almost always less code. Where a skilled programmer will introduce a surgical 1-3 LOC diff, an incompetent programmer will introduce 100 LOC. So you'll almost always have a case where the bad code outnumbers the good.