Live data from Hacker News

The Rise of Whatever

eev.ee

111–120 of 537 posts

Re: The Rise of Whatever

#111
> "live in some futuristic utopia like the EU where banks consider "send money to people" to be core functionality. But here in the good ol' U S of A, where material progress requires significant amounts of kicking and screaming, you had PayPal."

I remember when PayPal came to Australia, I was so confused by it as I could just send money via internet banking. Then they tried to lobby the government to make our banking system worse so they could compete, much like Uber.

Re: The Rise of Whatever

#112

Love this writing. One paragraph hit very close to home. I used to be the guy who could figure out obscure scripts by google-fu and rtfm and willpower. Now that skill has been completely obliterated by LLMs and everyone’s doing it- except it’s mostly whatever > I don’t want to help someone who opens with “I don’t know how to do this so I asked ChatGPT and it gave me these 200 lines but it doesn’t work”.

No one is losing that skill, as LLMs are wrong a lot of the time.

No one is becoming a retard omniscient using LLMs and anyone saying they are is lying and pushing a narrative.

Humans still correct things, humans understand systems have flaws, and they can utilize them and correct them.

This is like saying someone used Word's grammar correction feature and accepted all the corrections. It doesn't make sense, and the people pushing the narrative are disingenuous.

Re: The Rise of Whatever

#113
Speaking as a grump who recently chilled out, put reservations on hold and gave Claude a crack... it turns out that the anti-AI crowd (which still includes me in many regards) gets a lot wrong about the experience of using it, as demonstrated in TFA. You don't get reams of wishy-washy code unless you ask for it. If you're an experienced developer who Knows What They Want then you can wield it like a scalpel. None of the output is a surprise because you discussed the context and requirements first. It just gets there (probably) faster than you might have typing out keywords yourself. If the goal is Whatever, then sure, you will get that faster.

Re: The Rise of Whatever

#114
Cool post, but:

> And the only real hope I have here is that someday, maybe, Bitcoin will be a currency, and circulating money around won’t be the exclusive purview of Froot Loops. Christ

PLEASE NO. The only thing this will lead to is people who didn't get rich with this scheme funding the returns of people who bought in early.

Whatever BTC becomes, everyone who advocates for funneling public money of people who actually work for their salary into Bitcoin is a fraud.

I don't think the blog author actually wants this, but vaguely calling for Bitcoin to become "real money" indirectly will contribute to this bailout.

And yes, I'm well aware that funneling pension funds money etc into this pyramid scheme is already underway. Any politician or bank who supports this should be sued if you ask me.

Re: The Rise of Whatever

#115
post #46

Love this writing. One paragraph hit very close to home. I used to be the guy who could figure out obscure scripts by google-fu and rtfm and willpower. Now that skill has been completely obliterated by LLMs and everyone’s doing it- except it’s mostly whatever > I don’t want to help someone who opens with “I don’t know how to do this so I asked ChatGPT and it gave me these 200 lines but it doesn’t work”.

I am still the guy doing google-fu and rtfm. The skill has not been obliterated. We still need to fix the slop written by the LLMs, but it is not that bad. Some people copy and paste snippets of code without knowing what it does, and in a sense, they spread technical debt around. LLMs lower the technical debt spread by the clueless, to a lower baseline. The issue I see is that the amount of code having this level of…

> LLMs lower the technical debt spread by the clueless, to a lower baseline.

I'm SO stealing this!! <3

Re: The Rise of Whatever

#116
Emphasis:

-----

This is why I absolutely cannot fucking stand creative work being referred to as "content". "Content" is how you refer to the stuff on a website when you're designing the layout and don't know what actually goes on the page yet. "Content" is how you refer to the collection of odds and ends in your car's trunk. "Content" is what marketers call the stuff that goes around the ads.

"Content"... is Whatever.

-----

People, please don't think of yourself as "content consumers".

Re: The Rise of Whatever

#117
Software programming used to be a blue-collar thing in the early days, when hardware wiring was all the rage.

Then it became hip, and people would hand-roll machine-specific assembly code. Later on, it became too onerous when CPU architecture started to change faster than programmers could churn out code. So we came up with compilers, and people started coding at a higher level of abstraction. No one lamented the lost art of assembly.

Coding is just a means to an end. We’ve always searched for better and easier ways to convince the rocks to do something for us. LLMs will probably let us jump another abstraction level higher.

I too spent hours looking for the right PHP or Perl snippet in the early days to do something. My hard-earned bash-fu is mostly useless now. Am I sad about it? Nah. Writing bash always sucked, who am I kidding. Also, regex. I never learned it properly. It doesn’t appeal to me. So I’m glad these whatever machines are helping me do this grunt work.

There are sides of programming I like, and implementation isn’t one of them. Once upon a time I could care less about the binary streams ticking the CPU. Now I’m excited about the probable prospect of not having to think as much about “higher-level” code and jumping even higher.

To me, programming is more like science than art. Science doesn’t care how much profundity we find in the process. It moves on to the next thing for progress.

Re: The Rise of Whatever

#118
I disagree with many of the points on LLMs (but broadly agree with 80% of the post). But regardless of agreeing or not, it was a pleasure to read this because it's beautifully written, the arguments are solid, it makes you think, and the website has a personality, which is rare nowadays.

I clicked halfheartedly, started to read halfheartedly, and got sucked into a read that threw me back into the good old days of the internet.

A pity that the micropayments mentioned in the post never materialized, I'd surely throw a few bucks at the author but the only option is a subscription and I hate those.

Re: The Rise of Whatever

#119
post #99
post #2

LLM output is crap. It’s just crap. It sucks, and is bad. Still don't get it. LLM outputs are nondeterministic. LLMs invent APIs that don't exist. That's why you filter those outputs through agent constructions, which actually compile code. The nondeterminism of LLMs don't make your compiler nondeterministic. All sorts of ways to knock LLM-generated code. Most I disagree with, all colorable. But this article is based…

> or they suggested an elaborate and tedious workaround that would technically solve the problem (but introduce new ones). There is no value in randomly choosing an API that exists. There is value in choosing an API that works. When LLM makes up an API that doesn't even exist it indicates that it's not tied to the reality of the task of fetching a working API, so filtering out nonexistent APIs will not help the other…

Give me a break. First, that's not the claim the article makes. Second, that's not the experience of anybody who actually uses Claude Code or Gemini Desktop or whatever people are using this week. This is what I'm talking about: people just gaslighting.

LLMs can write truly shitty code. I have a a lot. But they don't fail the way you or this article claim they do. Enough.

Re: The Rise of Whatever

#120

Speaking as a grump who recently chilled out, put reservations on hold and gave Claude a crack... it turns out that the anti-AI crowd (which still includes me in many regards) gets a lot wrong about the experience of using it, as demonstrated in TFA. You don't get reams of wishy-washy code unless you ask for it. If you're an experienced developer who Knows What They Want then you can wield it like a scalpel. None of…

> If you're an experienced developer who Knows What They Want then you can wield it like a scalpel.

But that's not what the marketing says. The marketing says it will do your entire job for you.

In reality, it will save you some typing if you already know what to do.

On HN at least, where most people are startup/hustle culture and experts in something, they don't think long term enough to see the consequences for non experts.

Post reply on HN