What tremendously helps is asking the LLM to add a lot a lot explanations by adding comments to each and every line or function.
You can remove those comments afterwards if you feel they are too much but it helps a lot the reviewing.
More a trick than a silver bullet but it's nice.
> What tremendously helps is asking the LLM to add a lot a lot explanations by adding comments to each and every line or function.
No, it doesn't. It's completely useless and unhelpful. These machine-generated comments are only realizations of the context that already outputted crap. Dumping volumes of this output adds more work to reviewers to parse through to figure out the mess presented by vibecoders who didn't even bothered to check what they are generating.