When I search this topic online, I always find either wrong information or advertising lies. So what is actually something that LLMs can do very well, as in being actually useful and not just outputing a nonsensical word salad that sounds coherent.
Results
So basically from what I’ve read, most people use it for natural language processing problems.
Example: turn this infodump into a bullet point list, or turn this bullet point list into a coherent text, help me with rephrasing this text, word association, etc.
Other people use it for simple questions that it can answer with a database of verified sources.
Thanks guys.
Overcoming writers block or whatever you want to call it
Like writing an obit or thank you message that doesn’t sound stupid. I just need a sentence down to work from, even though it doesn’t make it to final draft.
Or I needed to come up with activities to teach 4th graders about aerodynamics for a STEM outreach thing. None of the output from LLM was usable as it was spit out but was enough for me to kickstart real ideas
This sort of applies to dev work too, especially if you have ADHD. I overcome blockage by rubber ducking, but sometimes my ADHD gets strong enough that I can’t, for the life of me, sit down to write some trivial code that might as well be a typing exercise. I simply get Cursor to generate the stuff, proofread it, and now that it’s suddenly a bug smashing session instead of typing out some class or component or whatever, I overcome my blockage and can even flow. Speaking as someone that often gets blocked for weeks to months at a time, LLMs have saved me from crashing into deadlines more than a few times.
Yes, it’s like the rubberducking technique, with a rubber duck that actually responds.
Sometimes even just trying to articulate a question is a good first step for finding the solution. A LLM can help with this process.
This is a great use i use it for similar purpose it’s great brainstorming ideas. Even if it’s ideas are bullshit cause it made it up it can spark an idea in me that’s not.
Same. It’s gets me started on things, even if I use very little or even non of its actual output.
That’s about where I land. I’ve used it the other way, too, to help tighten up a good short story I’d written where my tone and tense was all over the place.
I’ve used LLMs to write automated tests for my code, too. They’re not hard to write, just super tedious.