Aleksei Ivanov

ADD: Anger Driven Development

Ever wanted to curse at the coding agent that's just too dumb to get through and understand what you want to do?

Funny how technology can evoke emotions in us. It is just like throwing a control into the TV, when the program that's being aired irritates you.

I’ve stumbled upon this term “Anger Driven Development” in the comment section to this video:

https://youtu.be/rmvDxxNubIg

You know how there is Test Driven Development and Behaviour Driven Development? Yeah, among these lines.

One interesting insight I have got from the video-although might not be true, but highly likely-is how model making mistakes and the user arguing with it can actually reinforce this behaviour of the model. It can literally extrapolate previous mistakes. In which case it’s best to just start the new session.

I’ve got to say, this really seems plausible, although I haven’t noticed this myself.