4) The DS includes sections of code that look… well they look like generated templates waiting for someone else to fill them in. There are even comments to this effect. It creates a dead branch to… write a comment that says someone else can put something here.
Notably, this text is a lot like how _tutorial projects_ are written. That stands out to me and tells me something about the training set.
HS's approach of course doesn't do that.
4/
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
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.