• Angel Mountain@feddit.nl
    link
    fedilink
    arrow-up
    87
    arrow-down
    3
    ·
    6 months ago

    The problem is that AI is not useless. It has a lot of other issues, but not that it is never a helpful tool.

    • prettybunnys@piefed.social
      link
      fedilink
      English
      arrow-up
      37
      arrow-down
      2
      ·
      6 months ago

      With constrained data sets it’s actually really useful.

      Parsing text and logs and correlating events, super useful.

      When you dump all human “intelligence” into it you discover how dumb we are collectively.

  • 🇵🇸antifa_ceo@lemmy.ml
    link
    fedilink
    English
    arrow-up
    63
    arrow-down
    4
    ·
    6 months ago

    AI is fine when it is your hands. Not when it is your brain. As long as you can vet it it can be useful for coding. Its the moment we give agency away to the AI that many see issues with it.

  • bleistift2@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    1
    ·
    6 months ago

    From the project’s README:

    Also note that the python visualizer tool has been basically written by vibe-coding. I know more about analog filters – and that’s not saying much – than I do about python. It started out as my typical “google and do the monkey-see-monkey-do” kind of programming, but then I cut out the middle-man – me – and just used Google Antigravity to do the audio sample visualizer.

    This is the commit: https://github.com/torvalds/AudioNoise/commit/93a72563cba609a414297b558cb46ddd3ce9d6b5

    • boonhet@sopuli.xyz
      link
      fedilink
      arrow-up
      37
      arrow-down
      1
      ·
      6 months ago

      Tbf it’s his project so he can do whatever he wants

      Issue is when people do things like that one dude who had Claude implement support for DWARF in… Whatever language it was (Something MLy I think?) and literally didn’t even remove the copyright attribution to some random 3rd person that Claude added. It was a PR of several thousand lines, all AI generated and he had no idea how it worked, but said it’s ok, Claude understands it. He didn’t even tell anyone he was going to be working on it so there was no discussion of the architecture beforehand.

      Edit: Ocaml. So I was right that it was something MLy lol

  • dfyx@lemmy.helios42.de
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    3
    ·
    6 months ago

    Quick, let’s all abandon Linux (edit: and git) because the main developer did something we don’t like! /s

  • gerryflap@feddit.nl
    link
    fedilink
    arrow-up
    22
    ·
    6 months ago

    Looks like he’s just toying around with it in some project. Why would he take other’s words for it when he can just test it himself? Try it out, see what happens, draw conclusions.

    There’s a lot of mindless hype and a lot of mindless hate around these tools. Makes sense to try these tools and form your own opinion

    • nagaram@startrek.website
      link
      fedilink
      arrow-up
      3
      ·
      6 months ago

      Didn’t he daily a M series macbook when they came out?

      I don’t remember people being obnoxious about that

  • m532@lemmygrad.ml
    link
    fedilink
    arrow-up
    4
    ·
    6 months ago

    “AI is useless because I want it to be so” is jedi logic, not applicable irl

  • FaceDeer@fedia.io
    link
    fedilink
    arrow-up
    7
    arrow-down
    14
    ·
    6 months ago

    I’ve long found it funny how some people claim that generative AI produces terrible slop, and simultaneously that it’s a huge threat to their jobs.

    • Dekkia@this.doesnotcut.it
      link
      fedilink
      arrow-up
      34
      arrow-down
      1
      ·
      6 months ago

      The people who make firing decisions often aren’t the ones doing the day-to-day work.

      It’s very possible to be replaced by a machine that does a worse job, as long as your (ex-) boss isn’t aware of it.

    • luciferofastora@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      6 months ago

      Nothing, probably. The whole thing is a fun side project for messing around with audio processing, and he decided to outsource the visualisation part (not even the logic, just the visualisation) because he knows jack shit about python and learning it for just one cosmetic part of the project doesn’t make much sense.

      These are – like the analog circuits that started my journey – toy effects that you shouldn’t take seriously. The main design goal has been to learn about digital audio processing basics. Exactly like the guitar pedal was about learning about the hardware side.

      Also note that the python visualizer tool has been basically written by vibe-coding. I know more about analog filters – and that’s not saying much – than I do about python. It started out as my typical “google and do the monkey-see-monkey-do” kind of programming, but then I cut out the middle-man – me – and just used Google Antigravity to do the audio sample visualizer.

      So this isn’t some paid ad for Google, it’s a busy man pursuing a hobby to learn something and taking a shortcut for a part of the hobby he’s not interested in.