Comment by daveguy

8 hours ago

Not insane at all. Just a very useful shortcut. Not everyone wants to move fast and break shit.

I still think it's insane, why would you care about the "origin" of the code as long as there is a human accountable (that you can ban anyway)?

  • Because you don't want to deal with people who can't write their own code. If they can, the rule will do nothing to stop them from contributing. It'll only matter if they simply couldn't make their contribution without LLMs.

  • Because they aren’t accountable - after it is merged only I am. And why would I want to go back and forth with an LLM through PR comments when I could just talk to the agent myself in real time? Anytime I want to work through a pile of slop I can ask for one, but I don’t work that way. I work with the agent to create plans first and refine them, and the author of a PR who couldn’t do that adds nothing.

    • > I work with the agent to create plans first and refine them, and the author of a PR who couldn’t do that adds nothing.

      As someone who has been using AI extensively lately, this is my preferred way of doing serious projects with them:

      Let them create the plan, help them refine it, let them rip; then scrutinize their diffs, fight back on the parts I don't like or don't trust; rinse and repeat until commit.

      Yet I assume this would still be unacceptable to most anti-AI projects, because 90%+ of the committed code was "written by the AI."

      > why would I want to go back and forth with an LLM through PR comments when I could just talk to the agent myself in real time?

      Presumably for the same reason you go back and forth with humans through PR comments even when you could just code it yourself in real time. That reason being, the individual on the other end of the PR should be saving you time. It's still hard work contributing quality MRs, even with AI.