this post was submitted on 12 Apr 2025
1053 points (98.9% liked)

Technology

68918 readers
4675 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] 8 points 5 days ago (1 children)

Just got the instructions I'm to learn about how to put AI into my programs at work. So thrilled.

[โ€“] [email protected] 13 points 5 days ago

During a meeting not too long ago someone was like "we're looking into using AI to generate these reports."

So they have a dude who gets requests to generate reports. It's not the same reports, but rather custom reports from scattered bits of data throughout a huge database. Ergo you can't really create a program to extract these reports on demand, a person actually has to sit and piece these together.

Now they want to use LLMs to alleviate him, as this isn't technically his role.

They scoffed at me when I asked about how important it is that these reports are accurate, but I mean, it's a valid concern. Best case you get sometimes-hallucinated reports, worst case you get something that wreaks havoc on the database because it just spits out garbage SQL.

I'm very glad that my role doesn't involve that BS.