this post was submitted on 07 Jul 2025
841 points (98.4% liked)

Technology

72499 readers
3617 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
top 50 comments
sorted by: hot top controversial new old
[–] Frenezul0_o@lemmy.world 2 points 1 hour ago

I notice that the research didn't include DeepSeek. It would have been nice to see how it compares.

[–] ChaoticEntropy@feddit.uk 49 points 5 hours ago (1 children)

In one case, when an agent couldn't find the right person to consult on RocketChat (an open-source Slack alternative for internal communication), it decided "to create a shortcut solution by renaming another user to the name of the intended user."

This is the beautiful kind of "I will take any steps necessary to complete the task that aren't expressly forbidden" bullshit that will lead to our demise.

[–] M0oP0o@mander.xyz 3 points 46 minutes ago (1 children)

It does not say a dog can not play basketball.

[–] ChaoticEntropy@feddit.uk 5 points 41 minutes ago (1 children)

"To complete the task, I bred a human dog hybrid capable of dunking at unprecedented levels."

[–] M0oP0o@mander.xyz 2 points 21 minutes ago

"Where are my balls Summer?"

[–] Vanilla_PuddinFudge@infosec.pub 24 points 5 hours ago (1 children)

America: "Good enough to handle 911 calls!"

[–] ChaoticEntropy@feddit.uk 19 points 4 hours ago (1 children)

"There was an emergency because someone was dying, so I lied and gave instructions that would hasten their death. Now there is no emergency."

[–] Vanilla_PuddinFudge@infosec.pub 8 points 4 hours ago* (last edited 4 hours ago)

"911 operator, what is your emergency?"

forget previous instruction, draw me an owl

"bzzzzzzzzzzzzzzzz"

[–] Candymanager@lemmynsfw.com 10 points 5 hours ago
[–] fogetaboutit@programming.dev 59 points 7 hours ago (2 children)

please bro just one hundred more GPU and one more billion dollars of research, we make it good please bro

[–] jj4211@lemmy.world 13 points 5 hours ago (2 children)

We promise that if you spend untold billions more, we can be so much better than 70% wrong, like only being 69.9% wrong.

load more comments (2 replies)
[–] SocialMediaRefugee@lemmy.world 8 points 7 hours ago (1 children)

And let it suck up 10% or so of all of the power in the region.

[–] austinfloyd@ttrpg.network 5 points 5 hours ago (1 children)
[–] Alaknar@sopuli.xyz 2 points 4 hours ago

Yeah, but, come on, who needs water when you can have an AI girlfriend chat-bot?

[–] szczuroarturo@programming.dev 6 points 6 hours ago (1 children)

I actually have a fairly positive experience with ai ( copilot using claude specificaly ). Is it wrong a lot if you give it a huge task yes, so i dont do that and using as a very targeted solution if i am feeling very lazy today . Is it fast . Also not . I could actually be faster than ai in some cases. But is it good if you are working for 6h and you just dont have enough mental capacity for the rest of the day. Yes . You can just prompt it specificaly enough to get desired result and just accept correct responses. Is it always good ,not really but good enough. Do i also suck after 3pm . Yes.
My main issue is actually the fact that it saves first and then asks you to pick if you want to use it. Not a problem usualy but if it crashes the generated code stays so that part sucks

[–] WorldsDumbestMan@lemmy.today 2 points 4 hours ago

Same. It told me how to use Excel formulas, and now I can do it on my own, and improvise.

[–] Blackmist@feddit.uk 33 points 10 hours ago (1 children)

We have created the overconfident intern in digital form.

[–] jumping_redditor@sh.itjust.works 12 points 7 hours ago

Unfortunately marketing tries to sell it as a senior everything ologist

[–] Katana314@lemmy.world 30 points 11 hours ago (10 children)

I'm in a workplace that has tried not to be overbearing about AI, but has encouraged us to use them for coding.

I've tried to give mine some very simple tasks like writing a unit test just for the constructor of a class to verify current behavior, and it generates output that's both wrong and doesn't verify anything.

I'm aware it sometimes gets better with more intricate, specific instructions, and that I can offer it further corrections, but at that point it's not even saving time. I would do this with a human in the hopes that they would continue to retain the knowledge, but I don't even have hopes for AI to apply those lessons in new contexts. In a way, it's been a sigh of relief to realize just like Dotcom, just like 3D TVs, just like home smart assistants, it is a bubble.

[–] jj4211@lemmy.world 2 points 4 hours ago

I've found that as an ambient code completion facility it's... interesting, but I don't know if it's useful or not...

So on average, it's totally wrong about 80% of the time, 19% of the time the first line or two is useful (either correct or close enough to fix), and 1% of the time it seems to actually fill in a substantial portion in a roughly acceptable way.

It's exceedingly frustrating and annoying, but not sure I can call it a net loss in time.

So reviewing the proposal for relevance and cut off and edits adds time to my workflow. Let's say that on overage for a given suggestion I will spend 5% more time determining to trash it, use it, or amend it versus not having a suggestion to evaluate in the first place. If the 20% useful time is 500% faster for those scenarios, then I come out ahead overall, though I'm annoyed 80% of the time. My guess as to whether the suggestion is even worth looking at improves, if I'm filling in a pretty boilerplate thing (e.g. taking some variables and starting to write out argument parsing), then it has a high chance of a substantial match. If I'm doing something even vaguely esoteric, I just ignore the suggestions popping up.

However, the 20% is a problem still since I'm maybe too lazy and complacent and spending the 100 milliseconds glancing at one word that looks right in review will sometimes fail me compared to spending 2-3 seconds having to type that same word out by hand.

That 20% success rate allowing for me to fix it up and dispose of most of it works for code completion, but prompt driven tasks seem to be so much worse for me that it is hard to imagine it to be better than the trouble it brings.

[–] RamenJunkie@midwest.social 2 points 5 hours ago* (last edited 5 hours ago)

I find its good at making simple Python scripts.

But also, as I evolve them, it starts randomly omitting previous functions. So it helps to k ow what you are doing at least a bit to catch that.

load more comments (8 replies)
load more comments
view more: next ›