luminosity comments on Anti-akrasia remote monitoring experiment - Less Wrong

45 Post author: cousin_it 27 September 2010 11:34PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (114)

You are viewing a single comment's thread. Show more comments above.

Comment author: Jonathan_Graehl 27 September 2010 11:51:59PM *  7 points [-]

This is like pair programming except you don't have to cut your productivity nearly in half.

To clarify: I've always believed that most of the benefit from the practice comes from the fact that work is actually being done for an increased portion of the time in front of the monitor, and that the costs and benefits of discussion roughly balance.

Comment author: luminosity 28 September 2010 12:34:29AM 9 points [-]

Anecdotal, but my experience of pair programming is that it's incredibly useful for picking up bugs as they are laid down rather than having to dig them up later. Not to say that being monitored working doesn't help, but finding and removing bugs is by far the hardest and most expensive part of programming.

Comment author: Jonathan_Graehl 28 September 2010 02:44:26AM 0 points [-]

Seems reasonable and is supported by some study linked in Wikipedia. Code review is supposed to do this more efficiently, albeit with higher latency.