Comment by otikik
5 hours ago
> it produces absolutely stellar world-class code
I am using Claude Code with Opus 4.5 and I have to correct it every day. It produces working code but it makes mistakes. The code is more verbose than it should be, misunderstands/ignores edge cases, etc. Daily.
And I am not a stellar world-class programmer. I am pretty average. I just read what it produces.
> I just read what it produces.
I don't think that's average right now.
With junior programmers I typically just look for high level patterns that are commonly wrong. Sure if they are touching our cross thread communications code I need to spend a lot of time on that because it is so complex nobody gets it right - but we only have a tiny amount of that and most people look at it and run the opposite way (even me - I wrote it but I still do my best not to touch it when I can avoid it - that is hard hard hard)