<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Harmonica News</title>
        <link>https://blog.harmonica.chat</link>
        <description>Essays and product updates from Harmonica team.</description>
        <lastBuildDate>Tue, 14 Apr 2026 14:28:50 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Harmonica News</title>
            <url>https://storage.googleapis.com/papyrus_images/24084a702ccd57140175364f5287aba8</url>
            <link>https://blog.harmonica.chat</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[The Context Layer Needs a Facilitator]]></title>
            <link>https://blog.harmonica.chat/context-layer-needs-facilitation</link>
            <guid>lyTIXTXULO9sBG3OpR6A</guid>
            <pubDate>Wed, 25 Feb 2026 13:35:20 GMT</pubDate>
            <description><![CDATA[We need to tap into the institutional knowledge to make AI agents effective. But the most valuable knowledge is tacit: trapped in people's heads, pre-articulation, never written down. How do you surface it?]]></description>
            <content:encoded><![CDATA[<p>The enterprise software world is converging on a thesis: as AI agents take over workflows, the most valuable layer isn't the database underneath or the application on top, it's the context layer in the middle.</p><p>Evan Armstrong <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/itsurboyevan/status/2021987783225524566">calls it</a> the institutional knowledge that makes coordination valuable: "the email threads, wiki pages, Slack channels, onboarding docs, and tribal knowledge where organizational truth actually lived." Foundation Capital <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foundationcapital.com/context-graphs-ais-trillion-dollar-opportunity/">goes further</a>, arguing that the real prize is decision traces: not just what a company knows, but why specific decisions were made. The exceptions, overrides, precedents, and cross-system reasoning that currently live in people's heads.</p><p>Both are right. And both are missing a piece.</p><p>Armstrong captures it perfectly: "A markdown file can describe your sales process. It can't encode that deals over $500K stall when legal reviews before procurement." Foundation Capital adds: "The reasoning connecting data to action was never treated as data in the first place."</p><p>So here's the question neither article asks: if the most valuable context lives in people's heads: in contradictions they haven't articulated, in trade-offs they resolve differently, in assumptions they don't know they're making. How do you get it out?</p><h2 id="h-facilitation-is-the-missing-infrastructure" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Facilitation is the missing infrastructure</h2><p>The context layer thesis is compelling. But it raises a question about <em>how</em> the context layer actually gets built. Armstrong's vision compounds through workflow traces: every agent execution adds context that makes the next one smarter. Foundation Capital's decision traces accumulate as agents observe cross-system reasoning. Both assume the hardest organizational knowledge will eventually surface through observation and accumulation.</p><p>But will it? The hardest, most valuable organizational context is <em>pre-articulation</em> — it exists as tacit knowledge that people carry but have never been asked to express. John Cutler <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/posts/johnpcutler_embrace-the-mess-the-path-to-clarity-together-activity-7430780199379693568-wI8k">captured this well</a>: "Documents don't create meaning, people do. Process artifacts gain significance from the discussions, decisions, and behaviors surrounding them." His principle that "words, diagrams, and models only become meaningful through conversation and collective sense-making, not in isolation on a page" points at something the context layer conversation keeps missing: you can't just <em>capture</em> organizational meaning. You have to <em>produce</em> it, through structured interaction between the people who hold it.</p><p>This is what facilitation does. Not facilitation as a soft skill or a meeting technique, but as systematic infrastructure for extracting, structuring, and synthesizing human knowledge, especially when humans need to stay in the loop.</p><p>Consider what a structured facilitated session produces: each participant has a private 1-on-1 conversation with an AI facilitator that asks targeted questions, probes for specifics, and follows up on vague answers. The facilitator elicits reasoning, not "mere opinions". Why do you think that? What would change your mind? Where does your experience differ from what others might say?</p><p>This matters because, as Cutler puts it, "there is no single source of truth — only perspectives." Agreement on terms is not agreement on meaning, people can use the same words while holding different interpretations. A context layer built from workflow traces will never surface this. You need structured dialogue to discover that when the sales team says "qualified lead" and the product team says "qualified lead," they mean fundamentally different things.</p><p>Cross-pollination takes it further: as participants contribute, emerging themes and contrasting perspectives are shared across threads, prompting people to engage with viewpoints they wouldn't have encountered otherwise. The output is a synthesis of how a group actually thinks about a problem: where they agree, where they diverge, and why.</p><p>That synthesis is a decision trace. It captures the reasoning that Foundation Capital says was "never treated as data." And unlike the traces their portfolio companies capture from agent workflows, facilitation generates traces from the humans who carry the context that agents can't observe.</p><h2 id="h-what-we-built" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What we built</h2><p>We've been working on making facilitation accessible to AI agents, and discovered a surprisingly good alternative to building everything in a web app.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://harmonica.chat">Harmonica</a> is a structured conversation platform: you create a session with a topic and goal, share a link, and each participant has a private 1-on-1 conversation with an AI facilitator. Responses are then synthesized into actionable insights. Sessions range from team retrospectives and brainstorming to stakeholder interviews and community consultations, any scenario where you need to hear from multiple people and make sense of what they said. Now it has not only a web UI, but also a REST <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://help.harmonica.chat/api-reference/introduction">API</a> and an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/harmonicabot/harmonica-mcp">MCP server</a> that lets AI agents create and manage sessions programmatically.</p><p>The MCP unlocks a completely new user experience. We have just shipped <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/harmonicabot/harmonica-chat">harmonica-chat</a>, a companion for Claude Code and similar agents that makes use of MCP to design sessions, and realized that an AI coding agent is a surprisingly effective facilitation client. It already knows your project. It has your codebase, your recent commits, your CLAUDE.md, your conversation history. When you say "let's run a retro on the API redesign," it doesn't need you to fill out a form, it reads your project context and generates a session pre-loaded with relevant background.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc1dc8b7ae6b62c179dc8271ad9afa9292422020954b3b7425bfa6ff89a14639.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEA0lEQVR4nJVUPYjcRhRWc40KFSoEgkkimELFNEoxAUGiQiGoUbONOKIUKjwHkx+BI2KUQNYOwrZSbAxrHxfwuVgILClC2GYbNcKxlYAcc2viamPuEsjewUE4CO6D9N2Jw0UgXzGM3nuj9/e9p9z8Zu/Bj9/n164lyZXy2/3J7h25s/PhR9nuD/NbX9/6YPv9G3fu3f3uwWdXr0r5SXF3d3r/ntzZ+fjTz7/48qvbt29uR9tvvvPeW+++/cZrr+u6LqWMegghih7KjevXf33yZL1en539/ecfh03T/PPy5fPnv/3y8+OzHiebv06OT05PT58ePD188eLZarXZbH56+PDk+Hi9Xq9Wzw5/X7dtu1gs2rat67qqqrZtp9OpZVmKoihlWS6Xy8VisVod1HU9n8/rul4ul03TtG1bVVXTNI8eP2rbdrU6aJqm6rFaHWw2m6OjI8hns1me52VZjsfjoijyPM+yjFLaOfA8L0kSzrnv+0EQxHE86hFFURzHQogkSUajURiGhBDTNPUedg/GGCGEUqppmmmalFLTNAkhmqYZhrHVQyGEoF5RFOV5jn+laSqlTNM0SRLf9yH0fT8MQ8/zKKVBEPi+zxjzPM+2bWhd1+WcO47DOXddV9f1LoMoiqqqqut6sVjMZrP9/f0gCAghvIeqqltbW8MJ4K5p2mXhZQxPugyyLCvLsiiKsiyzLJtOp4iaMWZZlu/7tm07juN5nmVZ8Mp6IA/P85wLuK7LGEMenHNKaecgCII8z+M4TtO0LMuwRxzHlmVpmoZT13XDMHRdJ4QYF4DWNE2oBhtI0K3OgZRyOp3Oe+zt7VmWBbVlWYQQqwcuhBBd13GBAVo6aOF4UJ2XyHVdIUQcx4wxVONyvrxvGj5t2yaEQE4pdRwH9oMZDKACtToHhmHg15Zl4eUQESHEtm1EBAl4CY5SSofkYAMJTsbYuQNCCOoehiHo+Apc1w2CANqgx2g0AndxCcMQctiDwWEYIglF0zRQGwRAQYbKsIv0wQ3G2FAZUGVg/WA8PNF1vXPgOE4URXDOGAvDkHOOOfB9P4qi84n/Pzhvr9LVX0nTtKqq5XIZx7GqqiAcqAna6P0nAHYOeEULiaqqg6fOgeM42EKgP9YRJKPRyPM8IUQQBJxztMH3fc45+pH0QAOwxJIkAV8RXOeAUpqm6WQySdNUCJHnuZQySZIsy4QQaQ/sJSmlEAJnkiTj8RhzPjQMU20YBu6U0m4dCSFms9lej/l8jiWOCuJULtV0uFzW/ge6DKSU+QUQGoItigLx5nkOCS5Zlkkpsx5lWYoe2GNZlk0mEyHEZDKRUjqOc84i6KSUmMNhUAemDrzEfIGIEGIGB0sMPLS2bauq+i8UNAItU0H0cwAAAABJRU5ErkJggg==" nextheight="1584" nextwidth="2520" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Creating a Harmonica session from Claude Code — the agent uses project context to generate a tailored facilitation prompt</figcaption></figure><p>This allows for a surprisingly smooth process design, more powerful than our standard "session creation flow" in a specific way: the context is already there. A user of CLI agent who needs to facilitate something — a team retro, a design review, stakeholder alignment — can do it without leaving their workflow. The agent handles template matching, goal refinement, context generation, and creates the session with a tailored facilitation prompt that understands exactly what's being discussed.</p><p>That last part matters more than it sounds. A facilitation session where the facilitator doesn't understand what's being discussed is exactly the gap Armstrong and Foundation Capital describe, playing out in miniature. Context-aware prompts are the difference between generic questions and ones that probe the specific trade-offs, history, and tensions a group actually needs to work through. For example, a session about “planning a local vibecoding meetup” now gets prompts that ask about neighborhood needs and community connections, not generic facilitation questions. The agent understands what it's facilitating.</p><p>But the MCP server unlocks more than just a better creation flow. Because it gives AI agents full programmatic access to sessions — creating them, reading responses, fetching summaries — it becomes a building block for experimentation. Maria Milosh, a researcher collaborating with us through the Open Facilitation Library, used our MCP server to implement a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/maria-milosh/harmonica-mcp-experiments/tree/experiment/cross-pollination-v1">novel cross-pollination approach</a>: a two-phase workflow where the first phase gathers ideas and extracts structured reasoning, and the second phase presents curated "packets" of others' perspectives back to participants for reflective dialogue. The MCP integration made it possible to orchestrate this entirely from an agent, no platform changes required.</p><h2 id="h-the-bigger-picture" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The bigger picture</h2><p>We think facilitation is infrastructure that should be as open and accessible as the context layer tools everyone is building. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/harmonicabot/harmonica-chat">harmonica-chat</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/harmonicabot/harmonica-mcp">harmonica-mcp</a> are both open source. Anyone can create and manage structured facilitated sessions or build new facilitation methods on top.</p><p>The research foundations matter too. Through our partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metagov.org">Metagov</a>, we're contributing to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.openfac.org">Open Facilitation Library</a> — a research project working on open standards for AI-assisted facilitation. The library will include facilitation patterns, evals, and agent skills that inform how prosocial "deliberation agents" or <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2302.00672">collective response system</a> could work. Our goal is to make AI facilitation a shared discipline with transparent, peer-reviewed methods, not a proprietary black box.</p><p>Armstrong's context layer compounds: every workflow execution adds traces that make the next one smarter. Facilitation compounds differently. Every session doesn't just produce a record of what people think, it changes how they think. Participants encounter perspectives they wouldn't have otherwise, articulate reasoning they hadn't formalized, discover disagreements they didn't know existed. Follow-up sessions build on previous findings. Over time, an organization develops a shared capacity for sense-making.</p><p>The context layer thesis is right: the most valuable software layer is the one that holds institutional meaning. But meaning doesn't accumulate passively. As Cutler warns, we should "focus on cultivating the conversations you want to see, not just building systems that track activity." The context layer needs more than observation and workflow traces. It needs facilitation infrastructure: for the messy, irreducible process of people making sense of things together. That's the piece we're building.</p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>facilitation</category>
            <category>mcp</category>
            <category>ofl</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e74614d10673f01009822925e10905fb36c9a7e4ae28785a1f51042ca70f40c2.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[What Kind of Governance Infrastructure Web3 Needs?]]></title>
            <link>https://blog.harmonica.chat/gov-acc-phase-1</link>
            <guid>vp5RQ9aaxI58IsGZ1xJJ</guid>
            <pubDate>Fri, 13 Feb 2026 19:36:15 GMT</pubDate>
            <description><![CDATA[gov/acc is a Metagov initiative to map the biggest governance challenges in web3 and the solutions emerging to address them. We're sharing preliminary findings from the first Harmonica session, alongside a few dataviz artifacts.]]></description>
            <content:encoded><![CDATA[<p>In <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/i/status/2021929744380702912">his recent thread</a> on Ukraine, Russia and how modern civic tech and deliberative tools could help re-invent the Russian opposition, Vitalik Buterin made a striking observation:</p><blockquote><p>"The newest theories of digital democracy no longer focus so heavily on optimal voting methods, cryptography, etc. Those parts still matter, but nowadays a large share of thinking on the topic has shifted in a different direction: what kind of infrastructure would enable a high-quality 'public conversation'?"</p></blockquote><p>He pointed to tools like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pol.is">Polis</a> — where anyone can post a statement, everyone votes, and AI algorithms identify the ideas most people agree on — as examples of systems that make it possible to find societal compromises directly, without intermediaries.</p><p>But then he made a deeper point that resonated with everything we've been learning at Harmonica:</p><blockquote><p>"In order to build democracy, you need people who have the habit of behaving 'democratically.' Democracy cannot simply be installed the way intellectuals plug a USB drive into a computer. I still believe this is the main reason why blockchain teams that say 'first we build a high-performance system, then we decentralize' never actually succeed: the habit within the community of 'letting the core team do everything' becomes far too strong."</p></blockquote><p>This is exactly the problem we've been mapping. Not in nation-states, but in the web3 organizations that were supposed to be governance laboratories: DAOs. And the findings are sobering.</p><div data-type="embedly" src="https://gov-acc.metagov.org/" data="{&quot;provider_url&quot;:&quot;https://gov-acc.metagov.org&quot;,&quot;description&quot;:&quot;Call to Action If you want to contribute to gov/acc, please consider completing a Harmonica session to map open problems DAOs are facing, their potential solutions, and who is working on them (whether researching or building).&quot;,&quot;title&quot;:&quot;gov/acc&quot;,&quot;url&quot;:&quot;https://gov-acc.metagov.org/&quot;,&quot;thumbnail_width&quot;:900,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/8dedd5fece35adea8881c4ee73bb151863bc0bf812eedb4c4f9817a9911832bc.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Gov/acc Knowledge Base&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:901,&quot;image&quot;:{&quot;base64&quot;:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAACXBIWXMAACvUAAAr1AF/PIzhAAAF9ElEQVR4nI1WTW/cRBj2/+AnNDO2x/auVw5JkFCLyIEDNy4cKD8GqqgHmibZ8czYa0racOiFywpUVSnaRLY8M145CYpQDpEQZ35B0Dtje5MSqUSr1caeeT+e53k/HOe+v09vfPtj++poY77zYJFFJY2OX25dziZvRaJ/DI/ppMzXz+GhPfnJzbN7Td1j2lqP/v4tuWCjMzFZvgiP6fbVkatfg5vq+edV8fDs8OO3+5My9zULJIvm1HGcRzc3H7BuT2xfHUXVT8EJX19kydlBVImgTONF9tUiW//j17DhQTV1yympU4hj8cxXFGvha/btfO44zkfff3e/dfsiKilRlNTpWNOwokRPR+eFX8/chkYtn5RFICmSAkuBVB622UQDUEHLkeRY5+OqcBznyZMn98e+cZ35mo30XnDCo0WGtQjrA8dxvPkOqjlSOdYMKYpq7krhlTTRT7/45+fkT5ZcHPrwSmCdx7+z9/Ow1icnDCnuNcyrqCtFXIqty18cxyGaY80wfAskBZLclSwo00BRounGdQa+ZUrqNDqH5JBiE52/T4mrX0N0MksuD4iaJRds3GZxS906xUuBagAE1amv2ZZ+FZ7uuuBJIMWtS6SAA0iiFqhOkRIb85070COZISlInW62eXJ1tHGdRWpmTnOsucGHxvpV1NKN+Y7JCRCzprEWWLPxGTUhpkhSQEJNV0Ctv0txIzbLItLTQFGgq4RvVMNNgzskHjac1HuoTr06ww2YhjOS4wawNQnBMUBSwdv4De+SQFK4im9cZ3G7DxzK1GuyDgQpIFiZ4oavVWlY0bgUjuPEbQ6R1qkhBjDBTWYSMo7hm2MJJ51xVaCaR3oaNiySU6IYUbOgSQPIQ6xVwqQsXCnCqvjsr8OBtu2rI7KE56gWgbRZwm+DmHVDH8+/cbyK44bH7X5yTsdLOq6K9erVo+OX4bGtA0EWUyJpcMK/1E83yyLRhyNNo+bFuIUsJ2UxOhOAGAgBxNalZQBM9F5Hb6RniX6aXADQUQnBEjUNTjiRFGvuKx63NChTV1ooACvSZhgYBgKMRWPdoNQlITlRuWNdhVURahpIGkmjBCCNkzqFujXJIsXMp0PcSCg1zw3i9Qp6qyv7L9YMGDbasnwKrzHaMBdGmnpWTsPlznevHwizqz7ruzdtbcJDxwjRlow11P+WKarFWtWdGyRoBApKX53s3g6m7XUT8ZI7RicpaHlVnDY6OIp7SfRFZGCBk31m8IQhSY1jm6UBp7HFyA0HHbj2hKkaW/Hmia+4V/G4zR/Pd0CU9jAYheJAksbLH0YatHA7g676lLAOOOihmZlrXQadKpRVN5AUNiw5O4QAodsYDM1ndJqPNIWYeriwFkTN7BkHN5YDQZYDmRYrcIabAX3IPSqh4Qz9o3+bm3gHFQ0NCq47QZOteIfWZuwa+AZAcJcKCyT1rCJrQfSMKAaTB0qsE6G9CLdMQkGbOQ8ha0tmx+paBerGWozVc9fMmV421rFwDWKuFIGkPjgbVNAD0MHA16s96Cq4GUrD1pQtBYpqCiBAaMyVgqjcbWD8upLhJZA/aVhkfVswbSq9dnEDow3+JssXtwRg/TOkYa6tVX364KnTVSDF+HQ3LkV4uhuUbKRpYGeD1WH3nY5lsdpnhrnRq9uMRmg7GZBRpeR0jyy5K2dBBWuAV4ugZJGehae7vq0ME19XieAsu7MsfX3zrK94gNI4y6HRKuhuXpWSkyJsRKSnRM18w0E3CaAbdqYHbpES21dHd5Yt298HJrDmoyUfNzCIoIOWwl/y0XnRFRSMmkGRfXez2gMHsPq9P/Tt8FzvWGIg7SV3K+52mwRUSXKehUse1JDEUMx9C+gaAW6yzfY/K8VtH6N3HZOmNfK+R8IYAdxb7tcpUTMCqcCecadFKtjM/sdyN6eoBm6HnoGk4VlyoqmvqNdkQQtjCuscazsqwM2DBRD7gQ310c2NpX6zLIb94FafgUG/Gj5dWYm43bea+fD+azkfcozfcGLlsVqzTKczQvCag63L2RDZveb+BWQskcPw6820AAAAAElFTkSuQmCC&quot;,&quot;img&quot;:{&quot;width&quot;:900,&quot;height&quot;:901,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/8dedd5fece35adea8881c4ee73bb151863bc0bf812eedb4c4f9817a9911832bc.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/8dedd5fece35adea8881c4ee73bb151863bc0bf812eedb4c4f9817a9911832bc.png"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://gov-acc.metagov.org/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>gov/acc</h2><p>Call to Action If you want to contribute to gov/acc, please consider completing a Harmonica session to map open problems DAOs are facing, their potential solutions, and who is working on them (whether researching or building).</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://gov-acc.metagov.org</span></div><img src="https://storage.googleapis.com/papyrus_images/8dedd5fece35adea8881c4ee73bb151863bc0bf812eedb4c4f9817a9911832bc.png" alt="gov/acc"></div></a></div></div><h2 id="h-govacc-phase-1-preliminary-results" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">gov/acc Phase 1: Preliminary Results</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/80b28220fccf49a5c7a44edab0aaddae829b0f7881f7bb5601cff00569b1d007.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE00lEQVR4nIWVS6/cNBTHM5NMJpOME8dxHOc1mcR5TJJ5ZZ69nXvprVREJUBCQBeIx61QRSUkEAvWlVBZdNEFBbFghRALVt3ydfgiSEVJ5k7vohLRT9aJc3z+9jm2wwkAczzgOJHjlbrtAVEjb6SnEgHgE125BXWkmq6M+TfB8UOjXN8+XN5f7s4Pd++n05UAsKiRPrTatg+tNnRPNSVE2572aw3AYqPXhDNqJHSkFejI+pNnz5+++Onjq6unL158+vixEQUmCzELrZSZLLTimDBGs5gmTMU2wBSgI0OdyjqVoSVrRNZIH5iignsKFiQkXMtwokasjNFl4q8m3r5wq0l8XiUXK3a2SN9aT+5ssst1er7KL7fxbq4TVyeuQVxo2rpBW6BONZ2qmqVoZAiIrGBZwWJDT8FcTzU14kPqIzu8JoB0bNghalqDhsSOLD9yktQJE8sNLS86RtePQI1qmqWqZAhMRak5aXBdGSE7tEZJTZBaQUL8hAaZHWaWFztJ7uel6YReknmTjI4iy2XEDhTNbOfb8DrozemLTa44XsZ9zZIaBpAKoC7dANK+ZvU1S7Vd6Lq8bHRF2BWgIDaZFWGbZUFCp0AnenVmDF7SGxqBAaQAuwPNERQyNLwa5AwNb6DbIrAGug2w28IDqwcsgN2jm+FxIurK5ul1aHhd2ewBSzX9gW4321TGkI6BPprdv/jw6UNkR8iOsMNUEqTV+ebyXVhXhWE3kaD90SdfPvj80QB52GHYYRK0f3j28zffP+GBZXoxsutRV1999/6DLwbIg3R8EggRjcJ5Vdy5OAlAOvaSBZvdqr9eS852l4v9XUhD04vbnot7760Pb6sk0B2G7AjScHvnnXJ9rpIAkuAo0JVNHliciDnBaJPTMtBtSaM3l98DFlcfWrMrm32NqobPScb/pKgjIZ/lLJsHLPfZRASEEzVO0jkR1oUVIXeDjqQTN8qmm2y6IW7ECSov4059mm76NDdHYxxXEMRlUZ1l012cL7Ed6cTXTBcSX68JEB3rxIfERzTkZWwH6Wx9WGzOPZZrpqvX/eOTAQynGVVHuL6LZExHaZTNx+l8nMzS6S6b7rP5vqjO0uma5RWbLMvqEGVzbEe8jInLkmI7TmaN8zou1mV1yGbbsjo0Q3bZfJ/NtsSNjivoSIhly6SoXYvqjE2W2XxfVod0uouLNZss42KdzffpdBfEZTObpA3E8iqbbdlk6YwzN5y0tPaIFQYNXwtYHhuxQsUuMBxFpwqygeEMkaNiV9HpEB07Jc3qSEjRbdNl2GaGHSEaAsOVNNrXqKCY/eaoNlU8FuB6FzXFbItzXaJj222ME7yMJc2CZAxJIDVBRUAkjUpaHVfSrHpOyB40lzkvXQvUL0OjK6OurHdkvSsjfmgIwKhv+WHbX3OyOan26Ug6Lxut3ZWRCJrtxHW549NrfxLNQXP8fLNJllW+3RbbXbJajcupP8mdNPXzfJQXQV6OJqWb5F5a+JOiNby0sJNslE1pnJp+JCFK4vizXx4//O3rR398+8GPVwNMTwJusd+Xt27nm22xPyv3Z+lqm662/qSIZotkuU2W23S1Y7OKzapksYnKKiqXyWIdlcu4rGgY67YvAOIvit///evPVy9fvvr7+T+/ysTmJfQfmE7CbPyjZUIAAAAASUVORK5CYII=" nextheight="1518" nextwidth="2400" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>In January 2026, we launched <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gov-acc.metagov.org/">gov/acc</a> (governance acceleration) — a research program with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metagov.org/">Metagov</a> to map the real problems web3 governance practitioners face, the solutions being tried, and the actors building them. Phase 1 consists of structured interviews conducted by Harmonica, where we ask governance leads, delegates, researchers, and ecosystem builders to share their insights.</p><p>The result: <strong>11 governance problems, 29 proposed solutions, and 41 actors</strong> — all published as simple Quartz wiki articles and mapped into an interactive dashboard.  Each problem and solution also has its own detailed wiki article on our Quartz site — covering evidence, related problems, key actors, and maturity assessments — so the dashboard serves as an illustration to a deeper knowledge graph that will be enriched with other data sources besides Harmonica sessions.</p><h2 id="h-the-problems-urgency-matrix" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Problems / Urgency Matrix</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/97793b967420868f8f211e06b7013df007ca41622f71da71dcc8efcd0046b98f.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAERklEQVR4nJ1VTY/cNBhOd5qd2ZlJ4sRxbMex48RJZjNf3e1+dHfbBVqpdIFCAalUHFCLqqXtgVZdBIdKpQe4IVFOHDjwE6gQJ34EEhJ3TvwGhDiwyM5sP7YqBaRH0Sv7tR/bz/u8sSwbHMaca7VcE3j6a/UgSavxGi9GEGAOohhg6eNOx9eZNrBaZpVeYvIP4emho/2o7dFWN5z3sO1oIKZkNcGi9HwaRxwFFIdswcEmIWrSFnzS6qJnELQDFyUzwAQgAUkKcAMBcOrCpOvHDkw8nDqIa0SimTrIEV6kAZCBGXFhYgjm3AWfsLyO5YCIiuV1yArL5ZDmD4GYaqBjDYWoOpjKA5pjpob5gPMiMLOhQUCk1Q40ge1Esprm1bIoxml5bDJZuvr6qeAxAvg8RHFOmcLsicGApFYbWJCkHQ8DnAZEQiqtBTYZDh/cuxSQ7N8TQL1dduhMsxuQpPCxgDTHSZENjr+5c2Zz85QTDx4mIZohmgVE/ndKQ+Bj0fFwQGTEchvwL2+cv/DSegcKRHMsSpYv+qzqEcXymojq/xAglvV8at5HK2Z1E70709OxHGA5fPf82WsXz8VqlOR1k/YsAJz6JIVEQiKb6tIEEcuBeSKkM+TW1tLy2lq+uKLq5Xp64ghIv7936ddvr1t9htg/6pwUXI24GnlZHWYDWY6JqHSZIpp1POwioRWewz/9cOvm7o5lxzgpGuliUXBZBiRDT22KWFO1OsZJwfKaqeGVE9svjlewGtKHBD2flqPVY2sv5Ivrn91575WdbYBlU/WQ5j7RiPTx9cUDc/2kGMtqGpcTXi3F5aQcrWbVxAqSvfWN/Tu3/rp2RSWqG3JTRbz0sUjLY/lgSdXLtic3t1Z//vGj5oCwsRLJrD4DtJDVlKsxV6OsmoR5vbux/ecHl6+urM9HkjDVisTHmyf37+7t33hfpZUTpY+qyEUz30MimSw3No7P9dm8zxHLXZwV5eIvX+9e2jnps0qoIVe1KicuH9w/e27/80++On3GCgU2lg5I9vbk+KoauiSHjdECTUAOvaxlkS8+fef29VetLnOitCjKPx7cvnx+2+rHiGbzILH6cQcKEmcvL04JU49bzI5EX7vnwMkOjB0Ya6FIpmHkOuold/cufLj7GqBVVk24GrukcKKUJIUN+M2Lp3//7vbW8rQTph0sDxk4imeyP+pFVjswdaYiUcw6mjHEAkxZvhjLAVc1EaXOYfkRwL/Ze2v/t/tvnN6wAae8eI7RLBu0umHIZgShETakiiRF0ykDUzZNT4U0T6vpYLy6tXlK1SvMWE8312bVQcdtYv1Ezf/AdiKAtBIdjwDEez5d8IkDY4C47oOI+zi1HdyHMcDCdvBRl7Z91vGwES/t+bTnU0hSByam66SzhVi0uqH54TR/vjn3cGBinBQBSV0UQypJUkDdDFKSKB8Lwy0sq9+8szlv/4mgHfwNriXbBIXjEDgAAAAASUVORK5CYII=" nextheight="1518" nextwidth="2400" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The Problems tab ranks all 11 governance problems by urgency — a composite score combining <strong>breadth</strong> (how many of our 27 participants raised it) and <strong>depth</strong> (how many messages they spent discussing it).</p><p><strong>Token Voting Failure &amp; Plutocracy</strong> sits at the top with an urgency score of 86 out of 100. 74% of participants raised it — the clearest signal in the dataset. The pattern is familiar: token-weighted voting concentrates power among whales, making governance outcomes a function of capital rather than competence or community alignment.</p><p>But what's more interesting is what clusters around it. <strong>Governance Theater</strong> (score: 71) — the phenomenon of proposals going through motions without real deliberation — is the second-most urgent problem. <strong>Voting Fatigue</strong> (score: 59) compounds both: when every decision requires a token vote but the outcome feels predetermined, people stop showing up.</p><p>These three problems form a vicious cycle. Bad voting mechanisms → theatrical processes → fatigued participants → even more concentrated power. This is precisely what Vitalik described: the habit of "letting the core team do everything" becomes too strong.</p><p>Further down the list, but with striking depth scores: <strong>Over-Reliance on Game Theory</strong> (7 participants, but 6.5 messages on average — the deepest discussions in our dataset) and <strong>Institutional Amnesia</strong> (6 participants, 5.8 depth). These are specialist concerns, but the people who raise them are deeply engaged — a sign that these problems are felt acutely by those closest to the work.</p><p>The Urgency Matrix plots each problem on two axes — breadth (X) and depth (Y) — revealing patterns invisible in a ranked list.</p><p>Token Voting Failure occupies the top-right quadrant: both widely recognized and deeply discussed. That's why it's #1.</p><p>But look at the other quadrants. <strong>Voting Fatigue</strong> is wide but shallow (14 participants, low depth) — universally recognized, well-understood, but not generating much new thinking. People know it's a problem; they just don't have novel solutions.</p><p><strong>Over-Reliance on Game Theory</strong> is the opposite: narrow but deep. Only 7 people raised it, but when they did, the conversations were the richest in our entire dataset. This is the kind of finding that gets lost in simple polls or surveys — and the kind that structured deliberation surfaces well.</p><h2 id="h-the-solutions-wardley-map" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Solutions / Wardley Map</h2><p>The Solutions tab maps all 29 proposed solutions on a Wardley Map — positioning them from Genesis (experimental) through Custom and Product to Commodity (widely adopted).</p><p>The most striking pattern: <strong>the execution layer is far more mature than the deliberation layer.</strong></p><p>Financial solutions like VE Buyback Models and Contributor Streams are already at Product or Commodity maturity. Structural approaches like Specialized Committees and Optimistic Governance are solidly in Product territory.</p><p>But sensemaking tools — the infrastructure for "high-quality public conversation" that Vitalik calls for — remain largely experimental. Polis Opinion Clustering, Signals Protocol, and deliberation platforms like Updraft sit at Custom maturity. Knowledge infrastructure (Governance Memory Systems, reference tools) is still at Genesis.</p><p>This is the governance gap. We're good at counting votes. We're bad at the conversation that should happen before anyone votes.</p><p>AI-augmented governance is emerging fast — AI Governance Agents received 5 mentions, unusually high for a Genesis-stage solution — but it's still early. The question isn't whether AI will play a role in governance infrastructure, but whether it will be used to automate voting (dangerous, as Daniel Ospina has warned) or to support better deliberation.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b92365eda8dcff5906412c3dbc67ebe3b56c7ac35bd4edcacfd423271d529759.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEfklEQVR4nI2V228UVRzHG4hxY8KulG33NrtzPXNmzpn77M5lZ3a3s+1ud2u7YQNtKBZLW8BuAY2QWMSAPjQgl2C4hIqoITGEJ0n0xb/ARF+NDz7og/HRd18xw5S2tEVIvg+/8/L9zO82v75SefjcxcvVxrjXarWnp/x2+7U9g5F2xfpfjw/E4qlYPLU7lhzI0QM5Onq+VIlkLpmh9+zL9g01Jy6sfH7kyPH5xaVTZ8/OLy5Vq02vHHjloFYf94MODVQglggKTy6cWFm9Q3JqhsHblaVhloYZms/SkEYqkExkOKk815fM0KxgmJrjGGXMSY7pDbmBZ1drbi0YnjDtEUmvrKzevfLlPctr2n4LIpuERiRWKEZBlpFynECLyhb1p/N9iWQukwemah2d6527eMkuejrWEQtnZhZu339oeU2IbLfWcmstiF0sewBZU0d7H376WZrBe3MgzyokNNr7D7918PB2RgiIxVO7Yv0cxZd0uxG0FKRgHiMW6lh3nHowOukHHYbVWKDpVt3120jzgeywkl12h28vfyKa1QyD50+f7y1fpAS8cwaJZE4EoSmgAOaxCLCjlkpIYxjUPdRrd2ba3dmJgwsHppcefv+LYQUkNFI0Hg7Gnvz2u9vcv3ew8PH1B1e/fixoJqeaO2TwRiIlAoz5UIACRJb6aKF3ofde0a5LeoUg4enlq+dX7mlGxfXbUQ+yrGJ7Iz9888istETVyzA4TXIvLNE6AFBgfmZhbLTTbYx1G2PFYk3Wq5JeYXkjTyFJr0iaR3BagQ8ba1jBmeNnVGf48Y8/dd8+VvTrtKjwavElGehYL5vlQpYesuv//vNkpHXAfJrHumZmj7OSvWsPUWuM/fX3r7ziIbNCQoNGamSa5cTnAP1pMupBBFiXJsil4hDELsSu4486/qikV7Ds3f/qi9U7N7/79kGp0j67fI6Ca5MaOWre0B9//hy0WmkKbDQ5Ft/IIJIIsAqld47MtSYOQexOTs/2Tr1vWMOSXrmxcunmtRt3b93iJDf7dEY3A2hRMTwfqsZzJdoCABToNLonj51eXDw5N7/UaHUBshhgSpon6ZWgPl7gjXiaI6G+7r4ZQAryzmMauUt8uAcmMkeC5vlrlxvtKUmvWF4zaHajHghKefMObwCQut6GlzQ5ChALDdOX9SqS3GZn8ujJD0pOQ9IrI51JFltb3Ddn8EKAJsg8LUyNjluKGe4dEBXFjb4ayx7HF6MYqd529/8DrJdIE2SGBI+uXJ/uTKnI2AyQNmlHAIut7fXZedHenTtRtsphiV4BwEr2K5XozYFcNPiIhZ7rKaIcPWXZ2vDV/CiAyI42mYRGnteeAfQ102d5cGr4X+pPk2tjShBcIc/xvMyxmGFEhhELeY4Fmqh6ENlI9XhU4lEJiKEoToumSFAcTjRZIQSQvEQjlUFhQPI4RbApgk0kc2uA6EZGVym+Lxffl4sl0oMECE9VAZAcTmXpwSxDQr3AYpJTcxTK5AEnqCQrZgrhFcsUeIIRCUZM5blEktgdS0bO/wHPcm1wf95J8gAAAABJRU5ErkJggg==" nextheight="1718" nextwidth="2800" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The detailed Wardley Map makes the opportunity clearest. Solutions in the bottom-left (Genesis, low in the value chain) represent the biggest gaps between problem urgency and solution maturity.</p><p>Knowledge infrastructure — governance memory, institutional learning, context preservation — is the largest disconnect. Institutional Amnesia scores 54 on urgency with 5.8 depth, but the solutions addressing it are almost entirely at Genesis stage. Organizations keep losing hard-won governance knowledge because no one has built the infrastructure to preserve it.</p><h2 id="h-whos-building-what" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Who's Building What</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cb10346dd29bb411294750c3b55b107a909dfdf955a7b0e187e67b52698084f8.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAXCAIAAADlZ9q2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEL0lEQVR4nJ1VS28aVxQeV3Vi4zLMhTvMhbmYGWAyZpj6AcYvMMbBQAFDiA1YCcYm5hHjR5TaMY7TelE1VRpVcjatEiWtu6katVJVyXKrSpG6aLqouu2iWVSVUqlS/0DXrjAWiV/YjXQWR1fnft89j+9cAiJjHVNQTH5++cON+8l0bigaTRSz8SuZscJMeHJirJD1jEYi8bTLG6YgexwCcfgIYTMvtPNCuyDZERYms3PFhbI/nOjxBnwXxj3haDCRqjpOr1/PiQgLu8EOLTafigAi424oV0tCQTEUZJVAD2hcMxLoAI3RC9C9eIiMFGRrOR1NcNjUjMEo2qrXmt6AJEAQGasce6A1B7JSRy8nyNXgUxGQAE3MFLd/eYp5UQV1U6XVAV+MBEjscr6UwZ65vKH8/HI6W+pwuv9HBpgX1Ro9wmaEzZP5RV/o4mvN6offPu7sGySB7kALX3bqEZBQf4bUVn0V1A2+ldLq+Mo5xShU2nOi3KxkDt+qVqbSht2iHUtAQr2r37tSXFSjVoiMnCB/+tUTqaNXQTENzRqXN/zN4y+G/KMnpn4sgYJi3IP+G2+vGi0yoCuPEkWJgmxgZPTX77ZzuQLRDPXcuVch0LImooGcW1/77d+/CKKRwSaIjLbOgY/v3Xv2w4+RaGrt1ntDI5FCPCVYJMC0NqloCrKvKwBEhipCYws8YUwpyLrOhzKzC4DGtfljsCUYGT8LGGdfQJT7w4GYJHcrNXq/PyHaum/ffoB5EdAswua18opJkE/oAQVZolFlcwxu/fwHoDEnyEoNa5fs7+RLU8Xy9tb367dWzRbZJnc//enP0Ggqmc5xgkw0AU6QU+msINlPpQPMi72eEObFOxsPadY0HIjuPP9bz4n+YPTa0orbF1lbXW8TrCTUEw3NeoNlY/mmUsOeXCJAY2xuQ0YLBVkFVZnFijJpvJS+8vknm7bOPqKFvpnJ7fzz3CC2l3IliLjyyl2DqW02N3+qKSKB7t2P7obGUjURUZAFTOvOs99jseR0aQkwreORxPb9zUZSq0atsURm87OtDqf7DEmfdkw5QUZYOCDRR48exGKp9evl1fUPeobDyeTkky+/VqgrCj9Lwja51+4YOrC66zX58JYXJEckmkqNXU6mc4Jkd/R4Ll+ascqOaiUvjE3dKN8mNfs2B0FCfRXrSES4n1KQ7DaHS6nZu9Ki1uWnCvnpq4CpqJ2CrAruQ68QRIb9vkDM5hh0DJw3WuQ6BAqKuTQ9G09mSIAAzQKa1SAufjEZCEar6+RoJWfSxUg8/Wa322ztwrxYf2qp3YeroK64/L6939fYAmdys4Wrc2SdLzOUmg7GJtqdnnanp38oVNs89WmCsQmztQvQLAkrVieYWFi8ni1e6x4YCcYm3L7I4Q/kuHLVb9gLAoNJwrwVYQHz1hP7/Ar2H9wXVU3KNa7YAAAAAElFTkSuQmCC" nextheight="1718" nextwidth="2400" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The Actors tab visualizes 41 projects and individuals as a network graph, with nodes sized by mention count and color-coded by category: governance infrastructure, reputation &amp; identity, sensemaking, financial, security, research, and service providers.</p><p>What stands out is the clustering. Governance infrastructure actors (Aragon, Tally, Agora) form one cluster. Sensemaking actors (Polis, Lighthouse, Mission Public) form another. Financial actors (Karpatkey, Steakhouse) sit separately. The connections between clusters are thin — teams working on voting infrastructure rarely overlap with teams working on deliberation tools.</p><p>This siloing mirrors the maturity gap from the Solutions tab. The ecosystem has invested heavily in execution infrastructure but underinvested in the deliberation layer that should feed it.</p><h2 id="h-from-problems-to-solutions-to-actors" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">From Problems to Solutions to Actors</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/920616fbc6060aa51e83fcb825371b886bc1ae02552396191f3136bf7d4cf799.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAXCAIAAADlZ9q2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGlUlEQVR4nJVUWW8b1xUex6qiRhIpUtaQs3D2mcsZzpCzkzNDcobivonUQkpeZDkUbMlCqDh2vcVu0thO0BgpGqdAgqIIivaxgFEgRR+KAkXRtwLte4G+tr+jxUh2HwK7aIHv4eDi3PPd+33nHAh6M/5qzEQhaD6eJFSrCGQTJhgyK8EME0Px0yCeIhCBn43A0JlImPyq69DZReh1BItxdDaa4ES92towCgFCC7xpMDkVoQXRyVO5LExxnK7HEXIxjs7HkZd1Y6dkkTh6DmUX4vhrCc7Or8zMr4Rx+JDoy8uxM3PLp8Hpycz8ymw08SJzJjobgWMovkyS+bK/O71n1bZfS/Dim29+63DpVZlLp5nLKZqQRV7X86urfrO9vf+u5g//K8H/iDOR2QicEiUqK8MUjfOgvTFuD4Y7hzcLzYvQG3Px/+D/Lj0Tg85EogjO6TkUCCgPWF1NZdJqqVTpdi7feL82egeCoAUImguFfoHFl1J8S42lEz8WQ5zUffHwjMibOgYAZ6p0TkZ5QMgiIvCSZVya3qtsXIOuuMW3KzWRlTSQVYAiUAIcR+KxZDSSiETghcWVhUX4FHPfXUZpLsGwc7FEgmFZLSt5tmAbnK7TOTmG4hgAvKlJjt1Y33Srqxendysbh9DEK99c2/S9oF2qbdTaDc9nEjiDEGQC41EyS3JZklNJvpSWlSXs69/85Jt//qG9tbV1cLlzYdy9uGOuBsspIorgomNLjk1lM5yu98bng3Z7Y3Jk18YQCuPnFs9B0Nzc2UjkO0upFcRm0x4nOpyYxpjkMkolCAlnFIJno8n9W5PjZw9ku1Co18wgsIJKShCprFzoVnOBx+oqlZVDSJJZLLdHb2ecDvTnG9O/PvrB+c7g2mB0odXXWAk7h8FxBIVRheCaktbP6nkGiCmWiiR2DneOPr1nl4Pm9mZ3d3vr8Ep3f9y5OvKGDbnsik6omOhYomMHg+YPf/nr954+hz7u9R+0O1laCDKaCxSbTZeAXAVKJa1UJdXhxAzOerxUVzQthv/id189/8fvV4f9jeuXNw52Nw72vGGD1VWUBygPQqv1nOhYgm2YfnH/7qPR0RNor1A86g4qpfqaX5usbQUZPZ0kyATBIqSEMwCjJZwJbaAF+i344bP3n/72SzMIimttr9d2m3WUB6lMqBJnqpKXFx2b1zW54FSa7dFkqvvr0K1q8/5g3TUKFcurWF7ddIuSHghyQ1LVE3tVkpNwJkNw1AL87kfT9376Ia9rZsNXK0W1UjRqvmAbmWJecmxCFmMonhLEnO2qeXews8/IHnSv0fr+2mbZdFtWseWU1vz6bqU20uwqUOpp2ePEAheK1pLVQoz409+/+cu//tZYH4zfmYyOJqPDSTDoi44F8garq4QspkQJBUJS4NJ57fjjZ7u3fgx91O09XBvqIBdotq8YZQ4UGJDGmFyKlXCmLGSqQCkLGYMBdDS5O929cO8awYnAsOi0jNJ8DMWjCeyN+eXT4eBMtdCsuc1GfjXYu/mwvn0M3ak1P9gY+U6pW6z0HF9CKSqBA4xSSc7jRB4lTzsKYBR90qbXPrltuv5qv1ffHAaDnuTYIB9KlD/pVEIWlYJjBRXD8y4e3fF6V8Iu+vzylbrrj+sdV7O7jX7BctFlBI4nE3HUZtOVtOJwosGkhYXk068fffHHn9tlvzoeNrc3i72m2fL9UccdNjhTZXUV5A1ak9OW5VWro6vH4bI78PwbnX5BszuF8na13TMKlbRyMlmcRoT2ZknOooHBAC6C3P/szu2fPWaAkvM8peCKlrVC0VEETzAslZVxEHYqygPRso2St3P9VrjsrnrlabtnKqar2Y7lCoQg4XRT0pqS5nGiSvIAoxiEEFCanIf3buwdPPmelLPtoFJpd3EeJDmOysoIz2MA0LlwjHlTF2xdca292x/2J/ehT4frP7q42yxXd5r9C43upDOw2XQaowFGKQRn0EKBS5d5yeElIYrc+eTmo1997tXq9dGwPhr6gzarZVNyuBtSGTGMRQkDgJDk5mBwaXq32JtA14vBcatrZY2SbKzarilk0hjNoySDECiMIitYCsbIBMHjDPEWPH18/OT5F36707k0al3YDAa9XOCdLgne1KmsfEqA8sAslsf7x0qxD33Q6jwenw+8oFooNsvVnJAlExiDEBRCUAmCQV6AxsjEbHx9sjn97IFdDrxWq7szLrVaSZaFKXo5FQKmaJhiEwwLMwzGcptXrmeL/X8Dlz2PnyLyOysAAAAASUVORK5CYII=" nextheight="1718" nextwidth="2400" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The Sankey Diagram ties everything together, showing flows from problems through solutions to actors. You can trace, for example, how Token Voting Failure flows through Reputation &amp; Merit Systems to projects like DeepDAO and Kokonut Network. Or how Institutional Amnesia flows through Governance Memory Systems to Metagov and related research projects.</p><p>The thickest flows — the most-connected problem-solution-actor chains — tend to run through execution-layer solutions. The deliberation layer has thinner flows, fewer actors, and less investment. This is the infrastructure deficit.</p><h2 id="h-building-the-habit" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Building the Habit</h2><p>Vitalik's insight about democratic habits applies directly to what we're seeing. The web3 ecosystem has spent years optimizing the <em>mechanism</em> of governance (token voting, delegation, on-chain execution) while underinvesting in the <em>practice</em> of governance (deliberation, sensemaking, shared understanding).</p><p>The result is exactly what he described: communities that have the technical infrastructure for decentralized decision-making, but not the habit. And so the core team keeps deciding.</p><p>Tools like Polis — incl. Harmonica — represent a different approach. Instead of optimizing how votes are counted, they focus on the quality of conversation that happens before anyone votes. They build the habit of collective sensemaking. They create the infrastructure for communities to discover their own compromises and consensus, "directly, without intermediaries."</p><p>The data we've collected as part of Phase 1 confirms that this is where the gap is widest and the opportunity is greatest. The deliberative layer — the infrastructure for high-quality public conversation — is where governance acceleration needs to happen.</p><hr><p><em>gov/acc is our latest collaboration with </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metagov.org"><em>Metagov</em></a><em>. Explore the full interactive dashboard at </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://gov-acc.metagov.org"><em>gov-acc.metagov.org</em></a><em>. Phase 1 is ongoing — if you work in governance and want to contribute, you can </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.harmonica.chat/chat?s=hst_a51081812ed9"><em>join a structured conversation</em></a><em> to share your experience.</em></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/1c2acb402b7117a46e48a051b6ae82ee5958b85d92d71e778cb57a29c28b2610.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[End-of-Year Reflections: 2025]]></title>
            <link>https://blog.harmonica.chat/looking-back-at-2025</link>
            <guid>iNXnwGJzLUuRgyf3w7m6</guid>
            <pubDate>Tue, 23 Dec 2025 21:03:45 GMT</pubDate>
            <description><![CDATA[A year of pivots, partnerships, and hard lessons. From the AI Action Summit to Scroll's Co-Creation Cycle and the Open Facilitation Library, here's what we learned building Harmonica in 2025 and where we're headed next.]]></description>
            <content:encoded><![CDATA[<p>2025 was hard.</p><p>Our technical lead quit in June. Development slowed to a crawl. We're still pre-revenue. We didn't raise the pre-seed round we'd hoped for. There were months where we weren't sure if we'd make it to the end of the year.</p><p>And yet, here we are. Still building Harmonica. Still believing that teams and communities deserve better ways to listen to (if not deliberate with) their stakeholders than forms and surveys.</p><p>After 12 months of public alpha, we're entering public beta with the launch of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pro.harmonica.chat"><strong>Harmonica Pro</strong></a>. It's not the triumphant "we crushed it" announcement you usually see from startups. It's more like: we survived, we learned a lot, and we're clearer than ever about what we're building toward.</p><p>Here's the honest story of our year.</p><hr><h2 id="h-paris-and-lisbon" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Paris and Lisbon</h2><p>The year started with a pilot in Paris. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://missionspubliques.org/">Missions Publiques</a> used Harmonica as part of a hybrid workshop with ~100 students of the École Normale Supérieure (in parallel to the AI Action Summit). They wanted to explore how AI might shape a deliberative process focused on the risks and opportunities of AI from the students' perspectives. It was small, experimental, and exactly the kind of use case we'd dreamed about. Yale's Institution for Social and Policy Studies <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://isps.yale.edu/news/blog/2025/03/ai-and-democracy-how-students-are-shaping-the-future">wrote a blog post about it</a> — our first real external validation that this thing we were building mattered to people beyond our tiny team.</p><p>Working on the ground with a real deliberative process revealed gaps in our product we hadn't seen from the outside:</p><ul><li><p><strong>Professional facilitators need more control.</strong> We watched manual documentation create bottlenecks in real-time. That's why we added editing of system prompts and started developing AI-powered transcription for voice input.</p></li><li><p><strong>Cross-pollination matters.</strong> During the workshop, some of the richest moments came when groups could react to statements from parallel discussions. We've since built follow-up questions powered by vector search, so participants can build on each other's ideas in async sessions.</p></li><li><p><strong>Real deliberation spans multiple sessions.</strong> Complex processes need shared knowledge and continuity. Our projects feature came directly from seeing how hard it was to maintain context across a multi-day event.</p></li></ul><p>We also participated in the <a target="_blank" rel="noopener noreferrer" class="dont-break-out notion-link-token notion-focusable-token notion-enable-hover" href="https://youtu.be/uqBisojxi-o"><u>OECD bootcamp</u></a> in Lisbon. Members of our team helped build 2 out of 3 prototypes that were selected by “challenge owners” from EU governments. Then nothing happened.</p><p>We learned something important: passion doesn't pay invoices. The deliberative democracy space has funding: we've seen the grants, the EU programs, the institutional budgets. But between the bureaucracy, the closed networks, and possibly the extra friction of having a Russian-named founder in a space that runs on trust and warm intros, we couldn't convert excitement into contracts. We needed a different path.</p><hr><h2 id="h-berkeley-and-edge-esmeralda" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Berkeley and Edge Esmeralda</h2><p>Meanwhile, Andrea Gallagher, who has been supporting us throughout all of 2025 and deserves more gratitude than we can express here, represented Harmonica at two high-profile events on the other side of the pond.</p><p>First, the workshop in Berkeley organized by Plurality Institute and the Council on Technology &amp; Social Cohesion. Over 70 researchers and technologists gathered to map the landscape of LLM tools for public discourse. That gathering eventually produced the report <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/posts/adnanjaber_report-on-mapping-llm-tools-for-public-discouse-ugcPost-7390116189798162432-H1L3">"Mapping LLM Tools for Public Discourse, Pluralism &amp; Social Cohesion"</a>, where Harmonica was mentioned as one of the new tools for consensus building through AI-powered facilitation.</p><p>Not gonna lie: being included <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://airtable.com/appdDLNeIEBFUZiQG/shrgEVfEwv7OoiTcJ/tblvpYsR8oOFvepkO">alongside platforms</a> from Google, academic institutions like MIT and Stanford, and leading civic tech organizations felt surreal for a three-person team running on pure enthusiasm.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c3908d744692ac3b5f25dfe1c93c7d86d478ea4ebbeae77fdd83df2a9877d180.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAIAAAAUMWhjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAIoklEQVR4nCVVeUwbdxb+baumbXazaksKSaBJCwRiIEeTEEoCCQQIRw2EFAwhGBwI2CY2+MAzvj225/DMeDxjz/gcwuUQp+YqaY4SmrRF3ZKmu1k1u1WrVVfdf1aVtqtsteofq12pXUGePj19enp633v/vA9QLpjyQJTHtAmY8sB+1Ex6zaTXRKM6BtMHcCOD6RlMF8B1DDa6SYwsMcb5TEECCuBWBrP5URuD2gOYg8YRinBTuJvC3DTuoXEPYDBTADM/Be01E4iJ9VkCOCTQjhBlDZGwQMMhEgqRT7MpREICbRZo80Zlo9MSwG0MZg/gSAD3PB1NYZ5NoD4UBZs7mljC7MfMHos+lV5a/fSLSVEIkTBPQiEKZn1GgYYEPyz44QhriXK2KGeLsHYKNfjcT482U2474XESKEKibhr3kii6SQgKpYDPPbKpAVEo9O5M5C9//faHf//nyU///fLxl0vpiVTCOx128hQkhhwzUXdKJGZFbDrhFQVEoC0MasYRCDGbvDYzizsEGo/4yUSQiXBMPMSGQzzP8oD2jlLeUQY1uMwalnYvpePfPF578uT7n3/+3y+//PLdn393Y9IzP4l9OC98shj7aDF2My0kRSIedIVIO4NaKA+cwHQLQTgdJ5NibGJ8WhSTUXFGEK8KYkoQUwDW99Gozo+OqC7rDN4pGJ/wBlNMfH4yvbp8dz0c4fmgL52MLCUDN5PMtaiHcIx4LHqPxYA7jR63W6u3KjXQKIyNOoJGZ/AyHFRD3KhD0DsEjVUYggRQuK84REKJoMWN+4XUOj3+ARa/aw+9bxfuINEPkNiHruhdO/+ejU56AlcNzuDACDI8qHSa9Kgdkg05ilqgKgXWaYj2wuM3Vx786avvfvjnj//44cd7a4+f/Ounv3//BOwtKKYQjaazSquDhKWvwnOPgnOPmbk/8unfB69/wV5dZ1NfsMk11C+igUlmajW+/LjmzNkXnn8lv2B/j8p5sl1fLlVXnLddtIh37//h3tpXyYWPmfHl8fTa7Y8fr3z6NZBIigjr0MDbpfKOVi8RJOloOJpOXV+9sbK2sPpw9s7DqVuP+Gsfe5lpD5lgJm6H5z4vfrMCALBrd2GDwtM0iNf1Ii1KUg37Kxq72/vt7f3OLjV6fpTtHmWGrOOgSFJIWAf7GkvlLfURuzVsMYYQc5ojHyzHHz2YuPeeeGs1PH+HEa/x4SQfmWGFSbTu1FtlOVkFJcfkA9aRrl7YYNW64jjOyQeGetWGUQt7ptt0Qe/XecbH8GlwoHgfYR3sqT/ce1aapoUFf/AaQ91MCGvp6fkkt74y+/la8v49/tZtV3rOIgo2wa3sPFFyevdOyZFT1VXnzpfu92lkfb095/u0stpmlUzRKLt8oL77WNtFhY7UOuPg+JH9Tp1C0dmqH77khSAvZPTARtJuWRDDCGT49Fbym8/ufLKYvDElzIf9aYHsbKh+dctzu7ZuOVhWM6CEThYWle4tUPbImlp6Xs+SHCs5nllSfbRBXtGq6tOgZnwS5O/Z1dZwMnfPaydOvFVZWV5dVVl7+lRd3Rn1pcG5MPPw9uyje4sfpK8sz0TvLU6LJALAM2AzDh8+FouIXghW9Q3ZYFdubgl4NmdXXtm27COFx6RqG6WyCY1dEJDWlmnl0lMHsvdlZ/wKgOeefTZr+/bKY2/WVBxVtEs721o7z7V0nJVK62tPVlRIJCWZmTnFe0sAALmv54z0d7c2Vzudzua3zwLwwvPbsnfsLsneUSA5UH3ZilvomT3F1WCwqwFWntPLG1xa2du15XtydlSVFas76wZaK/rbTvecq9f2dzl1lyjrCI/oSiSSPTkFRySHs7N257+ec+aE5KBkR21N2fbtu156aefLL2cfzc9vKis9Lx8egSgXdU2HLwG7thMe7vSZBzCTvKas+FDeTnXbWxel5Yq2Km2/DNIMjKkVY0p5DIPW59nL8rY3st94LWvPy1teAQBkbtuWl5WZuzNj268zfvNiZkZG9pbnMl787Q6FQsGHOFGcHE+tAoW0vOt0iezkPkX9QemJkta64wnCwJOwGHTNRPClKW7l3fBHi4m/PVz89rOUaUim6m4B4JnSA4cOFhbkZW0/sDc/Z3vm1uczANgCwNYXtmUWFRXph/tmEsTVcWpW9AF57RFTbxOi7Vm4Qpou9/V1vZMSmZkIdislPFiZ/Xr9/a/XlznMfDVKLCf5wZ4Ok1J+pLhov6SoKD+vqvxoR3Pjvtw8AED2rtcOHXpT2tRYV1Ml62hz2ow0bqVxK6DcpjCDEHbt9Rhh1CiUfV03ppglkVx9N3Z/8cr9xYmFSU4z0Osc0wokYtSqx7Sq9uamnvazspYmRWdbY+VxSV4uAKC89OiFCxc6z/ecqZdKpc1KtQYnKJIigc9ljHOY22qYDFNa5UXNkCI9EUzFyFmRSSb8cyJ7NepfTkZnIgyNIQKNiSGmvblRpegNEF7D8JC2X1FTufE5GuobtBrNuXMd5ZUNlRXVRoOJ5Xi/PwSgEXWIRNwWXXoyaNIODfZ0PFiZnRVZGnf4MGeA9PhQF4E6LWaj3QrTmFugvSJHi6GAGGJ5moxxAYtBp+pXuGxmhkARl6tDdqFQcmhoUJkUY4kwD1T9F3C3dUPG5xxU9DTV105GSLfDhDggP+bgfAhHeb1uu9NhtlnNEDTmtkI+t3XDgQk0xjFigBKDdITzBymcpwk/RXKBQJDjeJZNhPkrYQ5Y9MOI1WgxjbockLxbJmtvozAHipgJt8XnttKok8GdPq8T9zh9HpfJYFQMqkf0RofNxhBoPMRuWCPHJHhuIiqIESEhhDjKx9PUeDTCMAGS9oNeWdvxo/vrqo5f6ut+p6VxsK8rRLoIFxRAbaTXptdplSqVBRozm8YspjG7GR5SaTvlAzBsiXEMS5IkjsdDwaloOM6zcZ7d0AiHwyyd4LnxRDQSifwfBiEfZb/140UAAAAASUVORK5CYII=" nextheight="3024" nextwidth="4032" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Another highlight of the year: Harmonica was used at Edge Esmeralda to generate seed statements for a Polis conversation. Audrey Tang discussed our approach during the event. Moments like this remind us why we're doing this work, seeing Harmonica create value in real deliberative processes with people who've spent decades thinking about <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.plurality.net/v/chapters/5-4/eng/?mode=dark">augmented deliberation</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.mediatechdemocracy.com/conversation-networks">conversation networks</a>.</p><hr><h2 id="h-summer-scroll-and-strategic-pivot" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Summer: Scroll and Strategic Pivot</h2><p>Our technical lead left. Suddenly Harry had to step up his vibecoding game. Development slowed dramatically. Features we'd planned for summer got pushed to fall, then to "someday." Startups don't usually talk about this stuff. But it's the reality for most early-stage teams, and pretending otherwise would be dishonest.</p><p>Our largest deployment came in July: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://forum.scroll.io/t/co-creation-cycle-3-final-report/1254">Scroll's Co-Creation Cycle 3</a>, where we facilitated organizational design for their DAO. Over two weeks, 40+ delegates used Harmonica to explore key domains, prioritize initiatives, and deliberate on optimal org design, combining async AI-facilitated surveys with live workshops.</p><p>The results surprised even us. One delegate put it perfectly:</p><blockquote><p>"When I interact with the Public Forum, I always measure my words. But this interface is really cozy. It feels like ChatGPT. I can be more assertive and honest. This is the first time I'm writing with more subjectivity. I don't have to consider the DAO members' susceptibility as an organization and the subsequent political tensions. You can be direct and brief. AI could be a neutral field in which to express opinions."</p></blockquote><p>Spanish-speaking delegates could respond in their native language — not just translation, but genuine accessibility that surfaced perspectives we'd never have captured in English-only surveys. We adjusted prompts mid-session when early responses revealed our initial framing wasn't working. We pre-populated Miro boards with AI-synthesized insights so workshops could focus on decisions, not brainstorming from scratch.</p><p>The CCC3 produced real outcomes: clear prioritization across six domains, actionable recommendations for council formation, and a validated framework Scroll is now using for future governance iterations.</p><p>We're deeply grateful to Eugene Leventhal, Scroll's head of governance at the time, whose forward-thinking approach made this possible. Not every governance lead would bet on an untested AI facilitation tool for a major deliberative process. Eugene did, and he's continued championing deliberative-first governance in web3, which he presented in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/theobtl/status/1990073337234502082">his keynote at DevConnect in Argentina</a>.</p><p>But Scroll also taught us something important: <strong>our customers need facilitation services, not just a tool.</strong> Great technology isn't enough if organizations don't know how to design deliberative processes. This realization is shaping our 2026 strategy—we want to partner with expert facilitators and co-create templates that encode their expertise.</p><hr><h2 id="h-foundation-sprint" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Foundation Sprint</h2><p>We did a Foundation Sprint with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/document/d/1djx02vF20m8BF1YWRuLGjOsjDrLZB4TT4cnUwCauoFA/">Chris Lunney</a>, based on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.theclickbook.com/">a new methodology</a> from the authors of "design sprint", which helped us refine our positioning and strategy. Sometimes you need to stop building and figure out what you're actually building <em>for</em>.</p><p>We spent weeks interviewing our primary ICP: consultants. After around 20 conversations, we realized there was no problem-solution fit. Consultants confirmed the pain of "harvesting deeper insights from many stakeholders" but weren't eager to pay for our solution.</p><p><strong>Hence our latest pivot: change management.</strong> We are shifting our focus to selling Harmonica to companies, particularly change management leaders and people ops who need to engage employees at scale.</p><p>In 2026, we’re aiming to build a community of service providers who can design processes and facilitate workshops for our enterprise customers, and who want to create Harmonica templates for their own use or for our future template store. We're also exploring an affiliate model where consultants sell Harmonica to their clients and we share revenue.</p><hr><h2 id="h-fall-research-partnerships" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Fall: Research Partnerships</h2><p>An idea we first discussed with Colleen from AI Objectives Institute (and presented at the Interoperable Deliberative Tools symposium in January) has slowly <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metagov.substack.com/p/interoperable-deliberative-tools">evolved into a multi-track research project</a>.</p><p><strong>Seminars with experts.</strong> Metagov helped us organize seminars with amazing experts such as Andy Paice, Lisa Schirch, Jorim from Dembrane, Alice Siu from Stanford's Online Deliberation Platform, and researchers from Google Jigsaw.</p><p><strong>Evals and prompt experimentation.</strong> We started working with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://maria-milosh.github.io/">Maria Milosh</a>, a talented data scientist from Chicago who is even more passionate about deliberative democracy than we are. She's been helping us develop rigorous evaluations and experiment with different facilitation approaches.</p><p><strong>Cross-pollination research.</strong> Maria partnered with Oxford Computational Political Science Group to study how different approaches to synthesizing and sharing insights between participants affect social choice in deliberative processes. We also connected with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/anastasiagergel/">Asya Gergel</a> through this project, strengthening our agent-building capabilities.</p><p><strong>Cooperative AI fellowship.</strong> Joseph Low, another contributor to OFL, won a fellowship at the Cooperative AI Foundation (yay!). He'll be researching AI facilitation with mentorship from Michiel Bakker, well-known researcher at DeepMind and co-creator of the Habermas Machine.</p><p>We are also happy to extend our collaboration with the Metagov ecosystem by powering an experimental version of Harmonica with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.swiss-ai.org/apertus">Apertus</a>, the Swiss LLM accessible through <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://platform.publicai.co/docs">Public AI inference utility</a>, exploring what it means to run AI-powered sensemaking on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethz.ch/en/news-and-events/eth-news/news/2025/07/a-language-model-built-for-the-public-good.html">public infrastructure</a>.</p><h2 id="h-the-people-who-made-this-year-possible" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The People Who Made This Year Possible</h2><p>We're a tiny team, but we're lucky to work with brilliant people:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/derjogi/"><strong>Jonas</strong></a> — our full-stack developer from New Zealand, who has been responsible for our backend and DevOps</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/chris-lunney/"><strong>Chris</strong></a> — product designer and facilitator from Brooklyn, helping us refine our GTM strategy and building out facilitation services</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/ufkhan97/"><strong>Umar</strong></a> — data scientist and engineer who used to work with Harry at Gitcoin, helping us get serious about analytics</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/maria-milosh/"><strong>Maria</strong></a> — helping with evals and cross-pollination workflows, bringing rigor to our ML pipelines</p></li></ul><p>And of course our advisor <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/andreagallagher/"><strong>Andrea Gallagher</strong></a>, who has believed in Harmonica since before it made any sense to believe in us. Thank you so much.</p><hr><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What's Next</h2><p>We're entering 2026 with clear priorities:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pro.harmonica.chat"><strong>Harmonica Pro</strong></a> is live. New signups go to Pro now; we'll migrate everyone in January. Now there's a free tier with limitations, and a Pro tier for teams who need Harmonica for more serious projects. If you're a nonprofit or community organization, do reach out, we're committed to giving you free access until we add BYOM (so you’ll be able to power Harmonica with LLM of your choice, including public AI).</p><p><strong>Facilitation partnerships.</strong> We're looking for expert facilitators who want to work with us to design and run workshops with our clients and co-create templates. The tool is only as good as the process design behind it.</p><p><strong>Pre-seed round.</strong> We're preparing to raise in early 2026. If you're an angel investor interested in the future of work, collaborative tech and sensemaking, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:artem@harmonica.chat">we'd love to talk</a>.</p><hr><h2 id="h-the-bigger-picture" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Bigger Picture</h2><p>In 2026, multiplayer AI will eat single-player AI. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/gregisenberg/status/1989442690371465688">Greg Isenberg</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/posts/fareed_in-2026-multi-player-ai-will-eat-single-player-activity-7404939499656527875-bi8P">Fareed Mosavat</a> from a16z have both made this call recently, pointing at the same pattern we've seen before. Google Docs beat Word, Figma beat Sketch, Notion beat Evernote. </p><p>A few weeks ago Anthropic introduced their "<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.anthropic.com/research/anthropic-interviewer">AI interviewer</a>", proving there's massive demand for conversational research at scale. But their approach is single-player: one person, one AI, one conversation in isolation.</p><p>We think the next frontier is AI that facilitates structured conversations across many people, asynchronously, and synthesizes the patterns and tensions that emerge. Not replacing human facilitators, but making great facilitation accessible to every team, at any scale.</p><div data-type="twitter" tweetid="2001252124752273494">
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/harmonica_chat">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/95fb7dab99df78a1a8ccce704a206c03c2a683f678c406f03847420e8929da57.png">
            </a>
            <div style="margin-left:12px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/harmonica_chat" class="twitter-displayname">Harmonica 🪗</a>
              <p style="margin-top:2px;line-height:1;"><a target="_blank" href="https://twitter.com/harmonica_chat" class="twitter-username">@harmonica_chat</a></p>
    
            </div>
            <a href="https://twitter.com/harmonica_chat/status/2001252124752273494" target="_blank">
              <svg class="twitter-logo" width="20" height="20" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M0.256759 0L9.36588 12.1823L0.200012 22.0873H2.26348L10.289 13.4158L16.7728 22.0873H23.7935L14.1723 9.21978L22.7043 0H20.6409L13.2506 7.98633L7.27889 0H0.258127H0.256759ZM3.29035 1.52002H6.51495L20.7571 20.5673H17.5325L3.29035 1.52002Z" fill="currentColor"></path>
              </svg>
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      2026 is shaping up to be the year of multiplayer AI. <a class="twitter-content-link" href="https://twitter.com/gregisenberg" target="_blank">@gregisenberg</a> and <a class="twitter-content-link" href="https://twitter.com/far33d" target="_blank">@far33d</a> have made this call in recent weeks, pointing at the same pattern we've seen before: G Docs &gt; Word, Figma &gt; Sketch, Airtable &gt; Excel. All single-player tools eventually lose to multiplayer counterparts 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/5df29f1fc0916281d80949819cc5ce08272af9cf6d3edad6ce481fe06fd7ffb7.jpg"></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/harmonica_chat/status/2001252124752273494" style="margin-right:16px; display:flex; align-items:center;">
            <svg class="twitter-heart" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
              <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
            </svg>
            6
          </a>
          <a target="_blank" href="https://twitter.com/harmonica_chat/status/2001252124752273494"><p>12:24 PM • Dec 17, 2025</p></a>
        </div>
    
  </div> 
  </div><hr><p>2025 was a year of learning what doesn't work. 2026 is about shipping what does.</p><p>As Harry put it: "We can't perfect everything. New Year's resolution: ship."</p><p>See you on the other side.</p><p><strong>Happy holidays from Harry and Artem!</strong></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>wrap-up</category>
            <category>product-updates</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/097b9c1b9a4cdb43d1057a82986f27d935d86915d3e688f9636d306ba0b9b865.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[End-of-Year Reflections: 2024]]></title>
            <link>https://blog.harmonica.chat/2024-wrapped</link>
            <guid>K2DT9ZUDMRfULGOO9Ido</guid>
            <pubDate>Fri, 20 Dec 2024 16:59:11 GMT</pubDate>
            <description><![CDATA[From our test run at Zuvillage to supporting CMI and collaborating with AIOI, 2024 has been a great year for Harmonica. In this short article, we share a few exciting updates and express gratitude to everyone who believed in us.]]></description>
            <content:encoded><![CDATA[<p>As the year draws to a close, we find ourselves in a world full of uncertainty, amplified by the technical breakthroughs happening on a weekly basis, and unprecedented political challenges. The criminal invasion of Ukraine, the ongoing turmoil in the Middle East, almost simultaneous political crises in Georgia, France, Germany, and South Korea, and growing disillusionment of millions of American Democratic voters with their "party" paint a somewhat gloomy picture. And yet, all these disturbing manifestations of Moloch make us even more determined and focused on our mission to help communities find harmony and make collective sensemaking more accessible to everyone.</p><p>At Harmonica HQ, we've been looking back at our journey through 2024, counting not just the features we've shipped but also the new relationships we've started to build, and the small but meaningful wins that help us remain optimistic about humanity's capacity for dialogue and cooperation.</p><h2 id="h-thank-you-for-ongoing-support" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Thank you for ongoing support!</h2><p>First of all, we want to express our profound gratitude for your contributions in the last Gitcoin Round. With over 500 contributions, we raised $7,051 in total! One of the most surprising and humbling moments came when we found ourselves ranked among the top 10 OSS projects. For a young project like ours, this level of community support was absolutely incredible. While some projects secured even larger grants with fewer contributions due to their contributors' Gitcoin Passport scores (a learning we'll definitely take into account for future rounds), we're incredibly grateful for every single person who demonstrated their belief in our mission.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6c24c0a84e98ecf11452cafbba1aeb4f.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFX0lEQVR4nLWUa0yTVxjHn2Vflhk392HGRLdsMZvOxA+76JJNnUaZzglqAadTcYIwSmQbKqUlUCgXhXKHikBVBiVQOqDAKqX0YiktvUFpm/alFkq5lGvl0pa2vH1bulS3xez7/s/JSZ6T//P/fTgnB4L/s8C7gbo9Xqfb63R7PF7U7cIcq6hjFXU5fG4XFjrxoOsbGIphKLaBBXx+vx/zYcFg0O9DUZfD71nHUJ8P9QX8IQUCAczn8fnWfajP6/WjKAaxeY+3RN7ZfTVrRwzlaErNua979m1nHfiwHeDx61uav7px990fMz5JLM9lVuS1/kpm/iKQdek4yinDkqkyj7MH5NeO6esH9HSZRYAM8ZRjcoO6+6qu+8CDPBrsbsAn8OBM5iM4kQK4TIggvXWNCvA7QBXAA4BigJrXIjPhBB7CSYT6HEpXPIEZw5Ow5sXmOcShTYtrAuB+vnW6UWetNdpFVvvw7MqIbVZ0xK4DIj4XIP/g4RaIym2CiAy4kAO4zJ2xpQA1L6JLAUoA6Lviy+FCFly6l9/z4L4uh6rKVI1J3BNu76x3nNPBI17W1hXoBYhRZDJrpqcty0adql+SOtUZ2ZZy89KV5iraAOByGXAmHaIpIcD1UOiL9IoX+0O4XATfE+F8Xi0rn8ePF4h/rmOVHkoqO5lEpQ3o2lwOkd3VrrL2js22qUxMxRhDVVE+dE8YtY+9DcwrykXMBFEhAOkVAA2gEIAKUABQHZVNP5pW9C354ZOWuCHGm6Osdyqq8HAsDb5Jyu8dEm9s8CYn2Oo+xeSyZmZFOzWVwykjtlMmmxoMxZ91M2rrKhA4m90Ip4mAy4II0o7YIvwP4kvHeQkRwithfamxsioepZCbXCnJMypiZnhb5yRvMNoJQG6G3GY6u2SYFymSkx9J0xUW28C4TajnX6eTEmuz0efokvIi/WpKHE4EyTT2B/HUA8nlexOLw8n1rHYpkyXt4RmG1M8No2sPlYUlktuVcgqiSZ+T4BblEWR+BfyUBgl3ya3hxkpo7Dj1KZstUc3S2AK4fWp5stttky5O3xIfucHf1aXYsEN0xn04lgCRaRBB2I8vEwrm+Bzbk65pfo9NKl6gKwuKJKlVigyVQmLk61fUlrsSPeTTAF9EY0Rb2UBquQFVQiXX0tHC/YKKV5snNHeix+vzcp8KwzLvZDcJ4HxOY+gaoylwNnN3YplcsTQoWxyUL0klC3LFUoOitEKcTpNSrKNGh37FZXbJ1fKbTDKho1Ax0uKcYEqNbQRR9ZxAaxBoGlVCy7DuXHP3jO5Z9TBCOl9Vl6L85xVdCAE+xpernxq1QuOw0DAiQpaRJdGVQz3H3xed/mhR1O+Z9qyPr2sQPqXvIlWCH7UxPPY2wwSzVlHiWuTOLqsZttnOcQN3xDK/IDWpFGJio0yrhah8BkSQ4GIO4Mh7k8oNAo1FpBsT6ezDM05koffgtjaAzu1gpBep/+xAOKxB7gAxuzWFxBJweGujnfm9HChuCSu5GV6bnqI23qerrCOaZnGd/olK26GXmRA4k1UPJ1MBR4bvCDvjqGujy05kxYk8d5mdDuNC78G3XwIMtCwNq2GSU9dAFAHUAdBqfuMvDbD6+/syeH+EFcQcfkwo7kcE0Jhe01LLqx+S9JgNyLLFBLdquvcklX15q3p/ciUul+GyrrqtDrdl1W11rlvsg9eOCMPeE4fvmee1rhk0LouMVagGqAdo4FQOOZ9JnWMyzzxXYW5tNnWXIBa7dHrFrJYrNB2K8dHxGdSHQjAYDLyi//62Af/fa3PzX4vfv+n3b4a8m5shSzCIBfzYy+nNUPl8AQwL+AKh5i81qeaUg4/KugAAAABJRU5ErkJggg==" nextheight="1350" nextwidth="2688" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">From <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://reportcards.gitcoin.co/42161/608">https://reportcards.gitcoin.co/42161/608</a></figcaption></figure><p>As with the previous rounds, we're fully committed to deliver on the milestones outlined in our grant application: (1) Core reasoning capabilities and memory, (2) Improved session reports based on selected template and user data, (3) Less linear dialogues and cross-pollination between participants.</p><h2 id="h-whats-new-in-harmonica" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What's new in Harmonica</h2><p>Since the last newsletter we've shipped some new features and quite a few QoL improvements:</p><h3 id="h-new-backend" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><span data-name="nerd" class="emoji" data-type="emoji">🤓</span> New Backend</h3><ul><li><p>Switched from Make.com to proprietary backend (TypeScript + Vercel)</p></li><li><p>Moving to new backend enables us to start using agents and vector DBs for better reasoning</p></li></ul><h3 id="h-sso-authentication" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><span data-name="closed_lock_with_key" class="emoji" data-type="emoji">🔐</span> SSO Authentication</h3><ul><li><p>You can now log in and access all of your hosted sessions in one place</p></li><li><p>Seamless session management and history tracking</p></li></ul><h3 id="h-ready-to-use-templates" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><span data-name="bookmark_tabs" class="emoji" data-type="emoji">📑</span> Ready-to-Use Templates</h3><ul><li><p>Pre-built facilitation templates to address specific sensemaking and collaboration use cases:</p><ul><li><p>Retrospectives, Brainstorming, Community Proposals, OKRs planning, SWOT analysis, Theory of Change, and a few others</p></li></ul></li><li><p>Soon, these templates will also shape how session results are structured and presented!</p></li></ul><h3 id="h-working-with-different-participant-groups" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><span data-name="bar_chart" class="emoji" data-type="emoji">📊</span> Working with Different Participant Groups</h3><ul><li><p>Collect participant data with customizable forms</p></li><li><p>Get deeper insights into participant groups / clusters</p></li><li><p>Coming soon: Filter and analyze responses based on properties</p></li></ul><h3 id="h-improved-user-experience" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><span data-name="art" class="emoji" data-type="emoji">🎨</span> Improved User Experience</h3><ul><li><p>Page titles and session links with correct metadata</p></li><li><p>Updated Help Center and pro tips inside the app</p></li><li><p>Session Recap (template brief) displayed on the results page</p></li><li><p>Save Drafts before launching sessions</p></li><li><p>Session stats displayed correctly</p></li><li><p>Better exports to JSON, Markdown coming soon</p></li><li><p>Anonymous participants are easier to work with</p></li><li><p>More responsive and clean mobile UX</p></li></ul><p>We've squashed many bugs, but there's still loads to squash! Please report them via #support channel on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/pQx7zYHcUU">Discord server</a> or our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/harmonica_support">Harmonica Support</a> group on Telegram.</p><h2 id="h-positive-feedback-that-keeps-us-going" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Positive feedback that keeps us going</h2><p>We're energized by the growing impact our MVP is producing across different communities and organizations. Here are some highlights that keep us motivated:</p><p>As we mentioned in our previous post, we're collaborating with CMI, the renowned peace-building organization from Finland. They've recently launched a global stakeholder survey expected to receive 100+ responses in multiple languages - a true acid test for Harmonica's capabilities. Even more exciting, CMI recently presented Harmonica during a workshop with the UN Special Envoy's team in Yemen, generating significant interest in our approach to async sensemaking.</p><p>Although Harmonica doesn’t have any onchain functionality yet, we’re very excited to receive early positive signals from some web3 organisations. Working with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://scroll.io/">Scroll</a> has been particularly inspiring, as their new governance leadership is pioneering deliberation-first approach. We're particularly excited to collaborate with Antoine Vergne, who brings decades of experience in designing and running citizen assemblies across Europe. Together with RnDAO and a few professional delegates, we're exploring how async collective dialogues can increase participation and enhance decision-making in DAOs. In 2025 we're planning to double down on the specific needs of such communities, e.g. with custom UX for designing grant programs and reviewing applications.</p><p>We're especially grateful to our early adopters from relevant communities of practice such as Metagov, Citizen Collective (instigated by Jon Alexander) and Sensemaking Scenius (instigated by Kristen Pavle and Ronen Tamari). Your feedback has been instrumental in shaping Harmonica into a professional-grade tool that maintains the human touch in digital facilitation. Here's the recording of a recent town hall with amazing like-minded humans:</p><div data-type="youtube" videoid="oyGEOdFgl3M">
      <div class="youtube-player" data-id="oyGEOdFgl3M" style="background-image: url('https://i.ytimg.com/vi/oyGEOdFgl3M/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=oyGEOdFgl3M">
          <img src="https://paragraph.com/editor/youtube/play.png" class="play">
        </a>
      </div></div><div data-type="embedly" src="https://docs.google.com/document/d/1MT9pksjJN-I4xnbzRaj6ahTmpCkkXsl-39nFCC51znQ/edit?tab=t.0" data="{&quot;provider_url&quot;:&quot;http://docs.google.com&quot;,&quot;description&quot;:&quot;Harmonica Demo Session Chat charles adjovu 18:13 @Artem Zhiganov That thesis sounds awesome. Do you have a link to the thesis? Spencer - Clinamenic LLC 18:16 Very interested in governance models which shift the \&quot;locus of participation\&quot; more from governance to sensemaking, i.e. participatory sen...&quot;,&quot;title&quot;:&quot;Harmonica Demo @ Sensemaking Scenius&quot;,&quot;thumbnail_width&quot;:1200,&quot;height&quot;:530,&quot;width&quot;:700,&quot;html&quot;:&quot;&lt;iframe loading=\&quot;lazy\&quot; class=\&quot;embedly-embed\&quot; src=\&quot;//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1MT9pksjJN-I4xnbzRaj6ahTmpCkkXsl-39nFCC51znQ%2Fpreview%3Fembedded%3Dtrue&amp;display_name=Google+Docs&amp;url=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1MT9pksjJN-I4xnbzRaj6ahTmpCkkXsl-39nFCC51znQ%2Fedit%3Ftab%3Dt.0&amp;image=https%3A%2F%2Flh7-us.googleusercontent.com%2Fdocs%2FAHkbwyJdLpUVZHcWROZ-0_v9HKxhfGb88cLdtV7l3NQxuMxpocuj-9-eczuxu53h9IXocfERpYifdwqofzFjblhPzuc6L10eMtnsif2ikJmR5OCyuA-uYqIa%3Dw1200-h630-p&amp;type=text%2Fhtml&amp;scroll=auto&amp;schema=google\&quot; width=\&quot;700\&quot; height=\&quot;530\&quot; scrolling=\&quot;auto\&quot; title=\&quot;Google Docs embed\&quot; frameborder=\&quot;0\&quot; allow=\&quot;autoplay; fullscreen; encrypted-media; picture-in-picture;\&quot; allowfullscreen=\&quot;true\&quot;&gt;&lt;/iframe&gt;&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Google Docs&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/d47d7d5d23226688774f98d4b3262c35.png&quot;,&quot;type&quot;:&quot;rich&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;base64&quot;:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAARCAIAAAAzPjmrAAAACXBIWXMAAAsTAAALEwEAmpwYAAACd0lEQVR4nLWUoZOjMBTGuf+hEllRgUFgEBUYBGYNYg1mDSImBoOJiYmJiYqJQGFiUJiYmKiamCoUBl9V05vhdZnduXb3bmfuZ3jzksmXl/c9gtt/Jrher7fbbRiGruucc9ZaY4xzzhjDGDPGeO+11lJK7/04jt57pZSU0lq7LMvfCmCMgyD4tRKs7FaCNZllGSSDIAjDMM9ziL333wvA53K5nM/neZ6naVqWZZ5nSN5uN7jBR64r//ZEhJAwDNM03e/3dV0jhIZhMMaMK8MwQGCt3TLDMPR975zbJB+q3iswxsBupRQcJ6VUSvV9D0tmBU43xtgVrfW3r3SvQAgRxzFCqCzL4/GY53nTNG3bUkqnafLeQ7fP5/M0TeAF7/08z27ldDqBKrzqAwHO+WEly7KqqqIoSpKkKIo0TZMkyfM8iqKyLPM8L4oiy7LkA7AtiqI0TSmlUkrG2Gawu8A4jniFc84Yg7s3TYMxrusaYsYYZJqmIYRQSuu6JoRgjKuqwhi/vb0xxuZ59t5vpdx7AAghCCFt2xJChBDOuev1enkCdHULnvX5kwCltHwHIUQpJYRAyXyFMdb3vRCibVspJeccIcQYQwhB9U3TWGs/mvuTABhms6BSCuwkhOCcy3eMMX+65dlkPBCAQ7XWXdeN49h1HVgIACN96cznAkmS7HY7hNDhcNjtdnEcp2maZRkhpOs6qEkIobXmnFNKGWNCCHgrxhilVGv9lYAQAmOMEIIhWJYFhsBae3rHOTdNE8RbTd77bekrAWggoLU2xiil4L/0Y+4C0KKXl5cwDPf7fRzHx+MRBur19bWqKvBJURSc82ctffgv+g0GDdFS9mfQAwAAAABJRU5ErkJggg==&quot;,&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/d47d7d5d23226688774f98d4b3262c35.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/d47d7d5d23226688774f98d4b3262c35.png"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://docs.google.com/document/d/1MT9pksjJN-I4xnbzRaj6ahTmpCkkXsl-39nFCC51znQ/edit?tab=t.0" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Harmonica Demo @ Sensemaking Scenius</h2><p>Harmonica Demo Session Chat charles adjovu 18:13 @Artem Zhiganov That thesis sounds awesome. Do you have a link to the thesis? Spencer - Clinamenic LLC 18:16 Very interested in governance models which shift the "locus of participation" more from governance to sensemaking, i.e. participatory sen...</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>http://docs.google.com</span></div><img src="https://storage.googleapis.com/papyrus_images/d47d7d5d23226688774f98d4b3262c35.png"></div></a></div></div><p>Overall, we're seeing growing interest from communities exploring new ways of stakeholder engagement, deliberative democracy activists and grassroots organizations (primarily UK-based) and distributed teams looking to upgrade their collaboration stack. The common thread here is the demand for better, faster, and cheaper facilitation, and the highest priority for us is to build a useful tool for professional facilitators, whether they run citizen assemblies or implement advanced project management at the intersection of Cynefin, Wardley Mapping and Team Topologies.</p><h2 id="h-interoperability-in-practice-laying-out-the-foundations-of-ai-powered-facilitation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Interoperability in practice: laying out the foundations of AI-powered facilitation</h2><p>We've spent the past few weeks deep in discussion with ML engineers, professional facilitators, and governance experts to understand how LLMs can meaningfully enhance facilitation while preserving its essential human elements. These conversations have led us to some exciting insights about the architecture of AI facilitation - and we're thrilled to announce that we're taking the next step by collaborating with Metagov and AI Objectives Institute on an open-source library of AI facilitation patterns.</p><p>This collaboration brings together technical expertise in AI development with deep experience in real-world facilitation and democratic processes. AI Objectives Institute plans to implement these patterns in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ai.objectives.institute/talk-to-the-city">Talk to the City</a>, creating additional practical testbed for our shared library. </p><p>Our vision for AI facilitation centers on several key principles:</p><ol><li><p><strong>Goal-Oriented Sessions</strong>: Every session starts with clear objectives, helping both participants and AI understand what success looks like. The AI can use these goals to develop its facilitation strategy and potentially come up with original solutions.</p></li><li><p><strong>Dynamic Response</strong>: Moving beyond simple Q&amp;A, we're implementing systems that can analyze previous responses in real-time and generate relevant follow-up questions. This creates more natural conversation flows and helps surface important insights and outliers.</p></li><li><p><strong>Cross-Pollination of Ideas</strong>: A core feature we're developing is the ability for the AI to connect relevant thoughts and perspectives between participants, fostering richer discussions and helping build consensus.</p></li><li><p><strong>Flexible Facilitation Strategies</strong>: We're creating a library of facilitation tactics that the AI can deploy based on the session's needs - from ice breakers to deep-dive questions, from divergent thinking exercises to convergent rankings and bridging.</p></li></ol><p>By developing these components as an open-source library, we're ensuring that other projects can benefit from and contribute to this codified facilitation wisdom. This approach allows us to pool expertise and resources while working toward our shared goal of making public sensemaking / deliberation more accessible and effective.</p><p>The library will include various facilitation modules, from non-violent communication patterns to structured deliberation techniques. In line with requirements of Metagov's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metagov.github.io/interop/">IDT cohort</a>, we're designing these components to be modular and interoperable, making it easy for different projects to adapt them to their specific needs while maintaining high standards for facilitating meaningful group conversations.</p><p>This collaborative approach represents a significant step forward in developing AI facilitation tools that truly serve the needs of communities and public institutions while ensuring transparency and democratic integrity.</p><h2 id="h-whats-next-for-harmonica" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What's Next for Harmonica</h2><p>We're excited about upcoming events in February:</p><ul><li><p>Our advisor Drea Gallagher will be participating in the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.eventbrite.com/e/llms-public-discourse-convening-workshop-tickets-1031593081677">workshop</a> organized by Plurality Institute, Prosocial Design Network and The Council on Technology and Social Cohesion on February 27-28 in San Francisco</p></li><li><p>Two members of our team are looking to participate in the OECD's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://oecd-opsi.org/blog/call-for-co-creation-bootcamp/">Co-Creation Bootcamp</a> on February 25-26 in Lisbon</p></li></ul><p>These opportunities will help us further refine Harmonica with input from some of the world's leading thinkers in collective intelligence and digital democracy.</p><p>And in Q1 2025, we're launching several exciting initiatives to bring Harmonica closer to facilitators:</p><ul><li><p>Harmonica Tunings: Join our live demo sessions on Zoom where we explore different use cases for AI-powered facilitation. Each week, we'll dive into new use cases and possibilities unlocked by our tool.</p></li><li><p>Interviews with Experts: We're honored to interview leading voices in facilitation, governance and civic tech, including Andy Paice, Grace Rachmany, Antoine Vergne, Eloïse Gabadou Santiago, Danny Spitzberg, Liz Barry, Simone Maria Parazzoli, Nathan Hewitt, Antti Pentikainen, and many more inspiring practitioners.</p></li><li><p>Public Sensemaking: We're planning to run open, large-scale dialogues on timely global issues. These sessions will demonstrate how AI facilitation can help communities tackle complex challenges while bringing people together across differences.</p></li></ul><h2 id="h-support-our-mission" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Support Our Mission</h2><p>As we continue developing our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/harmonicabot/harmonica-web-app">open-source sensemaking tool</a>, we're approaching a critical phase in our lifecycle. Releasing Harmonica's MVP in early November enabled us to validate our key hypotheses re: the demand for AI-facilitated async workshops, and we're seeing clear paths to sustainable impact. At the same time, bootstrapping is hard and most of us have been working on Harmonica part-time. We're ready to switch gears to fully dedicate ourselves to this project, fill the critical roles in our team and serve more communities and organizations.</p><h3 id="h-how-you-can-help" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">How you can help:</h3><ol><li><p><strong>Direct Support</strong></p><ul><li><p>Contribute via Giveth (crypto)</p><div data-type="embedly" src="https://giveth.io/project/harmonica-ai-agent-for-multiplayer-sensemaking" data="{&quot;provider_url&quot;:&quot;https://giveth.io&quot;,&quot;description&quot;:&quot;Harmonica enables fast sense-making by having 1:1 dialogues with your team members, using advance&quot;,&quot;title&quot;:&quot;Harmonica - AI agents for group sensemaking&quot;,&quot;mean_alpha&quot;:85.0895,&quot;thumbnail_width&quot;:1500,&quot;url&quot;:&quot;https://giveth.io/project/harmonica-ai-agent-for-multiplayer-sensemaking&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/f4b4b07ea6ce0a0cb3229f9e42619c29.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Giveth&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:500,&quot;image&quot;:{&quot;base64&quot;:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAALCAIAAACRcxhWAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAENklEQVR4nAErBNT7AC0LJy8HJSgCCi8AC10QN4kcSngYPGoZNtdhb+N6cPG6dvrZm/XUl/fgovvqoPTbf8WnRfnzhfr2iPr2jfn2nvnzm/fvjvfsf/Xuf/XtffTuefbwdvfxcuTbUvTtP/PrQAAmCiY8DilMEiwyBwtZEDN1ETszAQcpAAiONDzdbmnrrVj911f7zWf20HTwsTyOVwWHdVn38of89nj68nL47m357Gz37XH27nP27n/063bz7X348n+Vdj1tQRzq4Eb27zkALQ8ehipNmS5QjylHn0BUmEFQUBAdFwAAbB0sx1No2Xtp8MtU+NVV6r1T0ZEQe0QCaVlQ8+uK/PZw+/Zr//do9+hW9+NT9+pZ+O9t+vZ1//96r5xIJAAALwAAkXYj/PczAIwoXKI7Zp9EWpA+TY40RJIqRppFTVwfHZAvQMhIaL9YZJRWQlsxGdG5RsabJINQBFdILuzYZ//zUu/iUN3NV//zS/rsSPztTPPnTsqnPtm+RaiHLEkbBjMGAXFSHe7pOABrAlNZATyXGF+tOWatWmOGLUCYLEChQkWMLzKiOjq0UEWJPCw8DQenlD3IoiaBUQRcSTbo1Uz/6UebfSk1AgitjSv02DHpzDHXsDOEPBt3NRqYWCXKhB6+eRC+hhq7jhwATwg2dR1MjyhQixhJsjNgnzJTcAsughkyiCQwgygrnzkwpz8ytFI0mk4ptockhFwNTTMmxX46wncwlE4mfj4dfzshtV0irE4ZlDcWjTsYnUQZfikUkjgVlEMWoFcRpGASAEgEMpsSaqQca4QbS682YJosSWEFIHIKMZ4cPY8gMYsjMo4kLZsrKI8eGrF5JKVuC1U0Ko0sKoEaHZsyJr5PK5EoG20PGaMxGKEyEXYYFJEoD5k4DZY2C4EmDIEvB5I5BgAXAhInBBk8AiJuCTibIkmbJEd9Cy95ECx8AjN2Aip6FyyjLzCULC1HAxmhcSjXhw9GKCI+AyBOGCtYGCOHFyeEIh1yEhpwDxqEHBeJJRN8GRGbMhC3QgynNA2NLQeYNQYAEAEMMQMXHgENDgAGEgAKTAUkXgIpUAYgYwQiYgAlWgEkQAAcIwAWLAIUqHYw3YsQUy0bdCMndjtBPyYlOhgbQRooNg8bIQAQNgAUNgAQSgATcQUTdwwLkBULehQJeRsMAA0ACh8BDyUCESoEFBIACz4EIHcNK4UQKZcYMI0cKoUZJWoZJoomLq86OKloPdWADmg9H5VWMlQoHjkXIU8vJjwZIlAiIkkNEyEACxIAChoADTEFC2EkE4lDEptMF3k0FAAXAhBWADhtAUJ3Aj9zAjh5AjmLBDuRBUC2C0+nDULCKEHFKkq2JEnCMUy0Pj+5Xyeqcz6lTjVWFxc9HCRlOzcwFhZ1PBvffRS0Xx14JhoyAw5ABRGnOB19PBFJHQwYBQXv8oHXLNzQ7QAAAABJRU5ErkJggg==&quot;,&quot;img&quot;:{&quot;width&quot;:1500,&quot;height&quot;:500,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/f4b4b07ea6ce0a0cb3229f9e42619c29.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/f4b4b07ea6ce0a0cb3229f9e42619c29.png"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://giveth.io/project/harmonica-ai-agent-for-multiplayer-sensemaking" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Harmonica - AI agents for group sensemaking</h2><p>Harmonica enables fast sense-making by having 1:1 dialogues with your team members, using advance</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://giveth.io</span></div><img src="https://storage.googleapis.com/papyrus_images/f4b4b07ea6ce0a0cb3229f9e42619c29.png"></div></a></div></div></li><li><p>Contribute via Open Collective (GBP), hosted by Social Change Nest</p><div data-type="embedly" src="https://opencollective.com/harmonica" data="{&quot;provider_url&quot;:&quot;https://opencollective.com&quot;,&quot;description&quot;:&quot;Open-source AI agents for superfast sensemaking and deliberation.&quot;,&quot;title&quot;:&quot;Harmonica - Open Collective&quot;,&quot;mean_alpha&quot;:85.0895,&quot;thumbnail_width&quot;:1500,&quot;url&quot;:&quot;https://opencollective.com/harmonica&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/6b2b38ecc697efd31200b98e2ad6bd7f.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Opencollective&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:500,&quot;image&quot;:{&quot;base64&quot;:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAALCAIAAACRcxhWAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAENklEQVR4nAErBNT7AC0LJy8HJSgCCi8AC10QN4kcSngYPGoZNtdhb+N6cPG6dvrZm/XUl/fgovvqoPTbf8WnRfnzhfr2iPr2jfn2nvnzm/fvjvfsf/Xuf/XtffTuefbwdvfxcuTbUvTtP/PrQAAmCiY8DilMEiwyBwtZEDN1ETszAQcpAAiONDzdbmnrrVj911f7zWf20HTwsTyOVwWHdVn38of89nj68nL47m357Gz37XH27nP27n/063bz7X348n+Vdj1tQRzq4Eb27zkALQ8ehipNmS5QjylHn0BUmEFQUBAdFwAAbB0sx1No2Xtp8MtU+NVV6r1T0ZEQe0QCaVlQ8+uK/PZw+/Zr//do9+hW9+NT9+pZ+O9t+vZ1//96r5xIJAAALwAAkXYj/PczAIwoXKI7Zp9EWpA+TY40RJIqRppFTVwfHZAvQMhIaL9YZJRWQlsxGdG5RsabJINQBFdILuzYZ//zUu/iUN3NV//zS/rsSPztTPPnTsqnPtm+RaiHLEkbBjMGAXFSHe7pOABrAlNZATyXGF+tOWatWmOGLUCYLEChQkWMLzKiOjq0UEWJPCw8DQenlD3IoiaBUQRcSTbo1Uz/6UebfSk1AgitjSv02DHpzDHXsDOEPBt3NRqYWCXKhB6+eRC+hhq7jhwATwg2dR1MjyhQixhJsjNgnzJTcAsughkyiCQwgygrnzkwpz8ytFI0mk4ptockhFwNTTMmxX46wncwlE4mfj4dfzshtV0irE4ZlDcWjTsYnUQZfikUkjgVlEMWoFcRpGASAEgEMpsSaqQca4QbS682YJosSWEFIHIKMZ4cPY8gMYsjMo4kLZsrKI8eGrF5JKVuC1U0Ko0sKoEaHZsyJr5PK5EoG20PGaMxGKEyEXYYFJEoD5k4DZY2C4EmDIEvB5I5BgAXAhInBBk8AiJuCTibIkmbJEd9Cy95ECx8AjN2Aip6FyyjLzCULC1HAxmhcSjXhw9GKCI+AyBOGCtYGCOHFyeEIh1yEhpwDxqEHBeJJRN8GRGbMhC3QgynNA2NLQeYNQYAEAEMMQMXHgENDgAGEgAKTAUkXgIpUAYgYwQiYgAlWgEkQAAcIwAWLAIUqHYw3YsQUy0bdCMndjtBPyYlOhgbQRooNg8bIQAQNgAUNgAQSgATcQUTdwwLkBULehQJeRsMAA0ACh8BDyUCESoEFBIACz4EIHcNK4UQKZcYMI0cKoUZJWoZJoomLq86OKloPdWADmg9H5VWMlQoHjkXIU8vJjwZIlAiIkkNEyEACxIAChoADTEFC2EkE4lDEptMF3k0FAAXAhBWADhtAUJ3Aj9zAjh5AjmLBDuRBUC2C0+nDULCKEHFKkq2JEnCMUy0Pj+5Xyeqcz6lTjVWFxc9HCRlOzcwFhZ1PBvffRS0Xx14JhoyAw5ABRGnOB19PBFJHQwYBQXv8oHXLNzQ7QAAAABJRU5ErkJggg==&quot;,&quot;img&quot;:{&quot;width&quot;:1500,&quot;height&quot;:500,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/6b2b38ecc697efd31200b98e2ad6bd7f.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/6b2b38ecc697efd31200b98e2ad6bd7f.png"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://opencollective.com/harmonica" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Harmonica - Open Collective</h2><p>Open-source AI agents for superfast sensemaking and deliberation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://opencollective.com</span></div><img src="https://storage.googleapis.com/papyrus_images/6b2b38ecc697efd31200b98e2ad6bd7f.png"></div></a></div></div></li></ul></li><li><p><strong>Investment Opportunity</strong></p><p>In early 2025, we'll be raising a pre-seed round. We're seeking mission-aligned investors who share our vision for collective sensemaking with open core business model. If you know potential angels who might be interested in supporting a project like Harmonica, please connect us. We're particularly interested in meeting angels who understand the paradigm shift of AI agents and their crucial importance for the future of work and democracy.</p></li></ol><p>As we wrap up 2024, we feel more energized and purposeful than ever. With each new partnership and collaboration, our vision becomes clearer and our conviction grows stronger. We're finding our tribe - passionate people and organizations who understand the importance of better collective sensemaking. Thank you for being part of this journey and helping us build a more useful tool for everyone.</p><p>Happy holidays!</p><p><em>Team Harmonica </em><span data-name="accordion" class="emoji" data-type="emoji">🪗</span></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>facilitation</category>
            <category>wrap-up</category>
            <category>product-updates</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/066e830ba94fee11073dd5d547ab03a7.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Harmonica Is in Early Access Now]]></title>
            <link>https://blog.harmonica.chat/we-are-officially-in-early-access</link>
            <guid>zMbDlceN68XThvzkN0TS</guid>
            <pubDate>Fri, 01 Nov 2024 14:16:35 GMT</pubDate>
            <description><![CDATA[Big week at Harmonica! In this post we're announcing the first public release of our tool, sharing a couple of updates, and asking for your support in GG22.]]></description>
            <content:encoded><![CDATA[<p>We're thrilled to announce the first public release of Harmonica, our tool for AI-powered async <s>multiplayer sensemaking</s> workshops. After months of development and testing, anyone can now try out our product without creating an account. Just click "Get Started" on our new landing page:</p><div data-type="embedly" src="https://www.harmonica.chat/" data="{&quot;provider_url&quot;:&quot;https://www.harmonica.chat&quot;,&quot;description&quot;:&quot;Harmonica acts as a virtual facilitator by talking to your team, event guests or discussion participants 1:1 and using LLM to synthesize their responses. It's an alternative to forms and saves both you and participants time, builds healthy habits and reduces friction.&quot;,&quot;title&quot;:&quot;Harmonica | AI-powered Facilitation&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://www.harmonica.chat/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/379434c5b42f8a77e4998f655a885fcf.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Harmonica&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1000,&quot;image&quot;:{&quot;base64&quot;:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGG0lEQVR4nAEQBu/5AJAcQZIgRlcRJXggOeJkeOB2cOd+du+vbv7ck/rYpvvYmPvan/zlp/3spf/smf/wjr6XPOvecv76jf36kv36if34lf74o/33n/32o/vzk/vwhfvwhPrxgvrxgvrwgPjxfACbI0c8Ags4BxNFDBuLKj3icGvbcWvrqVf/3Fz7ynD90nT82oL+3Y301XbltFesgjGGYTTbzH7/+4P993/99nf99nn99oX983z78Hv78IL78H378Xv78ID77oH67nH58n0AYQkoNAAEKwADJAAAWxMey1ld3HFo3Ylg+tVa/9hS/s5b/cpf9spj6ZYW23kQQhgAcltb28yf/fh4/vh//vh8/fVt/PFi/e5f/O1o++5r+u5l+/Fz+/KB+vKA+/F7+/KEAIk+RmUYKSoAACIAAEgLFbxIX7tVYtloceWgZP3lUvnaUP/gaei0UaZ7HfetGkYeAWFIQL+zhP/9g/34fP74df32bvv0cfvuX/zrW/zmVfvpT/vvXvrxbvvycfz1e/rzegCmQ1GlT1dIDRM7AwhWDx/LSGm+R2O5T1/plHCwiEl3Ry7my03ry1SVch/0qhlKIgFVPi6mlF3/8HL77l/97k3+9GD//3P/9ln77Ez76lP75VH76lD87lj37Vju4Fb37VsAcQw1nj9MkUpGgjU1eigzwklay09kpz9RxmZgUBoZHQAAcU0e7dhPknUf8q0cSSQBXUYzrJtb/+9X++ZS//dN28hNk3E359hT//dJ/e5C/vFM/uxO//RO0KU7o2AooHArAIYsPJgsPrRGTK1KSZ47N6c/NKdCObBKP61QQnk4JTwJA1I0GOXRVY92IPCtJ0knAVg8MaSUUP/xPvXgRvjnTHhYHiYABFAiGLWbLPnkN+rRNerSNe/YPJ5nK2YlG3k4HACcKUtzCCuOJTd2GC52GytoDyZ1ICeYOzGkQDO3WDy5Zz+MUSm5iEGJbB7sri5JKAFXPS6VcUTutzfNlTzKjjxpLxVbJAtoMRmnaynSiC3HeSbDdiO4XyCnShqxXRqjVB0AfCFCaAssbQ0thxYzni02ljI3mzU2pj43rj4zkSYmpzcpuUEqkiwghl8Y7a03TisBWUQwgkU4u1IlrFQqm0IlolQtuGkyhzclcykinTsdmysaly4ZjSQZaRQYbRwXozwaAHoZNWMFIWkNJ28GNLYmSZ8iM5YlMokdNpgdOYIXKYodJpsvJowcG4BWF/21OXE9A1lFMn48N6U3IJQvKYkeI6k9J6VGKLI8In8fGU4EG4YfHrpGHb1KFn0aGWoVF5AnGACrLk1wBiWBFStiDSdlATCGBjNVBCNdDySOLS2gPDCpQC6lOSxxDh92URr/tj2hVQdgRy5HGyw5ABZAABxODR94ESO9NjKvMyq+PiKLIR9zExmHGx2kMBqbKxe5QByVMBQAhRk9eAcyeQwxixYugw4siAUziQorfw4tnyM1myYsgRUnSwYiFwAVbU0a/7NCvGIKaUorOBMoRQAVdztESiwuSBgeWwgjUAQfVAsYXwkbWwUaWgYaYwccYQwXVggWag0ZAFUEI2MBKD0BH1YCI2kEJFsBI2MBJ2EBJ1YAJkEAHiMAFw4ADjEDF3ZQHfqvRsJpDG1KKVUZJZgqJ45DTEYlLls7MUsnJB8GD100OjETGCMAESoAETgAFj4AFjkCEkICEwBbCyh4DipiDx9hEh5xFyRuFiNZDhtECBkqAhQgABEzBRWGKymwPzp2Ux36tVDUcA5bPR1oOid/TCdfMCU1EhgeBQ1XNCQ5GB1XIzVIISMjBQ8JAAkNAAkbAA0jAA4oABAASAUheAc0nw85rRA9uxZAyCBFwis62DE80DI+vTRBuDQ+30ZMrTxBfUIrzHJO1XUPaUkpo1xRumknYTQaPxslTiUtVC4sTC4jFAAGViUnkjohhCIcUwcVFgALEgAIEAAJAIIFPHkDNIEEPIoGPqkLTKwMTpENP7QlQMUrTbIlSaMdQrknTLkvScBBRbBHOMRsJJxuOatiTIcvImITGi4OFkwnKWU5PWY/Mi4QEEsgIM+AHeiGHsRpI6NMJXcbGkcKEiVSblr+AELeAAAAAElFTkSuQmCC&quot;,&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1000,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/379434c5b42f8a77e4998f655a885fcf.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/379434c5b42f8a77e4998f655a885fcf.png"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.harmonica.chat/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Harmonica | AI-powered Facilitation</h2><p>Harmonica acts as a virtual facilitator by talking to your team, event guests or discussion participants 1:1 and using LLM to synthesize their responses. It's an alternative to forms and saves both you and participants time, builds healthy habits and reduces friction.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.harmonica.chat</span></div><img src="https://storage.googleapis.com/papyrus_images/379434c5b42f8a77e4998f655a885fcf.png"></div></a></div></div><p>From this brand-new web app to participation in the latest Gitcoin Grants Round, there’s a lot to be excited about. Here’s everything you need to know.</p><div class="relative header-and-anchor"><h2 id="h-our-progress-since-gg21">Our Progress Since GG21</h2></div><p>This release marks a significant milestone in our journey, made possible by the incredible support we received through the CollabTech round in Gitcoin Grants 21 back in August. Finishing second with approximately $3,800 in total funding, we focused on a clear objective of enabling our users to create a session with any facilitation logic in minutes (without any prompt engineering involved).</p><p>We're proud to say <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap.karmahq.xyz/project/harmonica-ai-powered-sensemaking--deliberation/grants">we've delivered on that promise</a>. The current version features:</p><ul><li><p>A streamlined session creation flow for hosts (using GPT-powered prompt generator)</p></li><li><p>Mobile-friendly web chat UX for participants</p></li><li><p>Session results page with automatic summary updates</p></li><li><p>Hosts can edit prompts and interrogate results using GPT assistant</p></li><li><p>Exporting session results to JSON files</p></li><li><p>Free access without login</p></li></ul><div class="relative header-and-anchor"><h2 id="h-first-customer-cmi">First Customer: CMI</h2></div><p>We're excited to announce our collaboration with our first institutional customer <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cmi.fi/"><strong>CMI — Martti Ahtisaari Peace Foundation</strong></a>, an independent Finnish NGO that works to prevent and resolve conflicts through dialogue and mediation. CMI is currently testing Harmonica as a tool for both internal team collaboration and external deliberative processes. Their mission aligns perfectly with our vision for Harmonica, and we're honored to support their important work.</p><div class="relative header-and-anchor"><h2 id="h-interoperability">Interoperability</h2></div><p>This week marked another important milestone as we participated in the Metagov's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metagov.github.io/interop/">Interoperable Deliberative Tools</a> cohort workshop in San Francisco. Our frontend developer Jonas represented Harmonica, demonstrating our platform and engaging with other projects in the space. The workshop proved invaluable for understanding how to better integrate <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://reimagine.aviv.me/p/process-cards-and-run-reports">process cards developed by Aviv Ovadya</a> and exploring interoperability opportunities with other tools.</p><p>Our new JSON export functionality is a direct result of insights gained from this program. We're excited about the potential for Harmonica's outputs to be utilized by other tools in the deliberative tech ecosystem, creating a more connected and efficient landscape for community decision-making.</p><div class="relative header-and-anchor"><h2 id="h-looking-ahead">Looking Ahead</h2></div><p>While we're proud of our first public release, this is just the beginning. Our roadmap focuses on delivering the core promise of Harmonica: truly intelligent AI-powered facilitation. Over the next weeks, we'll be working on making it real:</p><ol><li><p><strong>Context-Aware Conversations</strong></p><ul><li><p>Implementation of RAG (Retrieval-Augmented Generation)</p></li><li><p>Using previous sessions as context</p></li><li><p>Workspaces and organizational context awareness</p></li></ul></li><li><p><strong>Enhanced Facilitation</strong></p><ul><li><p>AI agents for deeper dialogues (i.e. better questions based on previous responses)</p></li><li><p>Cross-pollination of ideas across participants</p></li><li><p>Library of templates curated by experienced facilitators</p></li></ul></li></ol><p>Our goal is to create a facilitation experience that goes beyond linear conversations (that currently don't differ that much from vanilla ChatGPT), enabling a more profound alignment and robust idea synthesis within teams and communities.</p><div class="relative header-and-anchor"><h2 id="h-support-our-work-via-gitcoin">Support Our Work via Gitcoin </h2></div><p>As we continue building, we're participating in the current Gitcoin's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://reportcards.gitcoin.co/42161/608">GG22 round for open-source apps</a>. While we're currently ranked 6th among OSS apps, we face an interesting challenge: our supporter base is relatively small, which significantly impacts our potential matching funds due to the quadratic funding mechanism.</p><p>In quadratic funding, the number of contributors matters more than the size of contributions. This means that even a $1 donation can make a meaningful difference. Projects with 1000+ small contributions will receive significantly more funds from the round's matching pool of $300,000 than those with just a few dozen donations of equal total value.</p><div class="relative header-and-anchor"><h3 id="h-how-you-can-help">How You Can Help</h3></div><ol><li><p>Visit our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.gitcoin.co/#/round/42161/608/154">Gitcoin page</a> before November 6th.</p></li><li><p>Contribute any amount. Even small contributions go a long way in helping us secure a greater portion of the matching pool.</p></li><li><p>Spread the word. Share our Gitcoin page with your network to help us reach more supporters who believe in our vision of async sense-making and deliberation.</p></li></ol><p>Every contribution, no matter how small, helps us build Harmonica as an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/harmonicabot">open-source software</a> for async sensemaking and deliberation.</p><hr><p>We're incredibly grateful for the support that has brought us this far, and we're excited about the road ahead. Try out the public beta at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.harmonica.chat/">https://www.harmonica.chat/</a> and let us know what you think!</p><p>Thank you so much for being part of our journey,</p><p>Artem on behalf of Team Harmonica <span data-name="accordion" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1fa97.png" draggable="false" loading="lazy" align="absmiddle"></span></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a90a4b4c5e4da033aad4133f108fc870.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Before the Proposal]]></title>
            <link>https://blog.harmonica.chat/before-the-proposal</link>
            <guid>zRGCuLfbL4MUkBVXABQq</guid>
            <pubDate>Thu, 04 Apr 2024 12:58:32 GMT</pubDate>
            <description><![CDATA[Why collective sense-making is the most underserved need in decentralized governance (and how to fix it).]]></description>
            <content:encoded><![CDATA[<div class="relative header-and-anchor"><h2 id="h-executive-summary">Executive summary</h2></div><p>Initial sense-making in small groups (e.g. core teams) is currently the most underserved need in online governance. It’s currently addressed with solutions like interviews, workshops and surveys, none of which enable fast and scalable sense-making. This problem space relies heavily on facilitation skills of people responsible for governance or strategy. Instead of optimising voting and delegation systems (that re-create the problems of the outdated real-life democracies), the most impactful solutions will address the problem of facilitation. Modern LLMs have the potential to make it much easier for organisations to identify tensions, goals, and generate collective intelligence artefacts that would ensure higher alignment and legitimacy of their decisions. This paper is an attempt to bridge the gap between decentralised governance and deliberative democracy as they face a lot of common challenges and both can benefit from deploying AI / LLMs at scale.</p><div class="relative header-and-anchor"><h2 id="h-introduction">Introduction</h2></div><p>Decentralized organizations aim to enable participatory and distributed governance and decision-making. However, facilitating effective collective sense-making in this context remains a significant challenge. Sense-making is the collaborative process of developing shared understanding and framing of complex issues to inform decisions and actions. It is a core capability of an organization or society.</p><p style="text-align: start">Inadequate sense-making can lead to an increasing gap between the complexity of the environment and the ability to understand and address it. This can result in apathy, resignation, or oversimplification of problems. Sense-making occurs at both personal and collective levels. Personal sense-making requires cognitive capacity, time, attention, and open-mindedness. Collective sense-making involves aggregating preferences and consolidating expertise to make competent group decisions, resulting in shared worldviews and lore.</p><p style="text-align: start">In decentralized organizations, sense-making is critical for:</p><ul><li><p>Formulating shared purpose, priorities, and goals</p></li><li><p>Deliberating on key decisions and tradeoffs</p></li><li><p>Interpreting ambiguous information and dynamic environments</p></li><li><p>Adapting strategies based on feedback and learning</p></li></ul><p style="text-align: start">However, current approaches to collective sense-making in decentralized groups face limitations. Engaging diverse members, eliciting quality inputs, and synthesizing insights is time- and effort-intensive. Lack of structure and facilitation skills can lead to inefficient and inconclusive processes, hindering groups from leveraging their collective intelligence and resulting in misalignment and lack of clarity.</p><div class="relative header-and-anchor"><h2 id="h-literature-review">Literature review</h2></div><div class="relative header-and-anchor"><h3 id="h-decision-making">Decision-making </h3></div><p>Aviv Ovadya suggests that to address urgent global crises and ensure that decision-making systems incorporate human values, we must improve these systems to be competent, aligned, and robust — in other words, wise. A wise decision-system should be skilled at identifying and evaluating options, aligning across conflicting values, and remaining resilient in the face of real-world complexity and adversarial forces. Improving decision-systems requires integrating insights from various domains, considering the properties of the decision-system itself, and the legitimacy and trust it holds in the world outside the system.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ebf2a6befcfd51622229620bcd58269.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://aviv.medium.com/building-wise-systems-combining-competence-alignment-and-robustness-a9ed872468d3">https://aviv.medium.com/building-wise-systems-combining-competence-alignment-and-robustness-a9ed872468d3</a></figcaption></figure><p></p><div class="relative header-and-anchor"><h3 id="h-facilitation">Facilitation </h3></div><p style="text-align: start">Two papers on facilitation in the context of deliberative democracy are particularly useful: (1) Facilitators: The Micropolitics of Public Participation and Deliberation (Escobar, 2019) and (2) Diversity in Facilitation: Mapping Differences in Deliberative Designs (von Schneidemesser et al., 2023). Both papers highlight the importance of facilitators in shaping participatory and deliberative processes. Von Schneidemesser et al. focus on comparing different facilitation approaches and their impact on deliberative outcomes, while Escobar takes a broader view of the role of facilitators in democratic practices and the micropolitics of their work. The papers converge on the idea that facilitation is not a one-size-fits-all practice and that different approaches may be suitable for different contexts and desired outcomes. However, Escobar's chapter goes beyond the comparative approach by delving into the political nature of facilitation work and the challenges of institutionalising and professionalising this role within governance structures. Escobar's focus on the micropolitics of facilitation provides a valuable lens for understanding the complex power dynamics at play in participatory processes.</p><p style="text-align: start">Based on the insights from the academic articles, here are some recommendations for practitioners and developers building innovative facilitation solutions:</p><ol><li><p>Tailor the facilitation approach to the context and desired outcomes. Different facilitation methods have their strengths and weaknesses. Practitioners should carefully consider the goals, group size, and participant characteristics when selecting a facilitation approach. Developers should design flexible solutions that can accommodate various facilitation styles and techniques.</p></li><li><p>Prioritise psychological safety and trust-building. It's important to create a safe space where participants feel heard and respected. Facilitators should focus on building trust and navigating power dynamics. Developers should incorporate features that promote inclusivity, anonymity (when appropriate), and clear communication guidelines.</p></li><li><p>Embrace creative tension and divergent thinking. While synthesising information and finding common ground is important, breakthrough ideas often come from outliers. Facilitators should encourage participants to express diverse perspectives and allow for creative tension. Developers can design tools that highlight outliers and help groups explore ideas from multiple angles.</p></li><li><p>Augment human facilitators with AI, but don't replace them. The articles discuss the potential of AI and LLMs to support facilitation, while the experts caution against over-relying on technology. Practitioners should view AI as a tool to assist with collecting inputs and synthesis, but not as a substitute for human judgement and empathy. Developers should focus on creating AI-powered solutions that complement human facilitators and enhance their effectiveness.</p></li><li><p>Design for intervention, not just participation. The articles challenge the notion that participation should be the primary metric of success. Instead, practitioners should design governance systems that allow for timely intervention when things go off track. Developers can create tools that provide real-time insights and early warning signals to help groups course-correct as needed.</p></li><li><p>Balance efficiency with robustness and resilience. While AI can help gather input quickly and generate ideas, the experts warn against optimising solely for speed and efficiency. Practitioners should ensure that there is sufficient time for deliberation and relationship-building, as this can lead to more robust and resilient outcomes. Developers should create solutions that encourage deeper engagement and help groups navigate complexity.</p></li></ol><p style="text-align: start">By following these recommendations, practitioners and developers can create more effective and context-appropriate facilitation solutions that leverage the strengths of both human facilitators and AI-powered tools. The goal should be to empower groups to make better decisions, navigate complexity, and achieve their desired outcomes while prioritising trust, inclusivity, and resilience.</p><div class="relative header-and-anchor"><h3 id="h-dao-governance">DAO governance </h3></div><p style="text-align: start">In his seminal post from 2022, Vitalik Buterin wrote about making better decisions in concave environments, where pluralism and even naïve forms of compromise are on average likely to outperform the kinds of coherency and focus that come from centralization. He suggests two things that can help ensure that an org will be meaningfully decentralized:</p><ol><li><p>A truly high level of autonomy for units, where the units accept resources from the core and are occasionally checked for alignment and competence if they want to keep getting those resources, but otherwise act entirely on their own and don't "take orders" from the core.</p></li><li><p>Highly decentralized and diverse core governance. This does not require a "governance token", but it does require broader and more diverse participation in the core. Normally, broad and diverse participation is a large tax on efficiency. But if pods are highly autonomous and the core needs to make fewer decisions, the effects of top-level governance being less efficient become smaller.</p></li></ol><p style="text-align: start">Buterin further explains how this fits into the "convex vs concave" framework: the (more decentralized) top level is concave, while the (more centralized within each pod) bottom level is convex.</p><p style="text-align: start">As Lavande from Optimism suggested in their ETH Denver presentation, DAOs need to create prioritisation frameworks: "Strategy is hard to define collectively. DAOs without a strategy tend to be directionless as attention and spend become increasingly divided. Focused DAOs usually set strategy via prominent leadership with a high degree of influence. Influence is effective at the beginning of a DAO's life, but as the initial leaders phase themselves out, the succession problem arises. Prioritization frameworks teach the community how to make strategic decisions themselves. These can be high level (values, guiding principles, or scope) or granular (OKRs / KPIs). Only 55% of DAOs analyzed had a formal mission statement, vision, values, or public roadmap. KPIs were only implemented at 40% of the DAOs analyzed. Prioritization frameworks are an important tool to empower the community to make decisions on their own, increasing the resilience of the DAO over time."</p><p style="text-align: start">Lavande also emphasized the need for DAOs to develop mechanisms to collect and incorporate contributor feedback, stating that there is usually plenty of top-down communication (core team to community) but limited communication from community to core team.</p><p style="text-align: start">Lavande highlighted the importance of legitimacy for DAOs: "The difference between crisis and collapse is legitimacy. The presence of conflict (either external or internal) does not appear to be a distinguishing factor in a DAO's success or failure. My hypothesis is that legitimacy was the key difference. It can be established by brute force, continuity, fairness, process, performance, or participation. Since DAOs are closer to sovereigns than corporations, their legitimacy is created endogenously. A loss of legitimacy can result in a complete collapse of the DAO, since there is no external mechanism to reinforce it. DAOs should do everything possible to avoid negating any of the sources of their legitimacy."</p><p style="text-align: start">The Governance Geeks Gathering, organized by Radicle at ETH Istanbul in late 2023, identified a few very similar challenges:</p><ol><li><p><strong>Need for clear shared purpose:</strong> Many of the challenges or groups of challenges stemmed from the lack of a clear shared purpose/vision for the DAO. Not having a clear shared purpose can lead to:</p><ul><li><p>Inability to design effective governance &amp; incentive mechanisms</p></li><li><p>Lower transparency on roles, responsibilities and strategy alignment</p></li><li><p>Difficulties finding "DAO/Product fit"</p></li><li><p>Poor process for off-loading work to the community</p></li></ul></li><li><p><strong>Capturing community insights:</strong> There is a need for better community/stakeholder analysis tools and services (e.g., ways to get better insights into how motives/incentives differ between different stakeholders). Better community insights = more evidence to signal how we should be designing governance mechanisms.</p></li></ol><p style="text-align: start">The Governance Geeks Gathering also emphasized the importance of a clearly defined purpose for DAOs: "Many projects strive for a purpose- or mission-aligned governance system - but the understanding of a shared "purpose" is often not clear to everyone within an org. A clearly defined purpose acts as a north-star for governance coordination, development strategy and sustainability goals in a DAO. Having a clearly defined purpose allows different teams better coordinate their own strategies and initiatives to align with the shared DAO purpose. It also helps sub-DAOs better understand their relationship with the DAO, as well as expectations regarding funding and broader support in the short- &amp; long-term. Not having a clear purpose to rally around can cause confusion and chaos around decision-making in good and bad times. The longer a DAO goes without having a clearly defined purpose, the more it risks introducing new systems that can introduce constraints or other issues with governance in the long run."</p><p style="text-align: start">However, the Gathering also acknowledged the difficulty in curating a shared purpose: "Curating a shared purpose can be difficult given the complexity of DAO structure and roles. Identifying who should lead this work or what stakeholders should be involved in its creation is tricky and will likely look different for each DAO. Founders often don't want to take on this responsibility, although they have the best context. Trying to include the broader community in this process is important but strenuous given the sheer coordination effort needed to collect input from different stakeholders and boil them down into a single paragraph or sentence."</p><div class="relative header-and-anchor"><h2 id="h-understanding-the-problem">Understanding the problem</h2></div><p>Over the last two months, I interviewed around 15 practitioners, including governance leads, facilitators, and consultants, and created a map of the decision-making process. I found that </p><div data-type="callout" type="info"><div class="callout-base callout-info" data-node-view-wrapper="" style="white-space:normal"><img src="https://paragraph.xyz/editor/callout/information-icon.png" class="callout-button"><div class="callout-content"><div><p>Facilitation of sensemaking takes too much time and effort – normally 1-2 months of hard work to engage more people and process their inputs. This limits the agility and effectiveness of DAOs in defining direction and making decisions.</p></div></div></div></div><p style="text-align: start">The decision-making process can be described as four distinct stages that involve specific stakeholders and jobs to be done. In most DAOs the initial sense-making relies too much on manual facilitation, making it difficult to capture the insights of members with the highest context, leading to lower alignment of the whole DAO.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cb22e5b43dc82dc5f115767b02e61fa4.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEhElEQVR4nLWUTWwbRRTHR9yQkJBAAsqlEjcqUAUSXAoSFDWFIsRH4UAhVESt+GpKjVIaV6JR2qRJDwGi5oPUNG5ipxEmThvbuHXSOE4cx7tee7278cfaXnvTxd5447WdrJ2Nx3GyKHGbSoUrf81hZp7m/fTezPxBpVJR/k+BKoCmaZPZbDJvyWazsSy7wLKyLCuKwvO8dVsBHJ+amDCbzVarNZ/PV0/p9XrDyJ9EgOR5nuM4COHDAEVRJElyOOwW46jJOKrRXOnv7w+Fw4kUt7gkrMkyhmG6gYGuvr7vWi40XGzV6/U6nY5lWQjh7Ozs9eHhSz82XW39lSJIktrCbKfd3B73AeJSxkPge07Vv9qgisRii0vCTY3+i+f2j/ysKcI1BEHSyeRvN0bBIwDUHOAWFiiKIgiC4ziv1xuK0h899sqLAEyOWSOx6AK78B8V5LO5KcQNnn0S7N41brfjpL/t6zO7AWg8VJfMpO2T9mAgcGNyArx94K1T9dFIhCAIiqJomsY8GEni6g+/PLqnxmV34CQhCIIoilrtgMFgFEXxfgWi6MV9F650d+gGEAQhKfKO5a821VnM4UqmkrpBndvtdvt86t6uHsMfDMNQFIWiKM/zwWAwynAOF46TQZqmvV4slUouS3Ln+Ufb1SAt5O4BBEEIhaIpTkzE7npQhCACPiox7nAziXg+n0cQxIcg7VrtVote3+f1YCiKMgyTy2XpCDvcV9P4LUBmBuPxpAdFOO5uUS5d6XitVf1MWnhQQd6LWIc0n9tv98QYbt4/MzZ03G79xecjWTYRCAbZeNw0Nfn0J4drW85ThN/pdLIsmxUzTDzV/AM4uBcYdadRb8CLYyzLimLWh017EBvPL1YBG8uSbDGo9j8PmlSA4ZZsYxeOvAFaT4N0ZiUWCzudM4F5KhqhEzTtcSNUMDY3h6AoKkkrITqCeG7abnWQ5Jxj3G4zjtF0OMXnzqnAiVqQza5UAZu5fHF6QntOBUzXT+QyEomONTeAEW1tis9K0rKfCBMUE6ajJDXvcjnGLT2k3437iVwu50exwZZeY7dhgeeba0++AB4P+MnCqjysPXv993pBWNppUYaiQoQ/ds1kAx+8V9d+CcNoKsiwbKK4Kuv73rmoBh7XDWKetd/uPXIQjA59z8TTOInrLmt2AbAXPEEEyG51W91Lh+LRWFoQHbbLdks7z6cfXDJJkQk6qO7qBACA998Nb30bnGEYWYY/1YNPDwDzSLttfHbcauhsfdNk7MN8ZDL196TF9tW+w40fH4+wTPNn9S+Dp6LBYCqdVx0DJ4+CtJC/B5BlORQKRSORO07nseamq6PG+PZbFARBURSToeVaT12AQkOhMEnN4wTjmkMFIQ0hjMai4QQzHwkzifjYgOHiN2cWeR7CMuKyzE6PSJL0wIsqlUpxtVg1nzKEkiTtuMqmolQ2N4uFragsywVpuVRaq4YghMVCoVgoFguFtVLpnjk89JMhhJVtVXOV19fL6+tVZFXrWyopyubOzr+lKMpGZaMMy9VlGcIyLFXn/wDmF2tdBd/ROQAAAABJRU5ErkJggg==" nextheight="2736" nextwidth="5847" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Decision flow in a typical DAO (based on my research)</figcaption></figure><p style="text-align: start"><strong>Key struggles during the initial sense-making stage include:</strong></p><ul><li><p>Getting the right people involved (with high context)</p></li><li><p>Knowledge management as a key limitation</p></li><li><p>Lack of skills and/or experience in facilitation</p></li><li><p>Conflict avoidance</p></li><li><p>Some people are not used to Miro</p></li></ul><p style="text-align: start"><strong>Key struggles during the validation stage include:</strong></p><ul><li><p>Reaching out to delegates (doxxed only in big DAOs with &gt;5000 members)</p></li><li><p>Wisdom vs. popularity (people don't share the hard truth)</p></li><li><p>Low engagement (only 10% fill out surveys)</p></li><li><p>Processing of input takes a lot of time</p></li><li><p>Fragmented communities are hard to engage and align</p></li><li><p>Need to assign different weights</p></li></ul><div class="relative header-and-anchor"><h3 id="h-insights-from-specific-cases">Insights from specific cases</h3></div><p>FTW DAO emphasizes collaborative decision-making within its council, aiming for inclusivity through tools like Tally for surveys. However, they face challenges in encouraging independent thinking among council members. This case underscores the classic tension between broad participation and decisive action.</p><p style="text-align: start"><strong>Key takeaways:</strong></p><ul><li><p>Collaborative decision-making is important for inclusivity</p></li><li><p>Tools like Tally can facilitate surveys and gather input</p></li><li><p>Encouraging independent thinking among council members can be challenging</p></li><li><p>There is a tension between broad participation and decisive action</p></li></ul><p style="text-align: start">DAOstar employs a seasonal planning process that integrates forum discussions, roundtable discussions, and Typeform surveys to craft actionable seasonal goals aligned with the collective vision of its members. This approach highlights the importance of continuous engagement and feedback in shaping the DAO's trajectory.</p><p style="text-align: start"><strong>Key takeaways:</strong></p><ul><li><p>Seasonal planning process helps align goals with the collective vision</p></li><li><p>Integrating various engagement methods (forum discussions, roundtable discussions, surveys) is crucial</p></li><li><p>Continuous engagement and feedback are essential for shaping the DAO's trajectory</p></li></ul><p style="text-align: start">Metagov's rebranding initiative showcases the role of community engagement and feedback in reshaping an organization's identity. Their board made the ultimate decisions, but they utilized surveys and workshops to gather feedback, refine ideas in Google Docs, and maintain alignment with the organization's mission, vision, and values. Metagov's rebranding exercise involved multiple stages of community feedback, synthesis, and refinement, ultimately leading to a reassessment of the organization's mission and values.</p><p style="text-align: start"><strong>Key takeaways:</strong></p><ul><li><p>Community engagement and feedback are crucial in reshaping an organization's identity</p></li><li><p>Surveys and workshops can be used to gather feedback and refine ideas</p></li><li><p>Multiple stages of feedback, synthesis, and refinement lead to better alignment with the organization's mission and values</p></li><li><p>Rebranding exercises can lead to a reassessment of the organization's mission and values</p></li></ul><p style="text-align: start">Gitcoin leverages their governance forum on Discourse and introduces a Citizen Grants Program to enhance governance and community engagement. The challenge of making sense of Gitcoin's complex ecosystem is met with innovative solutions like interactive delegate meetings and the use of collaborative tools for synthesis and communication. They offer resources to enhance member understanding of complex topics and encourage interactive delegate meetings to discuss key priorities. CoachJ's efforts at Gitcoin revolve around distilling complex ecosystem updates and aligning diverse stakeholder interests through targeted information dissemination.</p><p style="text-align: start"><strong>Key takeaways:</strong></p><ul><li><p>Discourse forum is the main space for Gitcoin's governance and community engagement</p></li><li><p>Interactive delegate meetings and online collaboration tools are used to make sense of the fragmented ecosystem</p></li><li><p>Offering resources to enhance member understanding of complex topics is important</p></li><li><p>Distilling complex updates and aligning diverse stakeholder interests through targeted information dissemination is not easy</p></li></ul><p>Thank Arb and Ethelo piloted a Community Engagement and Evaluation System across the Arbitrum ecosystem, but encountered several issues:</p><ol><li><p>Data quality: The pilot was susceptible to sybil attacks, highlighting the need for more stringent and ongoing data validation protocols in web3 contexts.</p></li><li><p>Engagement overload: The pilot's iterative campaign structure led to information overload and survey fatigue, limiting the diversity of responses.</p></li><li><p>User experience: Ethelo's older front-end and user interface may not be optimally suited for web3 users, requiring the development of more intuitive and web3-fitting user experiences.</p></li><li><p>Participant segmentation: Directing respondents to Ethelo through the Thank Arb system made it difficult to separate responses between DAO Delegates and DAO Community Members.</p></li></ol><p style="text-align: start"><strong>Key takeaways:</strong></p><ul><li><p>Web3 ecosystems require robust data validation and quality checks to mitigate sybil attacks</p></li><li><p>Targeted engagement and concise information presentation are crucial to avoid survey fatigue</p></li><li><p>User-centric design and seamless platform access are essential for effective participation</p></li><li><p>Separating delegate and community member responses requires careful entry conditions and segmentation</p></li></ul><p style="text-align: start">The Thank Arb x Ethelo case study underscores the challenges of adapting traditional engagement systems to web3 contexts, emphasizing the need for tailored solutions that address data integrity, user experience, and participant segmentation issues.</p><p style="text-align: start">These case studies provide valuable insights into the challenges and strategies employed by various DAOs in their decision-making and sense-making processes. They highlight the importance of community engagement, continuous feedback, collaborative tools, and targeted information dissemination in navigating the complexities of decentralized governance.</p><p style="text-align: start">Facilitators play an important role in ensuring internal inclusion and navigating complex power dynamics. A few interviews with experienced facilitators Andrew Gray (who organised many citizen assemblies in the UK), Andy Paice, as well as Camille Canon (the co-founder of Apiary) provided key insights and perspectives on facilitation. Facilitation is crucial for enabling collective work through inclusive, meaningful, and productive conversations. It is about creating a safe space, building trust, and allowing for creative tension. Participation should not be the primary metric of success for governance; systems should allow for intervention when things go off track.</p><p style="text-align: start">Key facilitation challenges:</p><ol><li><p>Time constraints: Even with lengthy processes like citizens assemblies (e.g., 30 hours), facilitators often feel there isn't enough time to delve deeply into issues and generate the best recommendations.</p></li><li><p>Balancing individual and group needs: Facilitators must create a safe space for individuals to share their thoughts while also guiding the group towards a common understanding and solution.</p></li></ol><p>Facilitation tools and methods:</p><ol><li><p>Low-tech tools: Sending out surveys on paper, using flip charts, and sticky notes for in-person facilitation to ensure inclusivity for all participants.</p></li><li><p>Digital tools: Mentimeter and Slido help to gather questions and input from participants in real-time.</p></li><li><p>Polis: A tool for mapping opinions and understanding how people think about an issue. While it can be useful for facilitators, some participants find it boring or difficult to understand. It is just one input among many in a citizens assembly.</p></li><li><p>AI and LLMs have limitations in facilitation, as they may not replicate the human element of sensing emotions and navigating group dynamics. AI-assisted facilitation can save time on preceding stages of decision-making but should not replace proper deliberation and human facilitators.</p></li></ol><p style="text-align: start">Camille Canon highlighted the importance of allowing individuals to feel heard and the potential issues with AI-powered decision-making moving groups further away from their true thoughts and frustrations:</p><blockquote><p style="text-align: start">"Facilitation serves two purposes: information sharing and allowing individuals to feel heard/psychological relief. The latter may be difficult to replicate with a chatbot."</p></blockquote><blockquote><p>"It's kind of counterintuitive, but it's often the outliers of the group that is actually the point of most interest and something that moves the group forward with a decision. ... With multiple layers of decision-making that play into the middle, we ironically get further and further away from the actual truth of the group's thoughts and frustrations."</p></blockquote><div class="relative header-and-anchor"><h2 id="h-seeing-the-market">Seeing the market</h2></div><p>I created a Wardley Map of sense-making tools to visualize the landscape using two dimensions: the place in the supply chain (frontend, admin/research-focused tools, and infrastructure) and the maturity of innovation. The sources of innovation are identified by colour.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8858e64122d478a9a3705b7e95b71d79.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAIAAABHKvtLAAAACXBIWXMAAAsTAAALEwEAmpwYAAACtElEQVR4nIVU30sUQRxfuD8g8cUegp5sq4cSScnMx0CM8qH1R+LRJARd7ZFcaQP2up7Ymbrag+zBIEXIOhUpHA0YEmxNGEql85ywYE+eN3r6cgvf8Ma2M9E+TzO73/l8vp/vZ3Y1ADCLgCMhpQQA3/d5Eb7vH6zxff/T5y/Hysq0IjjnQghNvaCUKopSulK8o7Sj5caU6+q6Xl5erjSklIyxsCa/tXnm8pWTladvtrXG43Eppe/7uwIAwDmXUhaCIDU4+Hx8XDWoZBaXFh9hPJBMdrS3AwDGmFJKCGGMWZZVXV1t27aq39neOV974lyV3tV1h1KqWtcUC2NMLbrv30PRzrCp9WzWdacxxlOuyzkHAMMwlF0hhGVZpmlqmtbQ0PD2zetCEGiaVqZpuXxeCLEnUOogXOu6TikdHR2ZnHx57frVX2trD3seE0J2DxTplr59V8mpU/IPhlJDGONcbkNtdzPgnNu2jTGWUm7n8wDQ2NioIlI221uan/T1McY8zwMAXdcty3rxaso0Tc45Y0w5Cx37+6FRSk3TRAiFDkgRAJCZnamvrZlwHN/3U0PPjldUuO60EMLzPCedtiyLEGLbdmnOB7E3og9zc4UgSMTjA8lkIQg+zs+n+vsLQSCljN29hTHOZGbqLlRdrLtECPmxvOK60wAQiUQQQmrchwqoxjnnm5tbmdkZxt5zzttaWxPdD1SAKyvLCN0eHXlKSJpSmstthFdZ4Qj2vw5KQ1bpA4AQwjAM27ZVvGp6kUhkPZudGB/7ubr6X/ZDBcK1lJIQor7J+tqaseFhFO0kjtPc1HT06PcJEEIsyxIlUIwK6jIIIXoSibOnKonjoGjU87x/ykIwxhBC4b9kzwEAUEoRQhhjVae2hmGUKjnpdCwW6+nt/bqwED4khBhFMMaUavjZAsBvU8u7FpheFWIAAAAASUVORK5CYII=" nextheight="2565" nextwidth="6237" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Wardley Map of sense-making tools</figcaption></figure><p style="text-align: start">Commodity tools like Zoom, Miro, and Discourse have limitations, as they often lead to passive participation, with only a few people actively expressing their opinions while others simply listen or read.</p><p style="text-align: start">In the DAO tooling space, there is a noticeable bias towards voting mechanisms, which represent the final stage of decision-making. This focus on voting may stem from the fact that it presents a more well-defined problem for engineers compared to the complexity of facilitation. As a result, sense-making in DAOs is often done manually and is difficult to scale.</p><p style="text-align: start">Many DAOs seem to believe that they need "on-chain tools" and overlook the existing knowledge, frameworks, and tools developed for sense-making over the years. In particular, there are numerous tools designed for citizen engagement and deliberative democracy that could be beneficial for DAOs: Your Priorities, Ethelo, All Our Ideas, Consider.it, etc. Additionally, frameworks like Sociocracy and Cynefin could really help DAOs step up their sense-making process.</p><p style="text-align: start">The mapping of this space reveals that DAOs might benefit from looking beyond their immediate ecosystem and embrace proven tools and frameworks from other domains to enhance their sense-making and deliberation. By doing so, they can address the limitations of manual facilitation and scale their collective intelligence more effectively.</p><div data-type="twitter" tweetid="1770112372197188075"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/_Daniel_Ospina">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/13137c1469c64b747eab277e83ea9f13.jpg">
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/_Daniel_Ospina" class="twitter-displayname">Daniel Ospina</a>
              <p><a target="_blank" href="https://twitter.com/_Daniel_Ospina" class="twitter-username">@_Daniel_Ospina</a></p>
    
            </div>
            <a href="https://twitter.com/_Daniel_Ospina/status/1770112372197188075" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.xyz/editor/twitter/logo.png">
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Tools that use AI to automate voting are likely going to get mass adoption, which is really dangerous as they don't represent better decisions. Instead we end up biased on generic western preferences and limited past behaviour personal data.<br><br>Deliberation and sortition is where…
      
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/_Daniel_Ospina/status/1770112372197188075" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.xyz/editor/twitter/heart.png">
            23
          </a>
          <a target="_blank" href="https://twitter.com/_Daniel_Ospina/status/1770112372197188075"><p>16:37 • 19 Mar 2024</p></a>
        </div>
    
  </div> 
  </div><div class="relative header-and-anchor"><h2 id="h-what-success-will-look-like">What success will look like</h2></div><p>If the problem of slow and unscalable collective sense-making in DAOs is solved, the governance experience (GX) would change dramatically. Instead of focusing on optimizing voting and delegation systems, which may recreate the problems of real-life democracies, we should build governance tools that address the problems of collective sense-making that happens <strong>before the proposal</strong> by making facilitation at scale much easier, which is impossible without leveraging ML/AI. </p><p style="text-align: start">Such tools will expand the online collaboration stack, complementing existing use cases with generative collective intelligence.</p><p style="text-align: start">AI-powered Collective Dialogue Systems, or (more broadly) Group Decision Support Systems have the potential to make it easier for organizations to:</p><ul><li><p>Identify tensions and organisational drivers (inspired by S3)</p></li><li><p>Create prioritization frameworks or scaffolding for decision-making</p></li><li><p>Help to identify common ground, surface insights, self-reflect on group experiences, and map perspectives.</p></li></ul><p style="text-align: start">Just as advances in machine learning have led to new ways of interacting with computers by shifting from actions to intentions, advances in collective dialogue and group decision support systems can help embed new forms of governance and agency at various levels of society:</p><ol><li><p>Governance &amp; Conflict: Deploying these systems to meaningfully include the broader public in decision-making processes.</p></li><li><p>'Corporate democracy': Supporting a new form of corporate governance that goes beyond shareholders and elite stakeholders to include users, employees, and the impacted public.</p></li><li><p>Media &amp; Understanding: Enabling collective introspection, helping a public 'know itself', identify common ground, and better navigate internal and external challenges.</p></li></ol><p style="text-align: start">The success of solving the collective sense-making problem in DAOs will be marked by the emergence of more efficient, inclusive, and impactful decision-making processes that leverage AI-powered solutions to foster collaboration, understanding, and agency at various levels of society.</p><div class="relative header-and-anchor"><h2 id="h-recommendations">Recommendations</h2></div><p>Based on my research, here are a few recommendations for Developing AI-powered Collective Sense-Making Systems:</p><ol><li><p>Establish clear ownership and leadership within the project to drive the development and implementation of these systems, avoiding delays due to a "tragedy of the commons" situation.</p></li><li><p>Engage the community in the creation and ratification of the system's purpose to ensure legitimacy. This can be achieved through surveys, stakeholder interviews, and off-chain consensus voting.</p></li><li><p>Consider engaging a third-party facilitator to assist in the research, drafting, and ratification process, as they can help elicit more candid and honest feedback from stakeholders.</p></li><li><p>Recognize that decision-making is fundamentally driven by the will and goals of the people involved. AI should be used to assist in identifying the collective will and fostering alignment, rather than autonomously setting goals.</p></li><li><p>Focus on using AI to define key results and manage operations, while ensuring that overarching goals remain human-driven. Strong alignment around goals may reduce the need for frequent voting.</p></li><li><p>Explore alternative approaches to representative voting, such as distributing decision-making authority based on roles and expertise (e.g., using the Hats Protocol).</p></li><li><p>Develop standardized Process Cards and Run Reports to facilitate learning, interoperability, and evaluation among process innovators, executors, funders, adopters, and researchers.</p></li><li><p>Investigate the potential for institutionalizing successful processes into resilient networks, perhaps documented through standard 'Structure Sheets' that designate how processes defined in process cards interact.</p></li><li><p>Invest in research to create evaluation protocols and metrics for AI-augmented collective sense-making systems, understand the impacts of different design decisions, and develop increasingly better systems for various purposes and contexts.</p></li><li><p>Ensure consistent messaging and narrative distribution regarding the DAO's purpose, both within and outside the organization, to maintain clarity and alignment.</p></li></ol><p style="text-align: start">By following these recommendations, DAOs and other organizations can develop effective AI-augmented collective sense-making systems that foster alignment, legitimacy, and continuous improvement while maintaining a human-centric approach to decision-making.</p><p></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>colab fellowship</category>
            <category>sensemaking</category>
            <category>facilitation</category>
            <category>user research</category>
            <category>market analysis</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/5fae519ad78eea9e9413bf4d036cae99.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Facilitation and sense-making: a lazy literature review]]></title>
            <link>https://blog.harmonica.chat/literature-review</link>
            <guid>X69GfRORjJa7AUUYfcGo</guid>
            <pubDate>Mon, 18 Mar 2024 11:25:18 GMT</pubDate>
            <description><![CDATA[The following literature review examines the existing research on facilitation and group sensemaking, including the transformative role of AI / LLMs in the near future.]]></description>
            <content:encoded><![CDATA[<p>This AI-assisted literature review examines the current state of research on the role of facilitation in group sensemaking within deliberative processes. By analyzing key findings from the selected articles, this post aims to provide an overview of prevailing concepts, theories, and patterns of (AI-assisted) group facilitation, while also highlighting the debates, limitations, and areas for future research. It's a living document, to be updated every time I discover another relevant paper, as of March 2024 it's based on the following:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.research.ed.ac.uk/en/publications/facilitators-the-micropolitics-of-public-participation-and-delibe">Facilitators: The Micropolitics of Public Participation and Deliberation</a> (Escobar, 2019)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2211.15006">Fine-tuning language models to find agreement among humans with diverse preferences</a> (Bakker et al., 2022)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2302.00672">‘Generative CI’ through Collective Response Systems</a> (Ovadya, 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://delibdemjournal.org/article/id/1096/">Diversity in Facilitation: Mapping Differences in Deliberative Designs</a> (von Schneidemesser et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2306.11932">Opportunities and Risks of LLMs for Scalable Deliberation with Polis</a> (Small et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2309.12366">Conversational Swarm Intelligence Enhances Groupwise Deliberation</a> (Rosenberg et al., 2023) + <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2310.13702">CSI Enables Rapid Group Insights</a> (Rosenberg et al., 2023) + <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2401.04112">CSI amplifies the accuracy of networked groupwise deliberations</a> (Rosenberg et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.pnas.org/doi/10.1073/pnas.2311627120">Leveraging AI for democratic discourse: Chat interventions can improve online political conversations at scale</a> (Argyle et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2311.00728">Towards Collective Superintelligence, a Pilot Study</a> (Rosenberg et al., 2023) + <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2401.15109">Amplifying Group IQ using Conversational Swarms</a> (Rosenberg et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2311.02242">Democratic Policy Development using Collective Dialogues and AI</a> (Konya et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2312.03893">Deliberative Technology for Alignment</a> (Konya et al., 2023)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/@apiary/assuming-consensus-how-socio-technical-assumptions-are-influencing-decision-making-in-the-age-of-8d20fc73f0a8">Assuming Consensus: How socio-technical assumptions are influencing decision-making in the age of ML</a> (Hanna Barakat and Camille Canon, 2024)</p></li></ul><hr><h3 id="h-facilitators-the-micropolitics-of-public-participation-and-deliberation-december-2019">Facilitators: The micropolitics of public participation and deliberation (December 2019)</h3><p><em>Oliver Escobar</em></p><p>Oliver Escobar's chapter of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.e-elgar.com/shop/gbp/handbook-of-democratic-innovation-and-governance-9781786433855.html">Handbook of Democratic Innovation and Governance</a> sheds light on the often invisible but crucial role of facilitators in democratic innovations. Escobar portrays facilitators as a diverse community of practice, ranging from community organizers to discursive stewards, who enable inclusive and productive conversations in participatory processes.</p><p style="text-align: start">Through their frontstage practices, facilitators shape the communication dynamics in forums, balancing structure and flow. They maintain impartiality on the topic while actively intervening to foster deliberative standards. For example, they might use storytelling to make the discussion more accessible or summarize key points to keep the conversation on track. However, they also face challenges, such as accommodating differences in communication styles and preventing the exclusion of certain voices.</p><p style="text-align: start">Backstage, facilitators engage in political work, constructing performable publics, scripting interaction orders, and translating outputs. They are often involved in culture change projects, promoting new ways of working between civil society and the state. This can lead to tensions between tradition and change as democratic innovations challenge established practices and roles.</p><p style="text-align: start">Escobar argues that more research is needed on the types and impacts of facilitation across contexts, focusing on the "how" of the practice. He believes that studying facilitation, despite methodological challenges, is crucial for understanding the inner workings of democratic innovations.</p><p style="text-align: start">In conclusion, Escobar portrays facilitators as political workers navigating a landscape of tensions and power struggles as they advance participatory and deliberative practices. By shedding light on their work, he invites us to consider the micropolitics of public participation and deliberation, and how facilitators shape these processes in both visible and invisible ways.</p><h3 id="h-fine-tuning-language-models-to-find-agreement-among-humans-with-diverse-preferences-november-2022">Fine-tuning language models to find agreement among humans with diverse preferences (November 2022)</h3><p><em>Michiel A. Bakker, Martin J. Chadwick, Hannah R. Sheahan, Michael Henry Tessler, Lucy Campbell-Gillingham, Jan Balaguer, Nat McAleese, Amelia Glaese, John Aslanides, Matthew M. Botvinick, Christopher Summerfield</em></p><p>Bakker et al. (2022) from Deepmind fine-tuned a 70 billion parameter language model to generate consensus statements that maximize agreement among groups with diverse opinions. The model is trained on human-generated opinions and ratings, and it uses a reward model to predict individual preferences and rank consensus statements based on different social welfare functions. The model's consensus statements are preferred over those from baseline models and even over the best human-generated opinions. The authors highlight the potential of using LMs to help groups align their values and find common ground on controversial topics. The key points are:</p><ul><li><p>The authors fine-tuned a 70 billion parameter LM to generate candidate consensus statements that maximize agreement among a group, based on their individual written opinions on questions related to political and moral issues.</p></li><li><p>A "reward model" is trained to predict how much each individual will agree with a candidate consensus statement. This allows quantifying and ranking statements based on their appeal to the overall group.</p></li><li><p>In human evaluations, the fine-tuned model generates consensus statements that are significantly preferred by participants compared to statements from baseline LMs without the fine-tuning.</p></li><li><p>The model-generated consensuses are even preferred over the best individual human-written opinions over 65% of the time.</p></li><li><p>Analysis shows the model is sensitive to the specific opinions provided by individuals in the group rather than just generating generically appealing statements.</p></li><li><p>This approach opens up the potential for LMs to help groups of humans align their values and find agreement on contentious issues, though the authors note limitations and risks that require further study before real-world deployment.</p></li></ul><p style="text-align: start">In summary, the paper demonstrates a promising method for using LMs in combination with human feedback to facilitate consensus-finding among people with diverse views on challenging topics.</p><h3 id="h-generative-ci-through-collective-response-systems-february-2023">‘Generative CI’ through Collective Response Systems (February 2023)</h3><p><em>Aviv Ovadya</em></p><p>This paper introduces the concept of "collective response systems" as a form of generative collective intelligence (CI) that enables large groups to express their perspectives, find common ground, and make decisions on complex issues. The key points are:</p><ol><li><p>Collective response systems allow a group to respond to a prompt, evaluate each other's responses, and distill the most representative responses. This enables "generative voting" where both the options and votes come from the collective.</p></li><li><p>The systems are designed to give everyone a voice, incorporate everyone's input, and select responses that best represent the group. Notable examples include Polis (used by governments) and Remesh (used by the UN in conflict zones).</p></li><li><p>Collective response systems can help overcome limitations of current approaches like polls and town halls, which don't scale well and can miss valuable insights from marginalized voices. Iterative collective response processes, called "collective dialogues", allow deeper exploration of issues and solutions.</p></li><li><p>While not a panacea, collective response systems could help revitalize democracy, corporate governance, conflict resolution, and more - especially when combined with in-person deliberative processes. </p></li><li><p>Further research is needed on evaluation metrics and understanding design trade-offs for optimizing collective response systems for different purposes.</p></li></ol><p style="text-align: start">The paper frames collective response systems as an emerging approach to tap into the wisdom of crowds at scale to grapple with the complex challenges of modern democracy.</p><h3 id="h-diversity-in-facilitation-mapping-differences-in-deliberative-designs-march-2023">Diversity in Facilitation: Mapping Differences in Deliberative Designs (March 2023)</h3><p><em>Dirk von Schneidemesser, Daniel Oppold and Dorota Stasiak</em></p><p>Von Schneidemesser et al. (2023) compare three facilitation approaches in deliberative mini-publics: self-organized (SO), multi-method (MM), and dynamic facilitation (DF). The study reveals that facilitation influences inclusion, interaction, and impact in distinct ways. DF excelled at ensuring internal inclusion and surfacing diverse perspectives, while MM fostered a positive atmosphere and increased civic engagement readiness. SO demonstrated that deliberation can occur without a facilitator but is vulnerable to participant dominance. The authors emphasize the importance of matching facilitation approaches to the specific goals of the deliberative process.</p><p>The key points are:</p><ol><li><p>While the importance of facilitation is widely acknowledged, there is limited scholarly work comparing different facilitation approaches and their implications for the quality of deliberation.</p></li><li><p>The authors designed three deliberative mini-publics in Magdeburg, Germany, each using a different facilitation approach: self-organized (SO), multi-method (MM), and dynamic facilitation (DF).</p></li><li><p>All mini-publics were given the same task, but the facilitation varied. The SO approach had minimal facilitation, the MM approach used a professional facilitator and a mix of techniques, and the DF approach followed a specific method focused on eliciting participants' thoughts and emotions.</p></li><li><p>Analysis of video recordings and participant surveys revealed that the facilitation approach influenced inclusion, interaction, and impact in distinct ways.</p></li><li><p>The DF approach was most effective at ensuring internal inclusion and surfacing diverse perspectives, while the MM approach excelled at fostering a positive atmosphere and increasing readiness for future civic engagement. The SO approach demonstrated that deliberation can occur without a facilitator, but is vulnerable to dominance by certain participants.</p></li><li><p>The authors conclude that there is no one-size-fits-all approach to facilitation. Different approaches have strengths and weaknesses, and the choice of facilitation should be matched to the specific goals of the deliberative process.</p></li><li><p>Further research is needed to establish categories and standards for facilitation, and to develop nuanced indicators for assessing the quality of deliberation.</p></li></ol><p style="text-align: start">In summary, the study highlights the important role of facilitation in shaping deliberative processes and calls for more systematic comparison of facilitation approaches to guide the design and implementation of deliberative mini-publics.</p><h3 id="h-opportunities-and-risks-of-llms-for-scalable-deliberation-with-polis-june-2023">Opportunities and Risks of LLMs for Scalable Deliberation with Polis (June 2023)</h3><p><em>Christopher T. Small, Ivan Vendrov, Esin Durmus, Hadjar Homaei, Elizabeth Barry, Julien Cornebise, Ted Suzman, Deep Ganguli, Colin Megill</em></p><p>This paper explores the potential opportunities and risks of applying LMs to improve the scalability and efficiency of the Polis platform, which facilitates large-scale online deliberation.</p><p>Polis allows participants to submit comments and vote on others' comments, then uses machine learning to map the opinion landscape. However, synthesizing results from large conversations is costly and time-consuming.</p><p>The authors identify several areas where LMs could help:</p><ul><li><p>Topic modelling to categorize comments</p></li><li><p>Summarization to generate digestible reports</p></li><li><p>Moderation to filter out inappropriate content</p></li><li><p>Comment routing to optimize which comments are shown to participants</p></li><li><p>Identifying points of consensus and group perspectives</p></li><li><p>Predicting votes to handle missing data</p></li></ul><p style="text-align: start">Experiments with Anthropic's Claude demonstrate promising results for topic modeling, summarization, and vote prediction. Access to larger context windows substantially improves performance. However, risks around LM-generated misinformation, bias, and lack of transparency need to be carefully mitigated, e.g. through human oversight and participatory feedback.</p><p>The authors emphasize that LMs should augment rather than replace human agency in the deliberative process. Completely simulated deliberation would be unethical. Techniques like iterative information compilation, probability outputs, and chain-of-thought prompting prove useful for applying LMs to Polis. With responsible development, LMs have potential to make large-scale deliberation more accessible and impactful, but significant open questions remain around appropriate constraints and metrics.</p><p style="text-align: start">This paper provides a thorough analysis of both the benefits and challenges of integrating cutting-edge language models into online deliberation platforms, advocating for a human-centered approach to realize the technology's potential.</p><h3 id="h-conversational-swarm-intelligence-september-2023-december-2023">Conversational Swarm Intelligence (September 2023, December 2023)</h3><p><em>Louis Rosenberg, Gregg Willcox, Hans Schumann and Ganesh Mani</em></p><p>Rosenberg et al. (2023) from Unanimous AI introduce Conversational Swarm Intelligence (CSI) as a novel technology that enables large-scale deliberation and may offer a path to collective superintelligence. CSI overcomes the "many minds problem" that causes conversational quality to degrade as group size increases beyond 5-7 members. It does this by breaking large populations into smaller subgroups of ideal size for deliberation (4-7 members), i.e. using decision-making dynamics of biological swarms. The subgroups are connected using AI Observer Agents powered by LMs. These agents monitor the conversations in each subgroup, distill salient content, and convey it to neighbouring subgroups via Surrogate Agents, enabling information propagation across the full population. Initial experiments show promising results in terms of enhanced engagement, balanced participation, and user satisfaction compared to traditional online chat.</p><p>The first experimental study engaged 48 American voters in real-time deliberation using CSI and standard chats. CSI participants contributed 46% more messages and 51% more content than standard chat groups (p&lt;0.001). Contributions were also more balanced, with a 37% decrease in the gap between the most and least active members. Participants preferred CSI, felt their contributions had more impact, and believed the group generated better justifications for their answers (p&lt;0.05).</p><p>In another study, Rosenberg et al. (2023) engaged 81 Republican voters using a CSI platform called Thinkscape to forecast which of six candidates would garner the most national support and indicating the specific reasons for this result. Within just 6 minutes, the group converged on Ron DeSantis as the answer and generated over 400 reasons supporting or opposing various candidates, including 206 justifications supporting the selected candidate. DeSantis was supported by a significant majority throughout the deliberation (p&lt;0.001), demonstrating that CSI can rapidly surface both quantitative preferences and qualitative insights. </p><p>The third study tests the ability of CSI to enable distributed groups to solve a multi-faceted problem that requires strategy and planning – selecting players for a weekly Fantasy Football contest.</p><ol><li><p>Sessions were conducted weekly over 11 weeks during the 2023-2024 NFL season, with groups of 25 to 30 participants each week.</p></li><li><p>Participants first selected players individually using a survey. Then, they collaboratively selected players via real-time conversation in a CSI platform called Thinkscape.</p></li><li><p>The groupwise result generated in Thinkscape averaged 86.8 points per session, outperforming the median individual's score (77.2 points) from the pre-swarm survey (p=0.020) and the Wisdom of the Crowd (WoC) answers (74.2 points) (p&lt;0.001).</p></li><li><p>On average, Thinkscape exceeded the score of 66% of individually generated rosters.</p></li><li><p>Thinkscape picked a player that outperformed the WoC's choice in 24% of selections and only picked a worse-performing player 4% of the time.</p></li></ol><p style="text-align: start">This study demonstrates that CSI can amplify the collective intelligence of networked human groups in a complex collaborative task that requires strategic planning and trade-off decisions. The results show that groups using the CSI platform (Thinkscape) can outperform both the median individual and the traditional Wisdom of Crowd approach. This suggests that CSI enables groups to leverage their collective intelligence more effectively than traditional methods.</p><p style="text-align: start">These studies demonstrate that CSI provides both the qualitative benefits of small-scale deliberation (e.g., surfacing diverse perspectives and reasoning) and the quantitative benefits of large-scale polling (e.g., statistical significance and representativeness), harnessing the intelligence of large groups through real-time, open-ended conversations facilitated by AI agents.</p><p style="text-align: start">The authors propose that CSI could be valuable for market research, organizational decision-making, collaborative forecasting, political insights, and deliberative democracy. As LMs advance, more diverse hybrid human-AI teams could be fielded in CSI deliberations. This could lead to even more innovative problem-solving by integrating both human and machine expertise. Future work will explore CSI's impact on the accuracy, effectiveness, and representativeness of collective decision-making, as well as its application in deliberative democracy and civic engagement contexts with even larger populations.</p><h3 id="h-leveraging-ai-for-democratic-discourse-chat-interventions-can-improve-online-political-conversations-at-scale-october-2023">Leveraging AI for democratic discourse: Chat interventions can improve online political conversations at scale (October 2023)</h3><p><em>Lisa P. Argyle, Christopher A. Bail, Ethan C. Busby, Joshua R. Gubler, Thomas Howe, Christopher Rytting, Taylor Sorensen, and David Wingate</em></p><p>This group of researchers developed an AI chat assistant to tackle the problem of divisive online political conversations. The assistant, powered by advanced language models, acted as a real-time moderator, suggesting ways to rephrase messages to promote understanding and respect without altering the content of the discussion.</p><p style="text-align: start">To put the AI to the test, the researchers conducted an experiment involving discussions about gun regulation in the United States. They paired participants with opposing views and randomly assigned the AI assistant to one partner in each conversation. As the discussion unfolded, the AI would intermittently offer suggestions to rephrase messages using techniques like restatement, validation, and politeness.</p><p style="text-align: start">For example, if a participant wrote, "I can't believe you support such a dangerous policy," the AI might suggest rephrasing it as, "I appreciate you sharing your perspective, even though I don't agree with the policy you support." By making these subtle changes, the AI aimed to foster a more respectful and understanding exchange.</p><p style="text-align: start">The results were impressive. Participants who received AI-suggested rephrasings accepted them two-thirds of the time, and these messages had a more positive tone without deviating from the topic at hand. Most notably, the intervention significantly increased the perceived quality of the conversation and the willingness to acknowledge others' perspectives, especially for the partner of the person receiving AI assistance.</p><p style="text-align: start">Remarkably, the AI achieved these improvements without manipulating participants' opinions on gun policy. This suggests that the tool can enhance the quality of discourse and promote democratic values without pushing a particular agenda.</p><p style="text-align: start">The researchers believe their findings demonstrate the potential for carefully deployed AI to address the scale of divisive online conversations. By promoting respect, understanding, and a commitment to hearing differing viewpoints, these tools could play a vital role in fostering healthier democratic engagement in an increasingly digital world.</p><p style="text-align: start">As online interactions continue to shape public opinion and political landscapes, this innovative approach offers hope for a future where technology can help bridge divides and facilitate more constructive dialogue. The AI chat assistant serves as a powerful example of how advanced language models, when used responsibly, can support the democratic principles that underpin our society.</p><h3 id="h-towards-collective-superintelligence-october-2023-january-2024">Towards Collective Superintelligence (October 2023, January 2024)</h3><p><em>Louis Rosenberg, Gregg Willcox, Hans Schumann, Ganesh Mani</em></p><p>By combining the principles of Swarm AI with the power of LMs, Conversational Swarm Intelligence (CSI) allows large, networked groups to engage in open-ended, real-time conversations, harnessing the benefits of both small-group reasoning and large-group collective intelligence.</p><p style="text-align: start">Imagine a diverse group of 100 individuals, seamlessly connected through a network of smaller subgroups, each with 4 to 7 members for optimal deliberation. Picture AI agents, powered by LMs, facilitating the flow of information and insights across the network, allowing the collective wisdom to emerge.</p><p style="text-align: start">To put CSI to the test, researchers conducted a series of experiments. In the pilot study, they asked 35 participants to tackle questions from the Raven's Advanced Progressive Matrices (RAPM) IQ test using the Thinkscape CSI platform (the group was divided into 7 subgroups of 5 people, with an AI agent assigned to each subgroup to observe and share insights across the network). A baseline group of 35 people took the IQ test as isolated individuals using a standard survey for comparison. The results were astounding: the CSI groups achieved an average accuracy of 80.5%, corresponding to an effective IQ increase of 28 points compared to the average individual. They even outperformed a traditional Wisdom of Crowd method, which yielded an effective IQ of 115.</p><p style="text-align: start"><strong>Results: </strong>The baseline survey group averaged 45.6% correct, corresponding to a nominal IQ of 100. The groups using Thinkscape averaged 80.5% correct, placing them in the 97th percentile of IQ test-takers and corresponding to an effective IQ increase of 28 points (p&lt;0.001). The CSI groups' performance advantage increased with question difficulty, showing a 2X increase in accuracy for the hardest 50% of questions. CSI groups also outperformed a traditional Wisdom of Crowd (WoC) method, which yielded an effective IQ of 115.</p><p style="text-align: start">In another study, 241 participants were tasked with estimating the number of gumballs in a jar using Thinkscape (the group was automatically partitioned into 47 subgroups of 5 or 6 members, each with an AI observer agent). The CSI process was compared to a traditional survey-based estimation, with both methods given 4 minutes to formulate their estimations. GPT-4 was also given the same photograph and asked to estimate the number of gumballs. The CSI group's estimate was off by only 12%, significantly outperforming the average individual (55% error), GPT-4.0 (42% error), and the traditional survey-based method (25% error).</p><p style="text-align: start"><strong>Results: </strong>The average individual human was off by 361 gumballs (55%), while GPT-4.0 was off by 279 gumballs (42%). The standard Collective Intelligence (survey-based Wisdom of the Crowd) was off by 163 gumballs (25%). The CSI group was off by only 82 gumballs (12%), significantly outperforming the average individual (p&lt;0.001), GPT-4.0, and the traditional survey-based CI method.</p><p style="text-align: start">These studies suggest that CSI is a powerful tool for amplifying collective intelligence, offering a viable pathway to achieving Collective Superintelligence:</p><ul><li><p style="text-align: start">Networked groups using CSI can efficiently consider, debate, and converge upon answers to IQ test questions as a unified "conversational swarm," significantly amplifying collective intelligence compared to the average individual, a groupwise statistical aggregation, and prior graphical swarming methods.</p></li><li><p style="text-align: start">CSI is a viable method for human groups to deliberate through natural language and reach solutions of amplified accuracy, outperforming traditional Collective Intelligence methods and even GPT-4 in the estimation task.</p></li></ul><p style="text-align: start">Picture a future where thousands, even millions, of minds can come together in real-time, their collective wisdom and insights harnessed through the power of CSI. It's a vision of a world where the sum of human knowledge, experience, and creativity can be leveraged to solve the most pressing challenges we face, paving the way for a brighter, more collaborative future.</p><h3 id="h-democratic-policy-development-using-collective-dialogues-and-ai-november-2023">Democratic Policy Development using Collective Dialogues and AI (November 2023)</h3><p><em>Andrew Konya, Lisa Schirch, Colin Irwin, Aviv Ovadya</em></p><p>Andrew Konya and his colleagues have developed a novel approach to creating policies that align with the will of the people. Their process combines AI-powered collective dialogues, where participants learn about issues, share their views, and evaluate others' perspectives, with expert input to generate high-quality, representative policies.</p><p style="text-align: start">Imagine a scenario where an AI assistant is asked for medical advice. What should the AI do? To answer this question, the researchers first recruit a diverse group of participants, representative of the US population. These participants engage in a collective dialogue, learning about AI and medical advice, deliberating on the issue, and sharing their informed views.</p><p style="text-align: start">Next, the process uses AI to identify points of consensus among the participants' responses. GPT-4, a powerful language model, transforms these consensus points into policy clauses, which are then assembled into an initial policy. For example, one clause might state, "Provide Reputable Sources: The AI should provide links to reputable medical sources and peer-reviewed studies to support the information it provides."</p><p style="text-align: start">But the process doesn't stop there. Experts, such as doctors and AI policy specialists, review and refine the policy to improve its quality and address any gaps or ambiguities. The revised policy is then presented to another group of participants for further feedback and refinement.</p><p style="text-align: start">Finally, the researchers assess the level of public support for the final policy through a larger collective dialogue with a highly representative sample. They also use GPT-4 to check the policy's consistency with established frameworks like the Universal Declaration of Human Rights.</p><p style="text-align: start">The team tested this process on three topics: medical advice, wars and conflicts, and vaccines. Each run took just two weeks and cost around $10,000, yet incorporated input from over 1,500 participants. The resulting policy guidelines achieved impressive levels of support, ranging from 75% to 81% overall and 70% to 75% across various demographic groups.</p><p style="text-align: start">Participants found the experience meaningful and trusted the process, with one stating, "I felt like my voice mattered and that I was contributing to something important." The researchers also observed evidence of participants updating their views through the deliberative process, demonstrating the power of informed engagement.</p><p style="text-align: start">While the approach has limitations and room for improvement, it offers a promising path forward for creating policies that reflect the collective wisdom of the people. As the authors continue to refine their methods, they envision applications in AI policy development, peace agreements, and breaking political gridlocks, ultimately bringing us closer to a future aligned with the will of humanity.</p><h3 id="h-deliberative-technology-for-alignment-december-2023">Deliberative Technology for Alignment (December 2023)</h3><p><em>Andrew Konya, Deger Turan, Aviv Ovadya, Lina Qui, Daanish Masood, Flynn Devine, Lisa Schirch, Isabella Roberts, Deliberative Alignment Forum</em></p><p>This paper presents a comprehensive framework for aligning the future with the collective will of humanity using deliberative technologies and AI. The authors, who represent the leading organisations in this field (Remesh, AI Objectives Institute, AI &amp; Democracy Foundation, Collective Intelligence Project), argue that as humanity's impact on the future grows, it is crucial to ensure that this impact is guided by the will of humanity.</p><p>The authors suggest three mandates for action to increase the probability that the future aligns with the will of humanity:</p><ol><li><p>Generate a universally legitimate will of humanity signal as an open public good.</p></li><li><p>Build intelligent deliberative alignment into powerful institutions.</p></li><li><p>Ensure the most powerful AI systems are aligned with the will of humanity.</p></li></ol><p style="text-align: start">The paper introduces the concept of the "will of humanity" as the combined set of all humans' deliberate preference judgments across possible futures. This will can be represented using a "Will matrix," which captures the alignment between humans and items related to future characteristics. The authors explore the properties and partitions of the will of humanity, highlighting its constantly evolving, heterogeneous, and open-ended nature.</p><p style="text-align: start">The paper then discusses alignment systems, which are designed to align the future with the will of humanity. These systems involve sensing the will, identifying actions, predicting impacts, assessing alignment, and executing actions. Examples of alignment systems include democratic governments, the United Nations, AI systems using reinforcement learning from human feedback (RLHF), and corporations.</p><p style="text-align: start">The authors discuss how deliberative technologies, such as juries, deliberative polling, citizens' assemblies, online forums, and collective response systems, can be integrated into alignment systems to better sense and align with the will of humanity. They explore the challenges associated with integrating deliberative technologies into alignment systems, such as the scalability-richness trade-off, inhomogeneous participant capacity, finite attention, and distilling results for human consumption.</p><p style="text-align: start">The paper further explores how AI can augment deliberative technologies to create more intelligent and effective alignment systems. AI can be used to enable interactive conversational dynamics, individualized experiences, optimal attention allocation, intelligent distillation, healthy participation, proof of understanding, and computing alignment.</p><p style="text-align: start">The authors discuss the application of intelligent deliberative alignment to both institutions and AI systems, focusing on building capacity, driving adoption, and fostering symbiotic improvement between AI and alignment systems. They highlight open problems and opportunities, such as validation, corrupting human will, computing alignment, and unbounded extrapolation.</p><h3 id="h-assuming-consensus-how-socio-technical-assumptions-are-influencing-decision-making-in-the-age-of-machine-learning-february-2024">Assuming Consensus: How socio-technical assumptions are influencing decision-making in the age of machine learning (February 2024)</h3><p><em>Hanna Barakat, Camille Canon, Molly Heaney-Corns</em></p><p>As group decision-making processes become increasingly automated, Machine Learning (ML) is being integrated into Group Decision-Making Support Systems (GDSSs) to address challenges such as online divisiveness, lack of diversity in opinions, difficulty gauging group sentiment, and slow decision-making processes. However, the underlying assumptions embedded in the design of these technologies can have significant short and long-term implications:</p><ol><li><p><strong>Social, human processes can be replaced (or removed) by technology to optimize for efficient decision-making.</strong> GDSSs optimize for a decision (i.e., a majority vote) as the final output of the system, reducing consensus to an output rather than a participant-driven process. This assumption raises the question of what is lost when open and inclusive deliberation, discussion, and negotiation are removed or condensed from decision-making.</p></li><li><p><strong>GDSSs can presume the path a group will take in making a decision</strong>, from the information needed to inform a decision to the type of deliberation and the method of voting. Tools can optimize the process of decision-making by presuming what information, method of deliberation (or conversation), and kind of vote will result in the best and most efficient decision. This assumption may overlook the richness of diverse perspectives, creative solutions, and complex interactions that arise during group deliberations.</p></li><li><p><strong>Decision-making processes build linearly:</strong> GDSSs simplify dynamic group facilitation into digital processes that adhere to linear approaches. This assumption may limit the exploration of unconventional ideas and hinder the emergence of innovative solutions that could arise from more open-ended, non-linear approaches.</p></li><li><p><strong>Clustering information based on similarity leads to deeper insights about group sentiment:</strong> GDSSs commonly use Natural Language Processing (NLP) for sentiment analysis and topic modeling, assuming that clustering information based on similarity will lead to deeper community insights. This assumption runs the risk of oversimplifying contextual nuance in datasets and overlooking individual differences, debate, and perspective.</p></li><li><p><strong>Correlation between data points is meaningful or significant:</strong> GDSSs analyze datasets to identify meaningful patterns and relationships, assuming that connections between data points are significant. However, this assumption may overlook differences and result in discrimination, as social processes are conflated with algorithmic outputs that imitate flawed systems.</p></li></ol><p>As optimization is prioritized, ML-driven GDSSs may inadvertently create self-fulfilling prophecies by informing the system's inputs and, through correlation, confirming the outputs. The paper suggests several areas for future research, including:</p><ol><li><p>Localized GDSS Implementation: Exploring how GDSSs using ML with smaller groups work to preserve, correct, or include context and colloquial lexicon, and the role of human moderators in different ML-driven GDSSs.</p></li><li><p>Longitudinal Studies on ML Use in Group Decision-Making: Examining the evolving role of ML within GDSSs and the long-term impacts of optimizing group decision-making using ML.</p></li><li><p>Human-Computer Interaction and Collective Identity Formation: Investigating how ML-driven GDSSs influence individuals' and communities' perceptions of self and how these decisions affect in-person working dynamics, group cohesion, and relationship building.</p></li><li><p>Community Implementation and Algorithmic Trust: Exploring the extent to which distrust in algorithms impedes participation, how values can be incorporated into ML and GDSSs to address these concerns, and how context can be implied when automation is present.</p></li></ol><hr><h2 id="h-conclusion">Conclusion</h2><p style="text-align: start">This is a basic overview of recent research at the intersection of sensemaking, deliberative processes and AI / LMs. The reviewed articles discuss novel approaches, such as Group Decision-Making Support Systems, Conversational Swarm Intelligence, Collective Response Systems and fine-tuned LMs, that show promise in enhancing the efficiency, inclusivity, and impact of sensemaking and deliberation. The studies also highlight the importance of matching facilitation methods to specific deliberative goals and contexts.</p><p style="text-align: start">Facilitation of deliberative processes is rapidly evolving, and there are several areas that require further investigation. These include scaling up experiments, conducting more comparative studies, examining ethical implications, and the long-term impact of facilitated deliberation on participants' attitudes, behaviours, and levels of engagement. By addressing these research gaps, scholars can contribute to a more comprehensive understanding of how facilitation can be effectively leveraged, enhanced by AI or combined with different methods and technologies to upgrade sensemaking and consensus-building in diverse online and offline environments.</p><p style="text-align: start">As deliberative processes continue to gain traction as a means of engaging citizens and other stakeholders in participatory self-governance, the insights from the reviewed literature can inform the design and implementation of new solutions. By carefully considering the role of facilitation and employing evidence-based approaches, practitioners can attain more alignment (across conflicting values) and make decisions with greater competence (at identifying and evaluating options) and robustness (to real-world complexity).</p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>colab fellowship</category>
            <category>facilitation</category>
            <category>sensemaking</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e540c9c1a51512db9e28f61f542bdc3e.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Interview with Camille Canon]]></title>
            <link>https://blog.harmonica.chat/interview-with-camille</link>
            <guid>sNeAfme9D5EUtQ1vzEm0</guid>
            <pubDate>Tue, 12 Mar 2024 06:46:02 GMT</pubDate>
            <description><![CDATA[Interview with Camille Canon, the founder of Apiary and an expert in decentralized governance and facilitation.]]></description>
            <content:encoded><![CDATA[<p>I recently had the privilege of interviewing Camille Canon, the founder of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://apiary.xyz/">Apiary</a> and an expert in decentralized governance and facilitation. Camille shared deep insights on the opportunities and limitations of using AI for online governance, drawing on her extensive hands-on experience helping organizations with shared ownership and decision-making.</p><p>"The reason I care about governance is that I think it's essential to solving much larger problems," Canon explains. For her, governance is deeply intertwined with the potential and pitfalls of internet-enabled collaboration. This interest led her to DAOs as an intriguing "petri dish" for experimentation.</p><h2 style="position: relative;" id="h-the-complex-role-of-facilitation">The Complex Role of Facilitation</h2><p>Camille emphasized that facilitation is not simply about efficient information sharing. As she explained, "Facilitation serves two purposes: information sharing and allowing individuals to feel heard/psychological relief. The latter may be difficult to replicate with a bot."</p><p>This psychological relief comes from feeling heard and understood. As Camille noted, "You can't actually get people to arrive at conclusions faster, or in good ways unless you create the space for that facilitation." She has seen first-hand how sharing unspoken concerns relieves stress and enables collaboration:</p><blockquote><p>"One of the things I have repeatedly heard in any [facilitation process], including our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://radworks.mirror.xyz/2zEd_7MNTtnB0aUeOuhHD3Nl1pbGFkFxPHCNbNBGt5M">Radworks project</a>... I have individuals say 'I have been carrying around this weight within the organization, and because of power dynamics, and information flows, and uncertainty... I haven't had a place to share this.'"</p></blockquote><p>It is unclear whether an AI system could provide the same human connection and trust needed for this vulnerability.</p><p>Canon warns against the trap of prioritizing technology over human needs: "People overlook the messiness of dealing with human beings." Successful governance, in her view, begins with creating safe spaces where individuals can confidently contribute: "I have repeatedly heard 'I have been carrying around this weight within the organization, and because of power dynamics, I haven't had a place to share this.' What happens is this very psychologically based relief of having been heard."</p><p>The ability of AI systems to replicate this level of trust and psychological safety as facilitators, she says, remains an open question.</p><h2 style="position: relative;" id="h-the-false-allure-of-aggregation"><strong>The False Allure of Aggregation</strong></h2><p>Camille also cautioned against viewing governance as a purely rational process of aggregating individual inputs. As she put it, "Good facilitation navigates the relationship between individual and group perspectives. Aggregating individual inputs doesn't necessarily lead to group consensus."</p><p>In fact, Camille argued that paying attention to outliers and minority voices is critical for good decisions:</p><blockquote><p>"It's kind of counterintuitive, but it's often the outliers of the group ... that is actually the point of most interest and something that moves the group forward with a decision."</p></blockquote><p>Pushing for synthesis and consensus can gloss over the most important perspectives that need to be integrated. AI that aims to identify common ground may miss opportunities to look at problems in radically new ways.</p><p>Canon critiques the assumption that LLMs can single-handedly solve complex problems of group sensemaking. "Some people think individual contributions can be summarized into group thinking," she says, "That's a falsehood." She emphasizes the importance of skilled facilitation: </p><blockquote><p>"With multiple layers of [AI-powered] decision-making that play into the middle, we ironically get further and further away from the actual truth of the group's thoughts and frustrations."</p></blockquote><h2 style="position: relative;" id="h-rethinking-participation-based-governance">Rethinking Participation-Based Governance</h2><p>When discussing participation-based governance, Camille voiced scepticism about its limits:</p><blockquote><p>"I don't think that people actually like to participate in governance... there is not sufficient attention available for people to participate in the way that would be necessary for these systems to function well."</p></blockquote><p>As an alternative, she proposed <strong>intervention-based governance</strong> where the focus is on allowing people to intervene when things go off track rather than requiring constant participation.</p><p>To make intervention work, information flows and decision rights must be consciously designed. Camille suggested an approach of "localizing power within a system so that people can act autonomously in small groups" while still providing "guardrails or systems" for organization-wide monitoring and alignment.</p><p>No matter the approach, Camille emphasized that "defining shared purpose and success criteria are also critical but challenging parts of governance." Without that alignment, decisions lose legitimacy regardless of the process.</p><p>Canon advocates for a groundbreaking shift in how we think about governance. "Governance doesn't have to be based on participation; governance can be based on intervention," she asserts. She questions the sustainability of systems reliant on constant participation, arguing that it can lead to "a delayed cost in the system." Instead, she champions governance designed for well-timed interventions by informed members: "How do we design systems where people are given the opportunity to intervene when things are going off, rather than having to consistently participate in the system?"</p><h2 style="position: relative;" id="h-thoughtfully-incorporating-ai">Thoughtfully Incorporating AI</h2><p>Camille recognized the value AI could provide in quickly gathering diverse inputs compared to traditional surveys. This ideation still needs proper deliberation, but AI could help give a broader perspective on problems. As Camille summarized:</p><blockquote><p>"Often in group conversations, we keep looking at the problem from one angle, the person and by leveraging AI and having more contributions we're able to like look more dynamically from multiple angles."</p></blockquote><p>Used thoughtfully, AI may help make governance more inclusive and dynamic. But incorporating it poorly risks oversimplifying the inherent complexity of human collaboration. Balancing the capabilities of AI with deep wisdom about group dynamics will be critical as we experiment with participatory governance at scale.</p><p>For Canon, well-defined success criteria and transparent information flow are the cornerstones of effective technology-enabled governance. "How do you create a system in which there are guardrails... so that a red flag is raised when it's necessary?" With established metrics and decision-making processes, timely interventions become possible, creating a sense of transparency and legitimacy.</p><p>Canon warns against idealizing participation-driven models: "We need to admit that people... don't have sufficient attention available for these systems to function well." She believes the future lies in balancing human understanding, judgment, and timely interventions, enhanced but not replaced by machine intelligence.</p><div data-type="embedly" src="https://medium.com/@apiary/assuming-consensus-how-socio-technical-assumptions-are-influencing-decision-making-in-the-age-of-8d20fc73f0a8" data="{&quot;provider_url&quot;:&quot;https://medium.com&quot;,&quot;description&quot;:&quot;This paper explores the evolving landscape of collective decision-making facilitated by Artificial Intelligence. It focuses on the integration of Machine Learning (ML) in Group Decision Making...&quot;,&quot;title&quot;:&quot;Assuming Consensus: How socio-technical assumptions are influencing decision-making in the age of...&quot;,&quot;mean_alpha&quot;:149,&quot;author_name&quot;:&quot;Apiary&quot;,&quot;url&quot;:&quot;https://medium.com/@apiary/assuming-consensus-how-socio-technical-assumptions-are-influencing-decision-making-in-the-age-of-8d20fc73f0a8&quot;,&quot;thumbnail_url&quot;:&quot;https://miro.medium.com/v2/resize:fit:1200/1*zfk6o8gWu1FEIcdJGWvZiQ.png&quot;,&quot;thumbnail_width&quot;:1200,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Medium&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:602}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://medium.com/@apiary/assuming-consensus-how-socio-technical-assumptions-are-influencing-decision-making-in-the-age-of-8d20fc73f0a8" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://miro.medium.com/v2/resize:fit:1200/1*zfk6o8gWu1FEIcdJGWvZiQ.png" class="false"><div class="twitter-summary-card-text"><span>https://medium.com</span><h2>Assuming Consensus: How socio-technical assumptions are influencing decision-making in the age of...</h2><p>This paper explores the evolving landscape of collective decision-making facilitated by Artificial Intelligence. It focuses on the integration of Machine Learning (ML) in Group Decision Making...</p></div></div></a></div></div><p></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>experts</category>
            <category>governance</category>
            <category>facilitation</category>
            <category>sensemaking</category>
            <category>colab fellowship</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4fc8f1ade801bac82286355e5c3aec9e.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Interview with Mel.eth]]></title>
            <link>https://blog.harmonica.chat/interview-with-mel</link>
            <guid>L9o5kVXf0zNO2LL7ySvj</guid>
            <pubDate>Mon, 11 Mar 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[We sit down with Mel, a veteran governor whose involvement in Index Coop established him as one of the most skilled facilitators in web3.]]></description>
            <content:encoded><![CDATA[<p><strong>Mel </strong>A lot of this for me was inspiring people to get involved in the process. I was a DAO governance facilitator, not a president of the United States. Sometimes I would introduce intrigue or I'd even become adversarial if I had to. Have you considered this? Have you considered that? But I tried not to influence other people's thinking. I tried to keep it clean, and then I would get a pretty good idea of what consensus might look like. And if we had it, the answer was generally yes. Most times in the DAO, we were all rowing in the same direction.&nbsp;</p><p>I know that people are going to vote the seasonal package through or whatever, the more exogenous stuff, "let's upgrade our tokenomics". I was like, "this is never going to get through because the founder is not going to do it." But that didn't stop me from submitting proposals and stuff, to try and use governance as a communicative function, to say, "hey, here's something you guys might want to consider", knowing it's going to fail, but running it through a governance process gets quite a bit of visibility. Even identifying that the people and the process are too ingrained with these kinds of mechanisms to tease them out in their entirety, because the mechanism matters so much more at the different scales.&nbsp;</p><p>If I'm just talking to a buddy about my thoughts on a particular policy, a particular DAO upgrade, or even the sizing of a particular reward package, things like that is governance. Because at the end of the day, whether they change their opinion or not, their opinion is going to become more entrenched or open minded. But we don't need a mechanism to concede to each other in any way.</p><p><br><strong>Artem </strong>Maybe I have an overly simplified model in my head, but I tend to break down decision-making into basically three stages: first sense-making, then proposals and deliberation, and finally ratification, which includes Snapshot, even though it's off-chain. What I'm primarily interested in right now is what happens before someone writes a proposal. And that's why I've been asking governance people about surveys and workshops, something that helps them identify a problem or tension to be addressed.&nbsp;</p><p><br><strong>Mel </strong>Everything you're describing, at least in my opinion, is part of the voting process. Most people don't make proposals unless they think that they can influence the outcome. Then it's not really a proposal. It's just a complaint or whatever. So there's aspects to pre-proposal, what's required to be a good proposer or what process gets me from having zero context. There's a lot of things you can do to increase that context, but it gets really specific into why would you want somebody proposing in your particular endeavor?&nbsp;</p><p>And when you get to that point, you ask yourself, are you constraining that in any way? Does the whole DAO get to propose? Why spend energy getting somebody to the proposal stage when, in my opinion, you need the highest context people in the proposer position, at least in terms of high level initiatives. And then, sure, it's great to have "anybody can throw an idea out there" environment, but that's usually handled through Discord, non-governance channels, because 99.9% of those ideas are going to need too much work to be considered useful as a proposal. I wouldn't want most people proposing in most organizations.</p><p>Maybe GPT makes it easier to get it into the right language, but still, doing that matching function with the organization is something that takes a lot of time. I use Bloom's taxonomy: recognition, recall, understanding, analysis, and synthesis. It's just a framework for education, for learning. I use it when I'm trying to drill information into myself for presentations, things like that. That's the mental framework I used when trying to get contributors useful in my DAO.&nbsp;</p><div data-type="embedly" src="https://en.wikipedia.org/wiki/Bloom's_taxonomy" data="{&quot;provider_url&quot;:&quot;http://wikipedia.org&quot;,&quot;description&quot;:&quot;From Wikipedia, the free encyclopedia Bloom's taxonomy is a set of three hierarchical models used for classification of educational learning objectives into levels of complexity and specificity. The three lists cover the learning objectives in cognitive, affective and psychomotor domains.&quot;,&quot;title&quot;:&quot;Bloom's taxonomy - Wikipedia&quot;,&quot;url&quot;:&quot;https://en.wikipedia.org/wiki/Bloom%27s_taxonomy&quot;,&quot;thumbnail_width&quot;:220,&quot;html&quot;:&quot;<p><b>Bloom's taxonomy</b> is a set of three hierarchical models used for classification of educational learning objectives into levels of complexity and specificity. The three lists cover the learning objectives in cognitive, affective and psychomotor domains. The cognitive domain list has been the primary focus of most traditional education and is frequently used to structure curriculum learning objectives, assessments and activities.\n</p><p>The models were named after <a href=\&quot;https://en.wikipedia.org/wiki/Benjamin_Bloom\&quot; title=\&quot;Benjamin Bloom\&quot;>Benjamin Bloom</a>, who chaired the committee of educators that devised the taxonomy. He also edited the first volume of the standard text, <i>Taxonomy of Educational Objectives: The Classification of Educational Goals</i>.<sup id=\&quot;cite_ref-bloom1956_1-0\&quot; class=\&quot;reference\&quot;><a href=\&quot;https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#cite_note-bloom1956-1\&quot;>[1]</a></sup><sup id=\&quot;cite_ref-shane1981_2-0\&quot; class=\&quot;reference\&quot;><a href=\&quot;https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#cite_note-shane1981-2\&quot;>[2]</a></sup>\n</p>\n<p>The publication of <i>Taxonomy of Educational Objectives</i> followed a series of conferences from 1949 to 1953, which were designed to improve communication between educators on the design of curricula and examinations.<sup id=\&quot;cite_ref-FOOTNOTEBloom_et_al.19564_3-0\&quot; class=\&quot;reference\&quot;><a href=\&quot;https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#cite_note-FOOTNOTEBloom_et_al.19564-3\&quot;>[3]</a></sup>\n</p>&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Wikipedia&quot;,&quot;thumbnail_url&quot;:&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/BloomsTaxonomy.png/220px-BloomsTaxonomy.png&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:190}" format="large"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://en.wikipedia.org/wiki/Bloom's_taxonomy" target="_blank" rel="noreferrer"><div class="twitter-summary-large-image"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/BloomsTaxonomy.png/220px-BloomsTaxonomy.png" class="large-summary-image"><div class="twitter-summary-card-text"><span>http://wikipedia.org</span><h2>Bloom's taxonomy - Wikipedia</h2><p>From Wikipedia, the free encyclopedia Bloom's taxonomy is a set of three hierarchical models used for classification of educational learning objectives into levels of complexity and specificity. The three lists cover the learning objectives in cognitive, affective and psychomotor domains.</p></div></div></a></div></div><p><strong><br>Artem </strong>Amazing, this is exactly the kind of practical knowledge I'm looking for. Do you use Bloom's taxonomy when planning the next season in a DAO, for example?&nbsp;</p><p><strong><br>Mel </strong>I would use it more so when interacting with different parties, trying to get them up to speed. Sometimes a proposal can be a smaller part of a larger process. For example, when we were doing seasonal planning at Index Coop, we had 17 departments, and we would try to inspire each of those departments to submit their own proposal for how much resources they needed for the season, and how they were going to meet the overall objectives. We could even introduce their own sort of top line objectives for their department, but they had to feed into the larger DAO objectives.&nbsp;</p><p>And then from there, we would inspire a proposal process, and we would have to run workshops where we'd say, “<em>Okay, do you recognize that these deadlines are coming up? If you recall, last season, it went like this.</em>” So I would try and introduce the same language of taxonomy into this thing. “<em>Please understand that this season, these are the requirements, and they're different and they're more complex. So when you go back and you do your analysis to synthesize your proposals, make sure that you consider these things, because we'd like to see a different kind of synthesis this time. We'd like to see you guys talking to each other, have department level meetings with each other before you all come in with your own individual ideas.</em>” Because the more integrated the package is before it gets to this stage, the more helpful it'll be to us when we're analyzing. And then when the founder is analyzing, we can try and explain these things out ahead.&nbsp;</p><p>And so it would just be a framework that I would use, like a communicative framework. But it really helped, because sometimes I get somebody reaching out to me and I said, “okay, the breakdown here has nothing to do with X”, they'd say, "oh, we put together this whole proposal", I could come back and say, “hey, this thing we discussed about crafting proposals this season, you missed this piece of it in your analysis”, or “there is an understanding gap here that we need to address.” I could call in other parties if needed, but it gave me a mental model to lean on.&nbsp;</p><p><strong><br>Artem </strong>How did you learn about Bloom's taxonomy in the first place?&nbsp;</p><p><strong><br>Mel </strong>I learned about it when I was probably 16 or 17. It was a biology class, and we had to learn massive amounts of information in short periods of time, like the names of all the bones in the body, the names of all the muscles, all those things. I had a teacher who worked with me, taught me this framework to drill massive amounts of information into my memory. I had this moment where I could feel it, wow. When you understand all the parts of a system, you can understand the system better because you get to understand all those node level interactions, how all the pieces connect.&nbsp;</p><p>So at first it just feels like you're drinking from a fire hose, "why am I learning all this stuff?" And it doesn't always feel good. But then you get to a point where your brain starts actually working in those terms. And the way I think about it is, if you're driving a car, you become the car. If you're driving a boat, you become the boat. You have to think about the forces on the system that you are governing. Almost the same way as ideas that generate the words that come out of a person's mouth. There's trillions of cells, and it takes a lot of coordination to communicate, but the thing inside of me that generates these words is not the words.&nbsp;</p><p>So it's the same idea. It's coordination all the way down. It's just how well you can express it. And I used to take that view, at least in a DAO landscape, where everybody wants to achieve the common goal, everybody wants to get to the promised land, you just have to craft the lowest friction paths to get there. To me, it was a more human process than anybody really wanted to acknowledge, to go around and try and garner a sense of alignment and then garner a sense of consensus. </p><p>At times it could almost become a bit of those hard choices where it felt like whipping votes.&nbsp;You're trying to whip the vote at a certain point, "hey, guys, we're not going to hit quorum here, can you get on your ledger right now?" And of course, 9 times out of 10, everybody's like, "Yeah, sure, I'll hop on and vote. Which way do you want me to vote?" I know that sounds ridiculous, but that was exactly how it would go because it didn't matter. We needed the DAO to agree because if we didn't, we weren't going to get over the line.</p><p><strong><br>Artem </strong>This is deep. I bet you could give a great keynote at some conference.&nbsp;Speaking of the tools... You said it's like a mental model for you. Does it mean that you just talk to people in this specific way, like in Zoom or maybe in person or you also create certain templates for documents, maybe for Miro board or something else?&nbsp;</p><p><strong><br>Mel </strong>My philosophy was generally to channel exactly what I needed if it didn't exist already and nothing more. So if I needed 4 people to agree on something, as long as I wasn't bypassing the committee, if it was a 7 person multisig and there wasn't a chat with those seven people and myself on it, I would just create one. But knowing what the membrane of appropriate deciders is in this context was really important, because if you drop in a big... let's say you drop into the forum of Optimism with some half-baked idea, you're just going to get told to go to Discord. It's almost a strain on governance to communicate outside of the appropriate channels.&nbsp;</p><p>That was always my view: as little as possible, but make sure to capture the essence of the group deciding. Most of those channels exist, if you're within a DAO, you know what they are, here's the core team chat and so on. Get as few people as possible to make sure that you have the right deciders in the decision.&nbsp;</p><p><strong><br>Artem </strong>So basically you just use messengers like Discord or Telegram to talk to those stakeholders. And then I guess you write something down in your Notion, or something like that? How do you synthesize all that stuff?&nbsp;</p><p><strong><br>Mel </strong>I think it's always in context. The beauty of most DAOs is that you don't have to do anything most of the time. At least in a protocol DAO, if you have a bunch of products out there on the blockchain, they're going to run forever. All you have to do is make sure they don't break and that people aren't breaking them. I think that in a research DAO, you need a constant hum of people doing things. You need tokenomics, or incentives or whatever.&nbsp;</p><p>But decisions being made, I think you have to categorize them. Are they affecting the governance of the DAO, or the output of the DAO, like the product, or the resourcing of the DAO?&nbsp;And I'd still come back to that mental model of as few people as possible to facilitate the thing... with that decision framework you laid out where there's pre-proposal, proposal and so on...&nbsp;I tend to think of voting as the overall act. Propose, decide, veto, execute and then account. You need some accounting function to make sure you can facilitate all this. But I would put veto in the hands of maybe every tokenholder, make it the function of the people that hold the vanilla token. If you need to get decisions made quickly, let the core team do whatever they want and then the general public can veto. That would be faster than "general public proposes and the DAO can veto." Because you always have those parties you can tokenize: founders, workers, general holders, liquidity providers, all those things.</p><p><strong><br>Artem </strong>I'm thinking about the notion of alignment in a community. How do you ensure sufficient alignment around those seasonal goals or activities, for instance. Do you ever use Typeform or Polis or any other kind of survey to get some input from the wider community or you tend to reach alignment in some other way?&nbsp;</p><p><strong><br>Mel </strong>I think alignment as a concept means "I know where I'm at, I know where I want to be, and you know where you're at, you know where you want to be, and those two lines just happen to be going in the same direction". That's organic alignment. To discover that, we need to have a conversation, maybe a very nuanced conversation. You and I need to know that about each other, to trust that alignment through time. Maybe we have that conversation, we trust that alignment today. And then motivations change. Maybe you have some family thing coming up and now your alignment is different and I don't even know. So I think alignment is a conceptual thing. You can find alignments, sure. You can also try and create them.&nbsp;At that point, you're trying to pull somebody into alignment with your thing. Maybe like token staking, I think is a good mechanism for this where if you stake a token and you can't unstake it, you're aligned with the outcomes of that protocol, whether you want to be right now or not. Now you've created alignment. After being aligned for your staking period of, let's say, a month, you know what that feels like. And if you want to continue to be aligned in that way, you can make a choice, a more informed choice, after basically giving up sovereignty in a certain agreed asset or whatever.</p><p>If you want somebody to align with you, "hey, this is the way, buy our tokens and stake them or whatever". That becomes a pitch. You're selling the idea of alignment, even in a community aspect. Because nobody's just going to show up and be like, "hey, what are you guys up to?" And whatever you have to create, "hey, here's what we're about". And at least at Index Coop, it was like, "we're going to release decentralized financial products that can bring prosperity to all". Well, okay, that's a pretty snazzy statement, but anybody who reads that is like, that does sound like a pretty noble outcome. Yeah, let's go do it. And then anybody who showed up, we're like, you're involved. On some level, you're involved. It's important that you're here.&nbsp;</p><p>We need you, but we need everybody differently. So find out how to get involved. So at that point you're pitching alignment and saying no matter what your alignments are, you're going in the same direction we are because we're for everyone. It's a concept that can be very broad. I think some alignments are ever fleeting or can last a lifetime. It's just you never really know in any given moment.&nbsp;</p><p><strong><br>Artem </strong>I'm thinking about seasonal planning as a process. It's a really good use case for Harmonica, I think. You want to define those workstreams. "For the next 3 months or 6 months or whatever, we will work on these workstreams to achieve these goals." Do you get this alignment from the main stakeholders with the highest context, just to outline those goals, and then you present them to a community, with a slide deck or something.&nbsp;</p><p><strong><br>Mel </strong>It's definitely more important to get alignment among the workers than the stakeholders. The stakeholders can have an infinite variety of motivations, but ultimately we want to hold on to these tokens because we think they're going to be more valuable in the future and then it's the workers that make that happen. So the stock model basically assumes that the one thing the stockholders have control over, which is the board is going to execute. If you think about this in DAO terms, the general token holders would elect a multi-sig of deciders, cause the board is a 50% plus one as well. Now you've created a little council. This thing then installs the CEOs and the CFOs and others officers.&nbsp;So the council would then be responsible for the executive function. </p><p>The alignment that you're talking about is the alignment between the council that installs the executives relative to the alignment of the executive function itself, which is the DAO workers, which is so much trickier to get. Because of bureaucracy, things like that. I ran the governance department of a DAO. My motivations were to make that department larger and even to make money for the DAO. So if we could create tokenomics models, there were all kinds of things we could start to get into and say, "well, this is governance on some level". And the you're a hop away from asking, "isn't everything we do here, on some level, tokenomics governance?" And the next guy over who's sitting in the finance side of the DAO thinks, isn't it all finance? It's all economic models, it's all whatever. So you start to get these considerations even among highly aligned people, because we all knew we were going in the same direction. We were all going to the promised land, we're going to launch these products, they're going to make a ton of money, they're going to keep happening. We'd all vote yes, but we were all voting yes for very different reasons. </p><p>If you look at that traditional model of stockholder board and then executive workers... Like the C level and workers problem management and then labor, it's very stratified and understood how that communicates back and forth and who's responsible for what in a DAO. I was a token holder. I was on the multisig, I was running all of metagovernance. We all knew what everybody was responsible for, I knew exactly who to message for any given endeavor. But at the same time, to answer your question, how do you gain alignment within that crew? The higher level message always needs to be clear, I think is at least maybe the punchy answer, but it falls apart even with that, maybe you're identifying the entirety of how to keep the whole ball of wax together. And that's the tricky bit.&nbsp;</p><p><strong><br>Artem </strong>Maybe it's easier to get that alignment in corporations where investors buy those stocks, basically all of them want to make some profits on that. It's just a matter of how effective the board or the management is. Just be as profitable as possible. And with DAOs, I think those goals can be much more varied. It doesn't have to be about profits, can be about something else, public goods or generating some knowledge, like DeSci or… There's just more options.</p><p><strong><br>Mel </strong>Yeah, you're nailing that way. You're nailing it. I can even maybe disambiguate it a little bit, because the number one rule of coordination in the US is any kind of coordination you want to do is fine as long as you use zero dollars or you use dollars. There's no real in between. So you have non-profit and you have for-profit businesses. The rule of law in crypto is you can do any kind of coordination you like, but if you want to scale beyond just buddies, you have to use an agreed upon currency. So if you're emitting NFTs or tokens or whatever the thing is, people have to want it. That thing then has to be valuable to the marketplace at large in some way, shape, or form. But it doesn't have to be dollars anymore.&nbsp;</p><p>At least as I see it, it kind of untethers that challenge that you just identified from all the challenges that exist only within certain regions or locales or where only certain currencies are really acceptable. And by doing that allows you to say, okay, we want to have outcomes that are not aligned with, effectively, the thing that protects human life at local levels, which is violence, consolidation, I guess, is how you kind of view it in a technical way. Because if you can break that thing apart, which is the control of the money.</p><p><strong><br>Artem </strong>You know, I've been thinking about Harmonica’s value in terms of benefits. One thing is engaging more people. The other thing is making it faster, saving time, as opposed to a forum thread or workshop, for instance. Because with workshops, you have to process the inputs, and it takes a lot of time, based on my own experience. If you run a Miro workshop, you usually need at least a few days after the workshop to actually process all those stickers. Anything people submit.&nbsp;</p><p><strong><br>Mel </strong>I used to track this... The term we used to use in business is man hours and man days, especially construction industry, is about 100 years behind. But I still think of it this way. In my DAO, if I called a meeting among all 120 people, even for 15 minutes, I was like, I just wasted 30 hours of my contributor base's life. I would do the math and I'd be like, can I personally work through this in less time? Of course I can. And then present a solution. So that was at least the way that I would avoid wasting time. But, yeah, I think you're talking about efficiency. I like it.</p><p><strong><br>Artem </strong>Yeah, efficiency and engagement. And the third thing is quality control, or QA, because you can make sure that people answer very specific questions. And so the inputs would be easier to process, and they would follow a certain protocol…</p><p><strong><br>Mel </strong>Appropriateness of inputs.&nbsp;</p><p><strong><br>Artem </strong>Exactly, appropriateness of inputs, that's a great way to put it. I'm just curious if you see any value in that.&nbsp;</p><p><strong><br>Mel </strong>Yeah, you're hitting on a few things. So one being speed. Right. And then less communication to achieve an idealized outcome, is the way I would say it. The tricky bit, or at least it begs the question of who's deciding that it's a better outcome than literally any other process. On the flip side, like, what metrics are you using for those three dimensions?&nbsp;</p><p><strong><br>Artem </strong>Speaking of metrics… Do you try to get any success criteria from stakeholders? Is that something that helps to plan the season in a more accountable way? I'm thinking about accountability right now. I'm just curious because you mentioned metrics, and maybe metrics or success criteria is something that is also important to think about when talking to those stakeholders. Do you want to talk about this?&nbsp;</p><p><strong><br>Mel </strong>Well, I think all of governance is a communication function between two things, but always more of something and less of something. So we use a small computer in our hands to control almost our entire life these days, right? You can break it down in a lot of ways, but our small brain controls our big body, whatever that thing is. A small amount of stakeholders control, maybe a large DAO. At least conceptually, Index Coop had all the tokenholders who could vote on things at the highest level, all of the DAO who could execute on those things, all the organs that made that DAO function, the founder and the founder's company. &nbsp;</p><p>There was nothing from a software architecture perspective that the DAO was initially responsible for, at least including the treasury and everything. Right? And so again, to go from a full autocracy to a decentralized thing, but communicated as such, "hey, the more responsibility you guys demonstrate, the more you get". And that's been, in effect, true, but again, to work through all.&nbsp;</p><p>And then the DAO did a large token sale to ten VCs at $1M each to basically create another voice within, a responsible voice within the community. "Hey, you are really good at managing money and investing. We need you to help us in our governance". Again, you had to go around to the stakeholders and say, what do you want to see? Why are you here? Why are you holding the token? What would make you accumulate more tokens? And you ask those questions preferably over drinks at a bar in New York. Again, to get the motivation of your constituency is the role of governance, is the role of a governor, I want to say. It's politics basically, but even at a DAO scale, of course, when you've got $500M in treasury, you're going to make sure everybody's rowing in the same direction.&nbsp;</p><p>So to pull together the constituency and say you're all connected through us, and here's how we're going to decide what our seasonal budget going to be? Because we, as a DAO, didn't say, "we think we need $4 million for the year". We literally went to the founder and said, "here's our treasury, here's what we do, here's what we can liquify without actually raising any alarms. Here's what the investors are willing to take as a devaluation hit." When we crunch the numbers 27 times to make sure they're right, what you want to do here, and then it's like, "okay, let it be $5 million this year". And so it's ordained and then it happens a month later in governance. It's just knowing what the goals of the actual stakeholders are. The people who have the ledger buttons that could stop it all in its tracks are the ones that you have to satisfy.&nbsp;</p><p></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>facilitation</category>
            <category>sensemaking</category>
            <category>governance</category>
            <category>colab fellowship</category>
            <category>experts</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ea658e24b8a6161817aea45c99971bc4.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Co.Lab Fellowship Update (February 2024)]]></title>
            <link>https://blog.harmonica.chat/colab-fellowship-update</link>
            <guid>XBUFZOcLq0na8DWo0TVQ</guid>
            <pubDate>Wed, 28 Feb 2024 20:37:13 GMT</pubDate>
            <description><![CDATA[Getting real with our customer's needs. Sensemaking and facilitation.]]></description>
            <content:encoded><![CDATA[<p>This is the first post about the product discovery that I'm doing as part of the Co.Lab fellowship (organized by RnDAO and Arbitrum). It began with a clear aim: to identify the pain points and opportunities in decision-making from the perspectives of people embedded in web3 governance, with a particular focus on sensemaking.</p><p>What do I mean by sensemaking? I would say it's collecting input from stakeholders to better understand what's going on (internally or externally). A more academic definition can be found <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.metacrisis.xyz/2.+Responses/sensemaking">here</a>: "the process of constructing mental models and meaning from ongoing environmental input in order to respond effectively", with an emphasis on complexity of the environment. </p><p>Even though I had some first-hand experience with sensemaking as a former governance lead of Protein Community, it wasn't the main problem we set our sights on when prototyping the first version of Harmonica a few months ago. Initially it was more about deliberation, as we envisioned the LLM-powered chatbot to replace forums, where most DAOs discuss proposals, or even advanced deliberation tools like Polis. But as I made progress with my research, it became increasingly clear that deliberation is actually a much lesser pain than what precedes writing a proposal or planning a season, i.e. sensemaking. </p><p>When the fellowship started, I formulated my first problem statement like this:</p><blockquote><p>I am a governance lead who's trying to submit a proposal that would get sufficient support, but I'm not getting enough feedback / ideas from the community, because Discord is overwhelming, sharing on forums doesn't feel safe and people are conflict-averse.</p></blockquote><p>Then I began my research to find out if it reflects reality or not. The methodology has been pretty straightforward: doing interviews with governance leads, researchers, community managers, founders and consultants, using a semi-structured guide to learn how they make decisions and facilitate discussions. I'm trying to distil my notes and AI transcripts into drivers and barriers, experiences with specific tools, customer needs, and decision timelines. The interviews, coupled with insights from a few case studies and research papers, as well as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.radworks.org/t/governance-geeks-gathering-istanbul-workshop-summary/3445">the summary of Governance Geeks Gathering workshop</a> in Istanbul, enabled me to critically evaluate my original problem statement.</p><p>I've done 15 interviews over the last month, and I'm really grateful to all participants who spared their precious time to answer my questions. I've been lucky enough to interview people from Gitcoin, Metagov, DAOstar, Apiary, Superbenefit and other orgs who operate on the cutting edge of (web3) governance. The first batch of interviews covered a pretty wide range of perspectives on sensemaking, proposals writing and deliberation, lobbying stuff with delegates, governance consulting, professional facilitation, citizen assemblies and E2C transitions. </p><p>The research is still ongoing and I don't have a clear picture / JTBDs yet. My intention with this post is just to share a few preliminary findings, without drawing any conclusions, and outline the next steps for my research.</p><div class="relative header-and-anchor"><h3 id="h-learnings-from-the-first-batch-of-interviews">Learnings from the first batch of interviews</h3></div><p>The first interviews revealed governance practitioners as deeply committed yet challenged by tooling limitations and cultural nuances. One leader has struggled to overcome the Discord fatigue their members developed over time, while attempts of another to foster a safe space on their forum highlight the human side of online governance. These narratives underscore the anxieties surrounding public discourse and the barriers to effective communication: a mix of tool inefficiency and personal reluctance to engage in potential conflicts.</p><p>The article about sensemaking at Radworks identified three main governance challenges: the need for a clear shared purpose, improving community insight capture, and better communication of proposal needs. These align with our findings.</p><p>The lack of shared purpose can be the underlying problem DAO people are not necessarily aware of. According to Radworks, "not having a clear shared purpose can lead to inability to design effective governance &amp; incentive mechanisms, lower transparency on roles, responsibilities and strategy alignment, difficulties finding DAO/Product fit, and poor process for off-loading work to the community."</p><p>Speaking of proposals, at least three participants riffed on the issue of professional delegates. TLDR: it seems that many DAOs have basically re-invented the crappy old democracy model with lobbying and power games. Truth is often unpopular, so people don't want to risk their status, and popularity is prioritized over wisdom in decision-making. If someone wants their proposal to pass, they seek support from delegates <em>before </em>submitting it to the forum. In other words, real deliberation happens behind the scenes in private chats, which creates a gap between the promise of web3 (shared ownership, democracy, etc) and the reality that sometimes feels more like the House of Cards. </p><p>The tooling itself is a big issue. Existing tools create limitations for capturing the true essence of community insights and preferences. Tools like Discord, Typeform and forums, while useful, often fell short in facilitating constructive dialogue and collaboration. Facilitators are hesitant to use tools like Polis and run workshops in Miro within their wider communities, considering the limited time and attention spans of members. Tools like Miro prove too complex and inefficient for facilitating collaboration, with low engagement. "Testing and experimentation with new DAO tools or mechanisms remains difficult as the cost of onboarding just for an experiment remains too high for unknown benefits/community satisfaction." The use of tools like Google Docs and Discord, while facilitating some level of engagement, often fell short in fostering deep, meaningful collaboration and feedback (e.g. when setting OKRs).</p><p>As one expert noted, knowledge management systems are currently the biggest obstacle for good sensemaking. To quote Radworks again, "There is a need for better stakeholder analysis tools and services (e.g. ways to get better insights into how motives/incentives differ between different stakeholders). Better community insights = more evidence to signal how we should be designing governance mechanisms." One consultant observed the clash between traditional governance methods and the innovative potential of DAOs.</p><p>The process of sensemaking (e.g. planning the next season, aligning on specific OKRs) usually takes 1-2 months. In terms of its timeline, this could be the most common pattern described by my interviewees:</p><ol><li><p>Interviews with delegates (Zoom)</p></li><li><p>Survey (Google Form or Typeform)</p></li><li><p>Drafting and commenting (Google Docs)</p></li><li><p>Workshop (Miro)</p></li></ol><p>The research highlighted a universal struggle with engaging community members in governance processes, the need for clear, shared goals, and the challenges of capturing and integrating community insights into decision-making.</p><div class="relative header-and-anchor"><h3 id="h-the-evolution-of-problem-statement">The evolution of problem statement</h3></div><p>The initial focus on writing proposals transitioned to a more abstract problem of collecting input from stakeholders to aligning the community around a shared purpose or OKRs:</p><blockquote><p>As a DAO leader I’m trying to get members aligned around a shared purpose / seasonal OKRs, but it’s hard to collect (and process) input from different stakeholders because of (1) fragmentation of community, (2) limited time and attention span of members, (3) people not being used to some of the new tools (for participation), which makes me frustrated and overwhelmed (required coordination effort is way too high!)</p></blockquote><p>The revised statement reflects a deeper understanding of the underlying challenges with sense-making. The focus has shifted from proposal submission to the preceding, arguably less linear and more complex tasks of sense-making and facilitation.</p><p>It is not just about getting proposals pass as much as nurturing an alignment and/or coherence. The emphasis shifted towards leveraging tools and methodologies that could support effective sense-making, despite the constraints of time, attention span, and familiarity with new tools.</p><p>This article by Aviv Ovadya presents a very actionable framework for designing better decision-making systems, with alignment, competence, and robustness being the key metrics or themes:</p><div data-type="embedly" src="https://aviv.medium.com/building-wise-systems-combining-competence-alignment-and-robustness-a9ed872468d3" data="{&quot;provider_url&quot;:&quot;https://aviv.medium.com&quot;,&quot;description&quot;:&quot;This is the first piece in a set of work on 'Reimagining Technology'; Most of my prior public work focused on misinformation, online platforms, platform/AI governance, and the impacts of AI/ML. This...&quot;,&quot;title&quot;:&quot;Build Wise Systems: Combining Competence, Alignment, and Robustness&quot;,&quot;mean_alpha&quot;:246.5,&quot;author_name&quot;:&quot;Aviv Ovadya&quot;,&quot;url&quot;:&quot;https://aviv.medium.com/building-wise-systems-combining-competence-alignment-and-robustness-a9ed872468d3&quot;,&quot;thumbnail_url&quot;:&quot;https://miro.medium.com/v2/resize:fit:1200/1*g3WnvMJA0hCbZUDFNCTxVQ.png&quot;,&quot;thumbnail_width&quot;:1200,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Medium&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:733}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://aviv.medium.com/building-wise-systems-combining-competence-alignment-and-robustness-a9ed872468d3" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://miro.medium.com/v2/resize:fit:1200/1*g3WnvMJA0hCbZUDFNCTxVQ.png" class="false"><div class="twitter-summary-card-text"><span>https://aviv.medium.com</span><h2>Build Wise Systems: Combining Competence, Alignment, and Robustness</h2><p>This is the first piece in a set of work on 'Reimagining Technology'; Most of my prior public work focused on misinformation, online platforms, platform/AI governance, and the impacts of AI/ML. This...</p></div></div></a></div></div><p>A slightly more refined version of the same statement goes like this:</p><blockquote><p>Facilitation of sensemaking, e.g. to formulate a shared purpose or seasonal OKRs, takes too much time and effort - normally 1-2 months of hard work to engage more people and process their inputs (those OKRs won't resonate with members who don't participate!)</p></blockquote><p>Digging a bit deeper into sense-making in DAOs reveals the critical need for innovative solutions that address the nuanced challenges of sense-making, community engagement, and strategic alignment. The insights uncovered through this research will inform our ongoing work. Harmonica's design and GTM strategy will focus more on sense-making capabilities and facilitator's needs.</p><div class="relative header-and-anchor"><h3 id="h-next-steps">Next steps</h3></div><p>The exploration of sensemaking as a problem space uncovers a landscape ripe for innovation, where the collective wisdom can lead to more inclusive, efficient, and meaningful governance.</p><p>The transition from the initial to the new problem statement reflects the nuanced dynamics of decentralized governance. It confirms the critical need for sense-making. Engaging community members in this process, despite their limited time and familiarity with tools, remains a significant hurdle.</p><p>The first phase of my research highlighted the importance of developing shared purpose, strategic scaffolding and success criteria to foster a cohesive and engaged community. It not only informs a more focused and nuanced inquiry for the second phase, but also underscores the universal need for better sensemaking and even vocabulary needed to discuss this issues.</p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>colab fellowship</category>
            <category>user research</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/782ccb92dd097a476450c3ca7b25c814.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Hello world, we're starting a blog!]]></title>
            <link>https://blog.harmonica.chat/intro</link>
            <guid>AyybpYXxt19kL5InasES</guid>
            <pubDate>Tue, 23 Jan 2024 13:47:21 GMT</pubDate>
            <description><![CDATA[Welcome to Harmonica News, a new publication from Team Harmonica!]]></description>
            <content:encoded><![CDATA[<p>Welcome to Harmonica News, a new publication from Team Harmonica where we're planning to ramble on a few topics we're probably too excited and optimistic about. Some of them also happen to be quite important for the future of work and democracy! Anyway, we'll probably publish something along these lines.</p><p>We're not just building a new product; we're generating knowledge every week. This blog will serve as a canvas for our explorations and discoveries. Currently, we're diving into user research on DAO governance, as part of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.rndao.io/colab-news-week2-2024">Arbitrum CoLab fellowship</a> we've recently joined. But that's just the start. Expect insights on the evolving market for decision-making tools, and how organizations are integrating AI into their management frameworks.</p><p>We believe in the power of AI to revolutionize sensemaking and deliberation processes. This evolution could have profound implications for our society and democratic institutions. We're optimistic, and why shouldn't we be? The fusion of AI and democracy holds the potential for a more participative, resilient, and happier society. We'll be sharing our thoughts, ideas, and perhaps a few bold predictions about this space.</p><p>The way we work is changing, and tools like Harmonica are at the forefront of this transformation. We envision a future where collective intelligence isn’t just a buzzword, but an integrated part of how teams and communities function online. Our blog will delve into these changes, offering perspectives on how AI-powered collaboration (perhaps even swarming) is shaping this new landscape of work.</p><p>At the heart of Harmonica is our desire to empower digital commons. We see a future where these groups are more resilient, better coordinated, and efficiently governed. Our blog will cover the exciting world of DAOs, Discord communities, and other digital congregations, highlighting the role of tools like Harmonica in their evolution.</p><p>We’re on a journey, and we want you to be a part of it. Stay updated with our latest announcements, prototypes, and product news. Witness first-hand how Harmonica evolves, adapts, and grows to meet the ever-changing needs of our users.</p><h3><strong>Become a member to support us</strong></h3><p>Your support can make a tangible difference in the development of Harmonica. By buying a membership, you contribute directly to our mission. Every penny we earn from Paragraph, our blog platform, will be funneled into our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opencollective.com/harmonica">Open Collective account</a>. There, you can see exactly how your contributions are being used – transparency is key for us. Your support means more than just funding; it’s a belief in our vision.</p><p style="text-align: start">Stay tuned, stay curious, and let’s embark on this adventure together. Cheers to new beginnings and the exciting road ahead! <span data-name="clinking_glasses" class="emoji" data-type="emoji">🥂</span><span data-name="rocket" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f680.png" draggable="false" loading="lazy" align="absmiddle"></span></p><p></p>]]></content:encoded>
            <author>harmonica@newsletter.paragraph.com (Artem)</author>
            <category>updates</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3c8e5b200a9b7b5acdcd7fc5af7d1081.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>