Skip to content

AI agents wrong ~70% of time: Carnegie Mellon study

Technology
269 106 61
  • The Really Dark Truth About Bots

    Technology technology
    5
    84 Stimmen
    5 Beiträge
    30 Aufrufe
    plutoniumacid@lemmy.worldP
    "Engineers" a.k.a. uneducated cubicle slaves
  • Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App

    Technology technology
    153
    781 Stimmen
    153 Beiträge
    407 Aufrufe
    N
    Now GrapheneOS the privacy based Android OS is calling them out https://bsky.app/profile/grapheneos.org/post/3lt2prfb2vk2r He really must be thinking just about himself, and not that Apple had the info.
  • Inside the face scanning tech behind social media age limits

    Technology technology
    1
    1
    25 Stimmen
    1 Beiträge
    8 Aufrufe
    Niemand hat geantwortet
  • In Militarizing Push, Russian School Children To Build Drones

    Technology technology
    37
    1
    263 Stimmen
    37 Beiträge
    123 Aufrufe
    Z
    https://yourlogicalfallacyis.com/tu-quoque
  • 144 Stimmen
    16 Beiträge
    61 Aufrufe
    B
    I know there decent alternatives to SalesForce, but I’m not sure what you’d replace Slack with. Teams is far worse in every conceivable way and I’m not sure if there’s anything else out there that isn’t already speeding down the enshittification highway.
  • Is Matrix cooked?

    Technology technology
    54
    100 Stimmen
    54 Beiträge
    146 Aufrufe
    W
    Didn't know it only applied to UWP apps on Windows. That does seem like a pretty big problem then. it is mostly for compatibility reasons. no win32 programs are equipped to handle such granular permissions and sandboxing, they are all made with the assumption that they have access to whatever they need (other than other users' resources and things that require elevation). if Microsoft would have made that limitation to every kind of software, that Windows version would have probably been a failure in popularity because lots of software would have broken. I think S editions of windows is how they tried to go in that direction, with a more drastic way of simply just dropping support for 3rd party win32 programs. I don't still have a Mac readily available to test with but afaik it is any application that uses Apple's packaging format. ok, so if you run linux or windows utils in a compatibility layer, they still have less of a limited access? by which I mean graphical utilities. just tried with firefox, for macos it wanted to give me an .iso file (???) if so, it seems apple is doing roughly the same as microsoft with uwp and the appx format, and linux with flatpak: it's a choice for the user
  • Power-Hungry Data Centers Are Warming Homes in Nordic Countries

    Technology technology
    3
    1
    12 Stimmen
    3 Beiträge
    19 Aufrufe
    T
    This is also a thing in Denmark. It's required by law to even build a data center.
  • [paper] Evidence of a social evaluation penalty for using AI

    Technology technology
    10
    28 Stimmen
    10 Beiträge
    55 Aufrufe
    vendetta9076@sh.itjust.worksV
    I'm specifically talking about toil when it comes to my job as a software developer. I already know I need an if statement and a for loop all wrapped in a try catch. Rather then spending a couple minutes coding that I have cursor do it for me instantly then fill out the actual code. Or, ive written something in python and it needs to be converted to JavaScript. I can ask Claude to convert it one to one for me and test it, which comes back with either no errors or a very simple error I need to fix. It takes a minute. Instead I could have taken 15min to rewrite it myself and maybe make more mistakes that take longer.