this post was submitted on 14 Aug 2025
297 points (99.7% liked)

Technology

73972 readers
3281 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
[–] hisao@ani.social 3 points 4 hours ago (2 children)

I make it write entire functions for me, one prompt = one small feature or sometimes one or two functions which are part of a feature, or one refactoring. I make manual edits fast and prompt the next step. It easily does things for me like parsing obscure binary formats or threading new piece of state through the whole application to the levels it's needed, or doing massive refactorings. Idk why it works so good for me and so bad for other people, maybe it loves me. I only ever used 4.1 and possibly 4o in free mode in Copilot.

[–] FauxLiving@lemmy.world 1 points 3 hours ago (1 children)

It's a lot of people not understanding the kinds of things it can do vs the things it can't do.

It was like when people tried to search early Google by typing plain language queries ("What is the best restaurant in town?") and getting bad results. The search engine had limited capabilities and understanding language wasn't one of them.

If you ask a LLM to write a function to print the sum of two numbers, it can do that with a high success rate. If you ask it to create a new operating system, it will produce hilariously bad results.

[–] ayyy@sh.itjust.works 2 points 2 hours ago (2 children)

You can’t blame the user when the marketing claims it’s replacing entire humans.

[–] iopq@lemmy.world 2 points 2 hours ago

It is replacing entire humans. The thing is, it's replacing the people you should have fired a long time ago

[–] FauxLiving@lemmy.world 1 points 1 hour ago

I can blame the user for believing the marketing over their direct experiences.

If you use these tools for any amount of time it's easy to see that there are some tasks they're bad at and some that they are good at. You can learn how big of a project they can handle and when you need to break it up into smaller pieces.

I can't imagine any sane person who lives their life guided by marketing hype instead of direct knowledge and experience.

[–] GenChadT@programming.dev 1 points 42 minutes ago

It's an issue of scope. People often give the AI too much to handle at once, myself (admittedly) included.