276
you are viewing a single comment's thread
view the rest of the comments
[-] thejml@sh.itjust.works 86 points 15 hours ago* (last edited 15 hours 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.

[-] adespoton@lemmy.ca 15 points 9 hours ago

As a manager, I want all my reports to be familiar with AI. I want them to know how to use it, how it will fail, but most importantly, how to recognize if something they’re working on has been touched by AI and what processes need to be followed if it has.

Because the thing that’s worse than junior devs not knowing what their code does is when they slip it into production and someone attempting to make updates doesn’t realize the code doesn’t follow human logic and may not do what they think it does.

[-] teslasdisciple@lemmy.ca 61 points 14 hours 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.

[-] squaresinger@lemmy.world 34 points 14 hours 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.

[-] OwOarchist@pawb.social 7 points 8 hours ago

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

[-] pivot_root@lemmy.world 12 points 10 hours 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 3 points 8 hours 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 1 points 7 hours 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.

[-] OwOarchist@pawb.social 0 points 8 hours ago

By the time that's a problem, he will have failed upwards because of his 'forward-thinking' AI push.

[-] Passerby6497@lemmy.world 10 points 13 hours 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)

[-] 8uurg@lemmy.world 2 points 7 hours 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 2 points 53 minutes ago* (last edited 52 minutes 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.

[-] terabyterex@lemmy.world 8 points 13 hours 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

[-] toynbee@piefed.social 7 points 14 hours 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.

[-] mrgoosmoos@lemmy.ca 3 points 14 hours 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

[-] tyler@programming.dev 6 points 14 hours 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.

[-] FaceDeer@fedia.io -3 points 12 hours ago

Except doing drugs is illegal, whereas using AI is not. Fairly important distinction.

this post was submitted on 05 Jun 2026
276 points (97.3% liked)

Technology

85168 readers
6354 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS