• thejml@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    As a manager, I don’t give a rats ass if you use AI. If you’re performing on par with your peers and you know and own your stuff, you’re safe.

    Honestly, that last part is crucial and I’ve hd to remind some of my employees that using Claude is cool and all, but at the end of the day, you own it and I’m going to ask and assume you know it or we’re going to have a serious performance discussion. I can hire anyone to prompt Claude for me, what you bring to the table is what sets you apart.

    • teslasdisciple@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      When I ask the younger devs at work about their code they often tell me what they asked Claude to do instead of telling me what their code does. It’s so frustrating.

      • terabyterex@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        thats crazy yo me.

        i have a contrast fpr you - there is a younger guy at work who transitioned from more of an analyst to a dev. i work with helping all the devs but because he doesnt have the background he needs extra help. he has used ai more to help him. i have helped him use guardrails and to be precise so he doesnt go down rabbit holes. BUT… after ai helps him get there he takes the time to learn and understand what he has done so he can get there on his own in the future

        this is how it should be. it drives me nuts that actual developers at your job have no idea what they are doing

      • squaresinger@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        And yet, that’s all my boss wants of me. “Does a dev really need to understand the code if the AI understands it?”

        That’s frustrating.

        • pivot_root@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          It sounds like your boss needs to stop being anyone’s boss. That kind of view is going to lead to piles of tech debt and everything that comes with it.

          • blargh513@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 month ago

            I mean, I haven’t worked at any company that doesn’t have a decade or more of tech debt all human-made.

            Is this any worse such a regard?

            I do not advocate for more bullshit, but I don’t really think that this will make a big difference either way.

            • bryndos@fedia.io
              link
              fedilink
              arrow-up
              1
              ·
              1 month ago

              AI seems like it will help the already bad bosses do more - which seems like a bad thing. It’s better if the bad ones just wank off in the toilet all day.

              I think how much difference it will make in the long run will depend on who gets sacked and who survives.

          • squaresinger@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 month ago

            But, you know, my boss can now finally code himself. He could never get his head around coding, but now he finally can code. Who knows, maybe he won’t need us expensive software developers anymore when AI gets better, then he can do it all himself.

        • Passerby6497@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          Does a dev really need to understand the code if the AI understands it?

          That if is doing a lot of lifting here, because AI doesn’t understand anything, it only finds mathematical responses to your question. There’s a reason the AI can’t give you the same script twice (or it constantly rewrites the fucking thing instead of just fixing the thing I told it to)

          • squaresinger@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 month ago

            A compiler also doesn’t “understand” like a human does, but it’s so accurate and reliable, that collectively we decided that a programmer doesn’t need to understand the output of the compiler any more. We can trust it, because it works perfectly reliable.

            So the question isn’t so much whether AI “understands” the way a human understands things, but instead whether it will become reliable enough to be trusted. And I don’t see any evidence towards that yet.

          • 8uurg@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 month ago

            These models do have some form of understanding though. There are features for bugs and typos, and general features that map descriptions and pieces of code. It understands the code in so far it helps with next token prediction.

            The bigger problem is that these language models are inherently unreliable and stochastic in how they generate. You request a feature - and it destroys something else in the process - because a single incorrect prediction caused it to diverge and skip a portion of the original code. You request a small modification - and it decides to restart from scratch - because random sampling made a different way of doing something more likely rather than what was there already. Errors compound and the model has no way of fixing or correcting them.

            • Passerby6497@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 month ago

              While I agree on the second paragraph, I’m gonna argue about the first, partially because I think the second invalidates the first.

              These models do have some form of understanding though. There are features for bugs and typos, and general features that map descriptions and pieces of code.

              The models don’t understand anything, they have rules that allow for finding tokens that don’t belong and fuzzy match to correct tokens (typos) and the ability to find code that breaks known rules for a language. That is no more understanding the problem than my spelling or grammar checking understands the comment I’m writing. ‘Understanding’ something requires intelligence and the ability to learn something and incorporate that knowledge into itself and use it to better process that information, not just finding tokens that break rules.

              It understands the code in so far it helps with next token prediction.

              And this is the crux of my beef, I think, because stochastic pattern matching is not understanding, it’s a mathematical representation of how the model processes your input tokens. The fact that it has to start over every time you provide it input, and uses the previous input/output tokens as context is why this is not ‘understanding’, it’s just fancy token prediction that gives a middling-to-passable facsimile to intelligence and understanding things.

              The problems you note in your second paragraph fundamentally undermine the argument that there is any form of understanding to the AI, because those are basic mistakes that a trivial understanding of the problem would prevent.

        • OwOarchist@pawb.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 month ago

          (The AI does not, in fact, understand it. The AI doesn’t understand anything at all. It’s a statistical text prediction machine.)

          • squaresinger@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 month ago

            That is correct, but it’s also kinda beside the point. A compiler doesn’t “understand” anything either, it’s just a program, but it’s still very useful. So useful in fact that most programmers nowadays trust it unconditionally to the point where we say “a programmer doesn’t need to understand the code the compiler outputs”.

            But AI is just really not trustworthy, and the question is whether they will ever be trustworthy enough that we can say “The programmer doesn’t need to understand the code the AI outputs”.

      • mrgoosmoos@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        I’ve gotten this shit from all sorts of people (note: I am not in software dev)

        I just repeat my question until they either answer it or fuck off without me doing whatever they wanted me to do, because no I’m not going to waste my time with your half finished work

      • toynbee@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        I recently proposed a solution to my boss (who’s older than I am, but not by much) regarding a technical problem we have been having the last few days. He said “that won’t get you anywhere. Ask Gemini.”

        Reluctantly, I did. Besides asking it how to disable it, it was the first time I (sort of) voluntarily interacted with it.

        It made three suggestions. Two didn’t work. The other one was the solution I proposed to my boss. I told him that (more politely) and he said he wasn’t really interested in addressing the problem anyway and that I should move on.

    • tyler@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Uhh the “performing on par with your peers” part is doing a lot of work here. It’s like saying, I don’t care if you’re doing speed at work, as long as you’re working as fast as everyone else. Except AI affects everyone on the planet, not just yourself.

      • mfed1122@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Well we have to try to lie to ourselves to convince ourselves we don’t believe in it otherwise there’s no escape

        • kshade@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          Categorical imperative is escape enough for me. Don’t assume it has been built, nobody in their right mind would do such a thing. Everything else is giving in to fear, panic and selfishness because spooky sci-fi devil computer.

          • mfed1122@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 month ago

            Oh yea I mean I was joking, the whole idea of the basilisk is comically stupid to me. Mostly because of the absolute impossibility of constructing one. If we take for granted that such a thing could exist, then it makes a lot more sense to be afraid of. But I see no way for that to happen. I don’t see how the categorical imperative relates though - would be interested in hearing some explanation on your thinking there.

            • kshade@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 month ago

              The idea of the Basilisk is constructed in such a way that it makes it sound inevitable, like some sort of mind virus that wills itself into existence through fear and panic, then asserts that it likely already happened. I think saying no to that is a pretty clear example of a universal principle because there so obviously isn’t an upside/a way to frame it as a positive. The whole concept is insane and explicitly only brings suffering. I trust that humanity wouldn’t ever do this because of that.

  • jtrek@startrek.website
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Ooh a Unitarian. Don’t even have to be Catholic. I used to hang with unitarians. Some good folks there.