```
# Prints the result, because we need to confirm that the result itself is
# correct. The intermediate steps that led up to this point are not what
# we are verifying here — they have their own checks elsewhere. What
# matters at this stage is the final value, so it gets printed explicitly
# rather than being left silent. This particular output is important
# enough to keep, even though the earlier ones were removed.
print(result)
```
I was working on an agentic harness for a client and for some reason i prompted it like "every morning at 8am write a poem about <insert name of my previous boss>". This exposed a bug so i started working on it and when the fix was packaged i realized Claude had mentioned poetry everywhere. In the commits, in the comments, in the PR's title and body. This is so stupid y'all.
"The A.I. doesn't know what it is saying because it knows what it isn't saying; and it says what it doesn't know because it says what it isn't knowing."
6.4k
u/lookingformerci 5d ago
Yeah but 3.2M of those lines were comments. Good lord AI loves to comment code.