• Bearlydave@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      7 hours ago

      Build a man a fire and he will be warm for a day, light him on fire and he will be warm for the rest of his life.

  • Notserious@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    9 hours ago

    You can always tell when your on a new bug when you ask about error “exception when calling…” and AI returns your exact implementation of the error back as a solution.

    Not really intelligent

  • 13igTyme@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    14 hours ago

    I had to google Vibe Coding. Seems like it’s not actual coding and you’d then have to check the code yourself and at that point why bother? Easier to start with something that makes sense then the understand and fix a cluster fuck.

    • calcopiritus@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      7 hours ago

      Nah, that would be programming with AI.

      In vibe “coding”, you ask the AI for the code and just run it. If it doesn’t do what you want it to do, you just ask the AI again, or another AI. Ad infinitum.

      Check the code yourself? That’s like 5th century pleb work, vibe “coders” would be wasting their precious time when they can just ask another AI to do it.

  • Lovable Sidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    3
    ·
    16 hours ago

    As usual, people assign conspiratorial motives and strategies to behavior that’s really an extremely simple straight line between two points: “AI software has a lower apparent cost than hiring another developer, so let’s use AI.”

  • utopiah@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    17 hours ago

    Really wish they’d be a direct link to the source, not solely a screenshot. Is this the Web?

  • Jimmycakes@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    16 hours ago

    I mean it’s only a problem depending on the cost of the tools? Renting 4-5k a year worth of tools to make 150k might be ok to some people. While you are at risk of every increasing prices you could just use the time that it’s cheap now to when it gets expensive later to educate yourself.

    What’s the alternative give some college 250k plus crazy interest rates and 4 years of your life?

    Just like with all tools blue collar or white they are worth what you can earn from using them.

  • oo1@lemmings.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    13 hours ago

    WTF “vibe coding”? I’m not even wasting the electricity to googgle that one.

    • Bassman1805@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      10 hours ago

      Ask an LLM to write code for you. Paste it into your IDE, try to run it. Describe the problems to your IDE and ask how to fix them. Lather rinse repeat.

      • 10001110101@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 hours ago

        They have automated IDEs now, so no copy-pasting required. They can even automatically push to production without your input.

  • Rin@lemm.ee
    link
    fedilink
    arrow-up
    9
    ·
    19 hours ago

    If you run your AI, point doesn’t matter. However, what matters more is the fact that if you don’t use a skill, you just straight up lose it and that’s what AI is doing to developers. Mfs straight up forget how to write code

  • medgremlin@midwest.social
    link
    fedilink
    arrow-up
    12
    ·
    21 hours ago

    It’s very helpful that there are a handful of nonsense phrases that AI has scraped by reading journal articles wrong. They’re commonly published in magazine format with a bunch of narrow columns, so there’s some gibberish that AI scraped by reading across the page instead of down the columns. I want to make a database of those nonsense phrases so that I can just Ctrl+F in a journal article to see if I should just skip reading it because it’s AI garbage.

  • DicJacobus@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    17 hours ago

    Shitholes rearing their head thr last 5 6 years made a lot of people forget , America is also a massive shithole

  • Donkter@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    18 hours ago

    On the other side, if it’s “deskilling” to do vibe coding instead of real coding isn’t this person saying that the barrier to entry for coding has been lowered?

    Either vibe coding is not effective and is therefore not taking away the skill of coding or it is effective enough to replace aspects of coding that you would otherwise need to develop the skill to do.

    Like if I’m an engineer or a real estate agent or a business…dude, and I want to use coding in my field but I don’t have the time or desire to start learning a whole skill (anywhere from having children to just learning too many skills already) I assume vibe coding is my best friend.

    • centipede_powder@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      10 hours ago

      Im not going to lie, I totally vibe code. Ive been using it to build guis that help speed up repetitive processes. Vibe coding has been helping me learn too code. I think people abuse it for sure. The code still needs to be checked since LLMs are about as trustworthy as Quora.

    • jj4211@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      16 hours ago

      I think it can do some stuff, especially some entry level tedium.

      So far I haven’t seen a single success on the specific things I’ve tried it for, even when pretty short, other than exceedingly trivial things like reminding me whether this language has a join as a string method or as an array method of o don’t use it that often.

      I do see potential for an awkward gap between unskilled and skilled where an entry level person doesn’t have as clear a path to getting actually better. In math this generally happens in school, where they keep students from using the most effective tools until they prove they can do without it. So education might have to go a bit further into programming skills rather than delegating quite so much to the professional workplace that may be less inclined.

  • Lenny@lemmy.world
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    1 day ago

    I’ve been using chatgpt to help me build a Bubble website. That is, I am doing all the work, I just bounce questions of how to achieve things and structure conditional statements correctly.

    Because I’m basically sanity checking everything it says vs copying blindly, it’s interesting to see just how much it gets caught in a loop of misinformation. I’m lucky to be one of those learners who just needs an example, even if it’s a shitty one, to figure it out myself, so I often find myself using it simply to see how it’s NOT done.

    But yeah, I know jack shit about coding but I’m sure AI code sucks ass.

    • hex@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      11 hours ago

      100%. Half the time I see the first couple lines of AI code and I’m like, nah, that’s not right. Let’s do it myself lol

    • Opisek@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      23 hours ago

      Good for you to want to learn a new skill and taking things that LLMs spit out with healthy skepticism. I’m afraid future generations will lack such motivation.

      • VagueAnodyneComments@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        16 hours ago

        The point of work is not efficiency. If you don’t own your work and you can’t control your data, you are more vulnerable to exploitation. You may not be compensated fairly for your efforts.

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        16 hours ago

        There’s a lot of dev teams that have to use local because their code is proprietary and they don’t want it getting outside the network.