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

Programmer Humor

22085 readers
491 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
[–] [email protected] 31 points 1 week ago (4 children)

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

[–] [email protected] 16 points 1 week ago* (last edited 1 week ago) (1 children)

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

[–] [email protected] 5 points 1 week ago (1 children)

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

[–] [email protected] 4 points 1 week ago* (last edited 1 week 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

[–] [email protected] 8 points 1 week ago* (last edited 1 week 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.

[–] [email protected] 4 points 1 week 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

[–] [email protected] 18 points 1 week ago

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

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

How about this:
Humans (or humans assisted by AI) write documentation
Users (devs included) 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.