Live data from Hacker News

It's insulting to read AI-generated blog posts

blog.pabloecortez.com

501–510 of 565 posts

Re: It's insulting to read AI-generated blog posts

#501
post #468

Earlier quoted context omitted.

What game is played? To me it seems pretty straightforward that for both the actual caloric content is ~0.

I believe it’s .4 calories per serving which is less than one and which rounds down to zero, but it’s not approximately zero by a long shot.

How is 0.4 kcal "not approximately zero by a long shot"?

Especially when compared to a standard coke with around 150 kcal.

Re: It's insulting to read AI-generated blog posts

#502

YES and, also let's not use printing press, photography, word processors, spell checkers, internet and search engines because they lack human touch, make us lazy, prevent deep thinking blah blah...

Just because all those other inventions didn't wreck humanity doesn't mean this one won't.

The point is, every new technology attracts its share of romantic skeptics, and every time they fail then they retreat to the same tired line:

"Just because all those other inventions didn't wreck humanity doesn't mean this one won't"

But that’s not an argument, it’s an evasion.

Given past inventions didn’t destroy us despite similar concerns, then the burden is on you to show why this one is fundamentally different and uniquely catastrophic.

Re: It's insulting to read AI-generated blog posts

#503

Earlier quoted context omitted.

Why have the LLMs „learned“ to write PRs (and other stuff) this way? This style was definitely not mainstream on Github (or Reddit) pre-LLMs, was it? It’s strange how AI style is so easy to spot. If LLMs just follow the style that they encountered most frequently during training, wouldn’t that mean that their style would be especially hard to spot?

You may thank millenial hipsters who used think emojis are cute and proliferation of little javascript libraries authored by them on your friendly neighborhood githubs. Later the cutest of the emojis paved their way into templates used by bots and tools, and it exploded like colorful vomit confetti all over the internets. When I see this emojiful text, my first association is not with an LLM, but with a lumberjack-be…

Everyone in this thread is now dumber for having read this comment. I award you no points and may god have mercy on your soul.

Re: It's insulting to read AI-generated blog posts

#504
post #94

Earlier quoted context omitted.

> It would be more human to handwrite your blog post instead. “Blog” stands for “web log”. If it’s on the web, it’s digital, there was never a period when blogs were hand written. > The use of tools to help with writing and communication should make it easier to convey your thoughts If you’re using an LLM to spit out text for you, they’re not your thoughts, you’re not the one writing, and you’re not doing a good job…

> there was never a period when blogs were hand written. I’ve seen exactly that. In one case, it was JPEG scans of handwriting, but most of the time, it’s a cursive font (which may obviate “handwritten”). I can’t remember which famous author it was, that always submitted their manuscripts as cursive writing on yellow legal pads. Must have been thrilling to edit.

The fact that this one example stands out so clearly to you gives more Credence to the fact that this is so rare and not a common aspect of blogging.

Re: It's insulting to read AI-generated blog posts

#505
post #94

Earlier quoted context omitted.

> It would be more human to handwrite your blog post instead. “Blog” stands for “web log”. If it’s on the web, it’s digital, there was never a period when blogs were hand written. > The use of tools to help with writing and communication should make it easier to convey your thoughts If you’re using an LLM to spit out text for you, they’re not your thoughts, you’re not the one writing, and you’re not doing a good job…

> If you’re using an LLM to spit out text for you, they’re not your thoughts The thoughts I put into a text are mostly independent of the sentences or _language_ they're written in. Not completely independent, but to claim thoughts are completely dependent on text (thus also the language) is nonsense. > Might as well just give people your prompt. What would be the value of seeing a dozen diffs? By the same logic, sho…

language we use actually very much dictates the way we think...

for instance, there's a tribe that describes directions only using the Cardinals. and as such they have no words for nor mental concept of "left and right".

and coincidentally, they're all much more proficient at navigation and have a better general sense of direction (obviously) than the average human because of the way they have to think about directions when just talking to each other.

===

is also why the best translators don't just do a word for word replacement but half to force think through cultural context and ideology on both sides of the conversation in order to make a more coherent translation.

what language you use absolutely dictates how and what we think as well as what particular message is conveyed

Re: It's insulting to read AI-generated blog posts

#506
post #94

Earlier quoted context omitted.

> It would be more human to handwrite your blog post instead. “Blog” stands for “web log”. If it’s on the web, it’s digital, there was never a period when blogs were hand written. > The use of tools to help with writing and communication should make it easier to convey your thoughts If you’re using an LLM to spit out text for you, they’re not your thoughts, you’re not the one writing, and you’re not doing a good job…

> If you’re using an LLM to spit out text for you, they’re not your thoughts, you’re not the one writing, and you’re not doing a good job at communicating. Might as well just give people your prompt. It's like listening to Bach's Prelude in C from WTCI where he just came up with a humdrum chord progression and uses the exact same melodic pattern for each chord, for the entire piece . Thanks, but I can write a trivial…

[deleted]

Re: It's insulting to read AI-generated blog posts

#507
post #433

Earlier quoted context omitted.

I tell my team that the diff already perfectly describes what changed. The commits and PR are to convey WHY and in what context and what we learned (or should look out for). Putting the "what" in the thing meant for the "why" is using the tools incorrectly.

Does the PR description not end up in the commit history after merge? A description of what changed is very useful when browsing through git logs.

Not just browsing, but also searching.

Re: It's insulting to read AI-generated blog posts

#508

Earlier quoted context omitted.

Why have the LLMs „learned“ to write PRs (and other stuff) this way? This style was definitely not mainstream on Github (or Reddit) pre-LLMs, was it? It’s strange how AI style is so easy to spot. If LLMs just follow the style that they encountered most frequently during training, wouldn’t that mean that their style would be especially hard to spot?

My impression is that this style started with apple products. I remember distinctly opening a terminal and many command lines (mostly Javascript frameworks) applications were showing emoji in the terminal way before LLMs. But maybe it originated somewhere else.. In Javascript libraries..?

I thought it was JavaScript libraries written by people obsessed with the word "awesome", and separately the broader inclusivity movement. For some reason, I think people think riddling a README with emoji makes the document more inclusive.

Re: It's insulting to read AI-generated blog posts

#509

Earlier quoted context omitted.

I would never put up a copilot PR for colleague review without fully reviewing it myself first. But once that’s done, why not?

It destroys the value of code review and wastes the reviewers time. Code review is one of the places where experience is transferred. It is disheartening to leave thoughtful comments and have them met with "I duno. I just had [AI] do it." If all you do is 'review' the output of your prompting before cutting a CR, I'd prefer you just send the prompt.

But then they’ve not reviewed it themselves?

Re: It's insulting to read AI-generated blog posts

#510

Earlier quoted context omitted.

I don't agree entirely with this. I know why the LLM wrote the code that way. Because I told it to and _I_ know why I want the code that way. If people are letting the LLM decide how the code will be written then I think they're using them wrong and yes 100% they won't understand the code as well as if they had written it by hand. LLMs are just good pattern matchers and can spit out text faster than humans, so that's…

> Anything that requires actual brainpower and thinking is still my domain. I just type a lot less than I used to. And that's a problem. By typing out the code, your brain has time to process its implications and reflect on important implementation details, something you lose out on almost entirely when letting an LLM generate it. Obviously, your high-level intentions and architectural planning are not tied to typing…

So what about all these huge codebases you are expected to understand but you have not written? You can definitely understand code without writing it yourself.

> The only two ways I see LLM code generation bring any value to you is if

That is just an opinion.

I have projects I wrote with some help from the LLMs, and I understand ALL parts of it. In fact, it is written the way it is because I wanted it to be that way.

Post reply on HN