• ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    I think it’s going to be humans that implement actually interesting code while LLMs handle common and tedious stuff. That’s the approach I’ve been using at work. When I need to crap out a UI based on some JSON payload, or make an HTTP endpoint, I let the LLM do it. When I have some actual business logic that’s domain specific, I write that myself. This allows me to focus on writing code that’s actually interesting, while the LLM does all the tedious work.