• diabetic_porcupine@lemmy.worldBannedBanned from community
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    5 个月前

    It makes sense to me… I use a very heavy framework that ensures my agent doesn’t lose context about the systems I develop. But that means every change goes through a big long pipeline and if all you want to do is change a few lines of code then maybe a junior dev is the right fit for that specific task?

    • xErah@anarchist.nexus
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 个月前

      Agentic coding would still have the context issues of changing code whether it’s AI or a human: somebody changed something, how do you record that for the next person. You either log it in memory or point it to the git PR, either way it needs to surface the changes.

      So yeah, if AI is too expensive to code small problems for a given company than it’s too expensive for them period.

      • diabetic_porcupine@lemmy.worldBannedBanned from community
        link
        fedilink
        arrow-up
        1
        ·
        4 个月前

        The hard part isn’t changing the lines of code it’s finding them. An agent can do it in the background for you while you work on other things rather than spend 10-15 minutes hunting for the exact line you want