• 0 Posts
  • 207 Comments
Joined 3 years ago
cake
Cake day: July 24th, 2023

help-circle

  • The scenario begins with AI agents undergoing a “jump in capability”.

    Might as well stop reading there. Another fluff piece about how useful and capable AI supposedly is, disguised as a doomsday scenario. I’m so sick of reading this bullshit. “Agentic AI” based on LLMs does not work reliably yet and very likely never will.

    If you complain about bugs in traditional (deterministic) software, you ain’t seen nothing yet. A probabilistic system such as an LLM might or might not book the correct flight for you. It might give you the information you have asked for or it might delete your inbox instead.

    As a consequence of a system being probabilistic, anything you do with it works or fails based on probabilities. This really is the dumbest timeline.



  • RedstoneValley@sh.itjust.workstoFuck AI@lemmy.worldWhy do you hate AI?
    link
    fedilink
    arrow-up
    2
    arrow-down
    5
    ·
    edit-2
    7 days ago

    Might be an unpopular opinion. I don’t hate AI as the technologies like LLMs and ML, the possibilities are limited but when used consciously with the drawbacks and faults in mind it can be useful. If you want to hate anything, hate the players, not the game…

    • People who sell LLMs to customers under false pretenses
    • People who force the use of LLMs for tasks they are objectively bad at
    • People who build massive datacenters, ruining the environment for their dubious claims.
    • People who feed the LLMs with a massive amount of stolen training data
    • People who release those LLMs to customers who are not educated to deal with them (causing AI psychosis and general brainrot)
    • People who sell that stuff as if it was magic instead of what it really is. A sophisticated autocomplete.
    • People who sell that stuff as if it was close to being a superintelligence and therefore dangerous. Which is bullshit. The dangers lie in LLM chatbots being confidently wrong, persuading unsuspecting users to believe the hype
    • People… i think there is a pattern here.

  • Yeah it’s really missing the point on every single topic. Customers are confused that Microslop renames everything to Copilot, like MS Office 365 being rebranded to Copilot 365. It’s not only the confusion between different types of LLMs. Customers are frustrated that MS puts Copilot buttons into every nook and cranny of existing products making these hard to use.

    The author even manages to botch the last point: internal adoption of LLMs at MS. The amount of bugs and quality issues in recent Windows 11 updates suggest that forced LLM use at the company itself has a detrimental effect on their products.

    Edit: Forgot a couple of reasons that aren’t mentioned either: Customers are frustrated that Copilot doesn’t live up to its lofty promises. Customers are frustrated that careless implementations of AI features like Recall are threatening their privacy and safety.
















  • I’d argue that Java is not bigger than ever, it’s more of an established legacy language used almost exclusively in business applications today. Comparing it to COBOL in that sense would be mean but there are similarities. When I started with Java in the late 90s it was something completely different. It became popular because it was open and easy to learn. Java gained a huge community quickly. Now there are some technical reasons why Java lost its popularity among the general tech community over time but as I witnessed it the major downfall happened when Sun Microsystems was acquired by Oracle and the new licensing model was just horrible. Many of us didn’t want to use a language that wasn’t open and moved on. Others created open source forks like you said. I remember we were forced to move to OpenJDK in the company where I was employed. At that time OpenJDK was was neither fast nor complete. It was a shitshow and I can assure you we did not have a good time. Eventually we phased out Java entirely and built the next version on a new stack. And today there are a lot of open and modern general purpose languages available so there is no need to use Java for new projects unless you want to integrate it into an existing Java ecosystem.

    And it was basically the same story with MySQL. You actually said it - “people do their best to get his stench off of it if they can”. In most cases that means moving on to something that isn’t owned by Oracle.