| ▲ | linsomniac 2 hours ago | |||||||
> Even if it’s under specified, surely it should at least leave it _compiling_? Are you using Claude Code? Do yo have it configured so that you are not allowing it to run the build? Because I've observed that Claude Code is extremely good at making sure the code compiles, because it'll run a compile and address any compile errors as part of the work. I just asked it to build a TOML example program in DotNet using Tomlyn, and when it was done I was able to run "./bin/Debug/net8.0/dotnettoml example.toml", it had already built it for me (I watched it run the build step as part of its work, as I mentioned it would do above). | ||||||||
| ▲ | maccard 2 hours ago | parent [-] | |||||||
I am using Claude code. I didn’t explicitly tell it what the build command was (it’s dotnet build), and it didn’t ask. Thats not my fault. > I’ve observed Claude code is extremely good at making sure the code compiles My observation is that it’s fine until it’s absolutely not, and the agentic loop fails. | ||||||||
| ||||||||