• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • GojuRyu@lemmy.worldtoComic Strips@lemmy.worldVoting
    link
    fedilink
    English
    arrow-up
    5
    ·
    5 days ago

    Unless some politician had a recent shitstorm and no other politician was in hot water currently, I would probably ask who it was they wouldn’t vote for because I would have no clue. The same would apply if instead of a single person, it was about a single party, unless an especially bad one had popped up that election, I simply wouldn’t know which party they were talking about. I don’t even think I’d be suspicious, I’d be too busy being confused or curious.

    For context, we currently have more than a dozen parties represented in government and half a dozen that didn’t get enough votes this time around, but are big enough to be recognizable and sometimes getting representatives in government.


  • An example from work a few weeks ago. I fixed some vibe coded UI code that had made it to prod. The layout of the UI was basically just meant to be an easy overview of information relevant to an item. The LLM had done everything right except it assumed a weird mix of tailwind and bootstrap, mixing and matching css classes from both. After I implemented the classes myself it went from a single column view to grids and nested grids grouping the data intuitively. I talked with the dev who implemented it, and basically it was just something quickly cobbled together with AI until it was passable. The AI had added a lot of extra that served no function and that didn’t conform to a single css framework, but looked like it could. For months noone questioned it despite talk about that part of the UI needing a facelift.

    I don’t know how representative it is, but about half the time I’m thoroughly confused about a piece of code and why it was written the way it was, the answer has turned out to be AI. And unlike when a developer wrote it, there rarely is any reason to have written it the weird way.