22 points sagivo 57 minutes ago 18 comments

ChrisMarshallNY 45 minutes ago | parent

> Nobody talks like this in real life.

Marketing folks talked like that, for almost my entire career (it was basically a meme), which wound up, as AI was coming into its own.

mettamage 37 minutes ago | parent

You’re absolu —— okay I will see myself out now.

I recently found a programming task it really sucks at: trying to make a texture from normal house pictures and apply that to a 3D house model.

TheOtherHobbes 24 minutes ago | parent

The default style is literally marketing droid - a mix of blather, grammatical filler, folksy corporate pretension, and SV dev speak. ('And here's why that matters.' Things 'landing' through 'gates', abstractions having a 'shape', and so on.)

You can wrangle it into something more interesting with shaping and filtering passes, and you can also ask for styles of dead people. (It gets annoyed if you ask for the living.)

That can take you surprisingly far. But most people accept the first thing they get, which is why you see the same style everywhere.

PaulKeeble 37 minutes ago | parent

Part of the problem is that AI has been trained on all text, not just the internet but scientific papers and books of all varieties. AI style is almost certainly the average of that style approach but we use very different styles for different writing and getting it wrong grates, and AI doesn't seem to deal with these style differences well at all.

samrus 26 minutes ago | parent

Thats the training data, but i dont think thats the biggest factor in the tone. I think its the RLHF. This thing has been guided by silicon valley techbros so it tlaks like them. Even claudes latest style of trying to cram as much information into as little space as possible by nouning verbs and just creating adhoc jargon, is how alot engineers (including me) actually talk. I think they just guided it towards that and overfit on it

rjsw 34 minutes ago | parent

Another Torment Nexus taken from The Hitchhiker's Guide to the Galaxy, the Sirius Cybernetics Corporation Genuine People Personality is real.

baxuz 31 minutes ago | parent

I'm sad that the em dash has been appropriated by clankers. It was a part of my tone, which I used often in writing.

simianwords 23 minutes ago | parent

Not to be contrarian but there’s also a lot to like in it. Load bearing is a good word and I hope it wins the memetic lottery and becomes common.

A lot of arguments do boil down to one specific “load bearing” one and I’m glad I learned vocabulary to express this thing from Claude

temac 16 minutes ago | parent

I think we can find better words. Structural, maybe. Or even just: important.

Load-bearing feels like an unnecessary analogy.

simianwords 3 minutes ago | parent

Agree to disagree but I don’t think either of your words capture “the whole argument hinges on only one specific point. If this point is refuted then the whole argument is refuted. The rest of the points are only auxiliary but not crucial”

andrewstuart 16 minutes ago | parent

“Load bearing”

“Here’s the part no one is talking about”

brunohaid 11 minutes ago | parent

One thing that works quite well for me for a couple of model generations now is to mention https://en.wikipedia.org/wiki/Simplified_Technical_English, something along the lines of

  **Use controlled technical English.** Prefer an ASD-STE100 style: use short sentences, direct terms, active voice, and one idea per sentence; avoid slang, hype, vague pronouns, and unnecessary jargon.
in your agents.md. The concept of STE100 seems sufficiently ingrained in the models to eliminate 90% of the annoying fluff.

MichaelMoser123 9 minutes ago | parent

the default writing style of 'Google AI mode' is less tiresome than that of Claude or ChatGPT. I wonder if the difference is due to training or due to prompting.

gizajob 6 minutes ago | parent

If you’d have told me this breathless post. Talking about being tired about the AI tone.

Punctuated like this.

Was then AI tone…

Then I’d have believed you.

schiffern 2 minutes ago | parent

The writing is idiosyncratic, not AI indicative. I never in a million years would've thought this blog post was written by AI.

ThePhysicist 3 minutes ago | parent

I didn't think LinkedIn could get much worse than it was but now 90 % of the posts in my timeline are AI slop full of the usual LLM writing patterns. I'm getting a little paranoid already, but the style really is quite tiring, maybe because it uses hooks and bait so much and buries the lede at the end of the text, as if it was trained to keep human attention for as long as possible instead of just conveying the required information.

I recently tried writing a paper with Claude and it was an absolute disaster, I spent hours (days?) instructing it about writing style and pointing out anti patterns to avoid, but I couldn't get it to even produce simple sentences, it would always add unnecessary lead up sentences, put the most important information at the end of the sentence, use the typical "It's A, not B!" or "B, not A!" type sentences. In the end I gave up and edited everything manually. Makes me wonder how AI can be so smart that it poses a human-level extinction threat but can't seem to even write a simple paper based on facts and information you spoon feed it. I now think it's an intelligence illusion due to the training data and optimization process being hidden from us, essentially it keeps working better and better because we invested massively in optimization of specific use cases like coding, where users contributed billions of training samples that are part of the LLM model. The same is true for text-based workflows and others, the sampling density of the training space is getting much better due to the massive use of AI everywhere so the models extrapolate better between the different instances, but I'd wager they would still miserably fail to generalize to things that are outside of the most common training use cases now. That's why I am also very skeptical about recursive self improvement of these systems, look at what happens when you let agents work recursively / in a loop now, they just keep piling more garbage onto garbage and choke on their own output. I have observed it in my paper writing as well, you feed input into the AI system, the system produces output, the next paper iteration works on that output but the AI doesn't differentiate properly between it's own output and your original input, that pollutes the next output which is then used as input again, eventually the system just churns on its own hallucinated/fabricated outputs until the result is complete garbage that no amount of steering will fix. The same is true for most vibe coded software I built with AI, it holds together decently initially, but the more AI code and decisions accumulate the more the system operates on its own outputs and keeps piling more output on it. More than anything we really need a way to keep system data accurately tagged, i.e. clearly mark human input from AI output and keep AIs churning on output data that it produced itself but treats as input.

altern8 2 minutes ago | parent

This might work. As an example of before/after:

"Perform an inspection of the filter" vs. "Inspect the filter".