<?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>Will Sansbury</title>
	<atom:link href="https://www.willsansbury.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.willsansbury.com/</link>
	<description>Human-focused Leadership for Product and Design Organizations</description>
	<lastBuildDate>Wed, 15 Apr 2026 23:40:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.willsansbury.com/wp-content/uploads/2021/12/cropped-cropped-cropped-WILL-SANS-100x100-1-32x32.png</url>
	<title>Will Sansbury</title>
	<link>https://www.willsansbury.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Discovering Athena: Letting Go of Content to Unlock Knowledge</title>
		<link>https://www.willsansbury.com/2026/04/15/discovering-athena-letting-go-of-content-to-unlock-knowledge/</link>
					<comments>https://www.willsansbury.com/2026/04/15/discovering-athena-letting-go-of-content-to-unlock-knowledge/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 23:22:05 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Making Great Products]]></category>
		<category><![CDATA[Product Management]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[athena]]></category>
		<category><![CDATA[claude]]></category>
		<category><![CDATA[llm]]></category>
		<category><![CDATA[sanity]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16803</guid>

					<description><![CDATA[<p>I started my career as a technical writer. When I was introduced to AuthorIT and the concept of content reuse — write once, publish everywhere — I was obsessed. With reuse, technical communication teams could increase the quality and quantity of what they produced significantly. But it required a dedicated team of specialists, which put it [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2026/04/15/discovering-athena-letting-go-of-content-to-unlock-knowledge/">Discovering Athena: Letting Go of Content to Unlock Knowledge</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I started my career as a technical writer. When I was introduced to AuthorIT and the concept of content reuse — write once, publish everywhere — I was obsessed. With reuse, technical communication teams could increase the quality and quantity of what they produced significantly. But it required a dedicated team of specialists, which put it out of reach for most companies.</p>



<p class="wp-block-paragraph">I didn&#8217;t expect to revisit that problem twenty-something years later. At Rhythm Software, a 35-person association management software company, we get a lot of the same questions — and the answers all live in people&#8217;s heads. Our CEO had charged the team with finding a way to capture that knowledge to power an AI chatbot that could deflect support tickets. We&#8217;d been at it for a while, trying the obvious approaches — long-form prose, recorded walkthroughs, transcripts fed to the AI. Nothing was working well enough.</p>



<p class="wp-block-paragraph">Two days ago the framing shifted: what if instead of capturing knowledge as prose, we captured it as structured records? I didn&#8217;t find a solution so much as stumble into a system. </p>



<p class="wp-block-paragraph">We&#8217;re calling it the <strong>ATHENA Knowledge Management System</strong>.</p>



<h2 class="wp-block-heading">What We Tried First</h2>



<p class="wp-block-paragraph">We&#8217;re a small team — we knew we couldn&#8217;t take on anything that required sustained effort from the people who were already at capacity. So everything we tried was optimized for low overhead. We started with written explanations. When that proved too slow, we tried having people record video walkthroughs instead — talk through a module, transcribe it, feed the transcript to the AI. Lower cost of capture, same idea.</p>



<p class="wp-block-paragraph">It failed on two fronts.</p>



<p class="wp-block-paragraph">The first problem was that even with video, we were still asking busy people to produce something comprehensive on a topic they lived in day to day. The recordings were useful but incomplete — you get what someone thinks to mention, not necessarily everything that matters.</p>



<p class="wp-block-paragraph">The second problem was quality. Even when we had decent prose, the chatbot answers weren&#8217;t great. An LLM retrieving a long narrative document and trying to answer a specific question from it produces vague, inconsistent responses. The document might explain how auto-renewal works in general — but if the answer to &#8220;why isn&#8217;t my membership auto-renewing?&#8221; depends on three specific configuration fields all being true simultaneously, a prose paragraph probably doesn&#8217;t surface that cleanly.</p>



<p class="wp-block-paragraph">Prose is written for human readers navigating a document. It&#8217;s not structured for a machine trying to answer a precise question. I needed something different.</p>



<p class="wp-block-paragraph">Then I looked more carefully at something we already had. <a href="https://api.rhythmsoftware.com">Rhythm&#8217;s API documentation</a> is some of the best I&#8217;ve encountered in my career — exhaustively detailed, consistently structured, covering every endpoint, every field, every status value across all fifteen modules. A huge amount of product knowledge is already encoded in it. If I could harvest that, I&#8217;d have a foundation that didn&#8217;t depend on anyone finding time to write or record anything.</p>



<p class="wp-block-paragraph">The question was how. Feeding raw API docs into an LLM had the same problem as prose — too much noise, not enough signal. But what if instead of transforming API docs into long-form explanations, I transformed them into something more granular? Not documents, but discrete facts. Typed records with defined fields. Something structured enough that a machine could reason about it precisely.</p>



<p class="wp-block-paragraph">That&#8217;s where the schema came from.</p>



<h2 class="wp-block-heading">The Schema</h2>



<p class="wp-block-paragraph">I landed on seven record types that together cover everything you&#8217;d want to know about a software product:</p>



<ul class="wp-block-list">
<li><strong>Concepts</strong> — what a thing is and how it behaves</li>



<li><strong>State Machines</strong> — how a record moves through its lifecycle</li>



<li><strong>Rules</strong> — behavioral constraints, dependencies, and gotchas</li>



<li><strong>Configurations</strong> — what a given field does and what each value means</li>



<li><strong>Procedures</strong> — step-by-step workflows for specific actors</li>



<li><strong>Errors/Exceptions</strong> — known failure modes and how to resolve them</li>



<li><strong>Integrations</strong> — how the system connects to the outside world</li>
</ul>



<p class="wp-block-paragraph">These aren&#8217;t articles. They&#8217;re not written for any audience. They&#8217;re facts, captured in a form that a machine can query and reason about. An LLM reading a Rule record doesn&#8217;t get a paragraph explaining the rule to a customer — it gets the condition, the behavior, the exceptions, and the common misconceptions. It figures out how to explain that to whoever&#8217;s asking.</p>



<p class="wp-block-paragraph">Every record also carries governance metadata: an owner, a status (<code>needs-review</code>, <code>current</code>, <code>deprecated</code>), a last reviewed date, and a review frequency. Knowledge has an expiry date. The system should know what needs to be checked.</p>



<p class="wp-block-paragraph">I didn&#8217;t arrive at that schema alone — Claude helped me work through it, challenging my initial thinking and suggesting record types I hadn&#8217;t considered. With the structure defined, the next question was: how quickly could it actually be populated?</p>



<h2 class="wp-block-heading">From Schema to Working Chatbot</h2>



<p class="wp-block-paragraph">Rhythm publishes OpenAPI specs for all fifteen modules of our platform, so I started there. I fed those specs into Claude and asked it to translate them into structured knowledge records — not to summarize the documentation, but to extract the facts and represent them in the schema I&#8217;d defined. Concepts, rules, state machines, configurations, procedures. Claude did the translation; I validated the output.</p>



<p class="wp-block-paragraph">The speed was honestly shocking. Within hours I had a structural foundation across all fifteen modules — 847 records. I stored everything in a headless CMS — a highly configurable content store that exposes everything via API. That API supports MCP, a protocol that lets Claude connect to the records directly as a live data source. Once I had that connection in place, I had a working chatbot prototype answering real product questions. The whole thing came together in about three hours.</p>



<p class="wp-block-paragraph">Those records are also cross-referenced — 1,042 links connecting related records across modules. A chatbot answering &#8220;why isn&#8217;t my membership auto-renewing?&#8221; needs more than a definition of auto-renewal. It needs to know that auto-renewal depends on three specific configuration fields all being true simultaneously. That&#8217;s a relationship, not just a fact — and without those connections, you get an AI that answers questions in isolation rather than one that reasons about how things fit together.</p>



<h2 class="wp-block-heading">Adding the Behavioral Layer</h2>



<p class="wp-block-paragraph">The OpenAPI specs gave me the structural layer fast — endpoints, fields, status values, workflows. But API docs describe what the product does. They don&#8217;t capture how it behaves in practice. The gotchas. The edge cases. The things you only learn from actually using it.</p>



<p class="wp-block-paragraph">That knowledge exists — it&#8217;s just scattered. It lives in screen recordings and demo transcripts, in internal documents and Slack threads, in support calls and the heads of people who&#8217;ve been working with the product for years. The challenge isn&#8217;t that it doesn&#8217;t exist — it&#8217;s that it&#8217;s unstructured and inaccessible.</p>



<p class="wp-block-paragraph">So I built a second ingestion pattern alongside the API specs one. For each source — a recording, a transcript, an internal document, a Slack thread — I feed it through Claude with the existing records as context and ask it to extract knowledge nuggets that aren&#8217;t already captured. Claude maps each finding to the appropriate record type — a new Rule, an augmented Concept, a missing Configuration — and flags it for review.</p>



<p class="wp-block-paragraph">I tested it with screen recordings of someone walking through the Accreditation module. The results were immediate. The recordings surfaced things that aren&#8217;t anywhere in the API documentation:</p>



<ul class="wp-block-list">
<li>A 60-second intentional delay before a membership-drop cascades to team candidate records — designed to give staff time to catch mistakes before a hundred records get updated</li>



<li>Two distinct paths for adding team candidates, with meaningfully different behavior depending on which one you use</li>



<li>The fact that evaluations can only be <em>created</em> in the portal — console staff can view and edit them, but not create them</li>
</ul>



<p class="wp-block-paragraph">Every one of those is the kind of thing that causes a support ticket. None of them are in the specs.</p>



<p class="wp-block-paragraph">Each source type tends to produce different kinds of knowledge. Demos surface behavioral context. Support calls surface failure modes. Internal docs surface decisions and policies. That&#8217;s why the multi-source approach produces something richer than any single source could.</p>



<p class="wp-block-paragraph">The API specs give you the skeleton. Everything else gives it life.</p>



<h2 class="wp-block-heading">Where Things Stand</h2>



<p class="wp-block-paragraph">The knowledge layer is live and the chatbot prototype is working. Next step is an internal pilot — putting it in front of implementation and support staff with real questions and watching where it falls short.</p>



<p class="wp-block-paragraph">The schema has already evolved once from real use. Someone posted a question in our internal #knowledge channel asking about our WCAG 2.1 compliance posture. I went to add the answer and realized I had nowhere to put it — it wasn&#8217;t product behavior, it wasn&#8217;t a configuration, it was a business decision that affects how we build and what we commit to customers. So I added an eighth record type: Policies. Things like accessibility commitments, data retention rules, support response standards.</p>



<p class="wp-block-paragraph">That question didn&#8217;t just reveal a gap in our knowledge — it revealed a gap in the schema itself. Which is exactly the kind of signal the system is designed to surface. The schema isn&#8217;t finished. It grows as real questions expose what&#8217;s missing.</p>



<p class="wp-block-paragraph">To make that signal flow reliably, I vibe-coded an internal chat interface — a React app that connects to the knowledge system and gives team members two ways to interact with it. They can ask a question and get an answer drawn from the published records, or they can proactively share something they know isn&#8217;t documented yet. In both cases, the bot captures what they share, structures it into a draft record, and queues it for the knowledge manager to review. Nothing goes live without human sign-off, but the capture happens in the conversation itself — no separate tool, no form to fill out, no ticket to file.</p>



<p class="wp-block-paragraph">I&#8217;m not a developer. But with Claude doing the heavy lifting, building and iterating a working solution took a few hours.</p>



<h2 class="wp-block-heading">How It Works in Practice</h2>



<p class="wp-block-paragraph">Here&#8217;s what using it actually looks like.</p>



<p class="wp-block-paragraph"><strong>Correcting a wrong answer:</strong></p>



<div style="padding-left: 20px; border-left: 1px solid #ccc;">



<p class="wp-block-paragraph"><em><strong>Team member</strong>: How do I create a site visit?</em></p>



<p class="wp-block-paragraph"><em><strong>Athena</strong>: (answers from published records)</em></p>



<p class="wp-block-paragraph"><em><strong>Team member</strong>: That&#8217;s mostly right, but you also need to make sure the Visit Type has been set up in Program Settings first — otherwise that dropdown will be empty and there&#8217;s no way to proceed.</em></p>



<p class="wp-block-paragraph"><em><strong>Athena</strong>: Got it — I&#8217;ve added that as a prerequisite to the &#8220;Create a Visit&#8221; procedure. Here&#8217;s how it currently reads for published users:</em></p>



<p class="wp-block-paragraph"><em>(Athena&#8217;s current answer about creating a site visit)</em></p>



<p class="wp-block-paragraph"><em>And here&#8217;s how it will read once the knowledge manager reviews and publishes the draft:</em></p>



<p class="wp-block-paragraph"><em>(The same answer, now with the Visit Type prerequisite included)</em></p>



<p class="wp-block-paragraph"><em>Does the updated version look correct?</em></p>



</div>



<p class="wp-block-paragraph">The bot answers the original question twice — once from the published record, once from the draft — so the team member can confirm the correction landed before the session ends.</p>



<p class="wp-block-paragraph"><strong>Sharing something that isn&#8217;t documented yet:</strong></p>



<div style="padding-left: 20px; border-left: 1px solid #ccc;">



<p class="wp-block-paragraph"><em><strong>Team member</strong>: When the portal evaluation checkbox is checked but no team members have been assigned yet, the system lets you save the visit but the evaluations never actually get sent. It&#8217;s a common source of confusion.</em></p>



<p class="wp-block-paragraph"><em><strong>Athena</strong>: That sounds like a known error — I&#8217;d capture it as an Error / Exception. A couple of quick questions: does this come up frequently in support tickets? And is there a specific error message, or does it just silently not send?</em></p>



<p class="wp-block-paragraph"><em><strong>Team member</strong>: Pretty frequent. No error — it just silently does nothing.</em></p>



<p class="wp-block-paragraph"><em><strong>Athena</strong>: Got it. I&#8217;ve created a draft Error / Exception: &#8220;Portal Evaluations Not Sent When No Team Members Are Assigned&#8221; — marked as In Progress and ready for the knowledge manager to review.</em></p>



</div>



<p class="wp-block-paragraph">The knowledge never existed in any document. Now it does — structured, typed, and queued for review. The team member just had a conversation.</p>



<h2 class="wp-block-heading">A System That Compounds</h2>



<p class="wp-block-paragraph">Every documentation system I&#8217;ve ever worked with has the same fundamental problem: it starts accurate and drifts. The product changes, the docs don&#8217;t, and eventually they&#8217;re worse than useless — they&#8217;re actively misleading. The only fix anyone has ever found is to throw human effort at it on a recurring basis, which is expensive and doesn&#8217;t scale.</p>



<p class="wp-block-paragraph">I was stuck on that reality when a radical thought hit me: what if the chatbot itself is how the knowledge stays current? </p>



<p class="wp-block-paragraph">When a staff member gets a wrong or incomplete answer, they don&#8217;t file a ticket or flag it for someone to review later. They just correct the bot in the conversation — &#8220;actually, that&#8217;s not right, here&#8217;s how it works.&#8221; The chatbot takes the correction, immediately structures it into a proposed knowledge record update, and surfaces it to the knowledge manager for review. The knowledge manager iterates if needed and approves it. The record gets updated. The system gets smarter.</p>



<p class="wp-block-paragraph">The knowledge manager is the human in the loop — nothing gets published without their sign-off — but the heavy lifting of translating a correction into a structured update happens automatically. The staff member just has a conversation. The chatbot and the knowledge manager do the rest.</p>



<p class="wp-block-paragraph">Every interaction is a potential improvement. The more people use it, the more corrections surface, the more it reflects reality. It doesn&#8217;t decay over time. It compounds.</p>



<p class="wp-block-paragraph">And that one role — a knowledge manager reviewing a stream of AI-generated updates triggered by real questions, not scheduled review cycles nobody has time for — makes the company&#8217;s knowledge genuinely accessible at scale. Support stops answering the same questions repeatedly. The people who know the product inside and out stop carrying the invisible labor of filling in everyone else&#8217;s gaps. The knowledge becomes infrastructure: available to anyone, at any time, without the tax on the people who hold it.</p>



<h2 class="wp-block-heading">The Bigger Picture</h2>



<p class="wp-block-paragraph">I spent the early part of my career building structured content systems — and they worked. DITA and AuthorIT delivered on their promise. The same content really did render cleanly to a help site, a PDF, and an in-app tooltip. But it required a dedicated team of trained writers to make it happen. That was fine for large enterprises with documentation budgets. For everyone else, it was out of reach.</p>



<p class="wp-block-paragraph">What I stumbled into with Athena goes further than what those systems could do — and turns out to be practical for teams of any size.</p>



<p class="wp-block-paragraph">Capture knowledge once as structured facts — not content, not prose, just facts — and let the LLM render it for whoever&#8217;s asking. The same verified records that power the chatbot can render a KB article for a customer, a training module for a new consultant, an RFP response for a sales team, an in-app help system for a portal user. You capture the knowledge once, and the presentation takes care of itself.</p>



<p class="wp-block-paragraph">Together with a feedback loop that keeps the knowledge current, you get something that hasn&#8217;t really existed before: a single canonical knowledge layer that serves every audience, in every format, and gets more accurate the more it&#8217;s used. Not by design — that&#8217;s just what happened when the pieces came together.</p>



<p class="wp-block-paragraph">Any organization with complex knowledge and multiple audiences has this problem. The gap between what you know and what you can make usable has always been the bottleneck.</p>



<p class="wp-block-paragraph">That gap just got a lot smaller.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Technical Notes</h2>



<p class="wp-block-paragraph">For those curious about the architecture: the whole system runs on three pieces that connect cleanly.</p>



<p class="wp-block-paragraph"><strong><a href="https://sanity.io">Sanity</a></strong> is the knowledge store. It&#8217;s a highly configurable headless CMS with a flexible schema and a full API — which matters because the records need to be queryable by both humans (via Sanity Studio, where the knowledge manager works) and machines (via API, where Claude retrieves them). One thing worth noting: the Sanity Studio interface is defined in code, which would normally put it out of reach for someone without an engineering background. I&#8217;m a product leader with more coding familiarity than most, but I&#8217;m not a developer. Claude wrote the schema configuration. That matters for who this approach is available to — you don&#8217;t need an engineering team to build it.</p>



<p class="wp-block-paragraph"><strong>MCP (Model Context Protocol)</strong> is the bridge. Sanity exposes an MCP server that lets Claude connect directly to the knowledge records as a live data source — not a static document dump, but a structured, queryable store. When the chatbot answers a question, it&#8217;s retrieving the most current version of the relevant records in real time.</p>



<p class="wp-block-paragraph"><strong><a href="https://claude.ai">Claude</a></strong> does two distinct jobs. On ingestion, it acts as a translator — taking a source (an OpenAPI spec, a transcript, a Slack thread) and extracting structured knowledge records in the defined schema. On retrieval, it acts as a renderer — taking structured records and translating them into whatever the audience needs: a conversational answer, a KB article draft, a training outline. The same model, doing opposite things, with the knowledge layer in between.</p>



<p class="wp-block-paragraph">The insight that made this work is that separating ingestion from retrieval — using Claude for both but keeping the structured records as the stable layer in the middle — is what gives the system its flexibility. Change the audience, change the format, change the channel. The knowledge stays the same.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.willsansbury.com/2026/04/15/discovering-athena-letting-go-of-content-to-unlock-knowledge/">Discovering Athena: Letting Go of Content to Unlock Knowledge</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2026/04/15/discovering-athena-letting-go-of-content-to-unlock-knowledge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AI and Design: Embrace Change, But Don&#8217;t Forget What Matters</title>
		<link>https://www.willsansbury.com/2025/07/07/ai-and-design-dont-forget-what-matters/</link>
					<comments>https://www.willsansbury.com/2025/07/07/ai-and-design-dont-forget-what-matters/#comments</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Mon, 07 Jul 2025 13:00:19 +0000</pubDate>
				<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16669</guid>

					<description><![CDATA[<p>Most designers know the famous Double Diamond framework from the British Design Council. First, explore the problem. Then define it. Then explore solutions. Then refine. It’s not always linear, but the principle holds: you need time to explore before you commit. In the early days of digital product design, we honored that. We sketched with [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/07/07/ai-and-design-dont-forget-what-matters/">AI and Design: Embrace Change, But Don&#8217;t Forget What Matters</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Most designers know the famous <a href="https://www.designcouncil.org.uk/our-resources/framework-for-innovation/">Double Diamond framework</a> from the <a href="https://www.designcouncil.org.uk/">British Design Council</a>. First, explore the problem. Then define it. Then explore solutions. Then refine. It’s not always linear, but the principle holds: you need time to explore before you commit.<br></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img fetchpriority="high" decoding="async" width="1024" height="882" src="https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-1024x882.png" alt="" class="wp-image-16670" srcset="https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-1024x882.png 1024w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-300x258.png 300w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-768x661.png 768w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-860x741.png 860w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-680x586.png 680w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-500x431.png 500w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-400x344.png 400w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-250x215.png 250w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-200x172.png 200w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-100x86.png 100w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-76x65.png 76w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent-50x43.png 50w, https://www.willsansbury.com/wp-content/uploads/2025/07/Framework_for_Innovation_transparent.png 1225w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><em>This work by <a href="https://www.designcouncil.org.uk/" target="_blank" rel="noreferrer noopener">the Design Council</a> is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noreferrer noopener">CC BY 4.0 license</a>.</em></figcaption></figure>
</div>


<p class="wp-block-paragraph">In the early days of digital product design, we honored that. We sketched with Sharpies. We ran design charettes to generate ideas. We moved fast, threw things away, and stayed loose. Then came Photoshop, Fireworks, Sketch, and Figma. These tools gave us polish—but also made it easier to converge too soon. Once something looked “real,” it became harder to change. Stakeholders got attached. Designers got fixated. Exploration slowed. Premature convergence set in.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" src="https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-1024x768.jpeg" alt="Participants at a Design Studio Workshop I taught in Atlanta in 2014 review the first round of divergent ideation. " class="wp-image-16672" srcset="https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-1024x768.jpeg 1024w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-300x225.jpeg 300w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-768x576.jpeg 768w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-1536x1152.jpeg 1536w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-2048x1536.jpeg 2048w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-1920x1440.jpeg 1920w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-1680x1260.jpeg 1680w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-1240x930.jpeg 1240w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-860x645.jpeg 860w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-680x510.jpeg 680w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-500x375.jpeg 500w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-400x300.jpeg 400w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-250x188.jpeg 250w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-200x150.jpeg 200w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-100x75.jpeg 100w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-76x57.jpeg 76w, https://www.willsansbury.com/wp-content/uploads/2025/07/AD1AEF0C-CD98-48A4-8693-FCC7897F708A-50x38.jpeg 50w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><em>Participants at a Design Studio Workshop I taught in Atlanta in 2014 review the first round of divergent ideation. </em></figcaption></figure>



<p class="wp-block-paragraph">Now, we’re entering a new era—one where AI tools don’t just generate mockups, but actual front-end code. You type a prompt, and out comes a working UI. Not a sketch. Not a wireframe. Code. This is a leap in capability—and in risk. When a design is already functioning in code, it doesn’t just look finished—it is finished, at least to many stakeholders. And that makes it harder to step back, rethink, and explore alternatives.<br><br>This is how the creative process gets short-circuited. Teams skip the first diamond entirely—jumping to solutions without understanding the problem. They build interfaces that are functional but misaligned. Products become polished but shallow, fast but fragile. Design becomes reactive instead of reflective.<br><br>The damage isn’t always immediate. But over time, it compounds. You ship faster, but learn less. You optimize for delivery, not discovery. You stop asking “what if?” and start asking “how fast?” Eventually, you lose the space where real innovation happens.<br><br>AI tools aren’t the enemy. They’ll make great designers even better—especially those who can resist the gravitational pull of polish and code. But for teams without that discipline, or for stakeholders who equate working code with final product, these tools could quietly erode the very process that makes design valuable.<br><br>Without divergence, we don’t explore possibilities. We don’t test assumptions, challenge defaults, or uncover better paths. We don’t design with empathy—we just rush to solutions. And when that happens, we are shortchanging more than the process; we are shortchanging the people we’re designing for.<br><br>Design’s power has always been its focus on outcomes. If we reduce the value of design to visible output, we give away its superpower.<br><br>Speed at the cost of value is no bargain.</p>
<p>The post <a href="https://www.willsansbury.com/2025/07/07/ai-and-design-dont-forget-what-matters/">AI and Design: Embrace Change, But Don&#8217;t Forget What Matters</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/07/07/ai-and-design-dont-forget-what-matters/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>A Must Read: What the f*ck is strategy?</title>
		<link>https://www.willsansbury.com/2025/07/03/a-must-read-what-the-fck-is-strategy/</link>
					<comments>https://www.willsansbury.com/2025/07/03/a-must-read-what-the-fck-is-strategy/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Thu, 03 Jul 2025 15:06:18 +0000</pubDate>
				<category><![CDATA[Quotables]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16677</guid>

					<description><![CDATA[<p>This piece from Ro Fernandez is easily the most useful thing I&#8217;ve read in a decade. Well, well, well worth the time to read it. Twice. A few quotes from What the f*ck is strategy? by Ro Fernandez: 🔥”Business isn’t about making money. It’s about creating value so compelling, people can’t wait to pay for [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/07/03/a-must-read-what-the-fck-is-strategy/">A Must Read: What the f*ck is strategy?</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This piece from <a href="https://www.linkedin.com/in/ACoAAAt7BkkB4OU9R1luZA3DF5_clI_bAIIszzk"></a><a href="https://www.linkedin.com/in/rofern/">Ro Fernandez</a> is easily the most useful thing I&#8217;ve read in a decade. Well, well, well worth the time to read it. Twice.</p>



<p class="wp-block-paragraph">A few quotes from <a href="https://medium.com/@rociofernn/what-the-f-ck-is-strategy-it-took-me-10-years-to-figure-it-out-9a6b2e838f27">What the f*ck is strategy?</a> by Ro Fernandez:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">🔥”Business isn’t about making money. It’s about creating value so compelling, people can’t wait to pay for it. And you will see how money come because of that.”</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">🔥🔥🔥 “You don’t rise to the level of your goals — you fall to the level of your systems.”</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">🔥🔥🔥🔥🔥 “The better your principles, the less you need rules.”</p>
</blockquote>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://medium.com/@rociofernn/what-the-f-ck-is-strategy-it-took-me-10-years-to-figure-it-out-9a6b2e838f27">Read the Full Article </a></div>
</div>
<p>The post <a href="https://www.willsansbury.com/2025/07/03/a-must-read-what-the-fck-is-strategy/">A Must Read: What the f*ck is strategy?</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/07/03/a-must-read-what-the-fck-is-strategy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Letting Go of &#8220;Release&#8221;</title>
		<link>https://www.willsansbury.com/2025/07/02/letting-go-of-release/</link>
					<comments>https://www.willsansbury.com/2025/07/02/letting-go-of-release/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 15:29:47 +0000</pubDate>
				<category><![CDATA[Product Management]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[planning]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16663</guid>

					<description><![CDATA[<p>When I began my career in the early 2000s, I worked on software that was sold in a box on a shelf at Best Buy. Shipping was an extraordinary event, so release plans and release candidates and gold CD-ROMs were extremely important and necessary. NOTHING mattered more than the release. (I still have and cherish [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/07/02/letting-go-of-release/">Letting Go of &#8220;Release&#8221;</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">When I began my career in the early 2000s, I worked on software that was sold in a box on a shelf at Best Buy. Shipping was an extraordinary event, so release plans and release candidates and gold CD-ROMs were extremely important and necessary. NOTHING mattered more than the release. (I still have and cherish celebratory first-run presses of WS_FTP CD-ROMs from releases I worked on.)<br><br>Today, the concept of a “release” as a planning unit is a problematic anachronism. It is misaligned with how high-performing teams actually deliver value.<br><br>A release is not a goal. It’s a logistical event. Planning around it encourages teams to focus on what can be shipped, not what should be solved. It turns roadmaps into delivery schedules instead of strategic tools. Teams ask, “What can we fit into the next release?” when the better question is, “What’s the next most valuable thing we can deliver?”<br><br>With continuous integration and continuous delivery, the infrastructure exists to ship value as soon as it will help your customers. You don&#8217;t have to wait for the release (and doing so is the definition of waste). In the modern world, releasing is a non-event.<br><br>Yet many teams (and work management tools) still plan like they’re pressing a once-a-year gold copy CD-ROM. This encourages feature-stuffing, scope creep, and last-minute heroics—all in service of an arbitrary deadline that ultimately serves only to delay the delivery of value to customers.<br><br>Worse, it distorts incentives. Teams start optimizing for the release itself—what fits, what’s ready, what looks good in a demo—rather than for learning, iteration, and user impact. It’s a mindset that prioritizes ceremony over agility.<br><br>For the love of all that&#8217;s holy, please stop planning around releases. Plan around the outcomes you want to deliver. Define success by the problems you solve, not the features you ship.<br><br>Let releases be a side effect of delivering value, not the organizing principle of your work.</p>



<hr class="wp-block-separator aligncenter has-alpha-channel-opacity is-style-wide"/>



<p class="wp-block-paragraph">If you&#8217;re stuck in an environment where breaking out of output-focus seems impossible, <a href="https://www.linkedin.com/in/ACoAAADufjUBixvWZNsGEm88A8k3N47Ig2pArvs"></a><a href="https://melissaperri.com/">Melissa Perri</a> has your back with her excellent book <a href="https://bookshop.org/p/books/escaping-the-build-trap-how-effective-product-management-creates-real-value-melissa-perri/8138080?ean=9781491973790&amp;next=t">Escaping the Build Trap: How Effective Product Management Creates Real Value</a> (Bookshop.org link).</p>
<p>The post <a href="https://www.willsansbury.com/2025/07/02/letting-go-of-release/">Letting Go of &#8220;Release&#8221;</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/07/02/letting-go-of-release/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>When “Doing” Matters More Than “Done”</title>
		<link>https://www.willsansbury.com/2025/05/30/when-doing-matters-more-than-done/</link>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Fri, 30 May 2025 15:27:55 +0000</pubDate>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[innovation]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16658</guid>

					<description><![CDATA[<p>In the fervor around artificial intelligence, we must not forget that creativity is more than tasks.</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/30/when-doing-matters-more-than-done/">When “Doing” Matters More Than “Done”</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I just saw an advertisement for a user research tool that mocked people for manually coding research insights when AI agents can do it automatically.</p>



<p class="wp-block-paragraph">How tragic it is to not understand that often the value lies not in the task getting done but in the process of doing it. In the doing, we learn. We gain context and understanding, and it is from that context and understanding that disruptive insights emerge.</p>



<p class="wp-block-paragraph">For decades, we’ve struggled with this unspoken, unquestioned belief that more work in the done column is inherently a good thing. I don’t think it is. A high Jira ticket completion rate tells me nothing except that you’ve moved a lot of bits and bytes through Atlassian’s servers.</p>



<p class="wp-block-paragraph">The Agile manifesto addresses this confusion between output and outcomes directly in its tenth principle: “Simplicity—the art of maximizing the amount of work not done—is essential.” Agile values mindfulness—understanding the present, with its context of what you learned yesterday, and prioritizing what is most valuable given everything you know and have learned. Inevitably, work we scope at the beginning of a project becomes less important, even unimportant, as we work. In the doing, we learn, and what matters changes.</p>



<p class="wp-block-paragraph">If we fully offload the doing to AI, we get the satisfaction of a pile of completed tasks, but at what cost? AI can check the box on the to do list, but will it have the eureka moment as disparate threads suddenly weave into a rich tapestry? Will it tell you if it does?</p>



<p class="wp-block-paragraph">Don’t get me wrong. AI is a powerful tool. Agents will be—and already the are being—revolutionary in so many fields and industries.</p>



<p class="wp-block-paragraph">But for those of us who create value by solving problems, a little skepticism about AI is a good thing. If we leverage AI to do the work we need to do to learns we can end up painfully mediocre.</p>



<p class="wp-block-paragraph">It’s in the doing, not the done, that we find creativity, innovation, and disruptive ideas.</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/30/when-doing-matters-more-than-done/">When “Doing” Matters More Than “Done”</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Reminder: Change Requires People</title>
		<link>https://www.willsansbury.com/2025/05/29/reminder-change-requires-people/</link>
					<comments>https://www.willsansbury.com/2025/05/29/reminder-change-requires-people/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Thu, 29 May 2025 14:20:16 +0000</pubDate>
				<category><![CDATA[Leadership]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16647</guid>

					<description><![CDATA[<p>My friend Rodger Otero is a Christian pastor working to revitalize a once-strong congregation that has declined dramatically in recent years, and he writes about the journey on his blog. Today&#8217;s post resonated very, very strongly with me, as it&#8217;s a universal lesson for any leader driving change. Rodger wrote this in his post Fits [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/29/reminder-change-requires-people/">Reminder: Change Requires People</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">My friend <a href="https://rodg.blog">Rodger Otero</a> is a Christian pastor working to revitalize a once-strong congregation that has declined dramatically in recent years, and he writes about the journey on his blog. Today&#8217;s post resonated very, very strongly with me, as it&#8217;s a universal lesson for any leader driving change.</p>



<p class="wp-block-paragraph">Rodger wrote this in his post <a href="https://rodg.blog/fits-and-starts-are-the-formula/">Fits and Starts Are the Formula</a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Left to my own egoic devices, my preference is zero to 60 in 6 seconds. A total 180. Burn it all down and start from scratch.<br><br>Over the years, mostly through failures and missteps, I’ve learned that such an approach doesn’t tend to work out so well. For several reasons: A) It’s not kind to others involved. Most people are not early adopters. Most need adequate to time to get onboard. B) It’s not speed that guarantees healthy change. After all, cancer cells can tend to grow pretty quickly. Impatience is not an asset. And, C) It’s not realistic in most cases. Real change must occur in reality—where humans actually live.<br><br>My role is not is not to simply be a leader who causes change, but to be a pastor who shepherds change to be as kind, patient, and realistic as possible.</p>
</blockquote>



<p class="wp-block-paragraph">I have been guilty in the past (perhaps even recent past) of forgetting that change is about the people first and foremost. For change to stick, it has to come about from collaboration with everyone involved. Change inflicted on people as an act of dominance is change destined to fail in the long term.</p>



<p class="wp-block-paragraph">A good reminder for me, and I suspect for leaders everywhere.</p>



<p class="wp-block-paragraph">If you want to follow Rodger&#8217;s thoughts, I encourage you to do so. While the religious context might not be your jam, Rodger is a fantastic and thoughtful leader with lessons that matter in any arena.</p>



<p class="wp-block-paragraph"><em>Cover photo by <a href="https://unsplash.com/@scw1217?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash">Suzanne D. Williams</a> on <a href="https://unsplash.com/photos/three-pupas-VMKBFR6r_jg?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash">Unsplash</a></em></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.willsansbury.com/2025/05/29/reminder-change-requires-people/">Reminder: Change Requires People</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/05/29/reminder-change-requires-people/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Being &#8220;Right&#8221; is Wrong</title>
		<link>https://www.willsansbury.com/2025/05/16/being-right-is-wrong/</link>
					<comments>https://www.willsansbury.com/2025/05/16/being-right-is-wrong/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Fri, 16 May 2025 18:28:38 +0000</pubDate>
				<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16643</guid>

					<description><![CDATA[<p>In the West, we&#8217;re trained from an early age to see the world in stark binaries. Stories have saintly heroes and dastardly villains. Tests have correct answers and incorrect guesses. People are either glass-half-full optimists or glass-half-empty pessimists. Kids are artsy or athletic, left-brained or right-brained, book-smart or street-smart. It’s all crap. The world isn’t [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/16/being-right-is-wrong/">Being &#8220;Right&#8221; is Wrong</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">In the West, we&#8217;re trained from an early age to see the world in stark binaries. Stories have saintly heroes and dastardly villains. Tests have correct answers and incorrect guesses. People are either glass-half-full optimists or glass-half-empty pessimists. Kids are artsy or athletic, left-brained or right-brained, book-smart or street-smart.<br><br>It’s all crap.<br><br>The world isn’t black and white—it’s a mess. A blur. A constant collision of trade-offs, contradictions, and chaos.<br><br>Yet the need to be &#8220;right&#8221; is so ingrained in us that we still seek the one perfect move, the one flawless strategy.<br><br>That mindset can paralyze you as you sink into a quagmire of overthinking, second-guessing, and waiting for clarity that never comes.<br><br>Unless you&#8217;re considering something outside the bounds of morality or ethics, here’s the truth: there is no “right” answer.<br><br>You don’t win by being &#8220;right.&#8221;<br><br>You win by being bold enough to choose—and relentless enough to see it through.</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/16/being-right-is-wrong/">Being &#8220;Right&#8221; is Wrong</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/05/16/being-right-is-wrong/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Rams&#8217; 10 Principles for Good Design</title>
		<link>https://www.willsansbury.com/2025/05/05/rams-on-good-design/</link>
					<comments>https://www.willsansbury.com/2025/05/05/rams-on-good-design/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Mon, 05 May 2025 18:57:24 +0000</pubDate>
				<category><![CDATA[Quotables]]></category>
		<category><![CDATA[product design]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16601</guid>

					<description><![CDATA[<p>— Dieter Rams</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/05/rams-on-good-design/">Rams&#8217; 10 Principles for Good Design</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<aside class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p class="rams wp-block-heading wp-block-paragraph"><strong>01 Good design is innovative</strong><br>The possibilities for innovation are not, by any means, exhausted. Technological development is always offering new opportunities for innovative design. But innovative design always develops in tandem with innovative technology, and can never be an end in itself.<br><br><strong>02 Good design makes a product useful</strong><br>A product is bought to be used. It has to satisfy certain criteria, not only functional but also psychological and aesthetic. Good design emphasizes the usefulness of a product while disregarding anything that could possibly detract from it.<br><br><strong>03 Good design is aesthetic</strong><br>The aesthetic quality of a product is integral to its usefulness because products are used every day and have an effect on people and their well-being. Only well-executed objects can be beautiful.<br><br><strong>04 Good design makes a product understandable</strong><br>It clarifies the product&#8217;s structure. Better still, it can make the product clearly express its function by making use of the user&#8217;s intuition. At best, it is self-explanatory.<br><br><strong>05 Good design is unobtrusive</strong><br>Products fulfilling a purpose are like tools. They are neither decorative objects nor works of art. Their design should therefore be both neutral and restrained, to leave room for the user&#8217;s self-expression.<br><br><strong>06 Good design is honest</strong><br>It does not make a product more innovative, powerful or valuable than it really is. It does not attempt to manipulate the consumer with promises that cannot be kept.<br><br><strong>07 Good design is long-lasting</strong><br>It avoids being fashionable and therefore never appears antiquated. Unlike fashionable design, it lasts many years – even in today&#8217;s throwaway society.<br><br><strong>08 Good design is thorough down to the last detail</strong><br>Nothing must be arbitrary or left to chance. Care and accuracy in the design process show respect towards the consumer.<br><br><strong>09 Good design is environmentally-friendly</strong><br>Design makes an important contribution to the preservation of the environment. It conserves resources and minimises physical and visual pollution throughout the lifecycle of the product.<br><br><strong>10 Good design is as little design as possible</strong><br>Less, but better – because it concentrates on the essential aspects, and the products are not burdened with non-essentials. Back to purity, back to simplicity.</p>
</div></aside>
</blockquote>



<p class="wp-block-paragraph">— <a href="https://en.wikipedia.org/wiki/Dieter_Rams">Dieter Rams</a></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.willsansbury.com/2025/05/05/rams-on-good-design/">Rams&#8217; 10 Principles for Good Design</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/05/05/rams-on-good-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>On Misanthropy</title>
		<link>https://www.willsansbury.com/2025/05/05/on-misanthropy/</link>
					<comments>https://www.willsansbury.com/2025/05/05/on-misanthropy/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Mon, 05 May 2025 17:23:25 +0000</pubDate>
				<category><![CDATA[Self-Management]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16578</guid>

					<description><![CDATA[<p>Misanthropy is seductive because it feels like engagement. But the truth is it requires very little of you to snipe from the sidelines. No courage, no conviction, no leadership. Just air forced over vocal cords. Misanthropy often disguises itself as critique or challenge or prophetic voice in the wilderness. It hides behind a facade of [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/05/05/on-misanthropy/">On Misanthropy</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Misanthropy is seductive because it feels like engagement. But the truth is it requires very little of you to snipe from the sidelines. No courage, no conviction, no leadership. Just air forced over vocal cords.</p>



<p class="wp-block-paragraph">Misanthropy often disguises itself as critique or challenge or prophetic voice in the wilderness. It hides behind a facade of being a truth-speaker. And misanthropes often do speak truth. But truth, like everything powerful, can be used to build or to destroy.<br><br>My admiration will always lie with the people who respond to being dealt an unexpected hand by immediately asking, “What is my best play with the cards I’ve got?” We may not be able to make things perfect, but we can always strive to make things better. We just have to care enough—about the cause, the mission, or the people—to try.</p>



<p class="wp-block-paragraph"><em>Photo by <a href="https://unsplash.com/@mineral_of_demon?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash">Nastia Petruk</a> on <a href="https://unsplash.com/photos/a-wall-with-graffiti-and-a-bird-on-it-kDWQxMxoKls?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash">Unsplash</a></em></p>
<p>The post <a href="https://www.willsansbury.com/2025/05/05/on-misanthropy/">On Misanthropy</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/05/05/on-misanthropy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>R. Buckminster Fuller on Making Change</title>
		<link>https://www.willsansbury.com/2025/04/14/r-buckminster-fuller-on-making-change/</link>
					<comments>https://www.willsansbury.com/2025/04/14/r-buckminster-fuller-on-making-change/#respond</comments>
		
		<dc:creator><![CDATA[Will Sansbury]]></dc:creator>
		<pubDate>Tue, 15 Apr 2025 00:03:19 +0000</pubDate>
				<category><![CDATA[Quotables]]></category>
		<guid isPermaLink="false">https://www.willsansbury.com/?p=16570</guid>

					<description><![CDATA[<p>You never change anything by fighting it; you change things by making them obsolete through superior technology. Telstar replaced five hundred tons of transoceanic cable. It used to take us three years to circumnavigate the globe in a wooden-hulled ship. It took three months in a steel ship, ninety minutes in a space capsule and now [&#8230;]</p>
<p>The post <a href="https://www.willsansbury.com/2025/04/14/r-buckminster-fuller-on-making-change/">R. Buckminster Fuller on Making Change</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">You never change anything by fighting it; you change things by making them obsolete through superior technology. Telstar replaced five hundred tons of transoceanic cable. It used to take us three years to circumnavigate the globe in a wooden-hulled ship. It took three months in a steel ship, ninety minutes in a space capsule and now instantaneously with telecommunications.</p>
</blockquote>



<p class="wp-block-paragraph">As told by Mike Vance and Diane Deacon in <em><a href="https://archive.org/details/thinkoutofbox0000vanc/page/n5/mode/2up">Think Out of the Box</a></em></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.willsansbury.com/2025/04/14/r-buckminster-fuller-on-making-change/">R. Buckminster Fuller on Making Change</a> appeared first on <a href="https://www.willsansbury.com">Will Sansbury</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willsansbury.com/2025/04/14/r-buckminster-fuller-on-making-change/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
