Claude Code's comments seem like satire.

Real example from Opus 4.1:
```
// Apply gray color (0.5, 0.5, 0.5) to the text
float3 grayColor = float3(0.5, 0.5, 0.5);
```

It's kinda adorable, clearly the transformer used the code comment to "think" about the next line.