this post was submitted on 13 May 2026
31 points (91.9% liked)

Asklemmy

54292 readers
509 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

I have been reading a lot that 90% of their code is AI generated, companies are pushing developers to use AI as it makes them fast. But I am a little cautious of believing them. Is it true? Also sorry I didn't find a css career subreddit so I am asking here.

you are viewing a single comment's thread
view the rest of the comments
[–] ExperiencedWinter@lemmy.world 2 points 5 hours ago (2 children)

How do you deal with the lack of understanding of the codebase? The company thinks they pay programmers to write code, but in my experience they actually are paying for someone to understand the whole thing. When something goes wrong in production do you just ask AI to identify the problem?

[–] favoredponcho@lemmy.zip 1 points 1 hour ago

Well, I’ve used AI professionally and personally. Professionally, I already know how the code works because I worked on this codebase prior to AI. However, there are always things I forget and areas I don’t know well. I’ve found AI really helps me understand the codebase because I can ask it how some piece works and it will answer very quickly without me spending a couple hours tracing code paths.

Personally, I’ve written apps without understanding the code at all. I don’t even open an IDE and look at the code since I don’t really need to. Instead, I look at the app I’m building and tell the AI what bugs I find or what features I want to add. For some aspects, it helps to have an engineering background when the AI asks your implementation preferences and asks you to decide between a few options that involve different trade offs. But, these are high-level decisions.

Professionally, our system is more complex than the apps I build personally and I also need to be really careful about not breaking backwards compatibility for any changes we make. Personally, I don’t have as many concerns like this.

But, I do suspect some day our professional systems will fully automate code changes and manage complex changes across systems on their own with concern for backwards compatibility.

[–] the@sh.itjust.works 1 points 3 hours ago

The company thinks they pay programmers to write code

In my company, the C level is pushing hard for AI adoption so everyone is expected to use AI to write code.

When something goes wrong in production do you just ask AI to identify the problem?

Basically, yes. I am no longer programmer but more like software architect or manager. Architecting the design and reviewing AI plan and code.