Interesting response from Claude, when I attempted to reduce the "load-bearing" in its responses: I added to my global prompt: - Orwell's first rule: never use a metaphor you're used to seeing in print. "Load-bearing", "the crux", "first-class citizen" signal insight instead of showing it. Name the specific mechanism when I asked what it thought of the change, its reply was: The Orwell bullet fights my own system pro…
Show HN: The load-bearing vocabulary of Claude
241–250 of 327 posts
Re: Show HN: The load-bearing vocabulary of Claude
#242I was pleasantly surprised when I attempted to scroll down and realized everything the author wanted to present fit on-screen. It's almost ironic that this site is able to make such an obvious, compelling presentation without being overly verbose or complicated (something which LLMs have a hard time doing). I wouldn't read TOO deeply into what is being presented, but the author has done a good job to not inject their…
Why would you consider using lists an "LLM" language thing? I really don't understand this concept. Like even this project, the top words I can see are:
1. load-bearing 2. plainly 3. quietly 4. refusal 5. survived
How are they LLM words? I used them all the time before ChatGPT was a thing.
Like if your claim is you use "etc." more because you talk to an LLM, I think you're just discovering human language, no? Like it's not a unique LLM thing that magically dropped and is now going to make people do it. It's a legit thing that most human writers have used for a long time -> which is why LLMs copy it. It's not backward.
A better claim than "people will start writing like LLMs" could be that people will become more literate in expressing themselves. But that literacy is not alien or AI to us, it is basic human language only used properly.
Re: Show HN: The load-bearing vocabulary of Claude
#243Re: Show HN: The load-bearing vocabulary of Claude
#244I was pleasantly surprised when I attempted to scroll down and realized everything the author wanted to present fit on-screen. It's almost ironic that this site is able to make such an obvious, compelling presentation without being overly verbose or complicated (something which LLMs have a hard time doing). I wouldn't read TOO deeply into what is being presented, but the author has done a good job to not inject their…
What's somewhat interesting to me is that "load-bearing" was already a common thing to say in certain communities, like lesswrong.com. Whether it breaks out from that subculture with Claude as the vector, or disappears from there because nobody wants to sound like Claude, we'll have to see. How many children are called "Elvis" these days?
Re: Show HN: The load-bearing vocabulary of Claude
#245Earlier quoted context omitted.
All of these phrases existed. Claude didn’t come up with them. The question is whether people are using them a lot more now due to Claude’s influence.
I think it would be fine if more people used "add color to". I think it's a great turn of phrase. "Load bearing", not so much. Ick.
The problem is once a fun phrase is, uh, coloured by "Claude" or some other LLM, it just turns to AI slop.
Re: Show HN: The load-bearing vocabulary of Claude
#246Earlier quoted context omitted.
That's most likely what's happening. SNR will constantly decrease as LLM content is so much quicker and cheaper to generate, which makes it more statistically significant, which will make it more "relevant" for future models. A positive feedback basically.
An audio feedback distortion effect comes to mind.
Re: Show HN: The load-bearing vocabulary of Claude
#247Earlier quoted context omitted.
To be clear, I am referring to software and shipping as a developer who has finished, more or less, their app. Not that I am against its use, I just never really heard that word being used before, and now I hear it all the time. Thus, what the real issue I have with it is, is because my brain has associated its use with a torrent of crap, ie. AI slop. I hear the word used, and I already have bad feeling about it. And…
imo its a change in definition. Previously to "ship" was a one-time thing that you did for big, highly verified and checked stuff. Physically shipping your software to your user tends to be done after its a product. Nobody was "shipping" a PR, or a jira ticket previously
Re: Show HN: The load-bearing vocabulary of Claude
#248Earlier quoted context omitted.
AI model does not know special insight into how model itself was trained. All it tells you is it's prediction of expected explanation.
yeah but I didn't prompt it in a way where I tried to get such an answer, it gave an entire boilerplate rundown just from like me asking "what's up with the 'seams'?" I might be wrong, but usually it'd be a lot less deliberate, and at least in my mind it wouldn't be surprising if they were heaving training these on these specific "best practices" books/methodologies and thus picking up lingo from them
Re: Show HN: The load-bearing vocabulary of Claude
#249I once asked Claude to replace “byte-identical” with a simpler word, such as “duplicate.” He refused and said “duplicate” does not mean the same thing as “byte-identical” so it should not be changed. He was very nerdy about it, so maybe that is the right way of his evolution.
Oh no. Claude slurped meta Stack Overflow!
Re: Show HN: The load-bearing vocabulary of Claude
#250Working with it on my code, it's now frequently making weird word choices such as:
- "name(s)" as a verb (instead of "specify/specifies", etc), e.g., "...the function names the argument"
- "carries" instead of "contains"
- "verdict" instead of "result"
- "judge", instead of "validate"
Very weird. Also, in writing comments and docs, it is terse in ways that make the writing difficult to parse, like omitting mentioning what a noun refers to, e.g. abc does not accept..." instead of "The abc function does not accept..."
I've resorted to banning from using certain words, and keep asking it to rewrite its text more clearly.