this post was submitted on 05 Aug 2026
481 points (97.2% liked)

Technology

86879 readers
3837 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
you are viewing a single comment's thread
view the rest of the comments
[–] MangoCats@feddit.it -1 points 4 hours ago* (last edited 4 hours ago) (1 children)

It was understanding requirements and problem solving. LLMs still can not do either of those things and there is no evidence they ever will be able to.

I don't know... I just made a scheduling / timesheet creation app. Multi-user, overlapping clients and providers, multiple funding sources. Took 10 calendar days to make the initial app working part time, maybe 2-3 hours a day. Initially written in Python, decided at that point I'd rather have it in Go. Because the initial app had robust requirements and design docs, the translation to Go happened in less than 5 calendar days, with almost zero human involvement beyond telling the agent "continue" at each stopping point. After the Go translation was done (and debugged by the LLM to a flawless translation - only difference is that it runs faster), I was given a new timesheet to use for some of the workers, weekly instead of bi-weekly. Pay weeks start on Monday instead of Thursday. Various wrinkles about how the employees and clients and services are identified, weird sub-totals by service. All I told the LLM was: "Here's a new timesheet that we'll be using for some workers, design the necessary modifications and extensions to accomodate it." It did, independently. It highlighted three shortcuts it took and I told it not to take those shortcuts, it adjusted.

That's not quite rocket science, but it's still impressive: to dissect the given .pdf, determine what data goes in what fields, in what formats, with what calculations, based on just reading the page, then adapt the existing app to fill it out automatically.

[–] Kangae_Hishiryo@scribe.disroot.org 1 points 6 minutes ago

I truly don't want to try your app... I don't want all my data leaked or my PC, laptop or phone bricked just because a dumb AI-slop code error.