this post was submitted on 04 Sep 2025
18 points (68.0% liked)

Showerthoughts

37064 readers
1311 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.

Here are some examples to inspire your own showerthoughts:

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. No politics
    • If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
    • A good place for politics is c/politicaldiscussion
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct and the TOS

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.

founded 2 years ago
MODERATORS
 

I can see someone in the future watching a program run and asking "wow, is that ai? A PERSON typed those cryptic letters? No way!"

top 23 comments
sorted by: hot top controversial new old
[–] littleguy@lemmy.cif.su 1 points 10 hours ago

No it won't be.

Programming will always be giving instructions to execute a task.

[–] kbal@fedia.io 41 points 4 days ago (2 children)

"After all, it was one of the first sectors to deploy A.I. programming in the 1980s, with the four ghosts who chase Pac-Man each responding differently to the player's real-time movements."

All the lines look blurry when you're squinting at things from a position of complete ignorance.

[–] WhatAmLemmy@lemmy.world 13 points 4 days ago

In the not too distant future...

NPC: "ChatGPT told me I got ghosts in my blood and I better inject bleach bout it"

AI Corpo: "thankfully, no human programmed it to respond with that, so we are not liable"

Fascist court: "NPC's family must pay AI Corpo damages for negative publicity"

[–] gandalf_der_12te@discuss.tchncs.de 2 points 3 days ago* (last edited 3 days ago)

yeah, we should talk about "probabilistic" vs. "deterministic" behavior instead.

all programs are somewhat intelligent. that's why computers were originally built, after all, to do a part of our workload. If they were completely stupid, we wouldn't really use any computers at all, so yes, intelligence is a necessary feature of every program. the question is whether it has well-defined deterministic behavior or not.

[–] PeriodicallyPedantic@lemmy.ca 8 points 3 days ago (3 children)

Code is the highest level from which deterministic output can be derived.
It is the unambiguous spec of the application.

I've seen talks from people at openAI talking about how you should treat prompts as specs, and that a good spec can generate the code you need, so the important thing to keep is the spec (prompt).
But LLMs are necessarily non-deterministic, it'd be like every time you compiled the code, you got a different app that fulfilled the same purpose. That's not really useful.
And if you make the spec unambiguous enough that it always generates undistinguishable apps, well then congratulations, your prompt is just as complex as the code is, except you don't have any kind of static checking and compiling takes orders of magnitude longer. You might as well just be writing code.

Now will coding look very different in the future? Maybe. I hope not, but it's looking like it will.
But I don't think we'll get to a place any time soon where people write prompts and never fuck with code.

[–] INeedMana@piefed.zip 4 points 3 days ago

should treat prompts as specs, and that a good spec can generate the code you need

"Tell me you've never compared what user said they needed vs what they actually needed, without actually saying it"

[–] meekah@lemmy.world 2 points 3 days ago (2 children)

I fully agree with you, and just like to add my take on how developing will change in the near future:

I think AI can help developers speed up their work. Its easier to find information from a documentation when you can just straight up ask the documentation about something, rather than having to research and find the correct paragraph/term yourself. I don't think AI will replace documentation, just help you sift through it. Also tools like copilot are pretty useful, I think. It just helps speeding up the process of getting your ideas into code.

[–] expr@programming.dev 3 points 3 days ago

Not only does it not speed up work, it actually slows down work: https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/

[–] PeriodicallyPedantic@lemmy.ca 3 points 3 days ago* (last edited 3 days ago)

I prefer to coach my enthusiasm for the productivity improvements.

If all you're using it for is to find the relevant parts of the relevant documentation, then a vector search would do as well.
What an LLM can do is synthesize readable docs out of poor or missing docs. When it isn't hallucinating, that is.

But I don't actually see anyone using LLMs just to cut through the docs, they're using it to code. And the results I've seen are pretty mixed. It does seem to help ramp up in a new area, but it also seems to become an impediment to moving past the ramp-up phase.
Beginners can now produce beginner code at 2x the speed, and senior folks can now produce beginner code at 3x the speed. But nobody is producing senior level code.

Plus, you know.... All the ethical and socioeconomic concerns.

[–] howrar@lemmy.ca 1 points 3 days ago (1 children)

LLMs are necessarily non-deterministic,

There's nothing about LLMs that force them to be non-deterministic. Given the same prompts and context, they will always output the same probability distribution. It's then up to you what you decide to do with that distribution. If you decide to always choose the most likely output, then the entire thing will be deterministic. We just don't do that because it's less useful than stochastic output.

[–] PeriodicallyPedantic@lemmy.ca 2 points 2 days ago (1 children)

Yes, that's why it's necessary for it to be non-deterministic. Without non-determinism, there is no error recovery if it chooses the wrong token somewhere in the middle of the completion. That's much less useful.

[–] howrar@lemmy.ca 1 points 2 days ago (1 children)

What's this error recovery business you speak of?

[–] PeriodicallyPedantic@lemmy.ca 1 points 2 days ago* (last edited 2 days ago)

So you can try your prompt again. Also to avoid getting stuck in loops of repeated text. Getting stuck down a bad line of "reasoning". Etc.

Low chance of error comes with low chance of error recovery, conversely high chance of error comes with high error recovery ability (mostly just talking about temperature and top k, here)

[–] bacon_pdp@lemmy.world 12 points 4 days ago

No. Programming has virtually nothing to do with writing code.

It is about understanding what needs to be done and why; the how is the code writing process.

The problem is people don’t know that and mistake writing code for programming and then get confused when the most productive programmers have net negative thousands to net negative millions of lines of code to their credit. Or look at fast inverse square root from doom and think it is bad rather than brilliant code.

I think it's like photo editing where you're manually using tools like "remove background" but the tools are semi-intelligent and kinda get what you want and do it for you.

[–] Perspectivist@feddit.uk 8 points 4 days ago

I don't see the connection here. AI describes a type of software and programming is something you do. Wether a software counts as AI or not depends on what it does, not who wrote the code.

[–] henfredemars@infosec.pub 7 points 4 days ago* (last edited 4 days ago)

I’m very concerned about GIGO “garbage in garbage out” because AI needs humans to write the code it “learns.” This isn’t sustainable.

[–] Alsjemenou@lemy.nl 4 points 4 days ago (1 children)

You mean that less people need to understand code? Like that's just natural progression. There are many coding languages because hardly anybody knows how to code in machine language or punch cards and we've been making coding easier for humans. The progression to natural language is a natural one.

LLMs bridging the gap between coding and natural language isn't going to be a mystery in the future. Just like we don't go like "a person punched all those holes in the cards? no way!" Because yes they did and we all understand that that was something that needed to be done at that time. We simply appreciate the amount of work it took. It's a lot more that typing 'cryptic letters', which we will all know in the future also as coding. i don't understand why you believe everybody in the future is an idiot.

[–] bridgeenjoyer@sh.itjust.works 0 points 4 days ago (2 children)

I think you much overestimate the intelligence of the average human.

I was just saying that if you show a computer program run something (let's say a choose your own adventure text game or something) to an average 12 year old today, its likely they would say, thats ai! Because they probably wont even know that a human could write code themselves to do something like draw a circle on screen.

Also, I would have loved to learn actual assembly and talk directly to the hardware. But like you said there is no use at all for it nowadays so thats going to be a lost skill.

[–] Alsjemenou@lemy.nl 2 points 3 days ago

I don't know why we should take 12 year olds as an example? Surely you didn't know certain things at 12 that you know now. Assuming you are 13+

I'm just saying that things will trickle into common knowledge. And there will always be people who know jack shit. Obviously.

But when you play music from a streaming service you don't go like. Wow people had to rewind cassette tapes! No, you understand the progression music carriers have made and just enjoy the music. You could buy a tape recorder and tapes and they are still available, if you would want. The same applies to coding, and other technologies.

[–] CookieOfFortune@lemmy.world 2 points 4 days ago (1 children)

You can still lessen assembly, it’s not that hard actually, just tedious. It can play TIS-100 if you want a “fun” way to learn it.

[–] bridgeenjoyer@sh.itjust.works 1 points 3 days ago (1 children)

I have started that game !

[–] CookieOfFortune@lemmy.world 1 points 3 days ago

Have fun! At some point I gave up on it because it was too much like a job.