this post was submitted on 18 Apr 2025
51 points (87.0% liked)

Asklemmy

47597 readers
875 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

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.

Also, a few people use it as struggle duck, basically helping alleviate writers block.

Thanks guys.

you are viewing a single comment's thread
view the rest of the comments
[–] Vanth@reddthat.com 31 points 4 days ago (5 children)

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

[–] lordnikon@lemmy.world 9 points 4 days ago

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.

[–] andallthat@lemmy.world 6 points 4 days ago

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.

[–] franzfurdinand@lemmy.world 5 points 4 days ago

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.

[–] iamanurd@midwest.social 2 points 4 days ago

Same. It’s gets me started on things, even if I use very little or even non of its actual output.

[–] JGrffn@lemmy.ml 1 points 3 days ago

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.