this post was submitted on 31 Aug 2025
205 points (93.6% liked)

Showerthoughts

36996 readers
448 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
 

Listening to another pitch about how AI can empower workers at various jobs across my industry, I was striken by the comparison in the title

3d printing, just like generative models, have it's actual niche uses, where it's obvious downsides are irrelevant and they come handy, e.g. prototyping, replacements, small-series production

Where it comes to the top-down AI promotion trend, it feels not unlike the idea of printing the whole product - a car, or a house, from the smallest details - applying the least effective method, doomed to have a worse than average outcome due to technological limitations

And screws, the thing that we nailed down long before, and that is completely incompatible with that mode of production, is a screaming, growling, shrieking example of how helpful tech can be mispurposed in the most stupid way

you are viewing a single comment's thread
view the rest of the comments
[–] kescusay@lemmy.world 9 points 4 days ago (3 children)

So there are a few very specific tasks that LLMs are good at from the perspective of a software developer:

  1. Certain kinds of analysis tasks can be done very quickly and efficiently with Copilot in agent mode. For instance, having it assess your existing code for adherence to stylistic standards where a violation isn't going to trigger a linting error.
  2. Quick script writing is something it excels at. There are all kinds of circumstances where you might need an independent script, such as a database seed file. It's not part of the application itself, but it's a useful utility to have, and Copilot is good at writing them.
  3. Scaffolding a new application. If you're creating something brand new and know which tools you want to use for it, but don't want to go through the hassle of setting everything up yourself, having Copilot do it can be a real time saver.

And that's... pretty much it. I've experimented with building applications with "prompt engineering," and to be blunt, I think the concept is fundamentally flawed. The problem is that once the application exceeds the LLM's context window size, which is necessarily small, you're going to see it make a lot more mistakes than it already does, because - just as an example - by the time you're having it write the frontend for a new API endpoint, it's already forgotten how that endpoint works.

As the application approaches production size in features and functions, the number of lines of code becomes an insurmountable bottleneck for Copilot. It simply can't maintain a comprehensive understanding of what's already there.

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

I use it to generate unit tests, it'll get the bulk of the code writing done and does a pretty good job at coverage, usually hitting 100%. All I have to do for the most part is review the tests to make sure they're doing the right thing, and mock out some stuff that it missed.

[–] lectricleopard@lemmy.world 1 points 2 days ago

Legit. Do you need to feed it your code base at all? How does it know what needs to be tested otherwise?

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

You're right, unit tests are another area where they can be helpful, as long as you're very careful to check them over.

[–] JustTesting@lemmy.hogru.ch 4 points 4 days ago

one other use case where they're helpful is 'translation'. Like i have a docker compose file and want a helm chart/kubernetes yaml files for the same thing. It can get you like 80% there, and save you a lot of yaml typing.

Wont work well if it's mo than like 5 services or if you wanted to translate a whole code base from one language to another. But converting one kind of file to another one with a different language or technology can work ok. Anything to write less yaml…

[–] WorldsDumbestMan@lemmy.today 0 points 3 days ago (1 children)

They are getting faster, having larger context windows, and becoming more accurate. It is only a matter of time until AI simply copy-cats 99.9% of the things humans do.

[–] kescusay@lemmy.world 3 points 3 days ago (1 children)

Actually, there's growing evidence that beyond a certain point, more context drastically reduces their performance and accuracy.

I'm of the opinion that LLMs will need a drastic rethink before they can reach the point you describe.

[–] WorldsDumbestMan@lemmy.today 1 points 3 days ago (1 children)

We have 100M context AI, we just need better attention mechamisms.

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

This sounds to me like saying you have enough feathers in the grocery bag you're holding. All you need now is a beak, and you'll make yourself a duck.

X doubt

[–] WorldsDumbestMan@lemmy.today 1 points 1 day ago (1 children)

Why does everyone believe we are oh-so special? We are just an accident. We just need to recreate that.

[–] lectricleopard@lemmy.world 1 points 1 day ago

We just need to recreate abiogenisis and billions of years of evolution? Um ok.