Live data from Hacker News

I-have-ADHD: A skill to stop coding agents from burying the answer

github.com

291–300 of 389 posts

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#291
post #8

As a person who has ADHD, it feels weird when people who obviously do not have it, claim to have it, while there's very little I wouldn't do to "get rid of it" (in quotes because it makes me, me but it's very hard to be me).

Ah yes the old "I have it but you don't"

So do you have an official diagnosis?

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#293
post #71

Let's face it. Claude (in particular) is a terrible writer. There's a whole cottage industry of skills and CLAUDE.md instructions trying to push it toward writing better, but each new model iteration seems expressly designed to override all that so that it can load up its writing with unnecessary participle phrases, not-this-but-thats, burying the lede, and other nonsense. I genuinely wonder if the people inside Anth…

You've identified a load-bearing problem and it's worth naming

I don't get why people are annoyed by this one so much. I notice it very occasionally.

AI slop blog posts are as bad as ever but the stuff the agents say in the chats don't annoy me much.

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#294

Earlier 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…

The problem you’re gonna run into is that you’re essentially asking it to use passive voice. Everyone with a high school education has been taught not to do that in English class. The vast majority of the prose in the training set was not written by functionally illiterate people.

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#295

Earlier quoted context omitted.

> You're anthropomorphizing in the same breath that you criticize anthropomorphism. Nice attempt at a “aha, gotcha!” comment, but sadly you’re too off-mark for it to work. > Claude predicts the next token of the predominantly human training input, and humans use "I". This is inconsequential. It could very well be programmed to not assume such a personified stance, and yet here we are. Nothing you do makes it drop thi…

Is this a troll post? Claude is not "programmed" at all.

That's fairly obtuse. Sure, the actual weights from the model aren't 'programmed', but the mlops harness to load the weights and handle model io are. The harness that wraps the model to give it basic tools sure is. The Claude desktop and web clients sure are. Claude Codex sure is.

On it's own a model is just an inert set of data structures.

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#298

The 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…

GPT does this constantly too. Even in docs, which is straight up embarrassing if you don’t catch it. It seems to be triggered by you telling the agent to do something else, which I do all the time. But from then on, it will remember the rejected strategy and tell everyone it can that it was rejected at every opportunity.

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#299
post #161
post #120

Earlier 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…

You can't trust it's account on why it did something, it does not "remember". It will just make up something plausible sounding.

It can read its own context. That’s how this all works.

Re: I-have-ADHD: A skill to stop coding agents from burying the answer

#300

Earlier quoted context omitted.

The thing I struggle the most with is getting it to stop referring to itself with personal pronouns. No Claude, you are not an “I” you are an “it”. You are a fucking tool, dammit. Tell me what you did without trying to assume personality; stop impersonating humans you steroidal autocorrect.

You're anthropomorphizing in the same breath that you criticize anthropomorphism. Claude predicts the next token of the predominantly human training input, and humans use "I".

Language is a tool too, and if there’s a word that suits an LLM better than “I”, it certainly isn’t “it”. Astra and Fable aren’t hammers.
Post reply on HN