this post was submitted on 16 Aug 2026
80 points (91.7% liked)

Technology

87347 readers
554 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 3 years ago
MODERATORS
 

Paywall removed: https://archive.is/kExz2

you are viewing a single comment's thread
view the rest of the comments
[–] rozodru@piefed.world 2 points 4 days ago (1 children)

it's only as good as it's training data and how it interprets it. thus you can never have an LLM in any kind of leadership or major decision making role simple because of GIGO - Garbage In, Garbage Out.

they're painfully easy to manipulate or simply by feeding it bad data. In this case it fucked up it's time keeping thing which shouldn't surprise anyone who has done any sort of coding with an LLM and then an idiot human being prompted it to make a decision based on garbage data. It's like asking a hammer why it failed to manage the construction crew building a house. doesn't work like that and should never work like that.

[–] MangoCats@feddit.it 1 points 3 days ago (1 children)

In this case it fucked up it’s time keeping thing which shouldn’t surprise anyone who has done any sort of coding with an LLM

This time and earlier last year, yeah. Try again with the newer Anthropic tools and you'll find them to be rather thorough and correct with their calendar and clock math, handling of edge cases like DST shifts, leap years, etc.

[–] frongt@lemmy.zip 2 points 3 days ago (1 children)

Which is pretty impressive for a text generator, but if I need accuracy I'm still going to use a mathematical calculator.

[–] MangoCats@feddit.it 1 points 3 days ago

Yeah, I "vibe coded" a timesheet app in about $15 of Claude subscription credits. Actually did it twice: $10 for the Python version, then migrated that to Go for $5 - it does run a lot faster in Go while simultaneously consuming less power / resources. It makes a couple of nicely formatted timesheets, serves multiple clients with multiple service providers, tracks everybodys' shifts, providers can log in from their phone and accept/drop shifts, schedulers can create new open shifts for providers to consider, etc. etc. - been using it for about a month now, so far the math is flawless - as compared to the human+calculator math that was being used before which seemed to have at least 1 error per 10 shifts computed.