this post was submitted on 26 Feb 2026
22 points (78.9% liked)

Programming

25924 readers
495 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I just read how someone on RetroArch tries to improve documentation by using Copilot. But not in the sense as we might think. His approach is to let Copilot read the documentation and give him follow-up question a hypothetical developer might have. This also could be extended to normal code I guess, to pretend it being a student maybe and have it ask questions instead generating or making changes? I really like this approach.

For context, I myself don't use online Ai tools, only offline "weak" Ai run on my hardware. And I mostly don't use it to generate code, but more like asking questions in the chatbox or revising code parts and then analyze and test the "improved" version. Otherwise I do not use it much in any other form. It's mainly to experiment.

you are viewing a single comment's thread
view the rest of the comments
[–] itsathursday@lemmy.world 7 points 6 days ago (1 children)

Rubber ducky can be anything you want it to be and has solved more bugs to date than all the LLMs combined. https://en.wikipedia.org/wiki/Rubber_duck_debugging

[–] thingsiplay@lemmy.ml 2 points 6 days ago (1 children)

I don't think the case I talked in my post is comparable to Rubber duck debugging.

[–] capuccino@lemmy.world 4 points 6 days ago (1 children)

Yes, it does. Maybe you need to experience it first by first hand.

[–] thingsiplay@lemmy.ml 3 points 6 days ago

I read about what Rubber duck debugging is in the linked article. It's a totally different thing that what I'm talking about.