I do occasionally find myself wanting to use the phrase "you're absolutely right", especially in technical discussions.
I've started avoiding it though. I worry it'd make me sound like I'm just automating my comments.
LLMs have a really unfortunate habit of leaving comments that exactly describe the bug they just fixed. I keep getting code like this:
// Let Alice and Bob log in.
if user_tags is None:
I'm experimenting with diagnostics formatting.
* I've added a left margin, showing both the file name and line numbers
* I'm showing one line of context above/below the offending line.
* I'm using grey for comments.
What do you think? Is there anything you'd change?