Earlier quoted context omitted.
How would you suggest it do that? Take a simple example. "I found three issues." How would you phrase that without an "I"? "Three issues were found" doesn't tell you who/what found them. Was it the AI itself? Was it a command line tool it ran? I'm fine with conversational interfaces using "I". It makes the grammar easier and more clear. Strong emphasis here on conversational interfaces. I don't want a compiler to say…
“I found these issues.” Could be easily written as “These issues surfaced.”. Do you need to point out the finder of the issues? Easy. “Tool x ran for x amount of time and surfaced these issues…” “Parsing x code surfaced these issues.” I don’t understand why are people pretending like the English language is incapable of transmitting information without personal pronouns when every program under the sun has always bee…
I-have-ADHD: A skill to stop coding agents from burying the answer
321–330 of 391 posts
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#322Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#323Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#324Seems everyone on Hacker News has already forgotten about Anthropic’s amazing new watermarking algorithm. You don’t need to look any further to understand why it writes so awfully - it literally swaps words programmatically all over the text from the result of a hash function…
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#325The biggest "Claudism" that I have a hard time getting the LLM to stop doing is its insistence on talking about what it didn't do in addition to what it did. "I edited this.py and that.py but I did not edit README.md and I did not commit." or code comments like "This code invokes foo on bar and returns the results directly -- not through a callback." "This code returns true if the user clicked on a button -- not on t…
Relevant anecdata because I've burned many a Claude sessions on this. If you're using Claude Code, then it's in the harness. At the close of many sessions, I would start a meta conversation over why the LLM would consistently break certain rules. What it found when debugging itself is that some of the "contradicting" rules that I had were in fact, not from my rules. Instead, the instructions from its own harness had…
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#326Earlier quoted context omitted.
What do you want it to use instead? "I" is normally used for everything. You could be writing from the perspective of a slab of concrete and you'd use "I".
I want it to use nothing. Use impersonal statements. Say “X was changed for Y” not “I changed X for Y”. As any tool would. Finder doesn’t ask “Do you want ME to delete this file?”. Photoshop doesn’t ask “Do you want ME to save this file?”. Claude shouldn’t assume itself to be a person either. > You could be writing from the perspective of a slab of concrete and you'd use "I". Except this isn’t prose. Claude is not te…
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#327To get it to fully work though, it has to be asserted at every turn in the session. That reminder in the skill is negligible in tokens but uses extra nonetheless. I hope the scientists at Anthropic can figure this out, it's not simply an output style flag.
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#328Earlier quoted context omitted.
Relevant anecdata because I've burned many a Claude sessions on this. If you're using Claude Code, then it's in the harness. At the close of many sessions, I would start a meta conversation over why the LLM would consistently break certain rules. What it found when debugging itself is that some of the "contradicting" rules that I had were in fact, not from my rules. Instead, the instructions from its own harness had…
Does the harness apply when you sue Claude model in third party IDE? like Opencode, or third party adds their harness on top, not replacing it?
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#329The biggest "Claudism" that I have a hard time getting the LLM to stop doing is its insistence on talking about what it didn't do in addition to what it did. "I edited this.py and that.py but I did not edit README.md and I did not commit." or code comments like "This code invokes foo on bar and returns the results directly -- not through a callback." "This code returns true if the user clicked on a button -- not on t…
Relevant anecdata because I've burned many a Claude sessions on this. If you're using Claude Code, then it's in the harness. At the close of many sessions, I would start a meta conversation over why the LLM would consistently break certain rules. What it found when debugging itself is that some of the "contradicting" rules that I had were in fact, not from my rules. Instead, the instructions from its own harness had…
Re: I-have-ADHD: A skill to stop coding agents from burying the answer
#330The biggest "Claudism" that I have a hard time getting the LLM to stop doing is its insistence on talking about what it didn't do in addition to what it did. "I edited this.py and that.py but I did not edit README.md and I did not commit." or code comments like "This code invokes foo on bar and returns the results directly -- not through a callback." "This code returns true if the user clicked on a button -- not on t…