<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="https://shawnyeager.com/css/feed.min.38cc789838f5b0e569366f22ced33b64748f1f71db574b5597532d6a0707be94.css" type="text/css"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Notes on Shawn Yeager | Go-to-Market, AI, Bitcoin, Frontier Tech</title><link>https://shawnyeager.com/notes/</link><description>Notes on Shawn Yeager | Go-to-Market, AI, Bitcoin, Frontier Tech</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>hello@shawnyeager.com (Shawn Yeager)</managingEditor><webMaster>hello@shawnyeager.com (Shawn Yeager)</webMaster><copyright>Copyright © 2026, Shawn Yeager</copyright><lastBuildDate>Fri, 27 Feb 2026 10:00:00 +0000</lastBuildDate><atom:link href="https://shawnyeager.com/notes/feed.xml" rel="self" type="application/rss+xml"/><ttl>1440</ttl><image><url>https://shawnyeager.com/images/og-image.png</url><title>Shawn Yeager | Go-to-Market, AI, Bitcoin, Frontier Tech</title><link>https://shawnyeager.com/</link></image><item><title>Nothing enforces your agent's rules</title><link>https://shawnyeager.com/notes/nothing-enforces-your-agents-rules/</link><pubDate>Fri, 27 Feb 2026 10:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/nothing-enforces-your-agents-rules/</guid><description>&lt;p&gt;Nothing enforces your agent&amp;rsquo;s rules at runtime. A skill file carries behavioral constraints, but in a world where &lt;a href="https://shawnyeager.com/notes/ai-changed-what-a-product-is/"&gt;agents choose their own tools&lt;/a&gt;, those constraints run entirely on model compliance.&lt;/p&gt;
&lt;p&gt;I built a skill that generates hero images for this publication (&lt;a href="https://github.com/shawnyeager/skill.md/blob/master/sideband-hero/SKILL.md"&gt;skill file on GitHub&lt;/a&gt;). Claude Code reads a post, builds a constrained prompt, and calls FLUX.2 Pro on Replicate. The skill is mostly prohibitions, each one the result of a specific failure. FLUX treats axis labels as part of the spectrogram format, not as text. Bans have to go in the first line of the prompt because placement equals weight in diffusion models. Say &amp;ldquo;dark background&amp;rdquo; without banning the word &amp;ldquo;paper,&amp;rdquo; and you get a photograph of navy cardstock on a desk. These rules work. But they work because the model is compliant, not because anything enforces them. No runtime rejects an image containing text. No validator checks the palette. When the model doesn&amp;rsquo;t listen, I regenerate. Five wasted cents.&lt;/p&gt;</description><category>ai</category><category>product</category></item><item><title>I know Kung Fu</title><link>https://shawnyeager.com/notes/i-know-kung-fu/</link><pubDate>Wed, 25 Feb 2026 12:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/i-know-kung-fu/</guid><description>&lt;p&gt;A &lt;code&gt;SKILL.md&lt;/code&gt; file is a plain text document. A hundred lines describing how to do something&amp;mdash;audit an SEO page, write cold outreach emails, run a security review. The agent reads it and immediately operates at that level. No training run, no fine-tuning. Just a file and a context window.&lt;/p&gt;
&lt;p&gt;In The Matrix, Tank loads a combat program, Neo opens his eyes: &amp;ldquo;I know Kung Fu.&amp;rdquo; A skill file is that scene. But Neo got one program at a time. Agents stack skills and self-select. An agent writing code can pull in a debugging skill when something breaks, switch to frontend design for the UI, and run a code review before shipping. The skill library is open, and the agent decides what to load.&lt;/p&gt;</description><category>ai</category><category>go-to-market</category><category>note</category></item><item><title>Nobody knows how to price for agents</title><link>https://shawnyeager.com/notes/nobody-knows-how-to-price-for-agents/</link><pubDate>Sun, 22 Feb 2026 12:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/nobody-knows-how-to-price-for-agents/</guid><description>&lt;p&gt;Both paths to AI pricing&amp;mdash;proprietary agents and open protocols&amp;mdash;break the seat model. &lt;a href="https://shawnyeager.com/notes/ai-changed-what-a-product-is/"&gt;Products already lost their edges&lt;/a&gt;. The pricing hasn&amp;rsquo;t caught up.&lt;/p&gt;
&lt;p&gt;Most companies frame this as a choice. Build proprietary AI to protect current revenue, or open the platform to external agents and risk becoming commodity infrastructure. The proprietary path is where the money is right now. Atlassian did it with Rovo, Salesforce built Agentforce, and it keeps per-user revenue up while using captive data as a moat.&lt;/p&gt;</description><category>ai</category><category>product</category><category>note</category></item><item><title>SOUL.md and MEMORY.md are the new hearts and minds</title><link>https://shawnyeager.com/notes/new-hearts-and-minds/</link><pubDate>Sun, 15 Feb 2026 10:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/new-hearts-and-minds/</guid><description>&lt;p&gt;Agents don&amp;rsquo;t have hearts or minds. They have &lt;code&gt;SOUL.md&lt;/code&gt; and &lt;code&gt;MEMORY.md&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;In traditional marketing, positioning wins hearts and minds&amp;mdash;gets people to care, then believe. For agents, the equivalent is two plain text files.&lt;/p&gt;
&lt;p&gt;In OpenClaw, &lt;code&gt;SOUL.md&lt;/code&gt; gets created through a first-run conversation. The agent interviews you about your values, priorities, and constraints, then writes its own behavioral philosophy based on your answers. &lt;code&gt;MEMORY.md&lt;/code&gt; accumulates through use. The agent captures what works, what you&amp;rsquo;ve decided, and what you prefer. One file defines what the agent values. The other records what it&amp;rsquo;s learned to trust.&lt;/p&gt;</description><category>ai</category><category>go-to-market</category></item><item><title>AI changed what a product is</title><link>https://shawnyeager.com/notes/ai-changed-what-a-product-is/</link><pubDate>Thu, 12 Feb 2026 10:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/ai-changed-what-a-product-is/</guid><description>&lt;p&gt;AI agents, MCP, and open protocols broke the assumption that products have edges. The entire go-to-market stack&amp;mdash;positioning, competitive analysis, pricing, sales enablement&amp;mdash;assumes a bounded thing. Something you can draw a box around, position, price, sell.&lt;/p&gt;
&lt;p&gt;An agent discovers your API and wires it into workflows you didn&amp;rsquo;t design for. Your product becomes one node in a chain that didn&amp;rsquo;t exist yesterday. Surface area is emergent, not shipped. The agent defines it at runtime. &lt;a href="https://shawnyeager.com/the-real-tokenomics/"&gt;Product boundaries are shifting&lt;/a&gt;&amp;mdash;and so is everything downstream of them.&lt;/p&gt;</description><category>ai</category><category>product</category><category>go-to-market</category></item><item><title>Be unreasonably good at one job</title><link>https://shawnyeager.com/notes/be-unreasonably-good-at-one-job/</link><pubDate>Fri, 09 Jan 2026 12:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/be-unreasonably-good-at-one-job/</guid><description>&lt;p&gt;The companies that scale start by being unreasonably good at one job. They pick a customer and become irreplaceable to them.&lt;/p&gt;
&lt;p&gt;When you nail it, you stop fighting for attention. Customers find you. Word spreads because the experience is undeniable. You earn the right to expand. Then you grow&amp;mdash;not before.&lt;/p&gt;
&lt;p&gt;Most startups spread effort everywhere. They want better UI. Faster support. More integrations. They chase everything. Nothing compounds because nothing gets the sustained attention it needs.&lt;/p&gt;</description><category>go-to-market</category><category>product</category></item><item><title>Engagement is inventory</title><link>https://shawnyeager.com/notes/engagement-is-inventory/</link><pubDate>Sat, 13 Dec 2025 09:34:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/engagement-is-inventory/</guid><description>&lt;p&gt;Extractive platforms degrade the thing they extract from. X doesn&amp;rsquo;t neutrally host discourse; its business model selects for conflict because conflict is engagement and engagement is inventory. The platform&amp;rsquo;s success and the community&amp;rsquo;s health are at odds.&lt;/p&gt;
&lt;p&gt;Freedom tech fixes the incentives, not the features. Nostr and Bitcoin don&amp;rsquo;t promise better interactions through better moderation or smarter algorithms. They remove the middleman whose profits depend on making discourse worse. Zaps align creator compensation with audience value rather than engagement.&lt;/p&gt;</description><category>go-to-market</category></item><item><title>Cloudflare went down again. Reframe resilience.</title><link>https://shawnyeager.com/notes/reframe-resilience/</link><pubDate>Wed, 19 Nov 2025 11:25:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/reframe-resilience/</guid><description>&lt;p&gt;Cloudflare crashed yesterday. X, ChatGPT, Uber&amp;mdash;all down. Even DownDetector went offline because it runs on Cloudflare.&lt;/p&gt;
&lt;p&gt;One company, one bug, hundreds of services dark for hours. This happened 30 days after AWS took down half the internet for 15 hours. The &lt;a href="https://shawnyeager.com/too-big-to-fail-again/"&gt;infrastructure concentration problem&lt;/a&gt; keeps getting worse.&lt;/p&gt;
&lt;p&gt;For years the trade-off seemed obvious: Centralized = reliable, proven, professional. Decentralized = slow, clunky, ideological. After two major outages in 30 days, I&amp;rsquo;m wondering if that still holds.&lt;/p&gt;
&lt;p&gt;My hunch: CFOs are looking at these events differently now. Not &amp;ldquo;could this happen?&amp;rdquo; but &amp;ldquo;what did this cost us?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The dependency is the vulnerability.&lt;/p&gt;
&lt;p&gt;Lightning didn&amp;rsquo;t go down during the AWS outage. It couldn&amp;rsquo;t&amp;mdash;there&amp;rsquo;s no AWS to fail. No Cloudflare to crash. No central coordinator whose DNS can cascade. Lightning routes through independent nodes. One fails, you route around it. Nostr relay dies? Connect to a different relay. No coordinator means nothing to coordinate, nothing to fail.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s how it worked during AWS. That&amp;rsquo;s how it worked yesterday.&lt;/p&gt;
&lt;p&gt;The architecture delivers protocol-level redundancy. No single point of failure. Real resilience during centralized failures. But the pitch typically leads with censorship resistance, sovereignty, freedom from government control.&lt;/p&gt;
&lt;p&gt;After yesterday, enterprises are asking &amp;ldquo;how do we reduce infrastructure dependency risk?&amp;rdquo; That&amp;rsquo;s a risk management question. It has budget. It gets put in RFPs.&lt;/p&gt;
&lt;p&gt;You translate architectural advantages into enterprise risk management language.&lt;/p&gt;</description><category>go-to-market</category><category>infrastructure</category></item><item><title>Launched: Nostr UX pattern library</title><link>https://shawnyeager.com/notes/nostr-ux-pattern-library-launch/</link><pubDate>Sat, 08 Nov 2025 18:30:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/nostr-ux-pattern-library-launch/</guid><description>&lt;p&gt;Yesterday I &lt;a href="https://primal.net/e/nevent1qqsps42lks7mjwas3cjerr3pck0gd5d8pzng88r0jrfc89t3nszh56c0nk3tr"&gt;launched&lt;/a&gt; &lt;a href="https://nostr-ux.com"&gt;nostr-ux.com&lt;/a&gt;. It&amp;rsquo;s opinionated, evidence-based UX research for building Nostr apps that don&amp;rsquo;t lose users.&lt;/p&gt;
&lt;p&gt;Why this exists: Nostr has a retention problem. 30-day retention trends to 0%. We&amp;rsquo;re at ~10k daily active users. Posts disappear and followers vanish when switching apps. Every app feels like beta software.&lt;/p&gt;
&lt;p&gt;These aren&amp;rsquo;t protocol problems&amp;mdash;they&amp;rsquo;re product problems. Fixable ones.&lt;/p&gt;</description><category>product</category></item><item><title>AWS is the Achilles' heel of surveillance tech</title><link>https://shawnyeager.com/notes/aws-is-the-achilles-heel/</link><pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/aws-is-the-achilles-heel/</guid><description>&lt;p&gt;This became readily apparent today as the infrastructure giant suffered one of its most severe outages in recent history. Everything from social media apps to publishing platforms went down. Many still are, late into the evening.&lt;/p&gt;
&lt;p&gt;Meanwhile, Bitcoin and nostr carry on unimpeded. Centralizing forces tend to centralize further. So expect this trend to accelerate. This is the &lt;a href="https://shawnyeager.com/too-big-to-fail-again/"&gt;too-big-to-fail pattern&lt;/a&gt; repeating in infrastructure. Fast forward: decentralization goes from a novel curiosity to a critical foundation.&lt;/p&gt;</description><category>infrastructure</category><category>ai</category></item><item><title>Bitcoin sales requires longer education cycles</title><link>https://shawnyeager.com/notes/bitcoin-sales-cycle/</link><pubDate>Tue, 16 Sep 2025 00:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/bitcoin-sales-cycle/</guid><description>&lt;p&gt;Working with Bitcoin companies, I keep seeing the same pattern: sales teams try to apply traditional SaaS playbooks and wonder why their pipeline stalls.&lt;/p&gt;
&lt;p&gt;The problem isn&amp;rsquo;t execution. It&amp;rsquo;s that Bitcoin sales starts further back in the buyer&amp;rsquo;s journey than most realize. I wrote about this in depth in &lt;a href="https://shawnyeager.com/why-bitcoin-sales-is-different/"&gt;Why Bitcoin sales is different from SaaS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In traditional SaaS, prospects understand the problem you&amp;rsquo;re solving. They&amp;rsquo;re comparing your solution to competitors or evaluating whether to build vs. buy. The education is about &lt;em&gt;your product&lt;/em&gt;, not the underlying technology.&lt;/p&gt;</description><category>bitcoin</category><category>sales</category></item><item><title>Trust paradox in decentralized systems</title><link>https://shawnyeager.com/notes/the-trust-paradox/</link><pubDate>Sun, 14 Sep 2025 00:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/the-trust-paradox/</guid><description>&lt;p&gt;Bitcoin is designed to minimize trust. That&amp;rsquo;s the whole point&amp;mdash;trustless, permissionless, decentralized.&lt;/p&gt;
&lt;p&gt;But selling Bitcoin solutions requires building enormous amounts of trust.&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;re asking companies to reconsider their entire monetary infrastructure. To custody assets in ways that feel uncomfortable. To adopt technology that their compliance team is nervous about. To work with startups instead of established vendors.&lt;/p&gt;
&lt;p&gt;This paradox creates interesting challenges for go-to-market strategy. You can&amp;rsquo;t just run traditional enterprise sales plays. The technology says &amp;ldquo;don&amp;rsquo;t trust us&amp;rdquo; but successful adoption requires deep trust relationships. I explore this tension further in &lt;a href="https://shawnyeager.com/why-bitcoin-sales-is-different/"&gt;Why Bitcoin sales is different from SaaS&lt;/a&gt;.&lt;/p&gt;</description><category>bitcoin</category></item><item><title>Why partnership frameworks fail in Bitcoin</title><link>https://shawnyeager.com/notes/bitcoin-and-partnerships/</link><pubDate>Tue, 09 Sep 2025 00:00:00 +0000</pubDate><author>hello@shawnyeager.com (Shawn Yeager)</author><guid>https://shawnyeager.com/notes/bitcoin-and-partnerships/</guid><description>&lt;p&gt;Most partnership frameworks assume you&amp;rsquo;re working with established categories and known business models.&lt;/p&gt;
&lt;p&gt;Bitcoin breaks these assumptions.&lt;/p&gt;</description><category>bitcoin</category><category>partnerships</category></item></channel></rss>