this post was submitted on 21 Mar 2025
653 points (100.0% liked)

Programmer Humor

21822 readers
1599 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Original post: hachyderm.io (Mastodon)

you are viewing a single comment's thread
view the rest of the comments
[–] SatyrSack@feddit.org 83 points 2 days ago (1 children)

Could be worse. At least it's documented

[–] owl@infosec.pub 4 points 2 days ago (1 children)

To me the biggest problem, that AI might solve is documentation.

[–] EvilCartyen@feddit.dk 29 points 2 days ago (4 children)

Have you tried to use AI for documentation? It's pretty shit.

[–] Appoxo@lemmy.dbzer0.com 2 points 13 hours ago

How about this:
Humans (or humans assisted by AI) write documentation
Users (devs includes) can either choose to read the manual the old fashioned way or utilize it like a sort of swagger api documentation to give

  1. Information to a question (How to do x)
  2. Provide a general example
  3. (Assuming it's used with an IDE or has information about the project) Provide a personalized example on the implementation.
[–] Hupf@feddit.org 15 points 1 day ago* (last edited 1 day ago) (1 children)

Have you tried to use AI for <thing>? It's pretty shit.

[–] Tja@programming.dev 5 points 1 day ago (1 children)

Translation, proofreading, summarizing, brainstorming, boilerplate code, protein folding...

[–] stetech@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

protein folding

We’re at the point where, due to how b2c tech services work, I think a lot of people think AI === LLM

[–] milicent_bystandr@lemm.ee 7 points 2 days ago* (last edited 2 days ago)

I've used AI to give me a good enough guess that I know the right keywords to search for too find the real documentation.

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

I’ve had pretty good experience with using AI to find what I’m looking for in documentation, especially if the docs are in context

[–] SatyrSack@feddit.org 17 points 2 days ago

I think they mean having an AI read code and then write documentation for it. Not having an AI read documentation.