5) Finally, the biggest difference, and one of the things that _really_ stood out to me looking at the two solutions is this:
The #Devin solution solves the problem _as it is written_ (changing the color). It follows, to-the-letter, the instructions in the query.
The human solution actually reads the _problem that the requester was trying to solve_ and takes a stab at solving that in a slightly different way from the specifics of how the requester requested it.
That's _brilliant_.
5/5
@hrefna Interesting! Thank you. Some things that stand out to me:
1 - This confirms what I already thought: humans can understand things, AIs can't.
2 - As an experienced programmer who knows no Rust at all, I found the human PR far more understandable, and I even felt that it _taught_ me a little about the language, as opposed to the AI PR which taught me nothing at all.
3 - WTF is with that "New method..." comment? If I was reviewing this, I'd say "hell no" to that.