I’m still in doubt of what a tankie is, even though I’ve now seen it mentioned 1000 times. Also why is it called that?
- 0 Posts
- 3 Comments
Joined 4 months ago
Cake day: June 24th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
djmikeale@feddit.dkto Programming@programming.dev•Ignoring lemmyhate, are programmers really using AI to be more efficient?6·2 months agoNot total bullshit, but it’s not great for all use cases:
For coding tasks the output looks good on the surface but often I end up changing stuff, meaning it would have been faster up do myself.
For coding I know little about (currently writing some GitHub actions), it’s great at explaining alternatives, pros and cons, to give me a rudimentary understanding of stuff
I’ve also used it to transcribe tutorial screencasts, and then afterwards having a secondary LLM use the transcription to generate documentation (include in prompt: "when relevant, generate examples, use markdown tables, generate plantuml etc)
Thank you for the explanation! 😊