• beleza pura@lemmy.eco.br
    link
    fedilink
    arrow-up
    3
    ·
    21 hours ago

    this is purely anectodal, but i’ve tried getting coding help from gen ai a few times and it was never helpful

    the last time i tried was particularly ridiculous: i was looking for z-combinator implementations in rust on google and gemini gave me an implementation suggestion. for those who don’t know, the z-combinator is an eager variant of the y-combinator and the point of both of those is allowing you to implement recursion without using recursion directly

    the code generated by gemini used recursion

    and it didn’t even compile

  • SocialMediaRefugee@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    20 hours ago

    Best coding use I’ve found for it so far are simple, very clearly defined, small apps or modules. As soon as any vagueness enters the picture you’ll spend more time analyzing what it produced than is worth it. You might be able to use it as a starting point.

    All of our apps eventually get real world stress tested against our giant test databases and load testing.

  • rizzothesmall@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    arrow-down
    17
    ·
    1 day ago

    Ai-only vibe coders. As a development manager I can tell you that AI-augmented actual developers who know how to write software and what good and bad code looks like are unquestionably faster. GitHub Copilot makes creating a suite of unit tests and documentation for a class take very little time.

    • StupidBrotherInLaw@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      1 day ago

      Second paragraph, first sentence:

      METR funded 16 experienced open-source developers with “moderate AI experience” to do what they do.

      The writing of the rest of the article also makes it clear the study involved experienced devs.

      Your contradiction of an article you clearly didn’t read makes suspect the validity of any other claims you might make.

    • randomwords@midwest.social
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 day ago

      The article stated it was actually experienced open source developers working on large projects they were familiar with and fixing actual bugs.

    • Clent@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      23 hours ago

      Are you able to code yourself?

      What is the experience level of your team?

      Do you understand the difference between anecdotal data and this study?

    • NoForwardslashS@sopuli.xyz
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      1 day ago

      I’m glad your anecdotal experience managing developers completely debunks this scientific experiment. I was starting to worry all this AI might not be a good idea!

  • kingthrillgore@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    21 hours ago

    Every time I have used GenAI to do my coding its been for switch/cases because its FAST. I don’t trust it for anything else because I let it do some work for me once, and I got snakebit with a prod issue.

    It wasn’t just me but a senior too.