Do you matter? Taking note of customer experience design.
It’s not easy to be swayed to try something new, especially from advertising, and definitely if you have to pay for it. Old marketing doesn’t really work well even though it still lingering around. I find the only way I try something new is if its recommended by someone I know and this doesn’t happen very often.

Lately there have been a few blips on my radar for Chipotles. It was recommended both as a company worth investing in and having burritos worth tasting. So recently, being in the area, wife, baby and I decided to try it and it was an educational experience. Not only is their food pretty good but the whole customer experience, while simple, is well polished.
I’ve been looking a little closer at customer experience over the past couple months. It’s essentially the consumer version of software’s user experience. In both cases a product is not the focus of design. Instead, the focus is the experience surrounding the product. I suppose these thoughts stem from having read Do you matter recently (the one takeaway point I got from this is that a solid culture of design is necessary on a team that builds good customer experience). Making this link between the two types of design broadens the horizon of inspiration for designing software experiences. And of course, of particular inspiration is Chipotles. Here’s a few design ideas taken from Chipotles customer experience:
- Limit Selection. I hate ordering food when the menu is long. It’s a lot of work figuring out what the best thing is to order. With long menus its a research project. Why do these restaurants make me do all this work? In contrast, if you go to Chipotles you can get Burritos or Tacos either with Chicken, Steak, or Pork, all for the same price.
- Don’t Limit the Extras. They aren’t part of the product but contribute to the experience. These are generally the first things that get cut when trying to reduce costs but they’re usually the cheapest and contribute the most to the experience. For example, Chipotles lets you choose how many napkins you need, lets you help yourself to sliced lemons and full bottles of tobasco sauce. That my not seem like much but the experience is miles better than hot sauce packets and napkin dispensers. Google follows this technique with GMail’s ever increasing limit. You may not ever come close to that limit but its nice to know its high.
- Care. This is more than a customer service smile. It’s caring about the details. When ordering there was a notice that the meat they used was free of chemicals and vegetable fed. When we sat down we received a bib for our baby (although she was not eating burritos!). When we used our napkins to clean up what became a messy burrito we saw, on the back of the napkin, instructions on how to unwrap and eat your burrito without making a mess.
I’m curious to see what other companies are paying attention to details like this in the software world. If you bump to any, send me an email!






Google Web Toolkit Applications has been out for around for one month and a couple reviews have come in. Joseph Ottinger from The Server Side says in his
The conference was amazing. The only negative point, and this is the most tiny negative relative to everything else, would be that there was a bit of a pro Java slant at times which alienated developers using many other technologies. I guess its a sure fire way to get a positive response from a largely Java based audience. This however, was not something that any speaker from the GWT team did making a point to convey Java as a pragmatic, rather than religious, choice.
The price tag is said to be around $50 million for New York based Gametrust as reported by 



Originally they had a touch of Ajax with their “digg” button where a click would submit your digg asynchronously to their server and update the digg count without a page refresh. This feature had been around for a long time and proved to be elegant and easily usable. Of course the lack of a page refresh also saves quite a bit of server bandwidth, but this performance optimization was shadowed by the features usability. Now, Digg.com has just added 
Adobe Apollo, now called AIR, (Adobe Integrated Runtime), the runtime environment that allows you to use existing web technology for apps on the desktop is an obvious next step from building desktop like Ajax applications that seem to be awkwardly confined to a browser window. The technology requires a runtime installation of approximately 10MB, similar to the need to install the Java or .NET runtime to run apps in these technologies. However, AIR stands apart by allowing you to develop your applications using web standard technologies. It also adds desktop application like features including storage on your hard drive.
Of course Microsoft sees this battle going on and wants a piece of the action. They have always had great development tools that have really pushed client application development on windows and are now trying to push web application development in the browser with its Silverlight plugin. Silverlight is a very interesting technology that supports a subset of the .NET framework. This means that it is like AIR providing better integration with OS features but differs by running in the browser. The download size is also a subset of the size of the .NET framework at approximately 10MB.