|
|
|
|
|
by simonw
346 days ago
|
|
> They’ll often generate code that won’t quite assemble Have you tried using a coding agent that can run the compiler itself and fix any errors in a loop? The first version I got here didn't compile. Firing up Claude Code and letting it debug in a loop fixed that. |
|
I’m still working on a good way to integrate more feedback for this kind of workflow, e.g. for the attempt it made at AP bootstrap - debugging that is just hard, and giving an agent enough control over the running code and the ability to extract the information it would need to debug the resulting triple fault is an interesting challenge (even if probably not all that generally useful).
I have a bunch of pretty ad-hoc test harnesses and the like that I use for general hosted testing, but that can only get you so far in this kind of low-level code.