| ▲ | maccard 3 hours ago | ||||||||||||||||
> I have noticed some people I work with have more trouble, and my vague intuition is it happens when they give Claude too much autonomy What’s giving too much autonomy about “Please load settings.toml using a library and print out the name key from the application table”? Even if it’s under specified, surely it should at least leave it _compiling_? I’ve been posting comments like this monthly here, my experience has been consistently this with Claude, opencode, antigravity, cursor, and using gpt/opus/sonnet/gemini models (latest at time of testing). This morning was opus 4.6 | |||||||||||||||||
| ▲ | linsomniac 2 hours ago | parent | next [-] | ||||||||||||||||
> 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). | |||||||||||||||||
| |||||||||||||||||
| ▲ | Kiro 2 hours ago | parent | prev | next [-] | ||||||||||||||||
Not even the worst possible prompt would explain your unusual experience, so I don't think that's it either. | |||||||||||||||||
| ▲ | wrs 2 hours ago | parent | prev [-] | ||||||||||||||||
There’s nothing wrong with it that I can see. Like I said, I’m a bit baffled at your experience. I will say, it’s not unusual for the initial output not to compile, but usually one short iteration later that’s fixed. Claude Code will usually even do that iteration by itself. | |||||||||||||||||
| |||||||||||||||||