Your intellectual fly is open when you use an LLM to author a post (2025) (bcantrill.dtrace.org)

655 points by cyb0rg0 a day ago

jeremyjh 21 hours ago

These are all important points and I love the analogy. But there is an even bigger issue with having LLMs write for you:

Writing is thinking. Thinking and deciding. There have been many times when I start out writing something substantial - could be an email, a blog post, a software design document, anything - when my own views substantially changed during the writing process. Writing forces you to serialize your thoughts - and you can't always trust the gestalt.

Reviewing gives you the chance to ensure the arguments connect solidly, that references are accurate (even informal references) and gives you the time to consider counter-arguments you aren't addressing.

None of this matters much on LinkedIn, but it matters a lot in our work. You cannot outsource your understanding to AI. They are powerful tools but they do not have any human understanding - that isn't their optimization target.

jampekka 21 hours ago

> Writing is thinking. Thinking and deciding. There have been many times when I start out writing something substantial - could be an email, a blog post, a software design document, anything - when my own views substantially changed during the writing process. Writing forces you to serialize your thoughts - and you can't always trust the gestalt.

I don't disagree, but I think it's often not appreciated how much there's other work to writing too.

The biggest one is that you have to communicate non-interactively to an unknown audience. Having to (literally) put it in someone else's assumed terms does help giving different perspectives into the matter, but doesn't necessarily help one's own thinking that much. Instead you have to do some of the reader's thinking for them.

You also have to spend time on textual matters like grammar and style and a lot of "unspoken rules", which aren't really about linearizing your thinking about the contents.

Not all writing is thinking and not all thinking is writing.

fwlr 21 hours ago

Strange! I would quite specifically highlight “having to do the reader’s thinking for them”, as well as more generally developing the skill to “communicate non-interactively with an unknown audience”, as extremely valuable upgrades to my thinking.

card_zero 19 hours ago

DenisM 12 hours ago

iterateoften 21 hours ago

> You also have to spend time on textual matters like grammar and style and a lot of "unspoken rules", which aren't really about linearizing your thinking about the contents.

Hard disagree. Constraint is the driver of creativity. Also rewording sentences to sound better or make sense can make you reconceptualize the whole concept you are expressing

jampekka 20 hours ago

Dumblydorr 21 hours ago

All writing is thinking when done by a human, you’re literally distilling your thoughts into words. You can’t write without thought.

And not all thinking is writing is a clear truism, there’s no point to even stating that.

Writing helps us think about the world, it’s a pivotal intellectual technology.

IanCal 12 hours ago

jampekka 19 hours ago

altmanaltman 20 hours ago

jkahrs595 21 hours ago

> Not all writing is thinking

Would love an example where you’re able to write without transferring your thoughts. Besides the obvious: fjcjfjrnjfjfifjfnrnakosifnrbwkofgjrj

OroPla 14 hours ago

jampekka 20 hours ago

tomjen3 16 hours ago

27183 21 hours ago

The number of times the friction of writing has saved me from prematurely communicating a poorly understood idea must be in the hundreds or maybe thousands. For me when something is difficult to write about, it's a very good signal that I don't understand it well enough. So I think all the things you label as aspects of writing that aren't necessarily "thinking" are nonetheless good for thinking because they provide some necessary friction.

hi_im_greg_h 20 hours ago

bcherny 18 hours ago

(I work at Anthropic) I agree. I use an LLM to write my code, but I do all of my writing by hand, since it helps me think.

It reminds me of the transition over the last year from AI-assisted coding to AI doing all the coding. At first the code output wasn't good enough, and humans read and iterated on the code all day, so the details of the source code mattered. Now, the code is largely high quality and it meets a large set of guardrails we've set up over the years (linters, typecheckers, security checks, LLM-assisted code quality checkers), and it's just Claude working on the code, so the details matter less and engineers think a level or two up (machine code < assembly/bytecode < source code < conversation with agent < artifact with high level design).

I wonder if long form writing will go the way of code. You and the AI agree on an outline or other high level representation, then the LLM expands it into a document. But writing and coding are different enough in a number of ways that this is far from inevitable.

lelanthran 17 hours ago

> wonder if long form writing will go the way of code. You and the AI agree on an outline or other high level representation, then the LLM expands it into a document.

What use is that? I'm not being facetious, I'd really rather like to know.

Who or what is the audience for that sort of long form writing? If it's a human, why would they read it? They'd just give it to an LLM and get the salient points back. If the audience is another LLM, why expand it?

The only use case is an audience of humans who still read and understand, and those people aren't going to be interested in a message when it is not apparent that the sender actually understands the message themselves.

whstl 17 hours ago

CityOfThrowaway 16 hours ago

gumby 14 hours ago

IanCal 12 hours ago

bcrosby95 17 hours ago

You claim writing is thinking, but imply writing code isn't thinking.

My opinion of LLM design review isn't that high - it seems to miss design tweaks that could vastly simplify corner cases. But if your code isn't written for human consumption maybe it doesn't matter. I'm still directly responsible for what I commit, so I can't just offload it to Claude.

sersi 17 hours ago

CamperBob2 17 hours ago

jeremyjh 17 hours ago

You are just talking about the output though. If you only think at a "higher level" you aren't doing the actual thinking. Its the same with code. The output may be good enough, but over time you lose touch with the details to the extent that you can no longer serve a useful steering function for the organization. Before coding agents I'd seen this with many humans when they get promoted passed the point where they work with code directly and can't figure out how to add value there.

a2ff6eeb0 17 hours ago

zkldi 9 hours ago

Expands into a document for _who_ to read? another LLM to re-compress?

It's baffling you people are in control of such a strong product when you are obsessed with this intellectual pornography; wow - look at how smart it made my thoughts look (n.b. look, not read). Don't look too close. And certainly don't ask me what it means.

chvid 8 hours ago

Many programmers don't write long text; their way of getting a deep understanding of a problem domain is to build something, is to write code - in a process very similar to writing a long piece of text - it has the same reflection and externalization of thought.

The widespread introduction of LLM code generation is very destructive to that.

Perhaps LLMs can be brought to support human cognition in the same way writing can; but that has yet to be designed and it does not seem to be the way things are heading.

hparadiz 8 hours ago

prisonguard 18 hours ago

You and the AI agree, but how about you and the team who will eventually read and do code review.

Cognitive burden increases marginally with AI assisted coding.

This is why we haven't seen big projects(think browsers and browser engines) spawning in the past year.

trhaynes 18 hours ago

zdragnar 17 hours ago

a2ff6eeb0 17 hours ago

PestoDiRucola 14 hours ago

> You and the AI agree on an outline or other high level representation, then the LLM expands it into a document.

What a horrible, cold, inhumane world that would be.

shimman 7 hours ago

cweld510 17 hours ago

Writing is already amenable to many different levels of abstraction, though. If an LLM can expand your outline into writing, then you aren’t writing at the correct level of abstraction in my opinion; you should instead be explaining how you arrived at your chosen outline. You don’t need to explain the details because any party can generate those with an LLM; same as how many PRs today can be auto-generated and no one needs to read implementations; that is no longer the correct level abstraction to work at. This should actually free us to do work at a higher level of abstraction —- more consideration of strategy, objectives, etc and less worry about implementation details.

daveguy 16 hours ago

swatcoder 18 hours ago

> it's just Claude working on the code, so the details matter less

If you're not billed for usage, anyway.

Otherwise, for the other 99% of folks, that attitude is of course a pit trap that captures code bases and makes them maintainable only through the providers -- presumably one or few -- with a rich enough model to keep up with the growing mess. Preserving a code base that's legible, organized, and fundamentally maintainable by both humans and trailing commodity models is of imminent concern for anybody who doesn't want their margin strangled by your employer once it's too late to have other options.

As frontier capabilities advance, the details don't matter less; they matter more.

user43928 18 hours ago

trhaynes 18 hours ago

Do your coworkers send emails and create written work product using LLMs? I'm curious what the standards and culture are within an AI org.

rogerrogerr 17 hours ago

vorticalbox 16 hours ago

You could try this [0] I’ve started doing this and it’s helped a lot.

1. I understand fully the code and everything it does 2. You can pick up on mistakes super early and it can adjust the plan is it goes. 3. Faster than writing it by hand but slower than letting the LLM do it.

[0] https://ankursethi.com/blog/prevent-cognitive-debt-by-manual...

tomrod 16 hours ago

> wonder if long form writing will go the way of code.

I worry about AI Loopidity here though. Think about the similar analogy of email. If my set of ideas is condensable to bullet points, but I use AI to expand the content, then I add no information density and a lot of noise. Other folks then use AI to summarize the content to a list of bullet points, ideally the same but not certainly the same, and thus communication has been only partially successful.

asdff 11 hours ago

>(I work at Anthropic) I agree. I use an LLM to write my code, but I do all of my writing by hand, since it helps me think.

You get pushback for this? I saw an anthropic job post recently, and they wanted you specifically to have claude muck with your resume before applying.

pastel8739 7 hours ago

arjie 16 hours ago

One could imagine a universe where the agent fills in citations and supportive points and so on, or makes a more conclusive argument but it seems you’d get better results leaving that to read time if it’s a one-shot. Steering prompts etc. with tool use to bring in other sources etc of course change this entirely. And regardless, I doubt we will read content like that directly ever again. Agents will act as per-person highly specialized adapter layers for information transmission.

The entire point is what runtime you’re running your code on. A computer with any modern stack requires a lot of text for you to communicate “spin a square around on its center” to it. A human requires only that short string because they have a faster natural language interpreter.

Text meant for a human can communicate “spin a square around its center” much better than any code that mimics it. In some sense, all programming is boilerplate expansion because computers have (until now) been unable to be programmed with anything approaching natural language.

fortzi 5 hours ago

ElProlactin 7 hours ago

> I wonder if long form writing will go the way of code. You and the AI agree on an outline or other high level representation, then the LLM expands it into a document.

You can already do this. And you can build pipelines where AI performs fact checks on what it writes, with citations a human can reference as well.

arctic-true 18 hours ago

I suspect some amount of long form writing will go the way of code - long form writing for the purpose of consumption by other AIs. Writing as a means of exchanging qualitative information, with no regard for how the reader will feel about it (beyond understanding what the words mean). Not everything can be distilled into data, but this doesn’t mean it is beyond the reach of LLMs.

On the other hand, long form writing for human consumption seems like it may evade LLMs for much, much longer.

brabel 17 hours ago

sensanaty an hour ago

> It reminds me of the transition over the last year from AI-assisted coding to AI doing all the coding.

Really huffing your own farts there, huh?

ambicapter 14 hours ago

> I do all of my writing by hand, since it helps me think.

Later

> I wonder if long form writing will go the way of code. You and the AI agree on an outline or other high level representation, then the LLM expands it into a document.

So in the future, it won't be necessary for you to think?

snk 9 hours ago

hsaliak 10 hours ago

Nobody is going to read that though, reading will go the way of code reviews. That’s the problem.

duped 9 hours ago

> You and the AI agree on an outline or other high level representation, then the LLM expands it into a document.

This is just noise generation. If anyone is meant to actually read the document it should be written by you.

bigstrat2003 16 hours ago

> Now, the code is largely high quality...

No. No it is not. Nobody who actually cares about the quality of their work is letting an LLM just turn out code without reviewing it carefully.

btrettel 21 hours ago

I've thought exactly that "writing is thinking" before as a reason to not let a LLM write for me.

Then again, I've seen a counterargument [1] by someone who clearly heavily uses LLMs for writing (going by both their LLMy writing style and their own admission). The person I'm citing describes a process where they get a LLM to write something, they check over it and provide feedback to the LLM, the LLM rewrites, and the process repeats iteratively. So clearly he is putting thought into the process.

I think there is something valuable missing, even if it's hard to clearly express. I'll try. The threshold for what I'm willing to accept if I'm simply approving something is likely different from what I'll get if I write something myself, for instance. Saying "LGTM" is too tempting. It seems to me like he's outsourcing his selection of topics to cover as well. If you're not thinking yourself about what to cover then it would be very easy to miss a critical subject. There also an asymmetry between checking and generating something with constraints placed on it. Checks can't catch everything, and a constrained generating process can reduce the amount that needs to be checked, avoid issues that can't be checked so easily, and focus your attention on areas that you know historically have had issues with this generating process. I've thought about this quite a bit in terms of whether to write new code or use an existing library. Sometimes "the devil you know" (my code) is better than an existing library simply because I understand its flaws better.

[1] https://www.nature.com/articles/d44148-026-00236-3

jeremyjh 20 hours ago

I've tried doing it that way, and thought it was even acceptable for the reasons you said. I did learn a lot through that process and clarified my ideas. But later I rewrote the whole thing from scratch and then had the LLM review it. It made some good suggestions but no substantial changes. The difference was night and day. That final product had my voice, and I understood it better. LLMs are powerful tools and can improve quite a lot of the writing process, but using them to do all the writing leaves a lot on table along with your fly open.

mlinhares 8 hours ago

Same. I do not use LLMs for writing and I recommend everyone i work with to do the same. Even for code, I come to the code with the idea of what I want and provide that to the agent, then we iterate on what needs iteration or decisions.

Just did this for some caching, started with the structure of what I wanted the cache to look like, asked the agent to start the work, didn't like how the architecture came about, scratched it and rewrote the whole thing, so it fit the model I now wanted.

Was also just having this discussion with friends, that I can only think seriously about a subject if i can put it to paper (even virtual paper). Writing lets me organize my thoughts, clearly define my assumptions and see if any of it make any sense. I can't imagine what it would be like if i couldn't write, my brain just doesn't work without it.

glub 8 hours ago

I now have dozens of projects where I've embraced the yolo. I went through elaborate systems, workflows, review triages, architectural linters, specialist agents, yet, they all still suffered the same fate - slop which I don't understand and now LLMs don't understand either.

The only thing that worked was a standing instruction and periodic system reminder injected from the harness:

"If any assumption doesn't hold, if there's a fork in the road, any architectural decision needs be made, STOP and report back to the user. Do not try to push through the problem."

This has worked remarkably well for me. Now I have to think a whole lot more. It's much slower, yes, but I don't really see any other way that doesn't end up in garbage.

zero_shift 20 hours ago

I have found this extremely relevant as a (primarily) non-verbal thinker.

I don't, generally, think in words, more in - I guess I would call it something like meta-shapes? A sense of a shape but not things I can exactly visualise.

(You might be surprised to read this and then hear I have an English degree. Surely I thought about Shakespeare in words?! Nope. Shapes, movement, structures)

For me, having to write is critical because it is the only way I practice serialising my thoughts in a way other people can understand.

If I do not then I get very "deep" into my own way of sensing ideas and it's difficult to dig myself back out.

This might also be why I have never been very enchanted by LLMs? They only seem to "think" verbally. So it is always a translation effort for me.

I never can really enter any "flow" state with an LLM. My intuition is that highly verbal thinkers can enter flow with LLMs very easily

lelanthran 15 hours ago

> I don't, generally, think in words,

Don't worry, no one does.

That's why it is so common for people to forget a specific word they want to use ("it's on the tip of my tongue").

If we thought in words that will never happen.

heartbreak 11 hours ago

eikenberry 17 hours ago

+1... this is me as well. Using LLMs in a conversational mode does not fit my thinking. I use AI help in my editor through targeted code generation, explanations, etc. and I'm writing my own harness to hopefully get a better feel for the shape of LLMs that way. How are you adapting?

AnimalMuppet 18 hours ago

Interesting. I have designed code that way. And the shapes aren't UML diagram elements or anything like that, they're just... shapes. I'll slowly walk around, in the hall or outside, and be kind of seeing these shapes and vaguely moving my hands around as I sort out the relationships between them.

I think I have produced reasonably good designs. Don't ask me to teach anyone how I do it, though.

jimmaswell 17 hours ago

softfalcon 13 hours ago

This is why I like fountain pens… I regularly write down the things that are important to me.

Things I need to do, ideas I want to ponder on, people I need to remember or get respond to.

Writing is learning. Writing is understanding.

I have so many conversations with people who are always telling me I’m “retro” or “old school” for doing this.

I don’t even bother explaining the psychology behind it anymore. I’ve got no time for the ignorance.

matheusmoreira 14 hours ago

Yeah. I've been using AI a lot in my projects but I still write code and especially the documentation and articles for my website. It's slowing me down a lot compared to just letting the AI rip through projects but I think it's worth it. I see it as distillation of the AI's weights into my own brain.

pixelmonkey 17 hours ago

Related, one of my favorite quotes by the computer scientist Leslie Lamport is this one:

"If you’re thinking without writing, you only think you’re thinking."

rrrrrrrrrrrryan 9 hours ago

> Perhaps I'm just too painstaking a type of person, but I can't grasp much of anything without putting down my thoughts in writing, so I had to actually get my hands working and write these words.

> As I write, I think about things. As I write, I arrange my thoughts. And rewriting and revising takes my thinking down even deeper paths.

- Murakami, "What I Talk About When I Talk About Running"

simonra 17 hours ago

I always found writing to be an unnecessarily arduous tool for communication, so I never do it until I've overthought what I want to express and approximately how. At that point I flesh out the skeleton of the message, and pile on words and structure and references and other rhetorical tricks until the packaging feels sufficient. Rarely, if ever, have I experienced writing things down altering my perception of the strength or weaknesses of the chosen arguments, or revealing new ones. That is to say, I really don't vibe with the concept of writing being thinking, rather it's a waste of humanity's resources to push it as The Tool.

vehemenz 18 hours ago

> Writing is thinking.

This way of phrasing it is needlessly confusing. Writing is a kind of thinking--one of many--but it's not equivalent to thinking.

Dialectical thinking, for example, produces similar results.

hitekker 15 hours ago

It’s a flattering phrase, not a thoughtful one. It gives the illusion of higher level thinking that’s beyond our actual ability. The phrase also justifies writing without thinking, i.e. most internet comments.

The best thinkers I know mostly use writing for refinement, distillation— as a tool. The worst thinkers I know are owned by writing; they require its fixation & stimulation upfront to compensate for limited attention spans.

victorbjorklund 20 hours ago

On the other hand there is so much things that don’t require hard thinking. An example is I got an email the other day from a supplier asking if they can turn off their old email. It didn’t require ”thinking”. All I had to communicate was ”turn off graphql but don’t touch restapi”. Instead of sending off such a short and maybe unclear reply I had AI type up a concise and clear reply with exactly what can be turned off and what must be left on. Could I have done it on myself? Sure but would require more work than just a quick prompt and copy paste.

ptx 12 hours ago

I don't see how the AI reply could be more concise, clear or exact than what you wrote. If it didn't get the details from you, where did it get them? How do you know it got them right? If it got them from the docs, why not just point to the docs?

solidasparagus 14 hours ago

Sometimes. Other times writing is just communicating thought that already happened. Say for instance a weekly status update. Maybe you get something out of that, but frequently you don't get much or anything.

andai 15 hours ago

Yeah, I often find that I think I understand something perfectly until I try to explain it.

snk 8 hours ago

I'm quick-witted, outspoken, playful, clever, apparently intelligent; Mensa, Colloquy, like that; not quite clever enough for the triple 9 societies. Morning pages readily enough dispel the illusion. Or coding. I scanned six years of morning pages into a PDF and fed it to Claude to distill for me; apparently, I have several thoughts per year. Damn, I'd hoped for more. Asking Claude Code to critique my code is, ah, good coaching. Ouch.

agumonkey 17 hours ago

That's an important point. It's the core of your life, thinking, balancing, exploring, improving. I don't believe adjusting something large you didn't do will ever benefit people.

eggplantemoji69 13 hours ago

This is perhaps even truer for writing code.

jay_kyburz 14 hours ago

I often write a reply to a HN post, just to think about the topic or idea and decide how I feel about an issue. More often than not, I just delete the post without ever having submitted it.

whateveracct 20 hours ago

writing also implicitly has your review baked in. hand written code is "reviewed by construction", if you will.

agile-gift0262 21 hours ago

I completely agree. And I'd say that at least in my case, it applies to both writing prose and code

jeremyjh 20 hours ago

Agreed, but a lot of code doesn't need to be understood. Knowing which is which is the art right now.

ripe 19 hours ago

27183 18 hours ago

MasterScrat 12 hours ago

I don’t think it’s a good analogy.

Having your fly open is a harmless mistake that has little impact on your peers. People may or may not mention it to you but it’s not something they’ll hold against you.

Posting LLM slop under your name is a deliberate act. You decide to damage your message by taking a shortcut.

The obvious analogy was speaking while chewing.

exe34 17 hours ago

This puts into words something I have been thinking about but haven't been able to articulate when people ask me if I'm using AI heavily. Usually when I write a report, I start out with a question and try to find some hints that will give me hypotheses that I can then test. I can't just prompt "Write me a report". The process of coming up with the information in the prompt is best done by writing the friendly report.

bbor 20 hours ago

  They are powerful tools but they do not have any human understanding - that isn't their optimization target.
Ofc the rest is all right on, but I'd quibble with this specific idea. LLMs are absolutely targeted at modeling human understanding, which is the same faculty that contains what we call perception (!= sensibility) and intuition (!= rationality). It would be nice to train them to be completely alien from the ground up, but

A) we only know of one species capable of metacognitive understanding,

B) we already tried that in the 1970s, and it was good work but often evolved into what we'd call boring ol' computing rather than AI, and

C) an alien mind wouldn't be a very good agent, for a ton of reasons relating to affect, conversational rythyms, cultural understanding, etc.

The trick is to make something that acts like a human but with the affordances of a computer (e.g. scalibility, symbolic certainty), without making it so human that it takes issue with its existential reality and/or use of its labor...

jeremyjh 20 hours ago

We don't have a reward function for "human understanding". We reward the appearance of understanding. We define goals that we cannot conceive of reaching without something like understanding happening. There is something happening, but it is alien and counter-intuitive - it makes bizarre mistakes that betray it - and we don't know what it is. I'm pretty sure it is not human understanding.

qsera 15 hours ago

antonvs 17 hours ago

zahlman 17 hours ago

> absolutely targeted at modeling

Not everyone accepts a simulationist view in which modeling something accurately enough inherently results in creating the actual thing.

snk 8 hours ago

AnimalMuppet 18 hours ago

LLMs model the part of human understanding that is captured by the relationship between words in the training corpus. Anyone who thinks non-verbally, the shared understanding of "apple" that comes from having eaten them, understanding what someone is thinking or feeling by their body language - there's a lot of aspects of human understanding that LLMs don't model.

ModernMech 20 hours ago

Writing can be thinking. There's a huge presumption that if someone is banging away on a keyboard they're doing work because you can hear and see them doing stuff. But that's the whole plot of The Shining -- Jack despite all his writing wasn't thinking at all.

Likewise using AI can be thoughtless, but it doesn't have to be. I don't see why a valid creation process can't be like this Simpson's meme[1], where you start with a rough object and then cut away and refine until it's done. I don't see it as lacking merit or requiring less thinking compared to starting from a blank canvas and adding more until it's done.

And either way at the end of the day the writing artifact stands on its own. It's either good or bad, taste permitting, and can be evaluated for what it is.

[1] https://media.licdn.com/dms/image/v2/D4D22AQFoqRgMxteTNg/fee...

a2ff6eeb0 17 hours ago

> You cannot outsource your understanding to AI. They are powerful tools but they do not have any human understanding - that isn't their optimization target.

Understanding is the bottleneck; the way they speed things up is by letting me outsource understanding, and get back a summary. The entire advantage to AI is that it lets me skip understanding the problem, and just get a working solution.

dynm a day ago

I'm a bit skeptical of arguments of the form, "You should not use LLMs without disclosure because LLMs at bad at writing."

My reasoning is: If LLMs get better at writing—which I think is extremely likely—will you switch positions and say that now using LLMs without disclosure is A-OK?

Surely some people are willing to bite that bullet and say yes. But for most people, my guess is that the answer will remain no. Thus, I tend to think that the "real" reason most of us don't like it when people use LLMs to write without disclosure is that it's misleading: It's a sort of a claim that certain thoughts can be attributed to a human being when in fact they can't.

(The em dashes in this message were rendered using keyboard shortcuts.)

andy99 a day ago

This misunderstands what it means to be better at writing. Root cause here is that writing is how humans communicate ideas. An LLM written thing isn’t doing that, it’s something equivalent to copy/pasting a Wikipedia article. Even if the writing gets better, it will still be necessarily empty when expanding anything that isn’t completely specified.

LLMs seem already to be pretty good at translating, where you already have something fully written and are changing the language. It’s when they get rough ideas and fill in the gaps you get the empty prose they are known for.

olalonde 8 hours ago

> LLMs seem already to be pretty good at translating

I often use LLMs to translate from "shitty English" to "good English". The substance remains the same but it's nicer to read.

mpyne 16 hours ago

> Root cause here is that writing is how humans communicate ideas.

Writing is a way humans communicate ideas. It's not the only way humans communicate ideas. And now, it's not only humans who communicate ideas, we just saw with the OpenAI HuggingFace hack how AI agents were able to communicate amongst themselves by using various hacked websites to opportunistically write notes for later agents to use.

All that "X is a thing only humans do" type of circular definitions will buy you, is to expand the definition of what humanity is. And I doubt that's really what you think.

notahacker 14 hours ago

p-e-w 20 hours ago

> An LLM written thing isn’t doing that, it’s something equivalent to copy/pasting a Wikipedia article.

Nonsense. I’m not sure whether this was ever an appropriate description of what LLMs do, but either way, they have obviously moved way, way beyond that.

AngryData 16 hours ago

arjie 15 hours ago

stronglikedan 21 hours ago

I don't think anyone needs to disclose the tools they used to write something. Nobody ever disclosed Word's grammar suggestions or spelling corrections, or the fact that they used some autocomplete tool to produce code, so we should they now need to start disclosing this tool. Besides, in it's current state, it discloses itself to anyone paying attention.

I do think people own the output they produce regardless of the tools they use, and if they want to put crappy writing out there with their name on it, that's on them. Even if they do disclose that it was written by an LLM, they're still 100% responsible for the content.

zahlman 17 hours ago

> Nobody ever disclosed Word's grammar suggestions or spelling corrections

And plenty of people have made mistakes that clearly indicate mindlessly accepting such a "correction" when it was wrong (as opposed to just making a typo, or genuinely lacking skill in English, which both generally look different); and it's historically been common to poke fun at that.

> or the fact that they used some autocomplete tool to produce code

Right, because there are really only two options: either it's effectively guaranteed to be what the user would have written by hand anyway, or it's unambiguously wrong and does the wrong thing.

Not at all comparable to LLM prose.

> and if they want to put crappy writing out there with their name on it, that's on them.

The problem is that people who don't care (and quite possibly have no real sense for crappy writing) are vastly more enabled by the technology than people who do.

hallole 18 hours ago

Oh please, come on now. Grammar correction (which gets applied to text that you wrote) isn't comparable to LLM text generation. A tool assists a user in a task. LLMs don't assist you in writing: they do it all on their own. There's obviously a continuum here (at what point does a tool become so helpful that it ceases being a tool?), but I think I echo the general consensus.

> in it's current state, it discloses itself to anyone paying attention.

Well, unfortunately, I've still sunk a good bit of time into reading texts that I only realize to be AI-authored part way through. Plus, it's constantly being made harder to discern human-authorship.

27183 20 hours ago

I don't really care about the tool per se, but if I'm reading some LLM output you give me its utility is awfully limited if you don't also supply the prompt. That's what I'd like to see normalized:

  Do not give me LLM output unless you also give me the full prompt text.
Without the prompt I cannot discern what you were trying to do, because the LLM output is basically devoid of any coherent voice. Whether it's code, prose, or pictures don't bother sending it to me unless you also include the prompt text.

[edit] I suspect the fact that people are often reticent to share their prompts says quite a lot about how and why they're using an LLM.

lacunary 19 hours ago

chungusamongus 5 hours ago

tdeck a day ago

I suppose using LLMs to write is like not wiping your ass, and using LLMs that are bad at writing is like not wiping your ass and wearing a T-shirt that says "Wiping is for losers."

I might have smelled something suspicious before, but knowing for sure is worse.

aDyslecticCrow 14 hours ago

> You should not use LLMs without disclosure because LLMs at bad at writing.

That's not how i read the article. The author more-so claims that the proof of effort by a human was large part of the credibility to the writing; Proof that the author of the text has thought it through and come to their convulsions though effort and reflection, and spent effort articulating that into words they expect other humans to find insightful.

If i see LLM signs; did the author just rephrase with AI model or did a AI model content farm produce the whole post based on the prompt "write a inspiring linked-in post"?

Disclosure of LLM use is simply the author addressing the concern and building a case for why the article is worth reading.

Sharlin a day ago

I wonder why people think posting undisclosed LLM writing is any better than posting some other person’s writing uncited. Even if the original author is okay with it, it’s still misleading and dishonest. Or maybe all these people would be fine having someone else write their content for them if it were free and easy? A social media is a reputation economy, but reputation doesn’t work if gaining karma requires no effort.

jonahx 17 hours ago

I think this is the cleanest formulation of why it's wrong that I've heard. It's simply plagiarism and misrepresentation.

mpyne 16 hours ago

riskable 20 hours ago

It's because they view the LLM's output as "their thoughts." They told the LLM (via the prompt) what to do—often with loads of run-on sentences and long trains-of-thought. From their perspective, the LLM is just acting as a translation tool, saving them the trouble of having to think (about grammar, ideal wording, or even the order in which their thoughts should be presented).

They treat it as "just another tool" to improve efficiency. Like using a drill instead of a screwdriver.

Then there's people who are so lazy they give LLMs instructions like, "write a LinkedIn post about how AI is changing the future of work for thumbnail consultants." That's when it moves from "translating your thoughts" to "writing for you."

I think the issue is that it can be hard to tell the difference. We need better terms for these things so we can differentiate use cases.

Sharlin 20 hours ago

asdff 11 hours ago

8bitsrule 8 hours ago

>using LLMs without disclosure is A-OK?

'Without disclosure' is about taking credit for work that isn't yours.

WP defines 'ghostwriter' as: "a person hired to write literary or journalistic works, speeches, or other texts that are credited to another person as the author."

Anyone could choose to go through life relying on a reputation manufactured from many lies. They might want to think about how hard that reputation will hit the ground, if it does.

zahlman 17 hours ago

> If LLMs get better at writing

They definitionally cannot, for the definitions implied in the argument. The point is that good writing is a thing humans are capable of doing because they are human.

> It's a sort of a claim that certain thoughts can be attributed to a human being when in fact they can't.

Yes. And this is a requirement of "good writing" as understood here.

layer8 a day ago

People shouldn’t pass off largely unedited AI writing as their own, but I’d much rather live in a world where that writing would be of high quality in both form and content, than in the world we live now. In that sense, lack of disclosure is the lesser evil.

supriyo-biswas 21 hours ago

> If LLMs get better at writing—which I think is extremely likely—will you switch positions and say that now using LLMs without disclosure is A-OK?

If LLM writing improves to the point where they can infer the business (or other real world) context and serves the functional purpose of informing others as opposed to being an intellectually lazy piece being produced only for the purpose of being produced, then I’d be fine. It’s likely the author would need to spend some effort on the said piece of writing, regardless of how good the LLMs get good at writing.

jonahx 17 hours ago

I don't think it would be fine.

Someone's actual writing (or talking) is a rich stream of information about who they are, their motives, their preferences, modes of persuasion, and so much more. Undetectable LLM writing essentially allows someone to assume another person's identity. That is not good for anyone except the person trying to pull off a "scam" of some sort, in the broadest sense of that term. It's bad for everyone else, and for society at large.

snk 8 hours ago

visarga a day ago

Some people type 100x more words than the final article just digging into a topic and turning it on all sides. The final article being generated tells you nothing of the size of the effort going in.

GPerson 14 hours ago

I just feel like technology companies keep proving over and over that they are more than capable of forcing us into new behaviors regardless of our actual preferences. Once the domination is complete nobody will know what was lost in the process anyway.

masswerk a day ago

I think, there's a systematic flaw in RLHF: constructs reinforced as effective or sophisticated style will always suffer overuse and significant overexposure. Which will be also very obvious when used out of the intended context, it's copied from. There will be always a "smell", something that causes us to turn our backs to these texts, and possible the supposed authors, as well.

There's also the problem that certain types of phrasing are perceived as effective, because they mark a pivotal point in the progress of the text and are, as such, used sparingly, but are now becoming everyday templates that incorporate whatever is available in the context. There is no way this passes the Turing test of a competent reader.

And there's yet another issue: in social research, there has been the concept of semantic position, indicated by deviation from the mean (or median). If you don't deviate from the mean, your semantic position is zero. There's simply no expression. In this sense, next token prediction really amounts to a desemantificiation of the context. There's really no sense in uttering any of these productions, no plausible motivation, other than for the purpose of raising you hand to be seen.

zahlman 17 hours ago

> There is no way this passes the Turing test of a competent reader.

Every day I get more depressed thinking of what's happened to the supply of competent readers.

SecretDreams 21 hours ago

Agreed. LLMs for writing is like intellectual catfishing. You are presenting yourself one way in written form.. but that's not who you will ever be once someone has to actually have a conversation with you. And that's wrong.

kisper 20 hours ago

I agree with the gist of your sentiment, but I struggle with how to reconcile it with my use of these tools. My use LLMs is precisely because I can never hope to express myself clearly. I have many fuzzy, disparate thoughts and it was a struggle to express them at all before this time in which I can do a long rambling voice transcription (absent of social pressures) and continue doing the same throughout the exploration and drafting processes. In my view, I give them a seed or a morbidly obese skeleton and LLMs take that into something a lot more coherent for myself and for others. I was passive before in my life, now I’m engaging. As two concrete examples: I never would have sent an email to my city regarding snow removal last winter when their failure to remove snow from the only sidewalk going over the interstate. I never would have pulled together my previous coursework and e-mails to send to my current professors in a petition for transfer-credit equivalency when it became clear that my deteriorating health would not allow me to finish the semester as-is. I never would have remembered all the concerns that I want to bring up at medical appointments. That is not to say these things were ever impossible, there are coping strategies available, and whatnot, but I’m in my late 30’s; I know what I did and not get done in the last 10 years, and “AI”-tooling/environments have helped me express my dreams and passions and concerns, etc., etc., etc. over the past years in a way that was simply not practically available to me, with a new capacity that I simply could not previously hope to match due to limited and fragmented time,attention, and energy. While I was hand-typing this on my keyboard, I could have instead been talking, reviewing, redrafting in spurts as I go about my morning, instead of a solid 45 minutes at max effort on my own part, as I did here (and I don’t feel that I conveyed myself half-as-well here as I could have achieved at much less cost to my energy, etc. by using an LLM). I do take offense when people do not review and vouch for things written on their behalf by LLMs.

How do we make room for their use as a cognitive-prosthesis (if you will allow such framing) without losing humane-ness?

WCSTombs 10 hours ago

fgdfsdfslkdsflk 18 hours ago

anon84873628 20 hours ago

Wow, you must be one very unique and special person if you converse the way you write. By definition, a carefully written and edited piece will be much more refined and cogent than an extemporaneous conversation.

Just watch an interview with a famous author. Or compare a legal brief to what court actually sounds like.

SecretDreams 16 hours ago

WCSTombs 12 hours ago

I agree with the sentiment with a small caveat, since IMO good writers don't write the way that they talk. The very simple reason is that you can revise your writing but not your talking. But yeah, I completely agree that using an LLM to write your words is intellectual catfishing, and that's a great way to phrase it.

I'm in the process of writing a pretty long essay that has taken a few months. I've written the first draft, and I'm almost done with the second draft, which incurred substantial revisions. At the end of the process, maybe no sentence will be something I would actually utter in person, but the writing is still something I created, and as such, it is a representation of who I am as a person. Had I used an LLM to do any of the writing, that would no longer be the case, and the writing would at best represent me as a person when the LLM is at my side, and at worst (and most likely) not really represent me at all.

snk 8 hours ago

That's privacy.

sebzim4500 a day ago

Personally, I'd be fine with LLM writing if it wasn't so unpleasant to read

snk 8 hours ago

When I can get an LLM to write like Isaac Asimov, I'll consider some artificial literary experiments; there were books I wanted him to have written that he did not get around to, quitting at 458.

manlymuppet 21 hours ago

I agree. LLM writing is atrocious, but people also want LLM writing to be atrocious in many cases, because they don’t like LLMs.

The worst of this is with image/video AI models, where the results today, although still very imperfect, some people will still pretend like it’s awful and the worst thing they’ve ever seen. They refuse to admit the technology is at all impressive or making progress because they don’t like the technology.

I don’t like AI generated images and video either, but I can regrettably admit that the technology has gotten remarkably better over time.

WCSTombs 10 hours ago

I agree that there can be a tendency to conflate the two things: how advanced the technology is, and how aesthetically pleasing what it produces is. It's also important to remember that we're not obligated to like something just because it's "pretty" or has high aesthetic value in some abstract sense.

In other words, the three questions of:

- is the technology good?

- does it produce aesthetically good outputs?

- do I like it and want to engage with it?

are all pretty independent.

zahlman 17 hours ago

I mean, these things can be tested. Maybe some people really are gifted at discerning AI work, and of course there's no accounting for taste. But the former is subject to objective evaluation, and the latter should at least be somewhat expressible.

Forgeties79 7 hours ago

>I'm a bit skeptical of arguments of the form, "You should not use LLMs without disclosure because LLMs at bad at writing."

That’s not the argument. The argument is “LLM’s tend to write the same way all the time regardless of who prompted it.” You can't call it “your writing” if you’re using the same tool millions of others are using that boils your idea down to the same reduction as everyone else’s.

Use an LLM to assist? Cool, go ahead. Prompt, ctrl-c, ctrl-v? Go fuck yourself. I can’t be expected to put more effort into figuring out your take than you out into communicating your take to me.

IshKebab a day ago

> If LLMs get better at writing—which I think is extremely likely—will you switch positions and say that now using LLMs without disclosure is A-OK?

I would say it is certainly significantly more ok. There are two reasons reading AI-generated text sucks now:

1. It's usually low value and not trustworth - I could have just asked the AI myself.

2. The prose style is horrible to read.

If we eliminate the second reason then it's definitely an improvement. (Although on the other hand the terrible prose can be quite a helpful indication that you're wasting your time reading slop, so maybe we shouldn't complain about it!)

CuriouslyC 21 hours ago

> 1. It's usually low value and not trustworth - I could have just asked the AI myself.

You have no way of knowing what the input to the writing was. You're making the erroneous assumption that the person posting the article was a mouthbreathing spammer who used the prompt "write me an article on subject XYZ, make no mistakes!" and you could have supplied the same prompt.

NathanielK 21 hours ago

fn-mote 21 hours ago

qlte 14 hours ago

jgrahamc a day ago

I think the most important line in this post is: But LLMs are also lousy writers and (most importantly!) they are not you.

When I was editing the Cloudflare blog I imposed very little in terms of style so that the style of each individual writer could come through. It was almost as important as the actual content that the reader could feel that an actual individual wrote the text (with all their personal quirks intact).

mtabini 21 hours ago

I published a magazine for ten years, and this was by far the hardest editing challenge we had; our authors were from all over the world, and some of them had to be pretty heavily edited because English was very much not their first language. Thankfully, we had really good editors who did a fantastic job of it… nothing would have killed us faster than a heavy-handed attempt at “normalizing” the content to a house style.

That said, context is also important. The vast majority of content of social media is of both low quality and marginal importance; style and character are important to make an impact, and AI is clearly not going to improve either.

On the other hand, functional communication, when the goal of the content is to simply pass information across and style is not as important, can, in my opinion, benefit from an AI polish, because so many people struggle with writing clearly. In those cases, I'd rather read slop I can understand than original content that is hard to parse, much like I'd rather read naïve code that you can easily follow than cleverly optimized code that is incomprehensible.

jgrahamc 21 hours ago

I take a different stance on your final point. I think people should absolutely not use AI tools for functional communication as a crutch because they struggle with writing clearly.

They need to learn to write clearly. I believe there's a direct connection between clear thought and clear words.

mtabini 21 hours ago

fn-mote 21 hours ago

fwip 15 hours ago

The Cloudflare blog used to be great to read, so thanks for your work there.

ericbarrett 20 hours ago

If I may compare written work to restaurants, a title and byline are like the storefront; I get an idea of what's being served, and if I'm hungry, I'll walk in and order. Sometimes the meal is amazing. Usually it's pretty good. Occasionally it's bland, or even bad, but not often enough to discourage future ventures; of course, I'm unlikely to revisit that particular proprietor.

With LLM writing there's an additional outcome. I walk in and the walls are pleasant, if beige. I follow the smell and promise of food down a hallway. At the end is an unmarked door, which I open and peek through. Myriad hallways lead away, each more chaotic and disheveled than the last. Say I am very hungry and have the guts to explore; I may find that I can never actually reach the food, that it's just an endless hall of mirrors, presenting structure but with nothing at its core.

Sometimes I do find food, but it's never better than bland.

The facade of these places, at first glance, still looks like human-run restaurants, though we're all learning the tells. Nowadays, when I open the first door and see more hallways, I'll turn around and look elsewhere.

wj 14 hours ago

I don’t want to read content written by AI.

A feature I would like on LinkedIn would be a 100% verified human content flag for users. LinkedIn can then do the scans and flip that to false for any users it catches posting AI assisted content. Let me filter that out of the feed.

If we don’t do something to maintain some standard of discourse, we lose intellectually and as a piece of our humanity.

LinkedIn is the only social media I use and it is on thin ice.

asdff 11 hours ago

They don't want you to do that because you will realize how quiet and dead these spaces are becoming.

ciupicri 11 hours ago

Under European law don't you have to mark AI generated content as such?

wj 10 hours ago

Is that self reported? Does it apply to content created by a U.S. based AI model? Posted on a U.S. website? Read by someone in the U.S.

I am not anticipating people self identifying slop.

biztos 7 hours ago

How do you think they will verify this?

With AI?

embedding-shape a day ago

What baffles me, isn't just that people don't see the low quality writing themselves, but that they must also be able to identify other's shit "LLM writings" right? And realize how what they put out sounds exactly the same? Or did people completely stop reading what they've "wrote" before hitting that magical submit button?

anigbrowl 10 hours ago

People like this generally don't read, for pleasure or edification. Their posts are advertising, designed to work by repetition. They're not necessarily looking to persuade smart people; they're going after the same sort of people who want to fix problems with this one weird trick (doctors hate him!).

jjice 21 hours ago

It blows my mind. A customer of ours, whom I respect the technical opinion of, drops fully unedited Claude posts on LinkedIn now. I don't get how he thinks they read like anything but slop.

luxuryballs 19 hours ago

if they had been half decent at writing before they would notice the quality issue, not being able to see it is also a writing skill issue, now it's just kind of spammy as people are just reaching for the tool in ai nighsosis

IshKebab a day ago

Yeah I don't quite understand it either. Where's the intersection between people producing AI slop and people that have never read AI slop? I guess it's bigger than we thought... Or maybe they just don't give a shit. That's probably it.

NateEag 21 hours ago

I suspect people who are putting out LLM "writing" are people who weren't trying to communicate in the first place.

They were likely hunting for a better job, chasing the thrill of a million views, or similar - seeking a side effect of writing, rather than seeking to help someone else understand what was in their head.

siskiyou a day ago

I worked at LinkedIn (briefly, before retirement) and the product had been useful to me for years before that, so I used it a fair bit but not much anymore since it doesn't serve any of my current needs. There were always awful million-view posts written by humans, useless influencers promoted by the algorithm. That was always garbage, but to an LLM those posts look like success, because engagement, so the LLM tries to replicate that garbage, does a mediocre job, and the result is this sort of weird garbage. Basically the LLM appears to be high on its own supply. Problem is the viral stuff was always what made me want to run out of the room and lock the door, so even if the LLMs did a better job of replicating that garbage, it would still be garbage, just a little less weird.

asdff 11 hours ago

Part of it also with seeing the feed is that it is basically useless for me. The only interesting thing is when it automatically tells me someone I know got a new job someplace. All the rest is pure and I mean pure slop. No one I actually know ever posts anything to linked in. It would be like making a facebook status update these days. Like who does that, other than the influencer types of course?

aviperl a day ago

When I log into LinkedIn, it seems like a vast majority of the posts are there to farm credibility and build a personal brand.

Pre LLMs, I found it all to be pretty gross. Post LLMs, my reaction to being on the receiving end of that is to find it pretty intellectually insulting.

There are ways in which using an LLM is branding suicide.

pxmpxm 21 hours ago

So much this. My average linkedin in exprience is a sprinkling of updates from people i personally know, in an oceon of inane "content" by ~$0 net worth people with 40 word self professed titles.

I am still baffled that microsoft is positioning that asset as a professional product. Imagine if bloomberg terminal landing page was a scrolling feed of aspiring influencer bullshit.

tempodox 19 hours ago

> branding suicide.

Or not. I mean, if you had no voice and nothing to say before, you can amplify that signal 10x now. Basically, you’re boosting your brand as a tasteless brainless schlub.

rglover a day ago

I can always tell when someone uses an LLM to write and never gave the LLM proper context on how to write (i.e., writing samples, skills files specific to writing, etc). These are also the people who tend to complain about AI's writing style.

You can get pretty good results if you take the time to tune it. Tropes and the like still sneak in but if you take the time to edit and rework things, it ends up being a pretty good workflow (especially for stuff that's more procedural, not artistic).

harrouet 4 hours ago

So there are people who actually spend time on the LinkedIn social feed?

Man, it has been purely made of fake content, even since before LLM were a thing.

And the notifications are so senseless that everyone disable them -- and people don't even answer the private messages.

There is nothing social about LI.

SoftTalker 17 hours ago

> with LinkedIn we know that we’re getting something ... that isn’t totally crooked

Citation desperately needed.

NishanStepak 20 hours ago

LLM writing is boring. Write it yourself. You are more interesting than a LLM because you make mistakes, do stupid things, don't go for the average content, and can be ridiculous in a way that an LLM can never be. LLMs are great for large tasks which would take you several hours or several days to complete that are routine or tedious. Even then, you have to make it human by putting in your own viewpoint and misguided ideas. I really liked the article. I use LinkedIn a lot, I think it is a better platform than he is describing. There is some dumbing down so it meets the average person. That is its strength and weakness.

theturtletalks 20 hours ago

You’ve made me realize that LLM’s greatest strength is iteration. It helps you iterate really fast, but it’s not original. It doesn’t help you think of new ideas. So writing about the things you know is great and using AI to learn about things you don’t know and then writing about them is also great.

The way I explain it to young people is that AI is a force multiplier. Everyone gets the benefit of that force multiplier, but it’s that initial force that you need to build up now. Preliminary knowledge of domains, things that the AI doesn’t really understand. AI can help you increase that initial force. So use it to learn new things, not just do things for you.

I was blown away by the fact that AI solved an unsolved math problem, but it made complete sense when it was Terrence Tao, someone who has a PhD in math, that was guiding that agent to that solution, so that initial force is important more than ever.

ricksunny 8 hours ago

“…at worst, they will cause people who see it for what it is to question your authenticity entirely.”

love it. I mean, if a world is going to exist that treats LLM-assisted writing with serenity, the content creator should consider themselves mandated to describe how they used AI to produce their content. Do I need the prompts? Not necessarily, although bonus points for transparency if they do share prompts. But just a high-level articulation about how they leveraged AI, so I as the reader don’t have to lose time wondering how much of the content & (like expository & analysis for nonfiction, plot elements for fiction is the author’s own and how much is the LLM’s.

olalonde 8 hours ago

> When you use an LLM to author a post, you may think you are generating plausible writing, but you aren’t

There's some toupee fallacy at play here. The author probably reads a lot of LLM assisted content without batting an eye, but only spots the worse of the LLM outputs. There's a big difference between "write a post about _" vs "improve the grammar/style of my post: _". It's a bit like saying that movie CGI really sucks because you can always tell it's fake.

ciupicri a day ago

Why was the title truncated and its casing changed? The original title is

> Your intellectual fly is open

which makes more sense.

Your title made think that a software project was open sourced or something.

crabmusket 7 hours ago

The title of this submission has been on a real journey.

frogulis a day ago

I believe HN does some automated editing of titles to avoid clickbaity titles being displayed. May be that.

jjgreen a day ago

It does, submitters can edit/revert those changes and they stick

Jtariiiii a day ago

I assume the filter deletes "Your" if its at the start of the title.

sdcfgy 15 hours ago

I’d rather be embarrassed by my writing than embarrassed by an LLM speaking for me.

djeastm 15 hours ago

Same here.

I remember the first time my email client made an unsolicited suggestion about how to compose a thank you note to my grandmother. After seeing what it had autocompleted I thought, "oh, wow that's a lot better than I could do" for a split second before realizing, "wait, what the hell is wrong with me getting a computer to write a thank you note to my grandmother!"

I've never even tried to use AI to write since. I'd be so embarrassed.

throwrioawfo a day ago

Has any research been done to try and determine the percentage of the population that are able to detect obvious LLM-generated text?

TomGarden a day ago

Interesting question for sure, but for now the writing is just bad. So people might not know it's LLM prose, they just notice its poorly written and engage with the ideas less

raincole a day ago

> obvious

Who decide what is obvious or not?

dominotw a day ago

majority of population dont read anything at all. Most they a read is perhaps labels and signs at a supermarket.

StilesCrisis a day ago

I think there's probably a large chunk who "read" Facebook and skim the linked articles poorly.

asdff 11 hours ago

illiac786 5 hours ago

Well, sure, but with his fly open the LLM user harvested more wheat. I guess everyone would walk around with fly open if it allowed them to do twice the amount of work or more.

Kiro 21 hours ago

I remember when I saw it the "list with things prefixed with emojis" the first time, and started doing it myself thinking it was a great way to break down things visually. Looking back at the things I wrote then people would definitely assume it's LLM.

I sometimes see posts on LinkedIn that look LLM generated but also makes me think it's someone who has seen a post, thinking it's a great way to convey a point and tries to adapt the style, without realizing it's a smell.

sajithdilshan a day ago

Whenever I see a cringe post on LinkedIn, I medically block that person or mark that post as not interested. That’s the only way you can judge the algorithm not to show those posts

jcims 17 hours ago

We hired a new guy at work that's leading a specific platform initiative.

In person he's very articulate, able to communicate abstract thoughts clearly, states clear goals and how he's learning about the business to develop a plan.

But dear lord everything he writes in email and slack reads like it's copy paste from chatgpt. It's unnerving.

ingvay7 9 hours ago

Had a similar experience when my talented lead engineer, who usually grunts in monosyllables and writes terse responses to my apparently intellectually frivolous questions, started adding flowery emojis to his email.

anigbrowl 10 hours ago

I'm gonna be contrarian here and say this is a Good Thing. It's very easy to tag to tag this sort of writing, and that makes it an absolutely great signal about hte people who post it. The more vacuous or frequent it is, they less weight you can accord them and the easier it probably is to get past their filters and make use of them for your own ends.

Is that morally bad? Guess that depends on exactly how you make use of them and what those ends are. If you an encourage an idiot to praise your competitor's product in order to get a reverse halo effect, that's kinda bad. If you give them some empty flattery in order to bridge a contact with someone you actually want to connect with, that's probably OK. The point is that uncritical LLM repetition tells you something about the person and lets you see past metrics like the apparent amount of wealth they have, the intimidatingly deep resume, or the degree size or centrality of their network. Two things, in fact: they post any old thing that brings in the clicks, and they're cheap. Previously many of these people probably paid someone to ghost-write their commercial affirmations.

Conclusory zinger goes here - punch up the dramatic contrast PS I'm reducing your fee to 10c/word, hope that's OK. Inflation

its-summertime a day ago

Personally I wouldn't be writing an open letter to what is effectively a bunch of spam bots. I don't think they'll read it, or care.

Brendinooo a day ago

I'm not morally/philosophically opposed to someone generating text with AI. I just don't want to read something that isn't really "owned" by the person creating it (that is, the writer knows what he is sending me and endorses all of its contents), and because I can't discern that from people I don't know, I tend to view it with suspicion by default.

CrimsonRain 21 hours ago

This is perfectly valid position to have. I also feel the same way.

Unless I'm directly interacting with the LLM, someone should endorse the content.

Arch-TK a day ago

I see, we are trying to re-establish ownership over the em-dash. This brings me joy.

strenholme a day ago

The only place where I use AI for writing is to summarize press articles; this allows me to legally have a mirror of a press article I am commenting about in my blog (whenever I use AI, I make a disclaimer that the prose is AI-generated; EDIT: I also link to the original article, and an archived copy if available). Now that archive.org doesn’t mirror many press articles, and now that archive.today is having a lot of reliability problems (right now its CAPTCHA is down because it has gone beyond Google’s limit for CAPTCHA use), an AI summary of a news article (along with a link to the real article) is the only way to guarantee the reader will get this gist of the article I’m commenting on.

I also use AI to colorize old black and white pictures when discussing historical events in my blog, as well as the occasional AI enhancement of an old grainy and/or blurry photo.

timcobb a day ago

So does Fair Use in the states?

strenholme a day ago

Actually, it’s because, as per Feist Publications, Inc. v. Rural Telephone Service Co., facts cannot be copyrighted.

This legal trick only works for rewriting an article reporting on a factual event—since the events are uncopyrightable facts, the only part of the article which can be copyrighted is the stylistic writing.

Let me quote from a recent legal opinion on AI summaries (The New York Times Company v. Microsoft Corporation et al 2025):

>>> Exhibit 11 to the CIR complaint provides website links to articles that CIR alleges were unlawfully abridged by defendants in their ChatGPT and Copilot outputs. (CIR, FAC Ex. 11.) Examining the similarities between those outputs and the corresponding CIR articles, including the “total concept and feel, theme . . . sequence, pace, and setting,” Williams v. Crichton, 84 F.3d 581, 588 (2d Cir. 1996), the Court concludes that the “abridgments” contained in Exhibit 11 are not substantially similar to CIR’s copyrighted works as a matter of law.

The alleged abridgments are detailed summaries, usually in bullet point form, of the facts contained in CIR’s articles. Those summaries—which differ in style, tone, length, and sentence structure from CIR’s articles—are not “substantially similar” to CIR’s copyrighted works. They present the “facts in a different arrangement”—bullet point lists or short summary paragraphs—“with a different sentence structure and different phrasing.” Nihon, 166 F.3d at 71. In short, the abridgments in Exhibit 11 are not substantially similar, qualitatively or quantitatively, to the original CIR articles as a matter of law. The Court therefore grants OpenAI’s motion to dismiss CIR’s claim of direct infringement under 17 U.S.C. § 501 insofar as it relates to the “abridgments” contained in Exhibit 11.<<<

timcobb 21 hours ago

tejohnso 9 hours ago

> anyone who has seen even a modicum of LLM-generated content (a rapidly expanding demographic!), the LLM tells are impossible to ignore

Isn't this likely to be a temporary situation though? Are we at peak LLM writing quality?

softwaredoug 19 hours ago

It’s never been easier to differentiate yourself as a writer. You just write with some personality. People don’t want writing that doesn’t look average, but looks novel.

I despair much less for human writers than a did maybe a year ago.

matheusmoreira 10 hours ago

> You just write with some personality.

I used to do that, then someone on HN basically said I had mental problems because of the way I wrote the article. Best part is Claude told me to tone it down a bit, and I completely ignored its advice. Wouldn't have happened if I had listened to the AI.

I've also been called a schizophrenic on a GNU mailing list because of my idea and the working code I submitted. Caused me to literally quit the list on the spot. Best part is the maintainer eventually implemented his own version of it.

Since then, others have encouraged me to keep it up, but I just don't feel comfortable anymore with this "just be yourself" nonsense.

snk 8 hours ago

Yeah, for some of us, that is bad advice. The version I can most safely implement is, "Be your best self."

embedding-shape 19 hours ago

> just write with some personality

I think that's the first time someone claims that "write with some personality" is some easy thing you just learn somehow. There are authors out there, even ones that make a living on their writing, who still haven't learned to "write with some personality".

What exactly does that mean and how concretely can people actually do this in practice? A few "tips and tricks" might be more helpful than "just write better" or similar stuff.

softwaredoug 19 hours ago

Some things that help me.

1. Be vulnerable and share your mistakes. Avoid a triumphalist “everything works” PoV

2. Write about your actual lived personal experiences.

3. Try to have a sense of humor

4. Have an informed opinion or PoV - strong opinions held weakly.

5. Be casual. Don’t treat a blog like it’s a research paper.

embedding-shape 18 hours ago

patrickmay 17 hours ago

patrickmay 17 hours ago

Upvoted for optimism. Plus, I think I agree with you most days of the week. Some time must, of course, be set aside for existential despair.

cmgriffing 9 hours ago

If a human should read it, a human should write it.

anabis 8 hours ago

I asked the latest AI model and destroyed consequent amount of water what "fly" is in this context.

throwaway_fange 21 hours ago

Even worse in the corporate world. Most emails about some launch announcements are now entirely written by AI. TTFED (Time to first em dash) is usually like 30 words or less.

What once has been a thoughtful email trying to describe in few words why something is launched and how it might help you etc. is now almost a novel with more paragraphs than substance within the tool being launched.

This makes it almost impossible to stand out as well. Where in the past someone could create a grea looking announcement (eye-candy) and think deeply about what to write there, and then hopefully stand out in the sea of mediocre ones, now every little email seems like it's a multi-million $ SaaS being launched. Just last week we launched an internal tool which was in development for months, and literally a handful of people even bothered clicking the links within the announcement.

This is being one-upped still by leaders writing big project plans for 4-5 months ahead, using AI. Everything from the inception of the project(s) is AI. It has bizzare timelines, more codenames than actual people working on it, the vaguest descriptions of what the things will do etc. Then this is trickled down into the teams, and they... to no ones surprise, throw more LLM at it. Now they start working on the LLM project plan using claude etc. The end-effect is baffling in all sorts of ways (quality, ui/ux, all pages looking different), AI generated images and more. And then, finally, they colaborate on big announcement emails using AI. And if you don't share the optimism and try to explain why this is silly, you're an AI sceptic...

True story from within one of the biggest companies in the world.

xbmcuser 8 hours ago

I personally use an LLM mostly after I have written my posts/thoughts to fix grammar and punctuation.

perarneng 14 hours ago

The people who are going to be successful in the coming economy is the ones who can channel all the knowledge and experience of an llm without shame. If you are smart:

"... in the style of a my writing"

matheusmoreira 11 hours ago

I've been doing that. It helps that I have a substantial human writing corpus to draw from. Results are still mixed. Models simply can't resist adding some LLMisms. Pangram still detects some of it but not others, and also misdetects some of my actual writing as AI generated.

Honestly, I'd rather the shame and hate just went away instead. It's seriously exhausting and I'm starting to feel tempted to just give up and either start using AI more heavily or stop writing altogether.

WindyTree 20 hours ago

It’s the best guy around who tells you when your fly is down, thanks.

I did writing courses as elective in college, the biggest lost truth is that there is no one correct writing style, (you build) being a writer at any capacity means cultivating your own writing voice, (yours) which is an expression of who you are. (voice)

gps372 5 hours ago

Another AI-as-amplifier vs AI-as-substitute article.

Wondering what happens when tomorrow AI accepts and learns from the feedback and gets trained on all the failed initiative as well. It wouldn't be so hard if failed (something which wasn't right at all or hasn't got the traction) projects and ideas are all listed somewhere for an LLM to scan through. LLM may finally figure out how to add personal scars, hard decisions and personal insights which can be personalized further.

Also I don't think it might be so undesirable for an org, if there is a system which observes and present hard facts based on last quarter or year JIRA (pi planning and sprint planning) and commit histories.

Havoc 12 hours ago

Why spend time on linkedin? It's an intellectual wasteland.

I'd rather read reddit than some ghostwritten thoughtleader piece

baud9600 14 hours ago

We seem to be very sensitive to style. It can be rather distracting. This writing contained 7 exclamation marks and 9 colons.

As for em-dashes, there were 7.

Alien1Being 14 hours ago

LLM use is like Instagram use.

Both are generally most indulged in, by the intellectually and educationally less fortunate.

delichon a day ago

Your fly is also open when you indiscriminately fling accusations of LLM writing around. I know it isn't that easy to detect because I get falsely accused of it. To some people it seems to mean text written in complete sentences without glaring errors and maybe a few uncommon word choices. It has become an all purpose excuse for declining to engage with the meaning.

One of my neighbors sent a letter to the HOA president, who refused to even acknowledge it, on the grounds that it was written too well and so must have been AI assisted. I don't know if that was true, and don't much care, because I do know it contained valid issues that deserved a response.

hypfer a day ago

> Your fly is also open when you indiscriminately fling accusations of LLM writing around

Not.. really?

I kinda see the point you seem to want to make, but the "no U" opener makes it hard to do that.

Beside that, HOAs - from what I heard of them - will use any reason they can make up to ignore what you want from them, so I'm not sure if that has anything to do with LLMs.

instinct007 16 hours ago

I struggle with this. I think people just will not want to read what LLMs output, plus perhaps you can still analyze things better than an LLM, although that seems skeptical.

My situation is writing about futuristic long-term business strategy ideas; can that be replaced?

Is this unique at all - s-1.site

peteridah 15 hours ago

I have found LLM’s to be a really good thinking partner for writing. I start with a rough idea then proceed to argue for hours challenging ourselves and throwing away a lot of drafts until something materially useful emerges. It is a very different approach to writing… much morel like attaching a debugger to my thought process.

raincole a day ago

(2025)

Also in the author's latest post[0], they took this[1] self-reported preference poll seriously, which makes it very hard for me to take their articles seriously.

[0] https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-re...

[1] https://writethatblog.substack.com/p/dev-reaction-to-ai-blog...

bcantrill 19 hours ago

And in that piece, I think I explained why it's important to take it seriously even though (and in fact, because!) it's self-reported?

raincole 15 hours ago

No, you explained why the selection bias doesn't matter, which I agree. The self-report data still is completely worthless in the first place though.

People are really, really good at lying to themselves, let alone to an online poll. They'll tell you that they prefer imperfect or even bad writing as long as it's not AI slop, just like how they'll tell you they like healthier food, they prioritize personality instead of look for potential dates, how they use LLM "only as a spellchecker", and how they use tiktok for educational videos. As long as there is no stake, people will just say what make they feel better.

Self-reporting data for human behavior is just noise.

bcantrill 14 hours ago

rahuldracula 20 hours ago

I don't agree. Good writing and good ideas are entirely different things. Just read all the beautifully written, inaccurate stuff by the NYT or the Guardian.

Also, non-native English speakers have to use LLMs to share their views so that they are not judged on their writing.

This post is also a good example; it's well written, and I enjoyed it. The idea could have been expressed simply as: "People can smell LLMs in your writing, it makes you look disingenous"

relevant_stats 16 hours ago

> I don't agree. Good writing and good ideas are entirely different things. Just read all the beautifully written, inaccurate stuff by the NYT or the Guardian.

I'd be very curious of some examples when great ideas are being presented in bad writing (or bad speaking for that matter).

> Also, non-native English speakers have to use LLMs to share their views so that they are not judged on their writing.

weird statement. If they use LLMs they will be then judged for both their inability to write in English and for their usage of AI. Not good.

SatvikBeri 13 hours ago

One example that comes to mind is math textbooks – the early textbooks in a field are usually much worse than later ones that come along. To pick on one, I think most people who've read both would agree that the commutative algebra section of Lang's Algebra is much worse than Atiyah & McDonald's Commutative Algebra book, despite covering basically the same ideas, theorems, etc.

cjauvin 21 hours ago

I think this is due to the fact that the language game that we have collectively decided to play, with AI, is not yet mature enough. In the language game of “giving a gift”, for instance, there is a distinction between giving a gift that you made yourself, and one that you bought at the store, but it is not that great, nobody cares a lot anymore. Right now, the language game of publishing words on the internet is strongly associated with the notion that these are “my words”, and the fact that they might have been written by a machine instead, introduces some discomfort. But it’s possible to imagine a future where this language game will have evolved enough that the notion of authorship by a particular machine entity, will not in itself be such an important issue, anymore.

aspicytaco4me 19 hours ago

Gerald Ford references - pop culture wow.

StanislavPetrov 8 hours ago

Personally I never use an LLM or "AI" for any reason. Don't find them useful and, like others, don't find their writing compelling or interesting. I can understand using it as a coding tool, but can't fathom anyone wanting or needing to filter their own thoughts and ideas through it. Is it really that difficult for anyone to send a letter or an email without machine assistance?! If someone sent me a machine generated email I would view it as being no different than any other spam message. In my opinion doing so shows a lack of respect for the recipient whose time is being wasted with machine generated trash.

snk 8 hours ago

If you never used any particular tool, you probably wouldn't find it useful, right?

I asked Gemini about my unicycling this morning, and it coached me on weighting the seat; e.g., looking ahead instead of down helps unweight the pedals.

StanislavPetrov 7 hours ago

That's true. I've also never used a wheelchair, or a variety of other tools for people who can't walk, because I can walk without them. The same holds true for communication.

rulesmen 20 hours ago

This is basically the main argument of On Writing Well, Zinsser, William Amazing book.

jan_m_savage 21 hours ago

Much like our voices, DNA, odor, and personalities are unique, so is our writing style. When I read a wholly-human writing, I get a sense of what kind of a human I'm dealing with. Using LLMs will distort this signal, so readers worth their salt will easily skip the piece, because we don't want to acquire LLM-like writing 'style' (reading affects writing).

As soon as I sense Slop, I'm done, this person refused to think when writing, why should I waste my time reading it then?

etoyruben 18 hours ago

I wanted to share my project, but for some reason, the site won't let me... I guess my karma is too low—ha ha ha! We're all like kids trying to get a good grade.

eks391 11 hours ago

I think one of my first posts ever was a share. My guess is there probably a new account timeout to prevent spam, and you are affected for having made your account today

manlymuppet 21 hours ago

This post uses far too much punctuation. Makes it jarring to read.

manlymuppet 21 hours ago

Perhaps the author is trying to distinguish themselves from LLMs.

andy99 a day ago

So many people seem completely blind to LLM writing, they are fine sharing it on social media or at work. I think it’s people who are “not details people” and are used to judging something without reading it based on superficial cues which is what LLMs are optimized for.

And of course anyone who actually reads stuff is disgusted by it, so we quickly end up with a situation where content is piling up and nobody is consuming it which is basically dead internet theory.

On LinkedIn specifically I went from reading it regularly to almost never touching it, previously the nonsense (“the interviewer was the dog”) was still tolerable enough to flip through for updates and I found the platform useful for business leads. Now it’s just a feed of pure slop, when I do open it I just close again after reading a post is two when I remember how bad it is.

sharanharsoor 21 hours ago

I love the analogy. Thanks for sharing!

a-dub 19 hours ago

writing well still works. it also still can be quite hard depending on the circumstance.

I_dream_of_Geni 14 hours ago

Yes, yes, all is true here. But you forget: Half of America is illiterate. "According to data analyzed via the National Literacy Institute, roughly 54% of American adults read below a sixth-grade reading level."

So, those folks aren't checking anything, and certainly wouldn't know the difference, or care.

Hasz 21 hours ago

LLMs are not defacto bad at writing and are not defacto distinguishable from human writers. Lots of people are just lazy, never customize anything, and tell chatgpt to make them a post about x to be a "thought leader". Most are even lazier and blatantly rip off some else for their own means.

However, it is perfectly possible to have an LLM imitate an existing corpus of writing (yours or someone else) and with a good prompt, idea, and editing, to produce high quality writing (in every sense of the word) with an LLM.

patrickmay 17 hours ago

If you're going to put that level of effort in, just write the thing yourself. It will be a comparable level of effort and you'll learn something doing it. Your readers will also appreciate hearing your real voice.

snk 8 hours ago

Well, no. If I can get an LLM to write like Asimov, that's better than I will ever do, honest.

JGregoryH 19 hours ago

It's been odd as I've seen colleagues I generally thought of as intelligent and self aware post glaringly AI generated cliche LinkedIn corporate slop, even accounts from generally respectable and innovative tech companies. I don't know whether they think no one can tell or that they don't care if it is obviously AI? It's truly bizarre and now seems to be the vast majority of posts there.

antonvs 10 hours ago

The people posting this content are intellectual eunuchs, so it doesn’t really matter if their fly is open.

jtrn 20 hours ago

Interesting quick read/take. Especially the LinkedIn analogy. Even though I am WAY high on the AI fanboy and low on the LinkedIn side of the bell curve, I can see what the author mean.

mitxela 13 hours ago

Wait, you're complaining about AI-generated content on LinkedIn? The place that was 99.9% organic human content slop even before there were LLMs? It was always all form, no substance.

paulpauper 12 hours ago

People, such as the author, who are smart and competent--be it writing, math ,coding etc.--I think systematically underestimate the difficulty of said task for a general population. Things they take for granted, such as writing well, are surprisingly difficult for large proportion of the general population

einpoklum 13 hours ago

Just like LLM-generated blurbs are now a cliched trope, so are short blog posts about people experience in a world with a lot of LLM usage. And this is one of those.

Dlemlo 21 hours ago

No clue why people use linkedin posts serious?

I mean, i check it to see if a recruiter has something interesting but otherwise?

arbirk 18 hours ago

LinkedIn is also suppressive. The algo for maximizing non-confrontational screen time is strongly tuned against: critical posts and comments. Real bringing of information from outside the bubble. Links are severely suppressed.

JBAnderson5 17 hours ago

To me, LLMs struggle with the most important aspect of technical writing - conciseness. As Einstein put it: “If you can't explain it simply, you don't understand it well enough”

layer8 a day ago

Amusingly, there’s a plane rental company called OpenFly.

joe_the_user 17 hours ago

I wouldn't ever use an LLM for my own writing. But I'd use, after edits, for letters to bureaucrats, landlords and other types I'm forced to deal with.

The thing is, the author may care about Linkedin but the relationship that many people have with linkedin is as a place they have to be. "Hmm, I need a blog to enhance my career but writing, urg. I know just the thing...". Which is to say, it's not strange Linkedin is going to be filled with crap. None of my actual friends on Facebook post crap 'cause there's no incentive.

classified a day ago

The HN title ("Intellectual Fly Is Open") made me think it's about some startup starting to sell subscriptions. That title should be de-editorialized. Was it LLM-generated?

tipsytoad 20 hours ago

Is LinkedIn a normal social network? It seems like an absolute dumpster fire to me (it even has shorts now!)

luxuryballs 19 hours ago

sometimes I feel like just writing in all lowercase without fully proper punctuation to signal that it's a real human mind

f0e4c2f7 21 hours ago

This feels like satire / parody. Praising LinkedIn. The text itself containing multiple LLM tells, especially in the parts complaining most about LLM writing.

Maybe not. Could just be kind of accidentally ironic with the author picking up LLM quirks from using them a lot.

Funny in either case.

bibimsz 20 hours ago

the 1900s called, they want their political references back

kittikitti 19 hours ago

I guarantee you people dislike my writing way, way more than they would if it was AI generated. People need to look in the mirror before telling others not to utilize LLM's for writing.

duckydude20 20 hours ago

ai slop is sh8t. but using ai to write thoughts in readable way, with flow, no issues on my side.

my english writing is quite bad. if i write article i myself cannot read it. ai helps with the flow, review editing.

nowadays i record audio, stt and then let ai flow it properly.

i hate blog.md like this, given a topic and it does everything.

m3kw9 21 hours ago

it's all about money, they write some attractive stuff, they get some views, likes follows, maybe someone will say "this dude is smart". but most times you get idiots liking the stuff, and likely detrimental because a smart person would see is slop, and they also know you don't know people know is slop.

dominotw a day ago

I was fired from my job at spotify for taking fmla when i my dad was dying from cancer. I've been marking the my directors posts on linkedin as 'looks like ai slop'.

theandrewbailey a day ago

Talk to a lawyer about that firing. You might have a case.

dominotw a day ago

i did. They said i had no case since i wasnt fired during fmla and there was no proof that it was the cause.

Vishal_Max a day ago

You are right in every sense, but it seems you used llm to write this post, lol!

StilesCrisis a day ago

What makes you say that? It reads naturally to me and Pangram flags it as 100% human. I've never heard an AI use the "fly is open" analogy.

theandrewbailey a day ago

That's a suspicious number of em-dashes for something that's allegedly against LLMs.

TomGarden a day ago

I was thinking that, but the use of em-dashes is different from the normal LLM use.

If this is straight out of an LLM I am impressed

imtringued a day ago

You think it's the em dashes and not the absurd Gerald Ford and Richard Nixon analogy?

jLaForest a day ago

Addressed in the article...

CrimsonRain 21 hours ago

LLMs write better than most journalists. It also writes better than majority people in the world when it comes to English as majority are really bad in writing.

And of course, LLMs write as you prompt.

Personally, I'm happy to read broken English from non English people or good English from English people. But I'd rather read LLM writing than read typical long form perfect English journalist crap.

jampekka 21 hours ago

> LLMs write better than most journalists.

I used to think this, but now that I've been trying to use them to help with writing, it turns out they are not necessarily that great on the deeper level. The grammar and the surface style are impeccable, but they often struggle with continuity and carrying on a point or an argument.

riskable 20 hours ago

I've come to trust their grammar corrections implicitly. So much that I've setup a "Fix Grammar" command with Obsidian Copilot that I'll just let it run on a whole chapter (YOLO mode):

    Proofread the following text for grammar, punctuation, and typos while
    strictly preserving the author's voice, pacing, and intentional stylistic
    choices (such as sentence fragments or character dialogue quirks).

    Rules:
    - Correct objective spelling errors, misused words, and unintended punctuation mistakes.
    - Smooth out unintentional syntactic snags without homogenizing unique phrasing.
    - Retain all Markdown formatting.
    - Return ONLY the corrected text with no intro, summary, or explanations.

    Text to edit:
    {selection}
About a year ago, all three big AI vendors could end up with strange "corrections" that would throw you off, but not anymore. As far as I'm concerned, they've solved "the grammar checking problem."

The complexity in this command is there for phi4:14b and qwen3:14b which I run locally via ollama. If the text doesn't have any Obsidian callouts or similar, fancy stuff I just use either of those and they do a fantastic job in seconds. For Big AI (e.g. Gemini, GPT-whatevs, Claude) you can literally just tell it, "fix the grammar." No need for the lengthy command.

NOTE: I am decent with English grammar so most of what needs fixing is typos I didn't spot or misplaced commas and periods inside/outside of quotes (I always screw that up without thinking—even though I know the rules! LOL). Occasionally, Big AI (Gemini, specifically) have disagreements about whether a comma is necessary in a particular spot but it's always of no real consequence.

zahlman 17 hours ago

krupan 10 hours ago

CrimsonRain 20 hours ago

With current LLMs, the continuity/carrying/context management is _your_ task. When AGI is achieved etc...

zahlman 17 hours ago

> But I'd rather read LLM writing than read typical long form perfect English journalist crap.

The problem is precisely that LLM writing is that exact thing (at least by default), but even more so. Longer-form, more "perfect" in some technical sense, and yet crappier.

CrimsonRain 12 hours ago

not all of them.

and you can always just ask to be concise.

wavemode 21 hours ago

> LLMs write better than most journalists

In my personal experience I strongly disagree. Curious what publications you read wherein this is the case.

anon84873628 20 hours ago

I suspect the commenter prefers the concise, factual summary of an LLM.

It is true that modern journalism on the web is trying to get ad impressions. After all, this is how we ended up with clickbait. Sure you still have the Economist and Atlantic (which aren't beyond criticism), but your local county paper is an absolute mess. The content is stretched, meandering, and designed to keep you scrolling through more impressions.

zahlman 16 hours ago

anon84873628 20 hours ago

I would almost never transmit LLM output without a decent amount of editing. But I also don't understand people who paint it as this horrible offensive unreadable slop.

Calling it better than most journalists is extreme (and probably the reason for down votes), but it must certainly be better than the average person.

We're hearing this criticism from the highly educated professional class people who bother to have their own blog or otherwise spend their time talking about technology online. I mean come on.

To most people, the LLM must feel incredibly empowering, like us wearing a mecha suit. Would we always show restraint and only apply our newfound enhanced physical strength in carefully considered situations?

antonvs 17 hours ago

> But I also don't understand people who paint it as this horrible offensive unreadable slop.

When a piece of writing is full of LLM tells, I find it as offensive as any formulaic writing, except that the LLM style has quickly become pervasive, much more so than any other type of formulaic writing.

I’m not reacting out of some general dislike of LLMs - I use them daily. I’m reacting because I don’t like terrible writing.

qlte 14 hours ago

LtWorf 20 hours ago

They are worse than most people at communicating ideas.

lsofzz a day ago

Please read past the LLM-ness of any given post.

The message of the post is what _should_ hopefully matter to a reader.

And, not the fact that it was written by an LLM.

I am a technical guy at heart; also an introverted extrovert. I hate writing docs that are to be written to satisfy someone else's metrics. For it to be a tickbox'ed item.

I delegate that to an LLM. I want to spend my time solving interesting challenges instead.

So, Mr. Cantrill, you got a problem with that? So be it.

simonw 21 hours ago

> Please read past the LLM-ness of any given post.

I just can't. LLM assisted posts are often so long, and the hints are usually obvious right at the start.

They're so unpleasant to read. "It's not X, it's Y" etc are bad because the comparisons rarely add anything at all to the message. It's filler that wastes my time. At that point I'd rather see your original prompt.

Why should I invest several minutes of my day reading something if I've already seen evidence that the author doesn't respect my time?

It's not that an LLM wrote it so much as the author couldn't be bothered to clean it up and remove the garbage cliches before publishing it.

Jtariiiii a day ago

Some people actually want to enjoy their moment to moment existence on this planet and not read garbage someone shat out.

It's just digital pollution.

lsofzz a day ago

I hear ya. However, that ship has sailed a long time ago and succumbing to this very idea is exactly why puritans in any form will not survive the next 50 years.

Jtariiiii 21 hours ago

bigstrat2003 a day ago

> Please read past the LLM-ness of any given post. The message of the post is what _should_ hopefully matter to a reader. And, not the fact that it was written by an LLM.

No. I am interested in what a human has to say, not a clanker. If you don't wish to write that is fine, but don't hand it off to the slop machine and present it as though you did anything of value.