<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Louie - Blog</title>
	<atom:link href="http://www.aaronlouie.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlouie.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 10 Apr 2009 00:55:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evolutionary Design &#8211; Part 2 &#8211; Performance-Driven Design</title>
		<link>http://www.aaronlouie.com/blog/2009/evolutionary-design-part-2-performance-driven-design/</link>
		<comments>http://www.aaronlouie.com/blog/2009/evolutionary-design-part-2-performance-driven-design/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 00:36:59 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[performance-driven design]]></category>
		<category><![CDATA[site optimization]]></category>
		<category><![CDATA[user experience design]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=278</guid>
		<description><![CDATA[A design based on performance depends on the audience and the measures of success used. How a design performs determines how it evolves.]]></description>
			<content:encoded><![CDATA[<p>(continued from <a href="http://www.aaronlouie.com/blog/2009/evolutionary-design-part-1-evolution-and-design/">Part 1 &#8211; Evolution and Design</a>)</p>
<p>Remember the old metaphysical question: &#8220;if a tree falls in the forest, and no one&#8217;s around to hear it, does it make a sound?&#8221;</p>
<p>Well, here&#8217;s an equally unanswerable question: &#8220;if someone designs a web site, and no one&#8217;s around to measure its performance, was it a success?&#8221; If you designed or manage that web site, your job depends on being able to answer that question. However, many user experience designers have historically avoided the question with the enigmatic and frustrating non-answer: &#8220;it depends.&#8221; Well, the time is overdue for us to take ownership of measuring the performance of our designs. We can start by understanding what performance <strong>means</strong>.</p>
<p>&#8220;Performance&#8221; implies that someone is observing the performance &#8211; the <strong>audience</strong>. And there’s an implication of critique, or <strong>measurement</strong> of the performance. In order to guide the evolution of the design to fulfill some strategy, the design’s performance must be measured.</p>
<h2>Performance implies an audience.</h2>
<p>The performance of any creative effort is subject to interpretation by the people observing the performance, and those people are called &#8220;the audience&#8221;. To reiterate the argument I made in Part 1, user experience designers aren&#8217;t creating art for self-expression. We&#8217;re creating art for <strong>use</strong>. My design is made to perform a particular function, made useful by having an audience that values the design&#8217;s function.</p>
<p>If I design a web application behind a firewall that no one ever finds or uses, what have I accomplished, other than self-expression? By definition, user experience design requires an <strong>other</strong> (the user) to <strong>experience</strong> the work. My design must be used in order to fulfill its destiny.</p>
<h2>Performance implies measurement.</h2>
<p>The audience is neither monolithic nor homogeneous. Each audience member will have their own unique set of values, motivations, cultural filters, and personality traits, which will affect how they view the performance. They will each bring their own criteria by which they will judge the performance, whether they know it or not.</p>
<p>In the movie theater, I might judge a performance based on the quality of the story, the set design, or the acting. A film critic might judge the character development, the narrative structure, or the impact on the world of filmmaking. A marketer might focus on the product placements, the brand opportunities, or the potential for a companion video game and a line of toys. Conversely, my mom might judge the performance on how comfortable the seats were, the temperature of the air conditioning, or the cleanliness of the restrooms.</p>
<p>Thankfully, there are some criteria that are common amongst audience members. We can group people together who have common attributes and common ways of judging performance. In the digital marketing business, they are called <strong>segments</strong>. In user experience design, these groups are called <strong>personas</strong> (I&#8217;ll save the discussion of the difference between marketing segments and personas for another day). For each audience segment or persona, the user experience designer can identify which criteria they will design for.</p>
<h2>Who you perform <em>for</em> determines <em>what</em> you measure.</h2>
<p>By choosing an audience to please, the designer must deal with the accompanying criteria that audience uses to judge performance. The criteria you choose to measure determines how you will design for performance.</p>
<p>For a typical web site, here are just a few examples of the different types of audiences and their different measures of performance:</p>
<style><!--
table#audience_measure {margin: 4px; border: 1px solid #999; border-collapse: collapse;}
table#audience_measure th {vertical-align: top; border: 1px solid #999; padding: .5em; background-color: #999;}
table#audience_measure td {vertical-align: top; border: 1px solid #999; padding: .5em;}
--></style>
<table id="audience_measure">
<tr>
<th>Approach</th>
<th>Audience</th>
<th>Performance Criteria</th>
<th>Sample Measurements</th>
</tr>
<tr>
<td>user-centered</td>
<td>customer</td>
<td>usefulness, value, relevance</td>
<td>customer satisfaction, time on task, path efficiency, etc.</td>
</tr>
<tr>
<td>business-centered</td>
<td>client, business stakeholders</td>
<td>overall health of the business</td>
<td>aspects of the business model, such as revenue growth, brand awareness, market reach, competitive conversions, etc.</td>
</tr>
<tr>
<td>politics-centered</td>
<td>project managers, program managers</td>
<td>internal stability &amp; promotion</td>
<td>project budget, project profitability, headcount, etc.</td>
</tr>
<tr>
<td>technology-centered</td>
<td>developers, testers, IT administrators</td>
<td>technical efficiency &amp; stability</td>
<td>uptime, processing speed, bugs fixed, etc.</td>
</tr>
<tr>
<td>ecology-centered</td>
<td>eco-minded individuals</td>
<td>sustainability and environmental health</td>
<td>carbon consumption, trees planted, energy used, waste produced, etc.</td>
</tr>
<tr>
<td>social-centered</td>
<td>social values-oriented individuals</td>
<td>conversation and community health</td>
<td>relationships created, events held, houses built, lives saved, etc.</td>
</tr>
</table>
<p>You might notice that these last two are more cross-disciplinary and cross-audience. This is because they&#8217;re based on values, rather than on roles. Value-centered design (see <a href="http://www.boxesandarrows.com/view/searching_for_the_center_of_design">Jess McMullin&#8217;s Boxes &amp; Arrows article</a>) and value-sensitive design (see <a href="http://dub.washington.edu/people/batya-friedman">Batya Friedman&#8217;s work at UW</a>) are approaches to design that define success by how well the design aligns to commonly-held definitions of worth or ethics, respectively (I&#8217;m oversimplifying).</p>
<p>Some of the above approaches are better than others for different contexts. A user experience designer might gravitate toward a completely user-centered approach, but their job might depend on business- or politics-centered measurements. For a company whose entire business is conducted through their web site, depending solely on user-centered measurements of success might have disastrous consequences. Especially if the web server is crashing due to some poorly tested code.</p>
<p>As an online user experience designer, I must deliver a design that the users love, but that is also on time, within budget, functional, revenue-generating, and adheres to the values of the company and its customers. I also need to create an experience that will evolve as those values and the market landscape change over time.</p>
<h2>How you perform determines how you EVOLVE.</h2>
<p>Which brings us back around to evolution. Adapting a design to the changing environment will ensure its survival. Even if you don&#8217;t intentionally vary the design, your site or product WILL change over time. HOW it changes depends on how you measure its performance. What do you value? The user? The money? The environment? Design for the audience(s) you must satisfy to survive. Measure what matters to that audience. Keep what works, toss out what doesn&#8217;t, explore new approaches, measure again, and repeat.</p>
<p><strong>Next up: Part 3 &#8211; Process &amp; Deliverables</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2009/evolutionary-design-part-2-performance-driven-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolutionary Design &#8211; Part 1 &#8211; Evolution and Design</title>
		<link>http://www.aaronlouie.com/blog/2009/evolutionary-design-part-1-evolution-and-design/</link>
		<comments>http://www.aaronlouie.com/blog/2009/evolutionary-design-part-1-evolution-and-design/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:59:44 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[performance-driven design]]></category>
		<category><![CDATA[user experience design]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=271</guid>
		<description><![CDATA[If we want to create user experiences that have a better chance of surviving the chaos of the market, it may help to adopt evolutionary principles in our design process.]]></description>
			<content:encoded><![CDATA[<h2>Fundamental Principles of Evolution</h2>
<p>Evolution is really very simple: life begets life, with a little variation in each iteration (due to entropy). Some variants perform better than others, giving them an advantage in the face of predators and environmental factors. Over time and zillions of variations, specialization occurs.</p>
<p><strong>Evolution in a nutshell</strong></p>
<ol>
<li>Live</li>
<li>Reproduce with variation</li>
<li>What performs well, survives</li>
<li>What survives, reproduces</li>
<li>Repeat</li>
</ol>
<h3>Evolution is not random</h3>
<p>It’s important to note that the process of evolution is <strong>not</strong> random. If it were, we’d have 3-eyed frogs with 6 legs. The reason we don’t is that, if 3-eyed, 6-legged frogs did occur, they didn’t survive any better than the 2-eyed, 4-legged frogs. That’s not random. 2-eyed, 4-legged frogs are simply better at surviving.</p>
<p>What <strong>is</strong> random about evolution is the mutation and the environment in which this cycle of life and death take place. In nature, evolution is not intentionally guided, as far as we know. Catastrophic events and chance encounters with predators cannot be perfectly controlled in the wild, so evolution tends to take a wandering course.</p>
<h3>Evolution with a purpose = breeding</h3>
<p>If you wanted to intelligently guide the evolution of an organism, you’d need to look no further than your local AKC kennel or county fair. Humans have been breeding plants and animals to select for certain characteristics for millennia. Corn, rice, wheat, bananas, apples, chickens, cows, horses, goats, sheep, dogs, cats &#8211; practically every plant and animal we eat or live with has been bred intentionally. They didn’t evolve naturally &#8211; humans pollinated, inseminated, incubated, hybridized, and culled millions of generations of wild organisms to get the highly specialized cadre of useful, nutritious, cuddly, non-toxic, and benign farmyard animals and plants we eat and love.</p>
<p>What’s different between evolution and breeding is that most of the random variables have been removed. Farms are very controlled environments, with relatively few random predator attacks, competitors, or catastrophic weather events. This is because we humans protect our plants and animals with weeding, fencing, shelter, medicine, and a steady supply of food. The randomness of mutation remains but is minimized by selecting breeding pairs that resemble the desired characteristics as much as possible.</p>
<p>These domesticated breeds wouldn’t survive in the wild. Instead, they have helped us survive and become the dominant species on the planet. It was the transition to agriculture &#8211; intentional cultivation of plants and animals &#8211; that alleviated the need for humans to wipe entire herds of mastodons to feed their burgeoning population. In short, guided evolution allowed humans and their companion organisms to survive. It also allowed and all the beauty and variety of human culture, knowledge, and art to blossom. And it might &#8211; in a return to sustainable agriculture &#8211; be what allows us to stop catastrophic climate change and survive for another million years.</p>
<h3>Art with a purpose = design</h3>
<p>Art is self-expression. It&#8217;s an act of creation, or, in some cases, an act of destruction or deconstruction. Whatever art is, it rarely has a purpose beyond making visible/audible/legible/tangible the vision of the individual artist. As with the natural world, the world of art evolves based on predation, competition, and the sociopolitical weather. Like evolution, art is not random, but it isn&#8217;t necessarily guided either. At least, not guided sufficiently by factors outside the artist.</p>
<p>Design, on the other hand, is guided art. Design is art that is meant to be used by someone other than the artist. There are varying degrees to this &#8211; and probably libraries full of these that discuss this subject ad nauseam &#8211; but my operational definition of design is <strong>art with a purpose</strong>. User experience designers are in the business of creating systems that fulfill a purpose &#8211; namely, meeting the needs of users.</p>
<h2>Evolutionary Design</h2>
<p>The problem with the design agency world, where I work, is that design is often confused with art. We strive to create the One True Design, a work of art so perfect that it will be viewed as useful, usable, elegant, and beautiful to all. And it will make money, further the brand, and pacify business stakeholders and partners. We are so enamored with this idea that we structure our projects to conduct research, create a design concept, test that concept, and deliver the One True Design after a few rounds of revisions. Most designs fail the first time. Sometimes miserably. And if you bet the farm on that one design, you only get that one chance.</p>
<p>Here&#8217;s an alternative: <strong>forget the One True Design</strong>. It is an illusion. There are no perfect designs for all time, there are only appropriate designs for specific contexts. Just as orchids and tree frogs are perform well in their niches in the tropical rain forest but not the frozen tundra, certain designs only work well in certain environments. And those environments are subject to change over time. Thus, design must change along with the often catastrophic shifts in markets, customer needs, and business strategy.</p>
<p>At this moment in 2009, we are all facing catastrophic economic change. If we want to create user experiences that have a better chance of surviving the chaos of the market, it may help to adopt the same guided evolutionary approach in our design process.</p>
<p><strong>Evolutionary design process</strong></p>
<ol>
<li>Strategize</li>
<li>Generate design variants</li>
<li>What performs well, survives</li>
<li>What survives, generates more variants</li>
<li>Repeat</li>
</ol>
<p>This looks very similar to the guided evolutionary process (i.e. breeding), with one key difference: randomization. Unlike with breeding dogs or corn, a guided evolutionary approach to design could be nearly free of random factors. Designers can control the mutation in design variants, creating only those variants that have a chance of surviving. No 3-eyed, 6-legged frogs. But maybe a frog with wings. Or a frog with X-ray vision. Or a frog with the ability to digest pesticides. However, in order to understand whether our flying superfrog has left us better off than with a regular frog, we must measure its performance against some goal. Otherwise, we&#8217;re just wasting our time and torturing frogs.</p>
<p><a href="http://www.aaronlouie.com/blog/2009/evolutionary-design-part-2-performance-driven-design/">Next: Part 2 &#8211; Performance-Driven Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2009/evolutionary-design-part-1-evolution-and-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Darwin does design: measuring &amp; optimizing the user experience</title>
		<link>http://www.aaronlouie.com/blog/2009/darwin-does-design-measuring-optimizing-the-user-experience/</link>
		<comments>http://www.aaronlouie.com/blog/2009/darwin-does-design-measuring-optimizing-the-user-experience/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 03:11:06 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[IA Summit 2009]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=260</guid>
		<description><![CDATA[Information Architecture Summit 2009 presentation by Aaron Louie and Rachel Elkington: "Darwin Does Design: Measuring &#038; Optimizing the User Experience"]]></description>
			<content:encoded><![CDATA[<p>At the Information Architecture Summit this last week, I attended &#8220;<a title="Evolve or Die" href="http://iasummit.org/2009/program/presentations/evolve-or-die-the-future-of-ia-examined/">Evolve or Die</a>&#8220;, a panel discussion about the future of Information Architecture. The panelists ranged in tone from prophecies of doom to obituaries for sitemaps and wireframes (my take: IA is not doomed, nor are sitemaps or wireframes even close to extinction).</p>
<p>To the panelists, evolution was a thing to fear, as if we are as powerless as dinosaurs in the face of an approaching asteroid. I found myself wondering how we might embrace evolution as a tool for advancing the discipline or, more ambitious, develop an evolution-inspired approach to advancing the process of how IA is done. How would we re-conceive of the process of IA as the guided evolution of information spaces? Might we guide the evolution of the discipline itself, utilizing evolutionary principles to improve what how IA is done and ensure the survival of IA as a discipline?</p>
<p>That evening, I realized that the book I&#8217;m co-writing (more on this later) on the blending of analytics, optimization, and user experience already described this evolutionary approach. Early the next morning, I signed up for a session slot to co-present the idea with fellow ZAAZ user experience architect (and optimization test designer) Rachel Elkington. Our session title: &#8220;Darwin Does Design: Measuring &amp; Optimizing the User Experience.&#8221;</p>
<p>You can <a href="http://www.slideshare.net/ajlouie/ia-summit09-evolutionary-design">view the slides of our presentation on SlideShare</a>. Audio coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2009/darwin-does-design-measuring-optimizing-the-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Experience to-do list</title>
		<link>http://www.aaronlouie.com/blog/2009/user-experience-to-do-list/</link>
		<comments>http://www.aaronlouie.com/blog/2009/user-experience-to-do-list/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 05:04:50 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=252</guid>
		<description><![CDATA[Here&#8217;s my list of things we in UX will need to do to remain relevant &#8211; and alive &#8211; in this economy:
Stop thinking about designing the perfect system. Perfection is expensive, illusory, and unattainable. Perfection will get you laid off. Good-enough will allow you to survive until the next round.
Design sustainable systems. Create revenue, efficiency, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my list of things we in UX will need to do to remain relevant &#8211; and alive &#8211; in this economy:</p>
<p><strong>Stop thinking about designing the perfect system.</strong> Perfection is expensive, illusory, and unattainable. Perfection will get you laid off. Good-enough will allow you to survive until the next round.</p>
<p><strong>Design sustainable systems.</strong> Create revenue, efficiency, and value feedback loops. Design iterative workflows and self-sustaining user flows that add value, increase engagement, and make the system smarter.</p>
<p><strong>Just design something that works.</strong> If it can&#8217;t be built on time and under budget, you have failed as a designer. Every subsequent iteration is a chance to improve the quality and return-on-investment of your user experience. But there must be something in place to iterate on.</p>
<p><strong>Understand how your users will evolve. </strong>Look beyond the first site visit or the first use. Look at the entire lifetime relationship you form with your users. Design for their first visit, their 10th visit, and their 100th visit. And know how to measure the value of each visit.</p>
<p><strong>Measure the performance of your design. </strong>Measure what will keep you your job &#8212; revenue, customer satisfaction, efficiency. Measure pre-design. Measure post-design. Fix what&#8217;s broken and measure the performance of your fixes. If you can point to measurable improvements, you&#8217;ll keep your job.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2009/user-experience-to-do-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy idea of the month: revolutionize banking</title>
		<link>http://www.aaronlouie.com/blog/2008/crazy-idea-of-the-month-revolutionize-banking/</link>
		<comments>http://www.aaronlouie.com/blog/2008/crazy-idea-of-the-month-revolutionize-banking/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 19:55:52 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[banking]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=237</guid>
		<description><![CDATA[Why hasn't the internet fundamentally changed the way banking is done? Here are some crazy ideas we came up with about how banks could take advantage of the affordances of the internet to change the way they do business.]]></description>
			<content:encoded><![CDATA[<p>Over dinner last night, my wife and I were discussing the most recent crisis in the U.S. financial markets (yes, really), and we got to wondering: why hasn&#8217;t the internet fundamentally changed the way banking is done?</p>
<p>Sure, the internet has sped up communications, which changes the rate at which banking business is done. But it doesn&#8217;t change the way banks borrow, loan, and invest money. So here are some crazy ideas we came up with about how banks could take advantage of the affordances of the internet to change the way they do business.</p>
<ul>
<li>Local micro-lending: find someone in your neighborhood/city who needs a small loan, or find someone to lend you money. This wouldn&#8217;t need to be significantly different from the old model of small business loans (on the lending side) and CDs (on the investment side). Let&#8217;s say you have $5000, and you want to invest it at a 4% interest rate &#8212; but you want to give it to some deserving entrepreneur in your local economy. So you go to your bank web site, look up people in your city who need a loan, and give it to them. The bank loans your money to the entrepreneur at 5% and handles all the loan servicing from there. You get a 4% return on your investment, and the bank scrapes a little off the top, plus any late fees if the entrepreneur misses a payment. The internet would be an ideal platform to support this kind of peer-to-peer communication. Borrowers could even work to achieve an Ebay-style star rating based on how reliably they pay off their loans.</li>
<li>Crowdsource investing: put money in a savings account and let your bank know where you want them to invest that money. Banks could be reaping massive amounts of market research from their own customers if they would just use the technology available to listen to them. Customers could tell banks which industries, types of companies, and causes they&#8217;d prefer them to invest in. Banks wouldn&#8217;t have to actually agree to follow their customers&#8217; advice, but they&#8217;d glean valuable information on what their customers care about.</li>
<li>Locavore banking: bank local. Just as with the local food movement, where consumers are becoming hyper-aware of where their food comes from, customers are beginning to care where in the world their money comes from and goes. This is why credit unions have been doing so well in the past few years. And, now that the nation&#8217;s large banks are falling hard, small, nimble, conservative credit unions will look like far safer options. Well, what if the big banks started using the internet to keep customers&#8217; money local? With social networking tools, banks could enable customers to locate and collaborate with like-minded investors, creating local ad hoc investment groups that could buy/sell stock in local companies, local real estate, local municipal bonds, and so on.</li>
<li>Netflix-style ATM: the snail-mail cash machine. Why waste gas driving to the nearest bank branch to pick up cash? Just go to your bank&#8217;s web site and order up a regular disbursement of cash. Paying for a stamp is cheaper than the $2-$4 fee you&#8217;d get from the ATM at the convenience store. If you&#8217;re on a $40/week lunch budget, you could get your bank to mail you $40 every week. Banks could disguise the envelopes in a multitude of ways to foil mail thieves &#8212; as junk mail or as a letter from your fictional great-aunt Mildred.</li>
</ul>
<p>Anyone care to out-crazy me? What could banks be doing to change the way they interact with customers? And would any of those changes prevent the kind of mess we&#8217;re in now?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2008/crazy-idea-of-the-month-revolutionize-banking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A permaculture approach to social media</title>
		<link>http://www.aaronlouie.com/blog/2008/a-permaculture-approach-to-social-media/</link>
		<comments>http://www.aaronlouie.com/blog/2008/a-permaculture-approach-to-social-media/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 00:48:08 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>
		<category><![CDATA[permaculture]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=224</guid>
		<description><![CDATA[Treat your site like a hyper-local, self-sustainable, fertile permaculture.]]></description>
			<content:encoded><![CDATA[<p>In my previous post on <a href="http://www.aaronlouie.com/blog/?p=219">Sustainable Garden Design</a>, I explored the parallels between user experience architecture and landscape architecture. The analogy was thought-provoking, but I put it on the shelf for a while as the immediate demands of work took precedence. However, at a recent social media discussion at ZAAZ, I started thinking again about how permaculture concepts can be applied to user experience design for the web &#8212; specifically, in social technologies. </p>
<h3>Nature + Agriculture = Permaculture</h3>
<p>Natural ecosystems evolved over hundreds of millennia, developing sustainable, complex webs of relationships over millions of generations. Humans gathered or hunted whatever edible organisms they could find from this emergent food web. However, supply was limited and unpredictable, which is why humans invented agriculture. Our ancestors replaced forests with fields, which were planted with carefully-selected species that provided the tastiest or most nourishing byproducts. Over time, these species were bred to maximize yield and reduce maintenance costs. Unfortunately, this led to a destruction of natural habitat and mass extinction of plants and animals that did not conform to the human ideal. Farms became brittle monocultures of one or two crops, denuding the land of nutrients.</p>
<p>There is a better way: permaculture. Permaculture is a human-cultivated, sustainable ecosystem that produces food by mimicking the balance and interactions between plants and animals found in nature. It basically involves planting a forest filled with a wide variety of native edible and beneficial species that enrich the soil and provide each other with nutrients, protection from parasites and disease. A permaculture plantation can yield food for humans and animals while surviving indefinitely &#8212; without the addition of artificial fertilizers, irrigation, or pesticides.</p>
<h3>Permaculture for social media</h3>
<p>What if we structured social media like a permaculture &#8212; capable of yielding revenue for a business while supporting a vibrant, self-organized, self-sustaining community indefinitely? What would that online community look like? How would we go about designing and structuring that permaculture for production AND longevity?</p>
<p>Here&#8217;s my unscientific and mostly untested back-of-the-paper-napkin wild-ass guess for an approach to applying permaculture practices to social media.</p>
<h4>Step 1: Analyze the site</h4>
<p>View your social media site as a plot of land. Each plot of land is different, with a unique mix of soils, wildlife, topography, microclimate, precipitation, sun profile, and people who live on or near that plot. The same principles apply to web sites. Each has a different organizational structure, political hierarchy, business model, content domain, audience, competitive landscape, and so on. In order to design a permaculture for your site and choose the appropriate elements for it, you must consider all of these factors.</p>
<ol>
<li><strong>Business model</strong>: Begin by reviewing how resources &#8212; money, usually &#8212; flow into the business and, as a result, the web site. What are all the sources of funding, staff, political will, and so on?
<li><strong>Content domain</strong>: What is your organization&#8217;s specific industry, subject matter expertise, or genre?</li>
<li><strong>Audience</strong>: Who do you serve? Who do you sell to? Where do you sell? From what cultural point of reference do you speak from? </li>
<li><strong>Competition</strong>: Who serves/sells to the same audience as you? Who offers the same product or expertise? Who has the same business model? </li>
<li><strong>Seasonal factors</strong>: How does the environment for your organization change over time? Based on historical records, what periodic fluctuations can you expect on a monthly, quarterly, and yearly basis? </li>
</ol>
<h4>Step 2: Design the value web</h4>
<p>Let&#8217;s return to the analogy of the natural ecosystem. In every self-sustaining community of organisms, there is a constant cycle of give and take. Predators eat prey while becoming prey themselves to some other predator. Each organism eats something and is eaten by something. Every organism&#8217;s byproducts becomes food, catalyst, insulation, structure, protection, or poison for another organism. The complex network of dependencies that emerges from an ecosystem is called a food web.</p>
<p>On a full-circle farm, the food web is simplified to be more manageable by humans. The sun feeds the grass which feed the sheep whose manure fertilizes the grass and attracts flies which lay eggs which hatch into maggots which are eaten by chickens whose manure fertilizes the grass and enriches the compost which nourishes the corn which is fed to pigs&#8230; and so on. In a permaculture, the food web is more complex. Fungi on the roots of a legume will enrich the soil with nitrogen, supporting nitrogen-hungry onions whose flowers produce an aroma that draws harmful insects away from the fruit tree whose fallen leaves prevent water from evaporating and block weed seeds from germinating&#8230; and so on.</p>
<p>In a social media system, the people and business entities that make up the network of dependencies don&#8217;t eat each other. Instead, they form a living food web where the unit of exchange is <strong>value</strong>, forming a <strong>value web</strong>.</p>
<p>In order to create highly targeted, self-sustainable, vibrant social system that also makes money, we must identify how each actor in the system gains value from and gives value back to the system. Consider how users, the content they contribute, and the affordances provided by the system act to create a living, vibrant community. For each user, determine their needs, what they produce, and how what they produce meets the needs of other types of users.</p>
<p>For each product offering, feature, function, target user type, or content type, answer:</p>
<ul>
<li>Who will find value in it?</li>
<li>Who will use the output of it? For what purpose?</li>
<li>What information goes into it? Where does that information come from?</li>
<li>What part of it can be used directly? (e.g., revenue generation, brand awareness, data mining)</li>
<li>What useful byproducts does it produce? (e.g., metadata, customer demographics, behavioral data)</li>
<li>What waste products does it produce? (e.g., irrelevant content artifacts)</li>
<li>What does it compete with?</li>
<li>What is its lifecycle? How does it change over time?</li>
<li>What is its life expectancy? How often does it need to be &#8220;re-planted&#8221;?</li>
</ul>
<p>In gardening, a common practice is <strong>companion planting</strong>, where the gardener places two or three plants that have some sort of simple dependency relationship near each other. Over time, the output of each plant will nourish its companion.</p>
<p>Companion planting can be applied to social media as well. For example, a Twitter-style micro-blogging feed from a product design team could be used to seed topics for a Digg-style feature-voting discussion board about the product. Votes and comments harvested from the discussion group could then be used to provide feedback to the product design team. By designing multiple clusters of such value loops and then linking them together, a nascent value web could be created.</p>
<p>However, it&#8217;s not enough to just create a network of dependencies. The value web must be flexible enough to survive, even if one element of that web is removed. Each organism has multiple sources of nourishment and produces multiple byproducts for multiple organisms. Additionally, each organism has individual variations, even amongst members of its species. This is what makes natural ecosystems robust enough to survive &#8212; and even thrive on &#8212; storms, disease, or seasonal fires.</p>
<p>In the business world, this strategy is called diversification. However, this usually means diversifying investments in multiple markets and multiple products. What needs to be added to this strategy is an understanding of the different kinds of value your customers gain from your business. Consider the value a customer gets from not just the product, but also from friends and family, other customers, society (in the form of social cachet from using your product), their own sense of accomplishment, your customer service, bonuses and rewards, and so on. If there are enough different types of value from a diverse enough set of sources, you could replace one of those vlaue components without causing a collapse of the value web.</p>
<h4>Step 3: Fill in the niches</h4>
<p>In nature, certain roles must be filled and in balance for a permaculture to form and thrive. Might we construct a social permaculture online by identifying and designing for analogous user roles to those in nature? (Or am I taking the analogy too far?)</p>
<style><!--
table#niche {margin: 4px; border: 1px solid #999; border-collapse: collapse;}
table#niche th {vertical-align: top; border: 1px solid #999; padding: .5em; background-color: #999;}
table#niche td {vertical-align: top; border: 1px solid #999; padding: .5em;}
--></style>
<table id="niche">
<tr>
<th>Nature</th>
<th>Social Media User Type</th>
<th>Example Feature/Activity</th>
</tr>
<tr>
<td>Nitrogen fixers: plant/fungi symbiotes that improve the quality of the soil by pulling nitrogen from the air and convert it into highly-useful, nitrogen-rich foliage</td>
<td>Users who bring rare and interesting content and ideas from outside the system and package it in a form that others can use</td>
<td> Provide users with a way to bring new and interesting content into the system.</td>
</tr>
<tr>
<td>Dynamic accumulators: plants that draw useful and/or poisonous minerals &#038; metals from the soil</td>
<td>Users who find hidden, high-quality content already within the system and collect it together for others to use. Also includes the moderators who police the community by removing toxic elements and cultivating quality content and interactions.</td>
<td> Give them a means for users to promote and demote content already in the system.</td>
</tr>
<tr>
<td>Living mulch: plants that crowd out invasive weeds through dense, ground-covering broad, shady leaves</td>
<td>Users, in aggregate, who generate massive amounts of average-quality content and prevent spam through self-moderation. This is the background noise against which high-quality (and low-quality) signals stand out clearly.</td>
<td>Encourage the average user to participate frequently and casually by lowering the bar for participation.</td>
</tr>
<tr>
<td>Structural/Keystone species (usually, large plants that other organisms use as support, habitat, food, or shelter)</td>
<td>Users who connect other users together and form the nexus of their social circles.</td>
<td> Allow users to form groups amongst themselves and invite others to join them.</td>
</tr>
<tr>
<td>Pollinator attractors: flowering plants that entice bees, butterflies, and other pollinators into the ecosystem. In exchange for playing a crucial role in reproduction and stimulating fruiting, pollinators collect nectar from the flowers.</td>
<td>These are the &#8220;cool kids&#8221; who set trends, mix up technology, and information in interesting ways, and encourage their friends to follow them.</td>
<td>Form partnerships with notable industry bloggers; publish APIs to encourage mash-ups; reimburse content creators through micropayments or rewards points.</td>
</tr>
<tr>
<td>Root crops: plants that store carbohydrates in large, nutritious taproots, breaking up the soil in the process</td>
<td>Loyal lurkers who engage conservatively but consistently over a long period of time. They keep a sizable reserve of content private and form limited relationships with other users. They may represent a significant portion of traffic and revenue but rarely engage the business or other users in any visible fashion.</td>
<td>Allow anonymous access, casual participation, and gradual engagement.</td>
</tr>
</table>
<h4>Step 4: Control Weeds</h4>
<p>Some of the niches above will be filled naturally by &#8220;weedy&#8221; users. Weeds are essentially ANY plant growing in the wrong place. It could even be a very valuable plant, such as a saffron crocus or rare orchid. If it occurs in an improper context, it&#8217;s a weed. In a permaculture, weeds are naturally suppressed by having an abundance of the <strong>right</strong> kind of plant. If a community is filled with active moderators who diligently cull and suppress the irrelevant and harmful content, there will be little need for the business owner to actively weed.</p>
<p>Many social media sites simply start with an empty lot, letting their &#8220;plot of land&#8221; become overgrown with weedy users and their by-products &#8212; irrelevant content, off-topic flame wars, link farms, spam, and so on. Sometimes, by selective weeding and cultivation, these chaotic systems can be coaxed to some semblance of community. But it is very difficult, once a permaculture of weeds is established, to steer that community toward relevancy.</p>
<p>It&#8217;s far better to plan the social media permaculture and seed it with the right content and encourage the right users to participate. Identify and constrain the system to the audience you want to reach. Provide them with the right mix of functionality and interactions to encourage conversations and connections. Slowly add new elements until you get the right balance.</p>
<h4>Step 5: Harvest, prune, and tend</h4>
<p>The idea behind permaculture is to create a self-sustaining system that also produces food. In social media, you want to encourage community AND accomplish some business objective. How do you know the establishment of the community is helping you reach your goals? How do you know it&#8217;s making money? How do you know what&#8217;s working and what&#8217;s not? The answer: measurement.</p>
<p>Farming requires fastidious bookkeeping. What did I plant where? How did that plant react to the addition of the other plant? How did the late onset of summer affect yield? How does compost made of kitchen scraps and lawn clippings perform year-over-year compared to compost made with chicken manure? What&#8217;s the optimum distance between fruit trees so enough light reaches the understory to encourage the growth of fruiting shrubs?</p>
<p>The same goes for social media. Analytics must be collected throughout the lifetime of the site to understand the effect of seemingly minute changes to elements of the online community. You won&#8217;t be able to predict with 100% accuracy how your permaculture will develop over time. As a result, you&#8217;ll need to swap out underperforming technologies, keep an eye on content rot, prune back overgrown categories, re-target audiences, tune your messaging. </p>
<p>For the permaculture gardener, many of these optimization decisions require trial and error over decades. For a web site or online service, new features, designs, and content can be trialed and refined over a few weeks. Here are some of the most promising methods:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Rite_Method">Rapid, iterative testing &#038; evaluation</a>: prototype designs are tested with actual users, revised in real time or within a matter of days, and re-tested and revised repeatedly. This results in a relatively well-optimized pre-launch design.</li>
<li>Beta launch: this is the pilot test. Users are more forgiving when informed that the site or service may not be stable. They are also more likely to return to see if improvements have been made since their last visit. Just don&#8217;t leave it in beta forever.</li>
<li>Multivariate testing: in-flight testing of minor changes, run on a random selection of a small percentage of visitors.</li>
</ul>
<h3>The user experience of a permaculture</h3>
<p>You may well wonder whether a permaculture <strong>feels</strong> any better to a user than a simple, straightforward, single-product site or service. I&#8217;m going to cop out and say, &#8220;it depends&#8221;. Any web site or product, no matter how complex, can be made to <strong>feel</strong> simple, given enough latitude in the design. Sure, a natural ecosystem would just look and feel like an overgrown jungle. But a truly useful, sustainable, and profitable permaculture by definition must have simple and aesthetically-pleasing pathways, fully-accessible harvest patches, and an easily-maintained structure. Likewise, a sustainable social media system must look and feel simple, approachable, and accessible, even though it may be supported by an extremely complex set of business rules and technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2008/a-permaculture-approach-to-social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to the world&#8217;s energy problems</title>
		<link>http://www.aaronlouie.com/blog/2008/solution-to-the-worlds-energy-problems/</link>
		<comments>http://www.aaronlouie.com/blog/2008/solution-to-the-worlds-energy-problems/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 21:12:43 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=223</guid>
		<description><![CDATA[If I had a trillion dollars, I&#8217;d solve the United State&#8217;s energy problems:

1. Invest in research for cheaper, more efficient, mass-producible solar energy technologies, paired with seed funding for companies to bring those technologies to market.
2. Create an X-Prize for the design of a cheap, efficient, mass-produced electric motor that can replace the gasoline engine [...]]]></description>
			<content:encoded><![CDATA[<p>If I had a trillion dollars, I&#8217;d solve the United State&#8217;s energy problems:</p>
<ol>
<li>1. Invest in research for cheaper, more efficient, mass-producible solar energy technologies, paired with seed funding for companies to bring those technologies to market.</li>
<li>2. Create an X-Prize for the design of a cheap, efficient, mass-produced electric motor that can replace the gasoline engine of an existing popular stock car (e.g., Toyota Corolla, Honda Civic, etc.) and can hook directly into its drivetrain with little/no loss of performance. Part of the prize would be an immediate contract for mass production with a major automaker.</li>
<li>3. Start a free community-based farmer re-education program to teach current industrial-scale single-crop farmers how to re-tool their farm operations for large-scale permaculture and polyculture using viable heirloom seeds.</li>
<li>4. Split everything left over between scientific research and K-18+ education.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2008/solution-to-the-worlds-energy-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoCamp article in the ASIS&amp;T Bulletin</title>
		<link>http://www.aaronlouie.com/blog/2008/infocamp-article-in-the-asist-bulletin/</link>
		<comments>http://www.aaronlouie.com/blog/2008/infocamp-article-in-the-asist-bulletin/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:55:33 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=222</guid>
		<description><![CDATA[I wrote an article about InfoCamp 2007 for the June/July &#8216;08 issue of the ASIS&#038;T Bulletin. It tells the story of how we came up with the idea, some of the lessons we learned, and our plans for the future.
We tried to apply user-centered design principles to our conference planning process &#8212; hopefully, that message [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote <a href="http://asis.org/Bulletin/Jun-08/JunJul08_Louie.html">an article about InfoCamp 2007 for the June/July &#8216;08 issue</a> of the <a href="http://asis.org/bulletin.html">ASIS&#038;T Bulletin</a>. It tells the story of how we came up with the idea, some of the lessons we learned, and our plans for the future.</p>
<p>We tried to apply user-centered design principles to our conference planning process &#8212; hopefully, that message comes through in the article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2008/infocamp-article-in-the-asist-bulletin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Strategy</title>
		<link>http://www.aaronlouie.com/blog/2008/interactive-strategy/</link>
		<comments>http://www.aaronlouie.com/blog/2008/interactive-strategy/#comments</comments>
		<pubDate>Wed, 14 May 2008 21:14:46 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=214</guid>
		<description><![CDATA[New blog post about strategy and interaction design over at the ZAAZ Blogs.
]]></description>
			<content:encoded><![CDATA[<p>New <a href="http://blogs.zaaz.com/zaaz/2008/05/interactive-str.html">blog post about strategy and interaction design</a> over at the ZAAZ Blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2008/interactive-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning from sustainable garden design</title>
		<link>http://www.aaronlouie.com/blog/2008/learning-from-sustainable-garden-design/</link>
		<comments>http://www.aaronlouie.com/blog/2008/learning-from-sustainable-garden-design/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 18:11:52 +0000</pubDate>
		<dc:creator>Aaron Louie</dc:creator>
				<category><![CDATA[IA/UX]]></category>

		<guid isPermaLink="false">http://www.aaronlouie.com/blog/?p=219</guid>
		<description><![CDATA[My wife and I are in the process of re-designing our yard, since we need to take care of some urgent drainage and landscaping issues. Last night, we spent the entire evening poring over garden design books, most notably Ann Lovejoy&#8217;s Organic Garden Design School and Jacke &#038; Toensmeier&#8217;s Edible Forest Gardens.
I was struck by [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and I are in the process of re-designing our yard, since we need to take care of some urgent drainage and landscaping issues. Last night, we spent the entire evening poring over garden design books, most notably Ann Lovejoy&#8217;s <a href="http://www.amazon.com/Lovejoys-Organic-Garden-Design-Gardening/dp/157954987X">Organic Garden Design School</a> and Jacke &#038; Toensmeier&#8217;s <a href="http://www.amazon.com/Edible-Forest-Gardens-2-set/dp/1890132608">Edible Forest Gardens</a>.</p>
<p>I was struck by how similar &#8211; and educational &#8211; the garden design process is to the user experience design process. While reading these books, I&#8217;d often just substitute &#8220;garden&#8221; and &#8220;landscape&#8221; with &#8220;web site&#8221;, transforming the text into a comprehensive guide to creating sustainable and useful information systems.</p>
<p>The garden design process all starts with the vision and goals. Our goals for our garden include:</p>
<ul>
<li>low-maintenance structure</li>
<li>self-sustaining, bootstrapping, balanced micro-ecosystem</li>
<li>layout optimized for access &#038; use (socializing, entertaining, harvesting)</li>
<li>long-term, sustainable source of food</li>
</ul>
<p>After that comes a site assessment that analyzes the specific space and context from many different perspectives: climate, microclimate, seasonal factors, flow, access, use, aesthetics, materials, soil, organisms, etc. A design can&#8217;t simply be copied from one site to another &#8211; the topology, wind, water, sunlight, and so on are extremely site and context-specific. For each perspective, the designer maps out the healthy and high-yield areas, the sick and risky areas, confounding factors, and so on. An overlay of all of these perspectives simultaneously shows which areas will support which types of features and which areas will need to be built up or re-designed.</p>
<p>From there, the designer brainstorms different approaches, blocking out on a conceptual bubble diagram how the new design will address the factors identified in the site assessment while still fitting within the vision. They then choose from a pattern library of well-tested, sustainable feature configurations, using some features to protect and support, while using others to add aesthetic and nutritional value. Again, not every pattern will work for every site. The designer must intelligently select the right pattern for the constraints and factors inherent to the context for which they&#8217;re designing.</p>
<p>The design is iteratively refined, considering all of the perspectives from the site assessment, until enough details have been resolved to begin selecting and placing individual plants. At the same time, the site can be prepped for installing the new design. As the new components are inserted into the landscape, the designer must consider how these will change over time. An edible forest garden must be able to sustainably evolve over decades, so the designer needs to take into account short-term factors as well as the long-term plan for their design.</p>
<p>Once the design is reasonably certain, implementation can begin. However, it doesn&#8217;t end when the last plant is placed or the last paving stone is installed. The design must be refined and the site tended over the months and years. Iteration and optimization are key to the long-term success of any design.</p>
<p>There are so many complex and competing factors to consider in a garden. As with a social networking web site, the community can&#8217;t really be controlled directly. The garden designer must attract beneficial organisms with certain layouts, features, and plants, while considering how the requirements and products of one organism might affect other organisms. If the structure is well-designed and plants well-selected, different organisms will nourish, protect, and police each other.</p>
<p>Sounds a lot like the user-centered design process, right? Well, it&#8217;s no mystery. Landscape architecture and garden design have histories that extend to the beginning of human civilization. There is deep wisdom to be gained from examining the process of creating and cultivating of healthy, sustainable forest gardens.</p>
<p>In web sites, the pathways in, out, and through the site determine how people use, gain value from, and give value to the site and the other people linked to it. The site will constantly evolve, powered by a constant influx and outflow of information, money, time, and so on. Like a yard gone to seed and overgrown with weeds, an unattended, poorly designed web site will stagnate and collect spammers and trolls. The web site designer must consider how to attract the right audiences, provide them with value, allow them to be productive, and make use of the products of their input to further improve the structure and value of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlouie.com/blog/2008/learning-from-sustainable-garden-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<>