Remix.run Logo
amysox a day ago

Exactly the sort of thing I agree with. If there's code, ultimately, some human is responsible for it, regardless of whether they produced it by hand, by AI, or by rolling dice. (Not that anyone does produce code by rolling dice, mind! Or, if they do, I really don't want to see the results...)

    All project contributions must be submitted by *identifiable human participants* who accept full responsibility for their content. Automated agents, bots, or autonomous AI systems *may not* independently submit issues, pull requests, or other contributions.
   Contributors may use software tools, including AI-assisted tools, but the submitting contributor *must:\*
    - Fully understand the contribution.
    - Be able to explain design and implementation decisions without the use of AI.
    - Accept responsibility for maintenance and correctness.
    Contributors should indicate AI-generated content in issue and pull request descriptions and comments, specifying which model was used.
    Do *not* use AI to reply to questions about your issue or pull request. The questions are for *you,* the human, not an AI model.
https://git.erbosoft.com/amy/amsterdam/raw/branch/main/CODE-...
mckn1ght a day ago | parent [-]

Using LLMs is basically rolling a huge number of weighted dice.

daishi55 a day ago | parent [-]

So is asking a human to write code, if you think about it…

megatoaster a day ago | parent [-]

Dice don’t have lived experience

newswasboring a day ago | parent [-]

How does that matter for a coding task?

sunshowers a day ago | parent [-]

Well, one example is that patterns in code now can make you recall bugs you've seen in the past. I had this realization where I used an LLM to do a big refactor, and it fixed a bug along the way that I should have realized was much more urgent than the refactor, having seen an identical bug in the past (it was related to prefix-checking in a set that wasn't constructed to do that kind of prefix-checking). Had I done the refactor by hand I'd likely have realized it much quicker.