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

Showerthoughts

37083 readers
1551 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!"

you are viewing a single comment's thread
view the rest of the comments
[–] meekah@lemmy.world 2 points 4 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 4 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 4 days ago* (last edited 4 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.