this post was submitted on 12 Apr 2025
123 points (98.4% liked)

Programmer Humor

35056 readers
92 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] zalgotext 3 points 5 days ago

Yeah I find LLMs most useful to basically read the docs for me and provide it's own sample/pseudocode. If it goes off the rails, I have to guide it back myself using natural language. Even then though it's still just a tool that gets me going in the right direction, or helps me consider alternative solutions buried in the docs that I might have skimmed over. Rarely does it produce code that I can actually use in my project.