Larry Lessig writes about transparency in The New Republic. Here’s his argument:
How could anyone be against transparency? Its virtues and its utilities seem so crushingly obvious. But I have increasingly come to worry that there is an error at the core of this unquestioned goodness. We are not thinking critically enough about where and when transparency works, and where and when it may lead to confusion, or to worse. And I fear that the inevitable success of this movement–if pursued alone, without any sensitivity to the full complexity of the idea of perfect openness–will inspire not reform, but disgust. The “naked transparency movement,” as I will call it here, is not going to inspire change. It will simply push any faith in our political system over the cliff.
His argument is lengthy and nuanced, but what it comes down to is that all the transparency in the world doesn’t change the fact that people draw spurious conclusions because people don’t pay enough attention to fully understand the information they’re given (for perfectly rational reasons). There’s another version of this argument in Malcolm Gladwell’s article on Enron from 2007, OpenSecrets.
I’ve seen something similar in my own work running software projects. I’m a fan of transparency, and I generally try to set things up so that anybody can figure out how the project is going. I set up a bug tracking system, version control, and notifications that are sent out when code is checked in. My theory used to be that if I did those things, there’d be less need for meetings, email, and other hand-produced communication. Non-programmers could track the progress of the project through the tools I provided, and everybody would be happy.
Unfortunately, that has never turned out to be the case. Even if you give people access to the code repository and the bug tracking system, they still don’t have the needed context to make any sense of what they’re provided with, and even if they did, trying to keep up is a lot of work. It’s easier to just ask a developer for a short summary of what’s going on. I still think that the transparency is helpful, but it doesn’t provide the benefits I originally envisioned. And sometimes it’s painful because people look at a few data points and draw incorrect conclusions that require even more effort to deal with.
As someone who strongly and often uncritically favors transparency, I found Lessig’s article an interesting and provocative read. Check it out.
On WikiLeaks
I’ve been following the WikiLeaks controversy with interest for months, but haven’t had much to say about it myself. A few points.
Andy Baio has a set of fairly comprehensive links about WikiLeaks Cablegate. Blake Hounshell spent all day going through the documents WikiLeaks published and posting about them on Twitter.
Update: Glenn Greenwald mentioned this post by Will Wilkinson as the best piece of WikiLeaks analysis he’s seen. I’d agree — it explains why WikiLeaks is valuable very well.