this post was submitted on 07 Jul 2025
957 points (98.0% liked)

Technology

72865 readers
2119 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 40 points 1 week ago (14 children)

Exactly! LLMs are useful when used properly, and terrible when not used properly, like any other tool. Here are some things they're great at:

  • writer's block - get something relevant on the page to get ideas flowing
  • narrowing down keywords for an unfamiliar topic
  • getting a quick intro to an unfamiliar topic
  • looking up facts you're having trouble remembering (i.e. you'll know it when you see it)

Some things it's terrible at:

  • deep research - verify everything an LLM generated of accuracy is at all important
  • creating important documents/code
  • anything else where correctness is paramount

I use LLMs a handful of times a week, and pretty much only when I'm stuck and need a kick in a new (hopefully right) direction.

[–] [email protected] 1 points 1 week ago (2 children)

I will say I've found LLM useful for code writing but I'm not coding anything real at work. Just bullshit like SQL queries or Excel macro scripts or Power Automate crap.

It still fucks up but if you can read code and have a feel for it you can walk it where it needs to be (and see where it screwed up)

[–] [email protected] 9 points 1 week ago* (last edited 1 week ago) (1 children)

Exactly. Vibe coding is bad, but generating code for something you don't touch often but can absolutely understand is totally fine. I've used it to generate SQL queries for relatively odd cases, such as CTEs for improving performance for large queries with common sub-queries. I always forget the syntax since I only do it like once/year, and LLMs are great at generating something reasonable that I can tweak for my tables.

[–] [email protected] 3 points 1 week ago

I always forget the syntax

Me with literally everything code I touch always and forever.

load more comments (11 replies)