<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>John Schultz</title><link>https://johndschultz.com/</link><description>Recent content on John Schultz</description><generator>Hugo -- 0.155.3</generator><language>en-us</language><lastBuildDate>Mon, 06 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://johndschultz.com/index.xml" rel="self" type="application/rss+xml"/><item><title>The Machines Can Pay Now</title><link>https://johndschultz.com/thoughts/the-machines-can-pay-now/</link><pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/the-machines-can-pay-now/</guid><description>Cloudflare just gave the machine web a cash register. The bifurcation is real and running toward agents. I know this lands on auctions, I can&amp;#39;t yet see where.</description><content:encoded><![CDATA[<h2 id="the-observation">The observation</h2>
<p>On July 1, Cloudflare shipped something called the Monetization Gateway. Any site behind their network, which is roughly a fifth of the web, can now charge for anything it serves: pages, datasets, APIs, tools. The mechanics run on HTTP 402, a status code that has sat in the spec unused since the 90s, literally reserved as &ldquo;Payment Required&rdquo; for a future that never showed up. An agent requests a resource, gets a 402 with a price, pays in stablecoins, and the content comes back. Sub-second, wallet to wallet, no account signup, no API key. It&rsquo;s built for machine buyers, and Cloudflare says the quiet part out loud: AI crawlers request content a hundred to tens of thousands of times for every human visitor, and you can&rsquo;t sell a subscription to a crawler.</p>
<p>This is Matthew Prince&rsquo;s music-licensing prediction becoming product. He&rsquo;s been saying the content economy looks like pre-Spotify music, everybody&rsquo;s catalog getting played and nobody getting paid, and that micropayments were the way through. Ten months later his own company shipped the rails.</p>
<p>The web is bifurcating. Over half of traffic is already non-human, and the momentum is all on the agent side. What&rsquo;s forming is a human web that still runs on ads and subscriptions, and a machine web that runs on per-request payments between agents. The human web monetizes attention. The machine web monetizes answers.</p>
<h2 id="the-auction-question">The auction question</h2>
<p>I know this impacts auctions. I just can&rsquo;t see the shape of it yet. Three candidates, and I&rsquo;m not sold on which one is the real story:</p>
<ol>
<li>Our data becomes a priced asset. Twenty-plus years of catalogs, lot descriptions, and realized prices is exactly the dataset an agent would pay per-query for. Today the crawlers take it free. I wrote in February that <a href="/essays/true-market-value-last-moat/">structured data is the last moat</a>; a gateway like this is how a moat starts charging admission.</li>
<li>Agents become bidders. If a machine can settle payment at the edge in under a second, the distance between &ldquo;agent that researches equipment&rdquo; and &ldquo;agent that bids on equipment&rdquo; got a lot shorter. The plumbing for a machine buyer now exists.</li>
<li>The funnel inverts. If AI answer-engines start paying sources instead of sending traffic, discoverability stops meaning &ldquo;rank for humans&rdquo; and starts meaning &ldquo;be the source the machines pay to query.&rdquo; Marketing budget and data strategy start to merge.</li>
</ol>
<p>Maybe it&rsquo;s one of these. Maybe it&rsquo;s something I haven&rsquo;t thought of. I&rsquo;m comfortable saying it&rsquo;s coming, and it&rsquo;s not nothing.</p>
<h2 id="the-tension-with-my-own-essay">The tension with my own essay</h2>
<p>Two weeks ago I told the industry to <a href="/essays/ai-cant-find-your-auctions/">put it down where the goats can get it</a>. Make yourself readable, plain, at ground level, free. This gateway raises the follow-up question I didn&rsquo;t have to answer then: once the goats have wallets, when do you start charging for the feed? Give it away and you&rsquo;re findable but uncompensated. Gate it and you&rsquo;re paid but maybe skipped for the guy who left his feed on the ground. The answer probably isn&rsquo;t the same for a listing as it is for twenty years of price history. But I don&rsquo;t have it yet.</p>
<h2 id="open-questions">Open questions</h2>
<ol>
<li>Which of the three auction angles lands first, and is the right first move defensive (charge the crawlers taking our data now) or offensive (become the priced source agents prefer)?</li>
<li>Micropayments have died every time they&rsquo;ve been tried on the human web. Is this attempt different because the buyer is a machine with no psychological friction and Cloudflare can flip the default for a fifth of the internet, or is it another false start?</li>
<li>Where&rsquo;s the line between what Grafe gives away to stay findable and what it prices? The listing wants to be free. Does the realized-price archive?</li>
</ol>
]]></content:encoded></item><item><title>Same Mind, Same Blind Spots</title><link>https://johndschultz.com/thoughts/same-mind-same-blind-spots/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/same-mind-same-blind-spots/</guid><description>A validator running on the same model as the producer inherits the producer&amp;#39;s blind spots. Independence of the checker matters more than intelligence of the checker.</description><content:encoded><![CDATA[<p>Today I rebuilt the routing rules for my AI agents: which model handles mechanical work, which handles hard reasoning, which validates the output before I see it. The setup looked rigorous. Every substantial piece of work got checked by a validator agent running at high effort on my most capable model.</p>
<p>The critique that stopped me: the validator was the same model as the thing it was checking. Same model, same characteristic errors. When the producer and the checker share a mind, the check confirms the work is consistent with itself. It can&rsquo;t see the errors that mind is inclined to make, because it&rsquo;s inclined to make them too.</p>
<p>The fix was cheap. Route my best model&rsquo;s work to a validator running on a different model, and route the smaller models&rsquo; work to my best one. Nothing got smarter. If anything, the checker on my best model&rsquo;s work is the weaker model on paper.</p>
<p>We already know this about people. Nobody lets an appraiser certify his own appraisal, and auditors are external by law even though the in-house accountants aren&rsquo;t dumb; they&rsquo;re just inside the same assumptions. A second opinion from the doctor who made the first diagnosis is not a second opinion.</p>
<p>But watch how organizations actually review work. The person who wrote the plan presents the plan and fields the questions. The team that built the process audits the process. The review is real effort, honestly performed, and it&rsquo;s structurally blind anyway. My read is we spend on the intelligence of the reviewer when the leverage is in the independence.</p>
<p>The uncomfortable version: rereading my own email before sending is same-model validation. My tenth pass through my own proposal catches typos, not framing errors. The framing errors are load-bearing assumptions, and I&rsquo;m the one who installed them. That&rsquo;s why my writing pipeline separates drafter from cold-reader, and why the strongest move on a high-stakes decision is two advisors who can&rsquo;t see each other&rsquo;s work. Agreement between independent minds is evidence. Agreement between copies of the same mind is an echo.</p>
<h2 id="open-questions">Open questions</h2>
<ol>
<li>Where else does the producer grade his own work? In our auction business, setup checklists verified by the crew that did the setup is the obvious candidate.</li>
<li>Is there a cost threshold below which same-mind review is fine? Typo-level checking probably doesn&rsquo;t need independence; judgment-level checking always does.</li>
<li>Does this argue for keeping one deliberately different mind in every important loop (an outside reviewer, a contrarian in the room), even when the different mind is individually weaker?</li>
</ol>
]]></content:encoded></item><item><title>If an AI Can't Find Your Auctions, Neither Can the Buyers</title><link>https://johndschultz.com/essays/ai-cant-find-your-auctions/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/ai-cant-find-your-auctions/</guid><description>The web went majority-machine in 2026, and the auction industry&amp;#39;s squeezed middle won&amp;#39;t be consolidated so much as made invisible, non-findable by the AI agents that now do the discovering.</description><content:encoded><![CDATA[<p>On June 3, 2026, Matthew Prince, the CEO of Cloudflare, posted a number from his own network&rsquo;s live data. For the first time in the history of the internet, more than half of all web traffic was not human. Bots, crawlers, and AI agents made up about 57 percent of the requests. People made up the rest. Prince said he&rsquo;d figured the crossover would come at the end of 2027. Agentic traffic got there a year and a half early.</p>
<p>Sit with that. The web you&rsquo;ve spent twenty years learning to win is now, by volume, mostly machines. And the machines aren&rsquo;t browsing. They&rsquo;re fetching. An agent doesn&rsquo;t scroll your listings and admire your photography. It queries your inventory the way you&rsquo;d query a database, takes what it can read, and moves on.</p>
<p>Which leaves one plain question to decide the next few years. When the machine comes looking, can it read you?</p>
<h2 id="the-deal-changed">The deal changed</h2>
<p>Prince has been putting out a second number for a while, and it&rsquo;s the one that should bother every operator. Ten years ago, Google crawled about two of your pages for every visitor it sent back. Fair trade: you let them index you, they sent you traffic. The AI crawlers don&rsquo;t trade like that. The pure-LLM bots pull thousands of pages for every click they send back. They read everything you publish and send you almost no one.</p>
<p>That&rsquo;s the part people wave off when they call AI &ldquo;only one percent of traffic.&rdquo; It isn&rsquo;t a smaller version of search. It&rsquo;s a different arrangement. Search read you to send you people. The agent reads you to answer someone else, somewhere else, on a question you never even saw. You can be the best fit for what a buyer needs and never surface, because the machine couldn&rsquo;t make sense of what you had.</p>
<h2 id="the-barbell">The barbell</h2>
<p>I&rsquo;ve written before that this industry isn&rsquo;t heading toward a clean roll-up. It&rsquo;s heading toward a barbell.</p>
<p>One end is consolidation, the ordinary kind. The auction business is hitting the same moment veterinary practices and dental groups hit a decade back: aging owners with no successor, fragmented ownership, capital ready to buy on cash flow. Ritchie Bros bought BigIron. The private equity calls are landing. That end of the bar keeps getting heavier.</p>
<p>The other end is new. The tooling that used to take real money and a couple of years to build, a bidder portal, a catalog system, a marketing engine, can now be stood up by one sharp operator with AI for a fraction of last year&rsquo;s cost. The small end of the bar gets stronger, not weaker.</p>
<p>What gets crushed is the middle. The mid-sized firm with neither the scale of the big house nor the software self-sufficiency of the nimble solo. Everybody&rsquo;s been telling that as a money story, an M&amp;A story. It&rsquo;s bigger than that. The thing that actually springs the trap on the middle is whether anyone, or anything, can find them.</p>
<h2 id="what-the-last-twelve-months-did">What the last twelve months did</h2>
<p>Here&rsquo;s what moved, and it moved fast.</p>
<p>Zero-click searches, the ones that end without anyone clicking through to a website, hit 68 percent of Google searches this year, up from around 60 two years ago. Where Google now shows an AI Overview, organic click-through falls by nearly 60 percent. The front door you optimized for two decades is quietly swinging shut.</p>
<p>The new door is wide open and busy. AI-referred traffic tripled year over year. Shopify, which watches a huge slice of online commerce, reported that orders coming in from AI grew roughly thirteenfold in a single year, and that those AI-referred shoppers convert about 50 percent better than the ones who arrive from a normal search. Adobe measured the same pattern across a trillion retail visits and found the thing I can&rsquo;t stop turning over. A year ago, traffic that arrived by AI converted worse than human traffic. This year it converts 42 percent better.</p>
<p>Look at that flip again. The buyers the machines bring aren&rsquo;t the bottom of the funnel. They&rsquo;re the top. They show up already knowing what they want, because the agent did the sorting before they ever appeared. So if your data isn&rsquo;t readable by the machine, you don&rsquo;t lose a little traffic at the edges. You lose your best buyers first, to whoever the agent could actually understand.</p>
<p>That&rsquo;s what &ldquo;underwater&rdquo; really looks like. The middle doesn&rsquo;t bleed out slowly. It gets skimmed of its best demand, then repriced.</p>
<h2 id="the-call">The call</h2>
<p>So here&rsquo;s the call, with a date on it, so you can hold me to it.</p>
<p>Inside the next 24 to 36 months, a meaningful share of auction companies will find themselves underwater, and the cause won&rsquo;t be a soft economy or a deal they didn&rsquo;t chase. It&rsquo;ll be that they went non-findable. The agents doing the discovering won&rsquo;t be able to parse what they have, so they&rsquo;ll route the buyers elsewhere. The firm will still have good inventory, good people, a name people trust in the room. It just won&rsquo;t exist to the machine doing the looking.</p>
<p>You can check me on it. If three years from now AI-mediated discovery is a rounding error and the firms that ignored it are doing fine, I was wrong. I don&rsquo;t think I&rsquo;m wrong.</p>
<h2 id="three-chairs">Three chairs</h2>
<p>I&rsquo;ll tell you why I&rsquo;m willing to say it that flat. I&rsquo;m sitting in three chairs on this one, and they all show the same picture.</p>
<p>I run an auction company close enough to the wave to feel the pull of it. I chair the board of the national association, which means I watch the whole field and not just my own corner. And I&rsquo;ve been writing this argument down for months, long enough that I now hear it come back from peers who read an early version and started using the language themselves. When the operator&rsquo;s seat, the industry&rsquo;s seat, and the writer&rsquo;s notebook all point the same direction, I quit calling it a hunch.</p>
<p>Plenty of this lands harder on the middle than on the big houses, and I know who&rsquo;s reading. I&rsquo;m not naming names or calling a top on anybody&rsquo;s business. I&rsquo;m telling you what the data says is coming while there&rsquo;s still room to do something about it. That&rsquo;s about the only useful thing a person in these chairs can do with a view like this.</p>
<h2 id="put-it-down-where-the-goats-can-get-it">Put it down where the goats can get it</h2>
<p>So what do you do.</p>
<p>You make yourself readable. Not pretty. Readable. Our world has spent years building sites that look sharp to a person and say nothing to a machine: ten broad categories, three-word lot titles, photos with no real description underneath. A human can squint and work it out. An agent can&rsquo;t, and the agent is the one shopping now. Structured data, clean categories, descriptions specific enough that a machine scanning for &ldquo;commercial kitchen equipment under five thousand dollars within two hundred miles&rdquo; turns up yours. That stopped being a marketing nicety. It&rsquo;s whether you&rsquo;re in the market at all.</p>
<p>And you sort what you own from what you rent. The bidder list you built over twenty years, you own. The brand, the contractor network, the reputation, you own. The platform you lease, the ad traffic you buy, the borrowed reach, you rent, and rented things get taken back when the terms change. The operators who come through this in good shape will be the ones who owned their data and made it legible to the machines on purpose, before they had to.</p>
<p>There&rsquo;s an old line around farms and sale barns. If you want everything fed, put it down where the goats can get it. Don&rsquo;t hang it up high where only the tall ones reach. Set it at ground level, plain, where anything that&rsquo;s hungry can find it.</p>
<p>For a hundred years that meant talk straight and price it clear, so the buyer in the back row understood you as well as the one up front. It still means that. But the hungry thing in the room now isn&rsquo;t only the buyer. It&rsquo;s the machine doing the buyer&rsquo;s looking. And it&rsquo;s standing right down at ground level, reading, waiting to see whose feed it can actually reach.</p>
<p>Put it down where the goats can get it.</p>
]]></content:encoded></item><item><title>Recurring Discretion Is a Contradiction</title><link>https://johndschultz.com/thoughts/recurring-discretion-is-a-contradiction/</link><pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/recurring-discretion-is-a-contradiction/</guid><description>A recurring discretionary bonus stops feeling discretionary once people build their lives around it. The ceiling becomes the baseline.</description><content:encoded><![CDATA[<h2 id="the-spark">The spark</h2>
<p>I was listening to Gary Vaynerchuk on The GaryVee Audio Experience, an October 2025 episode about wasting time on people who will never buy from you.</p>
<p>He made a comment about bonus structures that stuck with me. His framing was intentionally sharp, but the useful part was underneath the rhetoric: employees often factor the maximum possible bonus into their lives. Once they do, the bonus is no longer experienced as upside. It becomes expected compensation.</p>
<p>That is a quietly dangerous design problem.</p>
<h2 id="the-mechanism">The mechanism</h2>
<p>A discretionary bonus is supposed to create generosity, upside, and shared success. But if it repeats often enough, especially at similar levels, it changes category in practice. It moves from extra to baseline.</p>
<p>That shift is not irrational. People budget around patterns. If a company pays a mid-year or year-end bonus every year, the pattern becomes part of how people plan. Car payments, Christmas spending, vacations, savings goals, debt payoff, household budgets, all of it starts to absorb the expected number.</p>
<p>Then the next time the bonus is smaller, the employee does not experience it as less extra. They experience it as loss.</p>
<p>The employer is still operating in the language of discretion. The employee is operating from a different baseline. Both sides can be reasonable inside their own frame and still end up frustrated with each other.</p>
<h2 id="the-contradiction">The contradiction</h2>
<p>That is the trap in recurring discretionary bonuses.</p>
<p>Recurring says, &ldquo;You can expect this.&rdquo;</p>
<p>Discretionary says, &ldquo;You cannot count on this.&rdquo;</p>
<p>Those two messages do not fit together for long. The more consistently the company pays it, the less believable the discretion becomes. The more the company emphasizes discretion, the less stable the employee&rsquo;s planning feels.</p>
<p>The structure carries the emotional expectation of salary, the variability of profit sharing, and the disappointment risk of a pay cut.</p>
<p>That does not make bonuses bad. It means the category has to be honest.</p>
<h2 id="the-design-question">The design question</h2>
<p>I think there are only a few clean categories. Salary is stable, promised, and budgetable. A formula bonus is measurable upside tied to company or individual performance. Profit sharing has an explicit funding pool and clear business logic. A spot reward is rare, genuinely discretionary recognition that is not repeated predictably enough to become baseline.</p>
<p>The dangerous version is the hybrid: a recurring discretionary bonus. It asks employees to treat the money as uncertain while training them, year after year, to expect it.</p>
<p>Maybe the better question is not whether to pay bonuses. It is whether the bonus structure tells the truth about itself.</p>
<p>What is guaranteed? What is variable? What has to happen for the variable piece to exist? If the company cannot say that plainly, the structure is not a compensation strategy. It is an annual expectation problem waiting for a hard year.</p>
<h2 id="whats-open">What&rsquo;s open</h2>
<p>I am still not sure where the line is.</p>
<p>If a bonus is formula-based, it can become too mechanical and lose the feeling of generosity.</p>
<p>If it is fully discretionary, it may feel arbitrary.</p>
<p>If it is folded into salary, the company gives up flexibility and employees may forget the original upside ever existed.</p>
<p>But the recurring discretionary middle may be the least honest version of all. It gives the company the comfort of flexibility and gives the employee the psychological shape of a promise.</p>
<p>That is the contradiction.</p>
]]></content:encoded></item><item><title>The Report That Covers You</title><link>https://johndschultz.com/essays/the-report-that-covers-you/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-report-that-covers-you/</guid><description>The marketing report proves we did our job. It doesn&amp;#39;t answer the seller&amp;#39;s actual question, and it lands too late to try.</description><content:encoded><![CDATA[<p>A seller calls a few days after the auction closes. The line of equipment they bought new in 2021 came back at 40 cents on the dollar, and they&rsquo;re sore. They paid top money for it. They expected more than this. So you do the thing the business trained you to do. You send the marketing report. Look at the reach. Look at the registered bidders, the ad spend, the page views, the email opens. We ran the play. We found the market.</p>
<p>Every number in that report is true. And not one of them answers the question the seller actually asked.</p>
<h2 id="two-numbers-in-the-room">Two numbers in the room</h2>
<p>There are two numbers in any disappointed seller&rsquo;s head, and only one of them is real.</p>
<p>The first is what they paid. The second is what it&rsquo;s worth now. The recovery rate is the gap between them, and the seller reads that gap as a loss the auction handed them. It isn&rsquo;t. The loss was already there. It got baked in the day they bought.</p>
<p>A fellow auctioneer said it almost as an aside at an industry session: sellers are surprised. Equipment bought new during COVID is hitting the secondary market, and recovery as a percent of original cost is coming in lower than owners expected. Not lower than the equipment is worth. Lower than what they paid. The surprise is the whole signal. Surprise means the prior never updated, that they&rsquo;re still measuring against a 2021 number the market stopped honoring years ago.</p>
<p>History rhymes here. The 2008 home seller anchored to 2006 comps and said the market took their equity. It didn&rsquo;t. Their basis was set in a bubble, the recovery only looked low because the denominator was wrong, and the house was worth what the house was worth. COVID buyers paid 2021 prices the same way 2006 buyers paid 2006 prices. A scarcity premium baked into the original transaction, recorded as the anchor, carried long after the conditions that justified it were gone.</p>
<p>The recovery is the truth. The purchase price was the distortion. Nobody told the seller that going in.</p>
<h2 id="a-question-nobody-asked">A question nobody asked</h2>
<p>Now look at what the marketing report is built to do.</p>
<p>It proves reach. It documents the campaign. It lays out everything we did to find the buyer. That answers a real question, &ldquo;did we do our job,&rdquo; and it answers it well. But that&rsquo;s our question, not the seller&rsquo;s. The seller is asking why the number is so low, and the report, by leading with how hard we worked, quietly agrees the number is disappointing and then sets out to prove the disappointment isn&rsquo;t our fault.</p>
<p>That&rsquo;s the move I&rsquo;d never named until I had to. The report accepts the seller&rsquo;s denominator and plays defense on it. It concedes that the wrong number is the right yardstick, then spends ten pages arguing we measured well against it.</p>
<p>The timing makes it worse. The report lands after the gavel. By the time it&rsquo;s in front of the seller, the anchor already walked into the room unchallenged and won. The report can explain a result. It can&rsquo;t reset a basis, because the basis was supposed to be reset before the bidding, not justified after it.</p>
<p>So call it what it is. The thing we hand the seller and call insight is closer to insurance. It covers us. Insight tells the seller something they didn&rsquo;t know going in. Insurance tells them something we needed on file going out.</p>
<h2 id="i-reached-for-the-easy-one">I reached for the easy one</h2>
<p>Here&rsquo;s the part I didn&rsquo;t see until I went hunting for the fix.</p>
<p>This wave hasn&rsquo;t fully landed on us yet. Our window catches equipment at six to ten years, so the COVID vintage is still aging into our inventory. Pharma runs younger and is already seeing it, which makes them a free leading indicator and puts us eighteen to thirty-six months out. So I started sketching what we&rsquo;d actually hand a COVID-vintage seller to get ahead of it.</p>
<p>The first thing I reached for was a page on our website. Pandemic pricing, here&rsquo;s the data, here&rsquo;s what it shows. Clean. Publishable. Something I could point the whole market to.</p>
<p>Then I caught it. I&rsquo;d reached straight past the hard thing toward the convenient one. The hard thing is our own recovery data by category, the actual hammer record from our own auctions, tailored to the asset sitting in front of one specific seller. The convenient thing is a general page anyone can browse and no anchored seller ever will. I&rsquo;d done the exact thing the seller does. The seller anchors to a convenient number and won&rsquo;t let it go. Handed the fix, I anchored to the convenient artifact. Same gravity, one altitude up. It caught me in the act of solving it.</p>
<p>That&rsquo;s the tell that this isn&rsquo;t really a reporting problem. It&rsquo;s the pull toward the easy version of the truth, and it doesn&rsquo;t spare the person who can see it.</p>
<h2 id="records-before-the-gavel">Records before the gavel</h2>
<p>The fix isn&rsquo;t a website. It&rsquo;s the record, made active.</p>
<p>We already build annual recovery data by category, real lots and real hammers, years deep, out of our own sale results. Right now it sits in a file and earns nothing. The move is to put it in the seller&rsquo;s hands before the gavel, tailored to their category, showing the whole curve their purchase sat on top of. Here&rsquo;s what this class of equipment normally recovers. Here&rsquo;s the 2020 to 2021 spike. Here&rsquo;s where the market sits today. Here&rsquo;s where your basis lands on that line. Reset the denominator before it walks into the room.</p>
<p>Notice the timing flip. The marketing report shows up after the sale to explain the gap. The category report shows up before the sale to remove it. One does damage control. The other makes the damage unnecessary, because a seller who understands the premium they paid going in is a seller who isn&rsquo;t surprised on the way out.</p>
<p>And it changes what we think we sell. The seller believes they&rsquo;re hiring us to find buyers. Finding buyers is table stakes. What we actually sell is the reset. It&rsquo;s the appointed day a number someone has carried for years gets laid against a record they can&rsquo;t argue with, and whatever doesn&rsquo;t tie gets corrected in an afternoon. The category report is that same reset, run early and in private, before the public one happens at the gavel. We don&rsquo;t sell the gavel. We sell the number they can finally trust.</p>
<p>None of this comes free. Walk a seller through the curve before the sale and you&rsquo;re telling them their number is too high before you&rsquo;ve earned them a dollar, which is a strange way to win a listing. Some won&rsquo;t want to hear it, and it only works if the data is ours and clean enough to stand on. I&rsquo;d rather lose that argument before the gavel than after it, but I won&rsquo;t pretend the early version is the comfortable one.</p>
<h2 id="what-else-are-you-covering-for">What else are you covering for</h2>
<p>None of this is unique to recovery rates, and it isn&rsquo;t unique to us.</p>
<p>Every firm has a deliverable it files under client service that&rsquo;s really self-protection. The report that proves we tried. The update that documents we called. The recap that lands a day after the decision it was supposed to inform. They all pass the same test the marketing report passes: every line is true, the timing is defensive, and the whole thing answers our question instead of the client&rsquo;s.</p>
<p>So here&rsquo;s the one I&rsquo;m sitting with, for our shop and for anyone else running sales for a living: what are you handing clients that covers you instead of informing them, and could the same data, moved earlier, do the opposite?</p>
<p>The report that explains the result is insurance. The one that changes it is the product.</p>
]]></content:encoded></item><item><title>The Yin and Yang of Governance</title><link>https://johndschultz.com/thoughts/the-yin-and-yang-of-governance/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/the-yin-and-yang-of-governance/</guid><description>Allowing instinctual, &amp;#39;grey-hair&amp;#39; decisions to lead while structurally forcing them to keep standing appointments with the truth.</description><content:encoded><![CDATA[<p>If you choose convenience, you decline. That&rsquo;s a human law.</p>
<p>In business, commentary is the ultimate convenience. It is easy to write a forecast, spin a narrative, or make a decision because &ldquo;it makes sense at the time.&rdquo; But commentary naturally drifts and flatters us, and human memory decays too quickly to defend the truth. A typo can sit wrong by $1.2M for eleven months because nobody was forced to check the record.</p>
<p>We can&rsquo;t rely on willpower or manual documentation to catch this. The only solution is structural: we must design scheduled collisions where commentary is mechanically forced to meet the raw system of record.</p>
<p>But this structural yang has a yin. The most valuable decisions in a business are often &ldquo;grey-hair&rdquo; calls. These are the instinctual, non-data-driven decisions born of decades in the trenches. If you outlaw instinct, you strip the business of its soul and its competitive edge.</p>
<p>The unlock isn&rsquo;t choosing between spreadsheets and gut calls. It is building a system where they live in harmony. You don&rsquo;t block the grey-hair risk. You simply ensure that every time instinct deviates from the record, the deviation is auto-flagged and documented in an easy-to-find way. You let the gut lead, but you force it to keep its standing appointments with the truth.</p>
<hr>
<h2 id="open-questions">Open questions</h2>
<ol>
<li>How do we build automated flagging into our daily operations without creating notification fatigue that people eventually ignore?</li>
<li>What is the most critical instinctual decision in our pipeline today that is running without a scheduled date to face its record?</li>
<li>How do we design the user interface of our tools to elevate these flags constructively, keeping the Socratic friction helpful rather than annoying?</li>
</ol>
<hr>
<p><em>Connects to <a href="/thoughts/cognitive-defense-against-default-drift/">Cognitive Defense Against Default Drift</a> and <a href="/thoughts/systemic-rivals-against-default-drift/">Systemic Rivals Against Default Drift</a>.</em></p>
]]></content:encoded></item><item><title>The Shock Absorber Trap</title><link>https://johndschultz.com/essays/the-shock-absorber-trap/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-shock-absorber-trap/</guid><description>Customer support is a trailing indicator of poor systems. When systems break, our instinct is to throw human shock absorbers at them, masking the pain rather than fixing the design.</description><content:encoded><![CDATA[<p>I was listening to a podcast episode of No Priors recently where Palo Alto Networks CEO Nikesh Arora said something that stopped me. Customer support, he argued, exists because we build bad products. If we build great products, why would we have to have customer support? It&rsquo;s too complicated, it&rsquo;s hard to onboard, it&rsquo;s got too many dials. That&rsquo;s why it takes so much time to make, and eventually it&rsquo;s not efficient.</p>
<p>It&rsquo;s a blunt, uncompromising way to look at product design. It frames customer support not as a service department, but as a tax you pay for bad engineering. If your user needs an explainer or a help desk, you didn&rsquo;t finish designing.</p>
<p>At first, that sounds like typical Silicon Valley idealism, a luxury for simple consumer software. But when you look closely, the principle is deeply diagnostic. It forces you to ask: which parts of your business genuinely require human interaction, and which parts are just friction you haven&rsquo;t had the courage to design out?</p>
<h2 id="the-silence-of-a-ringing-phone">The silence of a ringing phone</h2>
<p>There&rsquo;s a deep ideological divide in how we define a healthy business.</p>
<p>One worldview, the traditional one, measures operational health by contact. A ringing phone is proof of life, relationship, and hustle. To an old-school operator, silence means death. It means nobody is buying, nobody is calling, we&rsquo;re not growing.</p>
<p>The other worldview, the platform one, measures health by silence. A phone call is an alarm. It means a user is lost, a workflow is blocked, or a default was wrong. In this view, a support ticket is a trailing indicator of a system failure upstream.</p>
<p>This is a fundamental clash of worldviews. When your business partner looks at a quiet room and thinks there must be problems, and you look at a ringing phone and think the same thing, you&rsquo;re not even running the same company. You are operating on two different definitions of trust. One relies on human presence to smooth over the bumps. The other relies on a seamless system to prevent the bumps in the first place.</p>
<h2 id="the-shock-absorber-trap">The shock absorber trap</h2>
<p>But here&rsquo;s the trap. Even when you believe in the system-first worldview, your behavior often defaults to the other side.</p>
<p>I know this because I live it.</p>
<p>I make sure that every negative review and every low net promoter score comment from our customers comes directly to my personal email inbox. They don&rsquo;t go to a support queue. They land in front of me, and they get a personal response from me. It&rsquo;s a grueling, exhausting process. It&rsquo;s frustrating, overwhelming, and draining.</p>
<p>For a long time, I told myself this was craftsmanship. I was the CMTO, staying close to the ground, keeping my hands on the wheel.</p>
<p>But if I hold my own actions up to the system-first principle, the truth is much less heroic. By routing those failures to my personal inbox, I&rsquo;m not fixing the company. I&rsquo;m acting as a human shock absorber. And even worse, I&rsquo;ve been using those reviews as a personal shield. It feels like craft and responsibility, but it&rsquo;s actually an escape. By personally responding to each complaint, I avoid the much harder, more exhausting work: aggregating those failures, sitting down with our executive team, and forcing us to develop the systems and processes to fix them at the root.</p>
<p>When you throw yourself into the gears of a broken system to keep it running, you&rsquo;re not solving the problem. You&rsquo;re just masking it. And as long as you&rsquo;re willing to absorb the friction, the organization has no incentive to redesign the engine.</p>
<h2 id="the-concrete-floor-of-physical-operations">The concrete floor of physical operations</h2>
<p>This trap is easy to spot in software, but it gets incredibly messy when your platform meets physical reality.</p>
<p>At Grafe Auction, we run industrial liquidations. Our software handles registration, bidding, and payment processing. But eventually, the digital platform hits the concrete floor of a physical warehouse. That&rsquo;s the post-auction removal process. It&rsquo;s where buyers show up with trailers, forklifts, and rigging contractors to claim heavy equipment.</p>
<p>This is a massive point of friction. Buyers get frustrated. Subcontractors get brash. People argue about lot locations and missing parts.</p>
<p>Our instinct is always to throw more humans at the problem. I&rsquo;ve spent hours wondering if we should place a Grafe customer success person on every site. We&rsquo;d find a &ldquo;softer&rdquo; person, someone who understands hospitality, to act as a buffer between the brash contractors and the frustrated buyers.</p>
<p>But that is the shock absorber trap all over again. It treats the friction on site as an unchangeable law of nature.</p>
<p>When we look past the personalities, the actual failure is a system design issue. The removal site is a poorly managed situation. It&rsquo;s a custody and verification failure. Because there are no physical checkpoints or clear verification systems, buyers can switch lot tags, take the wrong items, or damage assets.</p>
<p>Putting a polite success person on site doesn&rsquo;t fix the custody loop. It just gives the frustrated buyer a nicer person to complain to while they stand in the middle of the chaos. We tried to fix a fundamental security and layout failure with a scheduling tool, requiring appointments to try and slow the process down. But appointments are just a speed limit on a broken road. They don&rsquo;t fix the holes.</p>
<h2 id="the-internal-cost-of-external-simplicity">The internal cost of external simplicity</h2>
<p>So why do we do it? Why do smart, system-minded leaders repeatedly choose human shock absorbers over system redesigns?</p>
<p>Because throwing humans at problems is easier than doing the hard work of system building.</p>
<p>Redesigning a physical or digital process requires time, energy, and relentless effort. It means holding people accountable. It means creating better tasks, workflows, and strict verification gates. And most of all, it requires getting buy-in across an entire enterprise.</p>
<p>Getting that buy-in is exhausting. When you&rsquo;ve fought to get everyone on the same page and watched it fail repeatedly, you get tired. Over time, you become jaded toward change. Change is hard.</p>
<p>That&rsquo;s when the shock absorber trap becomes incredibly seductive. Personally replying to a negative review or putting a success person on site takes energy, but it&rsquo;s a closed loop. You control it. You don&rsquo;t have to negotiate with anyone. You don&rsquo;t have to fight for buy-in. You just do the work.</p>
<p>In that light, the shock absorber trap is not a design mistake. It&rsquo;s an executive coping mechanism. We build human shields to protect ourselves from the exhausting work of getting everyone on the same page.</p>
<p>But the cost of that shield is compounding. As long as we keep absorbing the shock, we keep renting our growth. We spend our days firefighting, and the systems stay broken.</p>
<p>The real work of leadership is not being a hero in the support queue. It is having the courage to step out from behind the shield, aggregate the failure data, and force the organization to sit down and redesign the system. If we want to build a platform that scales, we have to stop smoothing over the bumps and start fixing the road.</p>
]]></content:encoded></item><item><title>Systemic Rivals Against Default Drift</title><link>https://johndschultz.com/thoughts/systemic-rivals-against-default-drift/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/systemic-rivals-against-default-drift/</guid><description>We wrestle with how easily we slide into convenience. When AI makes writing effortless, our natural gravity is to accept the first thing the machine spits out.</description><content:encoded><![CDATA[<p>I&rsquo;ve been wrestling with how easily we slide into convenience. When AI makes writing effortless, our natural gravity is to accept the first thing the machine spits out. This default drift is a human law of decline. If you choose convenience, you&rsquo;ll gain weight, you&rsquo;ll stop reading, your brain will go soft. You&rsquo;ll decline.</p>
<p>The only way to survive this is active resistance. For myself, I&rsquo;ve built custom agentic tools to force Socratic friction into my writing. But as a leader, the question is broader. I can&rsquo;t build custom vaults and code-level friction for everyone in the company. Most people just want the frictionless path to get the task off their plate.</p>
<p>I think the leader&rsquo;s job is to shine a light on this drift. You don&rsquo;t build a cognitive wheelchair for your team to make them comfortable. You build a team of rivals.</p>
<p>Abraham Lincoln did this with his cabinet, surrounding himself with people who challenged his views. I think we have to do the same thing with our technology and our habits. We have to design systemic rivals: Socratic agents that push back, hard books, and podcasts that stretch us. It&rsquo;s hard, but it&rsquo;s the only way to ensure we actually deliver our full measure.</p>
<hr>
<h2 id="what-emerged">What Emerged</h2>
<p>During our dialogue, several sharp formulations crystallized the tension:</p>
<ul>
<li>&ldquo;To jump and ask how high on the way up, as my dad would say. To be sure that everyone that encounters me gets the full measure.&rdquo;</li>
<li>&ldquo;I think they&rsquo;re getting the full measure of me and maybe fuller because of conversations that are socratic, the push, that make me consider alternatives.&rdquo;</li>
<li>&ldquo;If one defaults to lazy, you&rsquo;ll gain weight, you&rsquo;ll not read, you&rsquo;ll not sharpen your brain, you&rsquo;ll decline. It&rsquo;s human law.&rdquo;</li>
<li>&ldquo;My job as a leader is to bring continual light shining to the default drift human law, to ensure we&rsquo;re always playing the advocate for the unheard, we&rsquo;re always surrounding ourselves with a team of rivals.&rdquo;</li>
<li>&ldquo;I also seek out alternative viewpoints through books and podcasts. Sometimes that&rsquo;s hard, but I get better as a result.&rdquo;</li>
</ul>
<hr>
<h2 id="open-questions">Open Questions</h2>
<ol>
<li>How do we introduce systemic rivals into daily workflows for team members who don&rsquo;t have an internal drive to jump high?</li>
<li>When does a custom skill become so comfortable that we stop treating it as a rival and start treating it as a default?</li>
<li>How do we balance the need for Socratic friction with the operational velocity required to run a business?</li>
</ol>
<hr>
<p><em>Connects to <a href="/thoughts/cognitive-defense-against-default-drift/">Cognitive Defense Against Default Drift</a>.</em></p>
]]></content:encoded></item><item><title>Cognitive Defense Against Default Drift</title><link>https://johndschultz.com/thoughts/cognitive-defense-against-default-drift/</link><pubDate>Wed, 27 May 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/cognitive-defense-against-default-drift/</guid><description>When AI commoditizes text generation, the natural gravity of human behavior is &amp;#34;normal drift,&amp;#34; gravitating toward low defaults and &amp;#34;easy peasy chat&amp;#34; while expecting a &amp;#34;silver magic bullet.&amp;#34;</description><content:encoded><![CDATA[<p>When AI commoditizes text generation, the natural gravity of human behavior is &ldquo;normal drift,&rdquo; gravitating toward low defaults and &ldquo;easy peasy chat&rdquo; while expecting a &ldquo;silver magic bullet.&rdquo; To survive this without losing my own original thinking, I&rsquo;ve realized I cannot rely on self-discipline or raw willpower alone.</p>
<p>I need a triple-layered cognitive defense system:</p>
<ol>
<li><strong>The Tactical Defense (The Code Layer):</strong> Encoding Socratic pushback, friction, and accountability directly into the custom agentic skills I build. I don&rsquo;t just open a ChatGPT tab; I build systems designed to actively resist my own laziness.</li>
<li><strong>The Contextual Defense (The Data Layer):</strong> Operating under the law of reciprocity. Deep sparring requires deep context. If I don&rsquo;t build a dense, custom vault of actual thinking, the system has no leverage to push back, and the dialogue collapses back to generic out-of-the-box templates.</li>
<li><strong>The Meta-Cognitive Defense (The Mindset Layer):</strong> Active self-awareness of <a href="/thoughts/same-mind-same-blind-spots/">my own blindness</a> and non-original thinking. Recognizing that I am naturally prone to low-effort defaults, and deliberately hunting for those defaults inside my daily work.</li>
</ol>
<p>Without these layers, I am just defaulting to convenience and calling it innovation.</p>
<hr>
<h2 id="what-emerged">What Emerged</h2>
<p>During the dialogue, several sharp formulations crystallized the tension:</p>
<ul>
<li><em>&ldquo;Most people are defaulting to easy peasy chat with the AI, and expecting whatever is spit out as the silver magic bullet.&rdquo;</em></li>
<li><em>&ldquo;The default for a user of this type has to be pretty low, and non-self-aware/accountable.&rdquo;</em></li>
<li><em>&ldquo;I intentionally build in accountability, socratic sparring, with every skill I build. And I build skills and agentic rather than rely on chat alone.&rdquo;</em></li>
<li><em>&ldquo;I&rsquo;m very big on trying to be aware of my blindness, and non-original thinking.&rdquo;</em></li>
</ul>
<hr>
<h2 id="open-questions">Open Questions</h2>
<ol>
<li>How do we measure the &ldquo;friction index&rdquo; of a skill to ensure it forces the right amount of cognitive load without slowing down essential velocity?</li>
<li>When does a custom skill itself become so comfortable that we stop questioning its structure, shifting our &ldquo;low default&rdquo; up one level of abstraction?</li>
<li>How do we train other people in an organization to develop the active meta-cognitive self-awareness needed to notice their own blind spots, rather than just relying on the tools to do the thinking?</li>
</ol>
<hr>
<p><em>Connects to <a href="/thoughts/systemic-rivals-against-default-drift/">Systemic Rivals Against Default Drift</a>.</em></p>
]]></content:encoded></item><item><title>Every fee structure has a misalignment baked in</title><link>https://johndschultz.com/essays/every-fee-structure-has-a-misalignment-baked-in/</link><pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/every-fee-structure-has-a-misalignment-baked-in/</guid><description>Why no fee structure is self-policing, and how to design the override.</description><content:encoded><![CDATA[<p>Two observations stacked on the same Friday morning.</p>
<p>The first one I&rsquo;ve lived. Marketing agencies typically charge a percentage of marketing spend as their fee. The agency makes more money when the client spends more money. The incentive is to grow the budget, not the results. I&rsquo;ve been quietly dismantling that arrangement in our vendor stack for the last couple of years.</p>
<p>The second one I heard this morning. Pavel Durov on the Lex Fridman Podcast (#482, Sept. 30, 2025), making the point that drug companies aren&rsquo;t actually incentivized to find the root-cause cure. They&rsquo;re incentivized for you to keep taking the drug. Recurring revenue. Maintenance, not resolution.</p>
<p>The two examples sat next to each other and a question formed. How many of your vendors are paid in a way that incentivizes them against you, and you haven&rsquo;t noticed?</p>
<p>I want to take this further than the easy version of the essay, because the easy version (incentives are everywhere, audit your vendors, Munger said something about this) doesn&rsquo;t actually help anyone. The harder version is that fixing the fee structure isn&rsquo;t enough. And when you do the audit honestly, it reaches you too.</p>
<h2 id="the-fee-structure-is-the-strategy">The fee structure is the strategy</h2>
<p>That was my working theory for a while. Both of the marketing agencies we work with as advisors are now on a flat monthly fee, independent of our marketing spend. That move solved the original problem. They don&rsquo;t make more money when our ad budget grows, so the suggestion to &ldquo;increase the Facebook spend&rdquo; no longer comes wrapped in self-interest.</p>
<p>But here&rsquo;s what I didn&rsquo;t see at first. Flat fee creates the inverse problem. Once you&rsquo;re getting paid the same amount whether you answer the phone or ghost the client for three weeks, the rational move is to do the minimum to keep the contract alive. Different incentive, same structural issue.</p>
<p>What actually keeps those advisors productive isn&rsquo;t the flat fee. It&rsquo;s that I hold them accountable directly. I ask for the work. I challenge the recommendations. I expect responsiveness. The fee structure removed one misalignment, and accountability covers the new one.</p>
<p>The principle started forming there. Fee structures aren&rsquo;t self-policing. They never have been. The structure sets the default behavior, but the actual outcome depends on something outside the structure doing the work.</p>
<h2 id="the-audit-reaches-you">The audit reaches you</h2>
<p>Here&rsquo;s where it gets uncomfortable.</p>
<p>The auction industry runs on commission. We typically take a percentage of the sale, plus a buyer&rsquo;s premium. I&rsquo;ve always thought of this as the most aligned fee structure in business. Seller wants the most money for the asset, auctioneer wants the most money for the asset, both parties pull the same direction. Clean.</p>
<p>When I audited it the way I&rsquo;d audit someone else&rsquo;s industry, the alignment got messier.</p>
<p>There&rsquo;s a marginal effort cliff. Working harder to push a $500K auction to $550K nets the auctioneer maybe $5K at 10%. The seller cares about that last $50K. The auctioneer&rsquo;s incentive flattens at the top of the bidding band well before the seller&rsquo;s does.</p>
<p>There&rsquo;s the absolute-vs-reserve question. The auctioneer almost always prefers absolute, because it guarantees the sale closes and the commission gets paid. The seller might prefer reserve, because it protects against a bad day in the room.</p>
<p>There&rsquo;s the buyer&rsquo;s premium split. We&rsquo;re paid by both sides, which means when we&rsquo;re advising a seller on whether to accept an offer, we&rsquo;re not 100% on the seller&rsquo;s side. We&rsquo;re also thinking about the buyer who&rsquo;s coming back next month for a different auction.</p>
<p>And there&rsquo;s lot consolidation. On a 1,200-item industrial auction, the seller&rsquo;s interest is probably best served by cataloging each item individually. That maximizes search visibility, maximizes specificity, probably nets 10% more gross. Our operating reality says we consolidate similar items into bigger lots, drop the lot count to 300 or 400, and we tell the seller that item-level cataloging means higher non-commissioned setup fees.</p>
<p>That conversation is real. The seller does see the choice. But the architecture of the decision still reflects something the seller probably doesn&rsquo;t know. Setup typically runs 14 days before the auction. Payment comes 14 days after it concludes. Our crew&rsquo;s labor sits uncompensated for the better part of a month. Every day spent building item-level catalogs is a day they&rsquo;re not on the next project. Consolidation isn&rsquo;t preference. It&rsquo;s the model surviving itself.</p>
<h2 id="misalignment-is-load-bearing">Misalignment is load-bearing</h2>
<p>That last sentence is the part I want to defend.</p>
<p>The misalignment in the auction commission model isn&rsquo;t malice. It isn&rsquo;t greed. It&rsquo;s the way the business model actually works. If we cataloged every widget on every job, the float on uncompensated setup labor would break the business. The misalignment is what makes the model viable in the first place.</p>
<p>The same is true everywhere I look.</p>
<p>The marketing agency on a percentage of spend isn&rsquo;t evil. That&rsquo;s how they pay their account managers between client wins, and how they smooth revenue across an industry where contracts open and close on uneven cycles. Take away the spend-based fee and they have to charge retainers that most clients won&rsquo;t agree to.</p>
<p>Pharma&rsquo;s recurring-revenue incentive partly covers the cost of every drug that fails in trial. Most candidates never make it to market. The companies that get to a cure have to fund the ten that didn&rsquo;t. A pure cure-or-nothing pricing model would either price drugs out of reach or kill the development pipeline.</p>
<p>Lawyers billing hourly have a famous incentive to drag the work out. It&rsquo;s also how they price the case they can&rsquo;t predict the length of, and how they absorb the risk of the matter taking three times as long as either party expected.</p>
<p>Misalignment isn&rsquo;t always a flaw. Sometimes it&rsquo;s the load-bearing wall the building rests on. You can&rsquo;t just remove it.</p>
<p>There&rsquo;s a fine line between honoring the client and honoring the model. We walk it on every job. Drift is constant, and the default drift is away from the client.</p>
<p>Which means the only honest move is to design the override.</p>
<h2 id="the-override">The override</h2>
<p>If the fee structure can&rsquo;t be self-policing, and the misalignment can&rsquo;t be removed, then the only thing left is whatever you put in place to override the misalignment when it matters.</p>
<p>Look at what&rsquo;s already there at Grafe and the pattern shows up. Transparency, because we surface the cataloging tradeoff to the seller in the form of a setup fee they can opt to pay. Accountability, because I&rsquo;m the one keeping the advisor relationships productive. Repeat-business reputation, because every seller in the industry talks to every other seller, and bad outcomes travel.</p>
<p>None of those overrides are part of the fee structure. They&rsquo;re all things that sit on top of it.</p>
<p>Here&rsquo;s the part I owe myself the honest answer to. Are those overrides designed, or are they accidental? When we tell a seller the setup fee goes up with item-level cataloging, are we architecting a check on our own incentive, or are we just being fair dealers because that&rsquo;s how we&rsquo;d want to be treated? The honest answer is mostly the second one. The overrides are real, but they&rsquo;re reflex, not architecture. They&rsquo;d disappear the moment any of us got distracted, or the moment somebody with a different temperament ran the desk.</p>
<p>That&rsquo;s the gap. Reflex doesn&rsquo;t transfer. Reflex doesn&rsquo;t audit. Reflex doesn&rsquo;t survive a stressful quarter or a bad hire. If the overrides are the only thing keeping the structure honest, the overrides have to be designed, not assumed.</p>
<h2 id="the-friction-test">The friction test</h2>
<p>The sharper version of this came out of the pharma example.</p>
<p>The reason pharma&rsquo;s misalignment wins despite the FDA, despite malpractice law, despite the generic competition that eventually shows up, despite physician discretion, is that all of those overrides ask the patient to do harder work than swallowing a pill. The lifestyle change, the diet rework, the behavioral intervention. Each one is harder than the medication.</p>
<p>That&rsquo;s the real test for an override. Not &ldquo;is it present?&rdquo; but &ldquo;is it easier than the default it&rsquo;s overriding?&rdquo;</p>
<p>Run each of the Grafe overrides through it and they don&rsquo;t all hold up.</p>
<p>A flat-fee advisor relationship works as an override on the percentage-of-spend incentive, but only if the client actually engages and asks for the work. If the client is too busy to push, the flat fee turns into pure margin for the agency and the override stops doing anything.</p>
<p>A transparent setup fee works as an override on the lot consolidation incentive, but only if the seller knows what to ask for. If they don&rsquo;t know there&rsquo;s an item-level option in the first place, the transparency is theoretical.</p>
<p>Repeat-business reputation works, but only if the buyers and sellers actually talk to each other. In a fragmented market with no shared communication channel, the reputation override breaks down.</p>
<p>The presence of an override doesn&rsquo;t matter. The friction of the override relative to the default does.</p>
<h2 id="trying-to-be-a-fair-dealer">Trying to be a fair dealer</h2>
<p>If I&rsquo;m honest about what&rsquo;s actually keeping our fee structure aligned with our clients, it&rsquo;s that we&rsquo;re trying to be fair dealers. That&rsquo;s the override. Not the commission percentage, not the buyer&rsquo;s premium structure, not the line item on the setup fee. It&rsquo;s us, deciding case by case that the seller&rsquo;s interest should win the close calls.</p>
<p>That&rsquo;s a fragile system. It works while we&rsquo;re paying attention. It doesn&rsquo;t scale, it doesn&rsquo;t transfer to a new hire, and it doesn&rsquo;t survive a stressful month.</p>
<p>The principle the audit produced for me is this. Every fee structure has a misalignment baked in. The misalignment is usually load-bearing. The only thing that can override it is something built on top of the structure, designed deliberately, made easier than the default it&rsquo;s competing against. Reflex isn&rsquo;t enough. Good intentions aren&rsquo;t enough. The override has to be intentional, visible, and operationally cheaper than the misaligned path.</p>
<p>If that&rsquo;s true, the question every business owner should be asking isn&rsquo;t &ldquo;how do I find the perfect fee structure?&rdquo; That question doesn&rsquo;t have an answer. The right question is &ldquo;what is the misalignment in my fee structure, what override am I depending on to correct it, and is that override actually easier than the default behavior the structure rewards?&rdquo;</p>
<p>I owe myself a real audit of that. I suspect most of the overrides at Grafe are sitting in our heads as reflex, and we haven&rsquo;t done the work to design them into the operating system. The auction model is more aligned than the agency model. It&rsquo;s also less aligned than I&rsquo;ve been telling myself.</p>
<p>The fee structure isn&rsquo;t the strategy. The override is.</p>
]]></content:encoded></item><item><title>Durable Edges</title><link>https://johndschultz.com/essays/durable-edges/</link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/durable-edges/</guid><description>Edges that hold while the surrounding craft cheapens. Four worked examples of what AI can&amp;#39;t eat.</description><content:encoded><![CDATA[<p>In August 2025 I wrote a thought card about structured data. The argument was simple. Treat your data as a long-lived asset that should be findable by any system, and you build infrastructure that compounds. The card said nothing about agents. I had no idea WebMCP was coming.</p>
<p>Six months later, Google announced WebMCP and the agentic web, the standard protocol for AI agents to act on structured web data. A protocol I&rsquo;d never heard of, designed for a use case I hadn&rsquo;t predicted. And the platform I&rsquo;d been building already fit it. Not because I saw the future. Because the principle didn&rsquo;t depend on seeing the future.</p>
<p>That&rsquo;s the small version of the pattern this essay is about. I&rsquo;ve been writing about adjacent things for ten weeks. Four observations, four different parts of the work. Only when I lined them up did I see they were the same shape. Each one was about something I had built without trying to build it. Each one turned out to be durable in a moment when the rest of the craft was getting cheap.</p>
<p>This essay is about that shape.</p>
<p>The current AI question is what it replaces. That&rsquo;s the wrong frame. AI is going to commoditize whatever can be commoditized, and the commoditization is not personal. The more useful question is what it can&rsquo;t. Which parts of the work hold their value when execution gets cheap? Which edges survive when the surrounding craft cheapens?</p>
<p>Four answers. Each from a different altitude. Each with the same mechanism underneath.</p>
<h2 id="principles">Principles</h2>
<p>Back to the August 2025 thought card. I didn&rsquo;t write it because I predicted WebMCP. I wrote it because &ldquo;touch it once, make it findable by any system&rdquo; is just good practice. &ldquo;Computers do the mundane, humans critically think&rdquo; is just a sound division of labor. These are principles, not predictions.</p>
<p>That&rsquo;s what good principles do. They&rsquo;re robust across futures you didn&rsquo;t predict. Predictions are fragile. They&rsquo;re right or wrong, and the world rarely cooperates with specifics. Principles are antifragile because they&rsquo;re grounded in how things actually work, not how you think they&rsquo;ll play out.</p>
<p>The companies that survive transitions aren&rsquo;t the ones that saw them coming. They&rsquo;re the ones whose principles already pointed where things were headed.</p>
<p>Principles get weight by being tested under pressure. The principle that survives a contract dispute, a buyout offer, a public mistake, a quarter where the easy move would have been to compromise it. That&rsquo;s the one with weight. The rest are preferences dressed up as wisdom.</p>
<p>AI can write a principle. It can&rsquo;t be wrong about a principle and then keep going.</p>
<h2 id="operator-leverage">Operator Leverage</h2>
<p>The auction industry is at its veterinary moment. Aging owner-operators with no successor. Fragmented ownership. Private equity buyers with capital ready to underwrite on cash flow. The exact triad that took veterinary EBITDA multiples from 4x to 12-15x in a decade. Demographic inevitability is meeting financial appetite, and the offers are starting to land.</p>
<p>A second wave is running in parallel: the platform layer is being unbundled by AI in real time. A platform stack used to take years and serious capital to replicate, which is what made platform aggregators worth premium multiples. That math is dead. A solo operator with the right tools can stand up a bidder portal, catalog system, and marketing engine that would have been a major project two years ago. The platform vendors paid for yesterday&rsquo;s moat. The recoup window they bought is compressing.</p>
<p>What you get isn&rsquo;t a roll-up. It&rsquo;s a barbell.</p>
<p>At one end, large consolidated houses with operator leverage that AI doesn&rsquo;t replicate. National business development pipeline. Brand built over decades. Bidder lists in the hundreds of thousands. Contractor networks. Compliance infrastructure that took years to assemble. At the other end, AI-empowered regional and solo operators who used to need a platform vendor and now don&rsquo;t. The squeezed middle is the traditional mid-tier firm with neither scale nor software self-sufficiency. That&rsquo;s the cohort that gets repriced.</p>
<p>Operator leverage accumulates over decades of showing up. The bidder list isn&rsquo;t a database. It&rsquo;s a record of every auction someone bought from us. The contractor network isn&rsquo;t a vendor list. It&rsquo;s every removal someone delivered on time. The brand isn&rsquo;t a logo. It&rsquo;s the sum of decisions people remember us making, the calls we made when they were watching.</p>
<p>AI can run the auction. It can&rsquo;t have been the one who built the trust that made the contractor pick up the phone.</p>
<h2 id="doctrine">Doctrine</h2>
<p>Three high-stakes decisions in three weeks recently routed through the same AI strategy pipeline I built into my own tooling. A bid retraction notification. A first-of-its-kind hire. A grievance screening with no precedent. Different stakes, same mechanic. And the strategy note from the third said it out loud: &ldquo;the letter itself serves as the v0.1 screening rationale precedent.&rdquo;</p>
<p>Not the framework that gets written later. Not a separate doctrine document with a deadline. The disposition letter is the precedent. The decision and the doctrine are the same artifact.</p>
<p>This is what the pipeline does. Board phase produces a panel-by-panel argument. Simulate produces a 90-day scenario. Council produces named dissent. Strategy produces reconciliation. By the time the call gets made, there&rsquo;s a written argument trail that explains why, not just what. The next decision in the same neighborhood doesn&rsquo;t start from zero. It starts from &ldquo;see how we handled the last one.&rdquo;</p>
<p>What&rsquo;s emerging is starting to design the artifact on the way in. The disposition letter has a different reader than the obvious one. The complainant gets the answer. The future complainant gets the framework. That changes what the letter says, and how it&rsquo;s structured, and which test gets foregrounded.</p>
<p>Doctrine accumulates by surviving real complaints. A documented framework that came out of an actual decision has weight that a policy written in the abstract never has. It survived a real edge case. It got read, tested, cited. The next person making a similar call doesn&rsquo;t get a memo titled &ldquo;How We Handle X.&rdquo; They get the actual letter and the actual reconciliation, and they read it the way lawyers read case law: what did the deciders do when they were under pressure.</p>
<p>AI can draft a screening framework. It can&rsquo;t be the deciders who were under pressure.</p>
<h2 id="sacrifice">Sacrifice</h2>
<p>The framing comes from a Gary Vaynerchuk bit I <a href="/thoughts/one-percent-life-one-percent-sacrifice/">wrote about yesterday</a>. 1-percenter mode runs four dials, not one. Hustle, grind, output, sacrifice. The first three get all the airtime. They&rsquo;re measurable, performable, brag-able. Productivity tools have made each one observable in real time. Public hustle culture has commoditized the performance of effort.</p>
<p>The fourth dial is the one nobody else runs.</p>
<p>Sacrifice accumulates as life shape. The cumulative subtraction of what you didn&rsquo;t do. The other career you didn&rsquo;t take. The hobby you stopped having time for. The version of yourself you didn&rsquo;t get to develop. It doesn&rsquo;t show up on a balance sheet or a feature comparison. It shows up in the gap between what someone built and what they could have built if they&rsquo;d done other things instead.</p>
<p>AI doesn&rsquo;t have an alternative life it gave up.</p>
<h2 id="calibration">Calibration</h2>
<p>Each of these edges has the same failure mode. The thing that made it durable also contains its risk.</p>
<p>Principles harden into walls you can&rsquo;t see. Doctrine starts optimizing for the future reader and stops answering the person it was written to. Operator leverage becomes the institutional bloat the next generation has to clear out. Sacrifice eats the version of you the 1% life was supposed to produce.</p>
<p>The edges are durable. The risks are real. The work is reading both, not betting on one.</p>
<p>AI eats execution. It won&rsquo;t eat the critical thinking underneath.</p>
]]></content:encoded></item><item><title>1% Life, 1% Sacrifice</title><link>https://johndschultz.com/thoughts/one-percent-life-one-percent-sacrifice/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/one-percent-life-one-percent-sacrifice/</guid><description>Gary Vee names the missing face of 1-percenter mode: sacrifice, what you subtract to make room for what you add. No shortcut at the elite tier.</description><content:encoded><![CDATA[<blockquote>
<p>&ldquo;I just don&rsquo;t understand how people are asking for a 1% life without understanding it takes 1% sacrifice effort. You have to be a 1-percenter if you want a 1% outcome&hellip;&rdquo;</p>
<p><em>Gary Vaynerchuk, The GaryVee Audio Experience, &ldquo;Starting a Business, Building Brand and Overcoming Doubt,&rdquo; September 25, 2025</em></p>
</blockquote>
<p>Heard this Vee bit yesterday and the word &ldquo;sacrifice&rdquo; kept rattling. Sacrifice is the word doing the work in the quote. A 1% life takes hours, but the hours are downstream of what you&rsquo;re willing to do without. What you don&rsquo;t get to have, who you don&rsquo;t get to be, what you don&rsquo;t get to chase. That&rsquo;s the dimension the hustle genre keeps missing. 1-percenter mode has two faces: the things you add (hustle, grind, output) and the things you subtract (sacrifice). The genre talks endlessly about the first. Vee names the second. My read is sacrifice is the word that completes the picture, the thing left behind, not just the thing being added.</p>
<p>The trap underneath is the assumption that effort maps to rank one-to-one: 20% effort gets a 20% life. The math doesn&rsquo;t run that way.</p>
<p>Rank is relative. 1-percenter mode runs four dials: hustle, grind, output, sacrifice. Top 20% means running every dial higher than 80% of people. Top 1% means higher than 99%.</p>
<p>The top is defined by the people willing to put in what nobody else does and give up what nobody else will. 20% on any one dial doesn&rsquo;t put you in the top 20%. It puts you in the bottom 20%, because 80% of people are running it higher.</p>
<p>Whatever effort you&rsquo;re running feels like top effort from inside it. The ceiling on what feels hard is nowhere near the actual top. This is the deciding vs defaulting failure mode applied to effort: busyness as the convincing disguise for a level of input you never actually picked.</p>
<p>Vee himself is the proof of concept. He built the content factory, gets up at 5am, runs the agency, the podcast, the speaking calendar, and a public posture that doubles as the marketing. The quote is diagnostic, not aspirational. He&rsquo;s describing what it took to become him. Most people only see the outcome. They miss what he gave up to produce it.</p>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>Where does sacrifice break the other direction? At some point the returns diminish, or it starts breaking things you actually need to be the version of you the 1% life was supposed to produce. The 99%-effort tier eats people who didn&rsquo;t notice what was being subtracted along the way.</li>
<li>Is sacrifice always the right frame? Some people seem to do 1-percenter work without the felt sense of giving anything up, because they want the work more than the alternatives. For them it&rsquo;s preference, not sacrifice. Maybe the framing is diagnostic for one type and a misread for another.</li>
<li>What about the inverse, the 99% life from 1% effort? That&rsquo;s the person who built the right asset early and now compounds while doing less. The inversion only describes the upward direction. The downward case is just as real.</li>
</ul>
]]></content:encoded></item><item><title>The Tool That Breaks You</title><link>https://johndschultz.com/essays/the-tool-that-breaks-you/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-tool-that-breaks-you/</guid><description>What survives a leader&amp;#39;s term isn&amp;#39;t the institution they ran or the decisions they made. It&amp;#39;s the example of someone who knew their lock-in mode and built the tool that broke it.</description><content:encoded><![CDATA[<p>Most leaders don&rsquo;t actually leave doctrine behind. They leave the way people remember them leading. Mission statements claim transparent, equitable, research-led, open. The qualities show up in the language. They rarely show up in the practice.</p>
<p>The honest version of the legacy claim is smaller and harder. It&rsquo;s not &ldquo;I built a great system.&rdquo; It&rsquo;s &ldquo;I knew the way my own thinking gets stuck, and I built a tool that breaks me out of it.&rdquo;</p>
<p>That&rsquo;s not best practice. It&rsquo;s personal-weakness corrective. And the durable thing isn&rsquo;t the tool. It&rsquo;s the meta-move.</p>
<h2 id="the-legacy-reckoning">The legacy reckoning</h2>
<p>Seventy-two days from the end of a term I&rsquo;ve held for a year. The temptation is to say &ldquo;I tried to plant the seeds&rdquo; and &ldquo;I hope I left good examples.&rdquo; Both are true. Both are also the soft version of the question.</p>
<p>The hard version is this. Most institutional knowledge does not live on. It gets lost in the shuffle. The next CEO might pick up the file. They might not. The next board has its own priorities and its own lock-ins. Trusting that the values transfer through osmosis is a strategy. In my experience, it&rsquo;s just not a strong one.</p>
<p>So the question I keep circling is this: what actually survives a term? And what should I be writing in the next seventy-two days that has any chance of being read in seven years?</p>
<h2 id="saying-versus-doing">Saying versus doing</h2>
<p>Six qualities I&rsquo;d want carried forward. Transparent. Equitable. Research-led. Devil&rsquo;s advocate against groupthink. Informative. Open.</p>
<p>Five of those are common. Most boards say they want them. They show up in mission statements and never get audited.</p>
<p>The sixth is the one with edges. Inhabit the opposing position. Argue the other side genuinely, not as a debate exercise. Make yourself uncomfortable on purpose, because the room is otherwise drifting toward consensus and calling it harmony.</p>
<p>Most leaders don&rsquo;t actually do this. They might run a token &ldquo;what could go wrong&rdquo; round. They don&rsquo;t put themselves inside the position they&rsquo;re about to reject and argue it the way its strongest proponent would.</p>
<p>That&rsquo;s the one I&rsquo;d want to leave behind. It&rsquo;s also the hardest one to leave, because it lives in temperament, not in process.</p>
<h2 id="the-fault-under-the-practice">The fault under the practice</h2>
<p>Even the practiced version has limits. When I&rsquo;ve been over a question before, when something has settled in my head, I have a hard time budging. The default mode anchors. The devil&rsquo;s-advocate move that works fine on fresh questions hits a wall on questions I&rsquo;ve already decided.</p>
<p>So I built a process around it. Board panels argue the call across seven frames. A simulation runs the decision forward as a 90-day scenario with named characters. A council stress-tests the result with adversarial roles. Every run produces a written artifact that has to defend itself.</p>
<p>The pipeline isn&rsquo;t best practice. It&rsquo;s correcting for a specific weakness I know I have. The architecture exists because I know my default mode locks in.</p>
<h2 id="the-meta-move">The meta-move</h2>
<p>This reframes what the pipeline actually is.</p>
<p>It&rsquo;s not a generic decision tool. It&rsquo;s cognitive infrastructure tuned to my specific lock-in. The same way Marcus Aurelius wrote his Meditations to correct for his particular temperament. He wrote &ldquo;what stands in the way becomes the way&rdquo; not as universal philosophy, but as a reminder he personally needed.</p>
<p>That changes what&rsquo;s transferable.</p>
<p>The tool might survive my departure as a procedure. Someone else could run the boards, the sims, the councils. They&rsquo;d get something out of it. Maybe less, because the design was tuned to my specific lock-in mode, not theirs. But the procedure works as scaffolding even when the original temperament leaves.</p>
<p>The meta-move travels differently. Know the way your own thinking gets stuck. Build the tool that breaks you out of it. That&rsquo;s portable to any leader, in any room. The specific tool doesn&rsquo;t have to look anything like mine.</p>
<h2 id="what-survives-by-mechanism">What survives, by mechanism</h2>
<p>Three durability layers, each with its own carrier.</p>
<p>Artifacts survive as samples. The decision letters, the strategy memos, the policy specs. They&rsquo;re citable if someone goes looking. But they require curators. They sit in archives and depend on the next person knowing they&rsquo;re there.</p>
<p>Processes survive as scaffolding. The pipeline can be picked up and run by people who don&rsquo;t share my temperament. They&rsquo;d run it differently. They&rsquo;d get different sharpness from it. The procedure works without the original posture, just with reduced fidelity.</p>
<p>The meta-move survives as principle. &ldquo;Know your lock-in mode and build the tool that breaks it&rdquo; doesn&rsquo;t depend on anyone preserving anything. It&rsquo;s small, portable, and it doesn&rsquo;t care who&rsquo;s holding it. Someone reading this in seven years can apply it without ever knowing the specific tool I built or what term I was finishing when I wrote it.</p>
<p>The portable thing isn&rsquo;t my tool. It&rsquo;s the principle.</p>
<h2 id="the-inversion">The inversion</h2>
<p>The honest version of the legacy claim isn&rsquo;t &ldquo;I left good examples.&rdquo;</p>
<p>It&rsquo;s: I left a record of someone who knew his lock-in mode and built the tool that broke it. That&rsquo;s the example. Not the specific tool. The honesty about the weakness, and the specific corrective built around it.</p>
<p>Anyone reading it has the same job. Find your own lock-in mode. Build your own tool. The mechanism transfers, even though the shape of the tool will look nothing like mine.</p>
<p>That&rsquo;s a smaller claim than &ldquo;I changed the institution.&rdquo; I think it&rsquo;s also more likely to be true. And it&rsquo;s available to anyone leading anything, regardless of altitude or title.</p>
<p>The seed isn&rsquo;t the artifact. The seed is the example of someone willing to name the weakness and build around it. The tool is just the proof that the example was real.</p>
<p>What&rsquo;s the tool that breaks you?</p>
]]></content:encoded></item><item><title>We Automated Our Entire Marketing Stack With a Single Skill</title><link>https://johndschultz.com/essays/we-automated-our-entire-marketing-stack-with-a-single-skill/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/we-automated-our-entire-marketing-stack-with-a-single-skill/</guid><description>How one auction company replaced campaign-by-campaign marketing with a repeatable system.</description><content:encoded><![CDATA[<p>Grafe Auction runs about 290 auctions a year across 48 states. Each campaign takes 10 to 14 days from start to finish. That&rsquo;s roughly one new marketing campaign going live every business day. Ad copy, search keywords, geographic targeting, photo selection, platform-specific formatting. Every time.</p>
<p>For years, each campaign started the same way: a blank page. Someone opens the lot catalog, scans through it, figures out what&rsquo;s worth highlighting, writes the ad copy, picks the photos, formats everything for Facebook and Google, selects the target markets. Then does it again tomorrow. And the day after that.</p>
<p>The work was good. It was also completely dependent on whoever was doing it. A different person, a different day, a different mood, and the output shifted. Not dramatically, but enough. Enough that quality was a function of who showed up, not what the system produced.</p>
<p>As our deal flow kept climbing, the math got simple: hire a marketing person or build a system. I chose the option that didn&rsquo;t need an interview process. The insight wasn&rsquo;t that the work could be automated. It was that the work already followed a pattern. We just hadn&rsquo;t named the pattern yet.</p>
<p>So we named it. Then we codified it. Then we built a single skill that runs the entire marketing pipeline. One command. Copy, photos, targeting, formatting. Here&rsquo;s what we learned building it.</p>
<hr>
<h2 id="start-with-the-data-not-the-blank-page">Start with the data, not the blank page</h2>
<p>The old workflow started with a person reading a lot catalog and deciding what mattered. The new one starts with the catalog itself.</p>
<p>When a campaign kicks off, the system pulls the full lot catalog from our auction platform&rsquo;s API. Every lot, every title, every category. Then it does what a good marketing person would do if they had unlimited time: it reads every single listing, identifies the top-value items, breaks down the category mix, and builds a profile of who&rsquo;s going to bid on this stuff.</p>
<p>That analysis happens before anyone writes a word of copy.</p>
<p>Here&rsquo;s why that matters. A 300-lot manufacturing auction might be 40% CNC equipment, 25% welding, 20% material handling, and 15% office furniture. The copy should reflect that mix. The photo selection should reflect that mix. The geographic targeting should reflect that mix. When a person is scanning a catalog by hand, they&rsquo;re doing this intuitively. Sometimes they nail the proportions. Sometimes the first interesting item they see dominates the whole campaign because that&rsquo;s what caught their eye first.</p>
<p>The system doesn&rsquo;t have that bias. It reads everything, counts everything, and hands the analysis to the next phase as structured data. The creative work that follows starts from a complete picture, not a first impression.</p>
<p>The human still makes the calls. They just start somewhere better than a blank page and 300 lot titles they skimmed 20 minutes ago.</p>
<hr>
<h2 id="define-quality-as-a-measurement-not-a-feeling">Define quality as a measurement, not a feeling</h2>
<p>&ldquo;Does this ad copy look good?&rdquo; is a question that gets a different answer depending on who you ask and what time of day it is. We replaced it with questions you can actually check.</p>
<p>Facebook primary text: 125 characters or fewer. Not approximately. Not &ldquo;around 125.&rdquo; The system counts every character and rejects anything over the limit before a human ever sees it. Google Ads headlines: 30 characters max. Descriptions: 90. These aren&rsquo;t suggestions. They&rsquo;re hard ceilings enforced by the platforms, and they&rsquo;re enforced in our system before the copy leaves the pipeline.</p>
<p>Character counts are the easy example. The harder one is photo selection.</p>
<p>Picking marketing photos used to be entirely subjective. Someone would scroll through 60 images and pick the ones that &ldquo;felt right.&rdquo; Which was fine until you compared Tuesday&rsquo;s picks to Thursday&rsquo;s picks from the same person. Now the system runs a two-pass review. First pass is triage: keep or skip, based on defined criteria. Storage unit backgrounds? Skip. Blue tape or lot stickers visible? Skip. Sideways orientation? Skip. Good lighting, real-world setting, recognizable brand? Keep.</p>
<p>Second pass ranks the keepers against a priority list: hero shot potential first, then visual punch, brand recognition, category diversity (does the photo selection represent the full breadth of the auction?), composition quality, and platform versatility (will it work as both a square and landscape crop?).</p>
<p>None of that is subjective once the criteria exist. It&rsquo;s a rubric. Two people applying the same rubric to the same photos will get closer to the same answer than two people following their gut. And when the rubric is wrong (which happens), you fix the rubric. The fix applies to every future campaign, not just the one where you noticed the problem.</p>
<p>Quality becomes a property of the system, not the operator.</p>
<hr>
<h2 id="build-decision-gates-not-revision-cycles">Build decision gates, not revision cycles</h2>
<p>The most expensive mistake in a marketing pipeline isn&rsquo;t bad copy. It&rsquo;s bad copy you don&rsquo;t catch until the end.</p>
<p>Here&rsquo;s the old pattern: generate everything, present it all at once, get feedback, revise, present again, get more feedback, revise again. Each cycle burns time. The deeper the revision, the more time burned. And the later you catch a misalignment, the more work you throw away.</p>
<p>The skill has a steering check built into the middle of the pipeline. After the catalog analysis but before the expensive work (copy generation, photo selection), it pauses. It shows the auction theme, the top three highlights, and the category breakdown. Does this match what you know about this sale?</p>
<p>Thirty seconds. If the analysis is off (maybe the seller has a piece that isn&rsquo;t reflected in the lot titles, or a whole category that should be de-emphasized), the correction happens before any downstream work begins. One adjustment at the steering check saves three rounds of revision at the end.</p>
<p>This is a principle that applies well beyond marketing. Any pipeline where the expensive work comes later should have a cheap check up front. The cost of a 30-second pause is trivial. The cost of revising 50 search keywords, 15 ad headlines, 10 descriptions, and a full photo set because the theme was wrong from the start is not.</p>
<hr>
<h2 id="let-the-system-carry-the-volume">Let the system carry the volume</h2>
<p>A single campaign through this pipeline takes about 10 to 15 minutes. My active involvement is maybe 60 seconds: confirming the steering check and approving the final output. The rest is the system doing what I&rsquo;ve already decided it should do.</p>
<p>That&rsquo;s the part that changes everything at 290 campaigns a year. Campaign quality holds steady, maybe more consistent. What changes is that the volume becomes sustainable without scaling the team.</p>
<p>Before the skill, marketing capacity was directly tied to headcount. More campaigns meant more people or more hours. Now it&rsquo;s tied to the system. The same person can run five campaigns in an afternoon because the decisions are encoded, the quality checks are automated, and the creative work is seeded with real data instead of starting from scratch.</p>
<p>And the system compounds. Every correction (a rubric tweak, a new skip criterion for photos, an updated character limit that a platform changed) improves every future campaign. A team of people making individual creative decisions doesn&rsquo;t compound that way. Each campaign starts over. Each person carries their own lessons. Institutional knowledge lives in people&rsquo;s heads instead of in the system.</p>
<p>The skill file is a markdown document. It describes the workflow in plain text. When the workflow changes, I edit the file. The next campaign uses the updated version. No deployment, no build step, no waiting for someone to push an update. It&rsquo;s a living document that gets better every time it runs because the corrections are structural, not personal.</p>
<hr>
<h2 id="what-actually-changed">What actually changed</h2>
<p>The copy didn&rsquo;t get dramatically more creative. The photos didn&rsquo;t become art. What changed is that campaign 290 is as good as campaign 1. On a Tuesday afternoon in November, under deadline, with three other auctions competing for attention, the output holds.</p>
<p>That&rsquo;s the thing about treating a creative process as an engineering problem. You don&rsquo;t lose the creativity. You just stop depending on it. The system provides the foundation (correct data, enforced limits, structured criteria), and the human provides the judgment that the system can&rsquo;t: is this the right theme, does this photo tell the right story, does this copy sound like us. The split is clean.</p>
<p>Most businesses running high-volume marketing haven&rsquo;t made this shift yet. The technology exists. Treating each campaign as unique just feels right. It feels like you&rsquo;re paying attention. But attention doesn&rsquo;t scale. Systems do.</p>
<p>If you&rsquo;re running 20 or 50 or 200 campaigns a year and each one starts with a blank page, the question isn&rsquo;t whether you can do it. You clearly can. The question is whether you should.</p>
]]></content:encoded></item><item><title>Acquiring Capability vs. Hiring Headcount</title><link>https://johndschultz.com/thoughts/acquiring-capability-vs-hiring-headcount/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/acquiring-capability-vs-hiring-headcount/</guid><description>When you hire someone, you rent their skills. When you acquire a company, you buy the architecture. The distinction matters because architecture compounds and skills walk out the door.</description><content:encoded><![CDATA[<p>I was working through the details of bringing a small team in-house. Purchase price, salaries, org chart, who reports to whom. Normal acquisition stuff. And I caught myself thinking about it like a hiring decision. How many people, at what cost, doing what work.</p>
<p>But we weren&rsquo;t hiring. We were acquiring.</p>
<p>The distinction matters, and I think it matters more in the auction industry than most people realize.</p>
<hr>
<p>When you hire someone, you&rsquo;re renting their skills for as long as they stay. The moment they leave, whatever wasn&rsquo;t documented or embedded in a system walks out with them. That&rsquo;s not cynical, it&rsquo;s structural. I wrote about this a few weeks ago in a different context: the relationships someone builds on your platform become yours, but the person is always rented. Everyone is.</p>
<p>An acquisition is different because you&rsquo;re buying the system, not just the person who runs it. A client book built over fifteen years. An operational playbook that runs fifty auctions without anyone reinventing the process. A regional brand that banks and attorneys call first. A technology stack that compounds with every auction. These aren&rsquo;t skills someone carries in their head. They&rsquo;re institutional assets, and institutional assets survive the people who built them.</p>
<hr>
<p>Most auction companies are small. One to five people, often a sole proprietor or a family operation. The top 20% doing 80% of the volume looks different, ranging from regional firms up to publicly traded companies with thousands of employees. But the single-point-of-failure problem runs through all of them, just at different scales. In a five-person shop, the owner IS the system. If they stop, everything stops. In a larger operation, maybe one person carries the key banking relationships, or one person understands the technology, or one person holds the operational playbook together. The industry doesn&rsquo;t talk about this in polite company. If your key person leaves, do the relationships stay? Does the playbook survive? Do you own a platform or a login to someone else&rsquo;s?</p>
<p>The companies pulling ahead right now aren&rsquo;t doing it by adding people one at a time. They&rsquo;re building systems that work whether or not any single person shows up on Monday. Proprietary bidder databases. Operational workflows that scale. Client relationships embedded in the company, not in one person&rsquo;s phone. The fastest way to build a system like that is sometimes to buy one that already works.</p>
<p>That&rsquo;s the real question when an acquisition lands on your desk. Are you buying a system that outlasts the people, or are you buying expensive employees with a term sheet instead of an offer letter? The answer changes everything about how you negotiate, how you integrate, and what you expect to still have in five years.</p>
<hr>
<p>Here&rsquo;s what I keep sitting with.</p>
<p>The person selling capability usually values it clearly. They know what they built and what it&rsquo;s worth. The buyer often undervalues it because they&rsquo;re thinking in headcount terms. Three people at X salary for Y years. That math misses the point. The salary is the cost. The system is the asset. And assets compound in ways that headcount never does.</p>
<p>But there&rsquo;s a tension. The person who built the client book, who knows which attorney sends the best leads and which bank workout officer actually returns calls, that person is still rented. Always. The Rolodex stays when they leave. The judgment behind it doesn&rsquo;t. Same with operations. The playbook stays. The instinct for when to deviate from the playbook doesn&rsquo;t. Same with technology. The code stays. The reasoning behind the code doesn&rsquo;t.</p>
<p>So when does the system become more valuable than the person who built it? That&rsquo;s the test. If your key person left tomorrow and the system stayed, how much capability did you actually lose? If the answer is &ldquo;most of it,&rdquo; the acquisition bought headcount wrapped in an asset purchase. If the answer is &ldquo;some, but we can keep building,&rdquo; the acquisition bought real capability.</p>
<hr>
<p>I think this is where the auction industry is headed. The companies that figure out whether they&rsquo;re acquiring capability or hiring headcount will make better decisions about growth, about partnerships, about which relationships to cultivate and which systems to own. The ones that keep thinking in headcount terms will keep renting what they should be building.</p>
<p>The assets that compound in a business are the ones you own. That&rsquo;s true for bidder databases. It&rsquo;s true for brand. It&rsquo;s true for client relationships. And it turns out it&rsquo;s true for the team that builds everything else.</p>
]]></content:encoded></item><item><title>Structure Reveals Strategy</title><link>https://johndschultz.com/thoughts/structure-reveals-strategy/</link><pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/structure-reveals-strategy/</guid><description>When you make the structure of your relationships visible, the structure starts telling you where to invest. The map changes the territory.</description><content:encoded><![CDATA[<h2 id="the-observation">The Observation</h2>
<p>I&rsquo;ve been keeping notes in this vault for two years. Hundreds of calls, meetings, emails, references, thought cards. All wiki-linked, all tagged, all searchable. I thought the value was in the search. Find the note, read the context, prepare for the call.</p>
<p>Then we added community detection. A clustering algorithm that groups nodes by edge density. Nothing fancy. Runs in 50 milliseconds. And suddenly I could see that my vault has 32 natural communities. Association operations is one cluster. State chapters are another. Client work is a third. Thought cards live in their own world, almost entirely disconnected from the operational clusters where the ideas actually apply.</p>
<p>That&rsquo;s information I didn&rsquo;t have yesterday. Not because the data was missing, but because the structure was invisible.</p>
<h2 id="what-changes-when-structure-is-visible">What Changes When Structure Is Visible</h2>
<p>The first thing we computed was &ldquo;god nodes,&rdquo; the most structurally central entities in the graph. The trade association I chair scored 1.0. My own company scored less than half that. That ratio says something I wouldn&rsquo;t have articulated on my own: the association is more than twice as central to my vault as the company I own. Whether that&rsquo;s a problem or a feature depends on the season, but I wouldn&rsquo;t have seen it without the number.</p>
<p>The second thing was multipliers. People whose connections span three or more communities. One contact bridges a dozen. Another bridges eight. I knew both were important. I didn&rsquo;t know the quieter one was structurally more connected than the association&rsquo;s CEO, who&rsquo;s the person I talk to most. One is a connector. The other is a hub. Those are different roles, and they need different kinds of investment.</p>
<p>The third thing was emerging contacts. People I&rsquo;m talking to a lot right now who aren&rsquo;t structurally integrated yet. One consulting client has ten notes in 30 days and a community reach of two. I&rsquo;ve been deep in strategy work with him, generating thought cards and essays from those conversations, but almost none of it connects back to the rest of the vault. The ideas are flowing. The structural integration isn&rsquo;t.</p>
<p>That&rsquo;s a signal I would have missed for months.</p>
<h2 id="the-principle">The Principle</h2>
<p>We default to managing relationships by feel. Who called recently, who&rsquo;s top of mind, who asked for something. Feel is fast but it&rsquo;s biased toward whatever happened last and whoever&rsquo;s loudest in your head. The person who emailed you yesterday feels more important than the person who bridges a dozen communities but hasn&rsquo;t emailed in a week.</p>
<p>Structure doesn&rsquo;t replace feel. It <a href="/thoughts/same-mind-same-blind-spots/">corrects for the blind spots</a>. The graph doesn&rsquo;t tell you who to care about. It tells you where your time is actually building something, and where it isn&rsquo;t.</p>
<p>The auction industry runs on relationships. Everyone knows that. But knowing that your relationship investment is concentrated in one cluster while another cluster has zero multipliers, that&rsquo;s operational. That changes what you do on Monday morning.</p>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>The ROI metric combines structural importance with velocity. The top contact scores 0.96. But ROI assumes the current structure is the one you want. What if the right strategic move is to deliberately build bridges into an underconnected community? The metric rewards maintaining the existing network shape. It doesn&rsquo;t reward reshaping it.</li>
<li>The ideas cluster and the operations cluster are separate worlds. My thinking about the industry and my operational work in the industry don&rsquo;t cross-pollinate in the graph. Is that a documentation gap, or is the separation real? If it&rsquo;s real, what does it mean that the ideas aren&rsquo;t grounded in the operations?</li>
<li>The emerging contacts signal catches people with high recent velocity but low reach. It doesn&rsquo;t catch people with low velocity who <em>should</em> have high reach. The person you&rsquo;re not talking to but should be. That&rsquo;s the harder question, and the graph can&rsquo;t answer it alone.</li>
</ul>
]]></content:encoded></item><item><title>The Agentic Shift</title><link>https://johndschultz.com/concepts/the-agentic-shift/</link><pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/concepts/the-agentic-shift/</guid><description>The structural transition from systems where humans decide with technology&amp;#39;s help to systems where technology decides within human constraints, and how that transition changes what trust, data, memory, and platform friction actually mean.</description><content:encoded><![CDATA[<h2 id="definition">Definition</h2>
<p>The agentic shift is not an upgrade to existing infrastructure. It replaces the assumptions that infrastructure was built on.</p>
<blockquote>
<p>&ldquo;Each level isn&rsquo;t defined by what the AI <em>starts</em> doing. It&rsquo;s defined by what the human <em>stops</em> doing.&rdquo; – <a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a></p>
</blockquote>
<blockquote>
<p>&ldquo;The cost of modern convenience is an involuntary autobiography that someone else owns.&rdquo; – <a href="/thoughts/digital-exhaust/">Digital Exhaust</a></p>
</blockquote>
<blockquote>
<p>&ldquo;The agentic web is the marketplace trap with different actors.&rdquo; – Two Trust Systems</p>
</blockquote>
<blockquote>
<p>&ldquo;It determines whether or not or if you won and then makes something up to fit that scenario.&rdquo; – <a href="/thoughts/the-movie-that-matches-the-outcome/">The Movie That Matches The Outcome</a></p>
</blockquote>
<blockquote>
<p>&ldquo;Attention doesn&rsquo;t scale. Systems do.&rdquo; – Automated Marketing Stack</p>
</blockquote>
<p>Seven thought cards and three essays written across eight weeks converge on the same structural observation: the agentic layer doesn&rsquo;t make existing processes faster. It changes who does the work, who holds the data, and what &ldquo;trust&rdquo; means when there&rsquo;s no human in the loop.</p>
<p>The shift moves in one direction. At each level, humans stop doing something they used to do. Stop searching. Stop choosing. Stop prompting. Eventually stop paying attention at all. The interesting question isn&rsquo;t what agents can do. It&rsquo;s what happens to the systems, markets, and institutions built on the assumption that a human was watching.</p>
<p>Marketing assumes someone sees the ad. Brand assumes someone recognizes the name. Auction competition assumes someone feels the rush of winning. Pricing assumes someone reads the menu. Memory assumes someone forgets what&rsquo;s no longer relevant. Every one of those assumptions breaks when the human leaves the loop. The agentic shift is the name for what breaks, and what replaces it.</p>
<p>The marketing stack essay makes it concrete. When every campaign used to start with a blank page and a person&rsquo;s judgment, quality was a function of who showed up. Once the workflow was codified, quality became a property of the system. The person still makes the calls, but the system carries the volume, enforces the standards, and compounds every correction into every future run. That&rsquo;s the shift at the operational level: not removing the human, but changing what the human is for.</p>
<p>The Ownership And Control concept asks: who owns what? This concept asks: how does the shift itself change the rules of the game?</p>
<h2 id="evolution">Evolution</h2>
<table>
  <thead>
      <tr>
          <th>Date</th>
          <th>Source</th>
          <th>Articulation</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>260213</td>
          <td><a href="/thoughts/digital-exhaust/">Digital Exhaust</a></td>
          <td>The data trail is involuntary and asymmetric. &ldquo;They know you, but you don&rsquo;t know them.&rdquo; The shift starts with awareness: you&rsquo;re already producing the raw material that agents will consume.</td>
      </tr>
      <tr>
          <td>260224</td>
          <td><a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a></td>
          <td>Stripe&rsquo;s framework names the progression. Level 1 is a clerk. Level 4 is delegation. Level 5 is anticipation with no prompt. The trust cliff sits between 3 and 4, where &ldquo;help me decide&rdquo; becomes &ldquo;decide for me.&rdquo;</td>
      </tr>
      <tr>
          <td>260302</td>
          <td>Two Trust Systems</td>
          <td>Two trust systems now operate on completely different mechanics. Human trust is slow, relational, and breaks through betrayal. Algorithmic trust is fast, structural, and breaks through inaccuracy. Optimizing one while neglecting the other creates a blind spot.</td>
      </tr>
      <tr>
          <td>260310</td>
          <td><a href="/thoughts/users-do-the-scaling/">Users Do The Scaling</a></td>
          <td>Friction determines who does the scaling. YouTube won because users did the work. The auction industry&rsquo;s full-service model means the company does the scaling, one auction at a time. The agentic shift asks whether the trust and compliance layer could be unbundled from the labor.</td>
      </tr>
      <tr>
          <td>260316</td>
          <td><a href="/thoughts/the-movie-that-matches-the-outcome/">The Movie That Matches The Outcome</a></td>
          <td>The slot machine decides the outcome first, then renders the experience to match. AI-generated websites work the same way. The page itself is theater assembled in real time. The shift from static templates to dynamic rendering means the &ldquo;experience&rdquo; is no longer shared across users.</td>
      </tr>
      <tr>
          <td>260328</td>
          <td><a href="/thoughts/memory-half-life/">Memory Half Life</a></td>
          <td>Human memory decays by design, and the decay is a feature. Persistent AI memory without half-life degrades performance. Stale context doesn&rsquo;t just take up space; it introduces contradictions and actively misleads. The agentic layer needs forgetting to stay useful.</td>
      </tr>
      <tr>
          <td>260406</td>
          <td>Sparring Vs Ghostwriting</td>
          <td>&ldquo;At some point, the quality gap between sparring and ghostwriting gets wide enough that people notice.&rdquo; The agentic shift applied to AI use itself: one person&rsquo;s AI has context, voice, and compounding corrections. The other has a paste buffer. The gap is invisible to the person defaulting.</td>
      </tr>
      <tr>
          <td>260407</td>
          <td><a href="/thoughts/structure-reveals-strategy/">Structure Reveals Strategy</a></td>
          <td>AI analytics making invisible structure visible in 50ms. Community detection, multiplier scoring, and emerging contact signals. The shift isn&rsquo;t just in commerce, it&rsquo;s in personal knowledge management. The graph corrects for recency bias the way Hawk-Eye corrects for human inaccuracy.</td>
      </tr>
      <tr>
          <td>260409</td>
          <td><a href="/thoughts/acquiring-capability-vs-hiring-headcount/">Acquiring Capability Vs Hiring Headcount</a></td>
          <td>The shift changes what &ldquo;hiring&rdquo; means. Headcount is a line item; capability is an asset. An acquisition buys the architecture (the agentic layer), not just the architect. The code stays, the design patterns stay, the person who made the decisions is still rented. The agentic infrastructure outlasts the people who built it.</td>
      </tr>
      <tr>
          <td>260412</td>
          <td>Automated Marketing Stack</td>
          <td>The shift goes operational at Grafe. 290 campaigns/year codified into a single skill. Quality becomes a property of the system, not the operator. The system compounds every correction into every future run. The human&rsquo;s role changes from producing the work to judging the output.</td>
      </tr>
      <tr>
          <td>260417</td>
          <td>Ownership At Every Altitude</td>
          <td><strong>Source:</strong> Looking back at two weeks of stress-tests (NAA vs ATG, Grafe vs Stripe, Minnesota SF4747&hellip;</td>
      </tr>
      <tr>
          <td>260428</td>
          <td>The Barbell</td>
          <td><strong>Source:</strong> Three peer-CEO texts in one week (260417_text_ray_caruso, [[260416_text_robert_mayo]&hellip;</td>
      </tr>
      <tr>
          <td>260525</td>
          <td>Reciprocity In Ai Sparring</td>
          <td><strong>Source:</strong> Deep dive dialogue connecting Sparring Vs Ghostwriting, [[260225_tho&hellip;</td>
      </tr>
      <tr>
          <td>260527</td>
          <td><a href="/thoughts/cognitive-defense-against-default-drift/">Cognitive Defense Against Default Drift</a></td>
          <td><strong>Source:</strong> Deep dive dialogue connecting Reciprocity In Ai Sparring, [[260501_t&hellip;</td>
      </tr>
      <tr>
          <td>260601</td>
          <td><a href="/thoughts/systemic-rivals-against-default-drift/">Systemic Rivals Against Default Drift</a></td>
          <td><strong>Source:</strong> Deep dive dialogue connecting [[260527_thoughts_cognitive_defense_against_default_drift]&hellip;</td>
      </tr>
      <tr>
          <td>260611</td>
          <td>The Scheduled Collision</td>
          <td><strong>Source:</strong> Deep dive dialogue following the 2026-06-10 sales forecast audit, where a hand-typed mon&hellip;</td>
      </tr>
      <tr>
          <td>260613</td>
          <td><a href="/thoughts/the-yin-and-yang-of-governance/">The Yin And Yang Of Governance</a></td>
          <td><strong>Source:</strong> Deep dive dialogue connecting The Scheduled Collision, [[260601_thou&hellip;</td>
      </tr>
  </tbody>
</table>
<h2 id="source-voices">Source Voices</h2>
<ul>
<li><strong>Stripe</strong> (John &amp; Patrick Collison) – The five-level framework. Each level defined by what the human stops doing. The bifurcation data: winners pull away across every industry, and agentic commerce accelerates the sorting (from <a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a>)</li>
<li><strong>a friend</strong> – Coined &ldquo;digital exhaust.&rdquo; The data trail you produce but don&rsquo;t control, the involuntary autobiography powering the agentic layer&rsquo;s inputs (from <a href="/thoughts/digital-exhaust/">Digital Exhaust</a>)</li>
<li><strong>Jason Barnard</strong> – The algorithmic trust framework: recruited, grounded, displayed, won. For an autonomous agent, confidence can&rsquo;t be probabilistic; it has to be absolute (from Article Aao Assistive Agent Optimization)</li>
<li><strong>Dave Plummer</strong> – The slot machine architecture as a model for AI-generated experiences. The outcome is already decided. The experience is theater built after the fact (from <a href="/thoughts/the-movie-that-matches-the-outcome/">The Movie That Matches The Outcome</a>)</li>
<li><strong>Acquired podcast</strong> – YouTube vs. Google Video. Same product, different friction. The low-friction version attracted creators, creators attracted audience, audience attracted more creators. Users did the scaling (from <a href="/thoughts/users-do-the-scaling/">Users Do The Scaling</a>)</li>
<li><strong>Matthew Prince</strong> – Cloudflare CEO&rsquo;s numbers: 6,000 pages crawled per visitor sent back. The crawl-to-visit ratio as proof the browser era is ending (from <a href="/essays/true-market-value-last-moat/">True Market Value: Why Structured Data Is the Last Moat in Auctions</a>)</li>
<li><strong>a colleague</strong> – The real-time demonstration of the quality gap. Received a carefully drafted email and returned AI-generated output without critical engagement. The person on the wrong side of the shift can&rsquo;t see the gap. (from Sparring Vs Ghostwriting)</li>
</ul>
<h2 id="applications">Applications</h2>
<ul>
<li><strong><a href="/essays/true-market-value-last-moat/">True Market Value: Why Structured Data Is the Last Moat in Auctions</a></strong> – The essay where the shift becomes operational. Agents solve the room-size problem for auctions: from 50 emotional humans to 5,000 rational agents. The moat moves from buyer reach to data quality. The flywheel flips from buyer acquisition to seller relationships plus structured data.</li>
<li><strong>Article Aao Assistive Agent Optimization</strong> – Barnard&rsquo;s AAO framework as the practical playbook. SEO becomes AEO becomes AIEO becomes AAO. At the final stage, the agent acts without a human in the loop. The brand that gets chosen is the one the algorithm understands, trusts, and can act on.</li>
<li><strong>Two Trust Systems</strong> – Grafe running both systems simultaneously. Algorithmic trust (structured data, owned tech stack) on the buyer side. Human trust (relationships, reputation, showing up) on the seller side. The company that runs both wins. The one that optimizes only one gets blindsided.</li>
<li><strong><a href="/thoughts/the-movie-that-matches-the-outcome/">The Movie That Matches The Outcome</a></strong> – Recommended settings for new bidders on grafeauction.com. The &ldquo;decide for the user&rdquo; principle applied to platform defaults. If the outcome you want (an engaged, informed bidder) is already determined, the settings are just the movie that matches it.</li>
<li><strong><a href="/thoughts/structure-reveals-strategy/">Structure Reveals Strategy</a></strong> – The agentic shift applied to personal infrastructure. A clustering algorithm running in 50 milliseconds revealed 32 communities, structural multipliers, and emerging contacts that felt invisible. The same dynamic as Hawk-Eye: when an algorithm shows you something you&rsquo;ve been managing by feel, the accuracy gap creates a legitimacy shift in your own decision-making.</li>
<li><strong>Sparring Vs Ghostwriting</strong> – The quality gap as competitive divergence. One person&rsquo;s AI has 500 files of context, 30 custom skills, and compounding voice corrections. Another&rsquo;s has a paste buffer. The outputs look superficially similar but are fundamentally different. The baseball crowd cheered because the accuracy gap got too wide; the email quality gap is approaching the same inflection point.</li>
<li><strong>Automated Marketing Stack</strong> – The shift goes from theory to production. 290 campaigns/year, each previously starting from a blank page. Now a single skill pulls the lot catalog, analyzes category mix, generates copy within platform character limits, selects photos against a rubric, and targets geographically. Active human involvement dropped to ~60 seconds per campaign. The system carries the volume, compounds every correction, and holds quality steady on campaign 290 the way it did on campaign 1. This is the concept&rsquo;s clearest operational proof: the human didn&rsquo;t leave the loop, but the loop no longer depends on the human&rsquo;s consistency.</li>
<li><strong><a href="/thoughts/acquiring-capability-vs-hiring-headcount/">Acquiring Capability Vs Hiring Headcount</a></strong> – The agentic shift applied to business structure. Acquiring Happy Dog buys the codebase, the design patterns, the deployment pipeline. The architecture compounds whether or not any individual stays. Hiring an experienced operator buys relationships that convert from rented to owned, but with no transferable architecture. The distinction between &ldquo;capability that survives the person&rdquo; and &ldquo;headcount that walks out the door&rdquo; is the ownership question restated through the lens of what agentic infrastructure actually is.</li>
<li><strong>Skill Audit Decisions</strong> – The memory half-life tension applied to the agentic infrastructure itself. 56 skills pruned to 34. Eight killed, six merged into orchestrators, nine consolidated to shared infrastructure. The system needed forgetting to stay useful, the same dynamic the concept tracks at the data layer.</li>
<li><strong><a href="/thoughts/the-yin-and-yang-of-governance/">The Yin And Yang Of Governance</a></strong> – Integrated new capability into the structural shift.</li>
<li><strong>The Scheduled Collision</strong> – Integrated new capability into the structural shift.</li>
<li><strong><a href="/thoughts/systemic-rivals-against-default-drift/">Systemic Rivals Against Default Drift</a></strong> – Integrated new capability into the structural shift.</li>
<li><strong><a href="/thoughts/cognitive-defense-against-default-drift/">Cognitive Defense Against Default Drift</a></strong> – Integrated new capability into the structural shift.</li>
<li><strong>Reciprocity In Ai Sparring</strong> – Integrated new capability into the structural shift.</li>
<li><strong>The Barbell</strong> – Integrated new capability into the structural shift.</li>
<li><strong>Ownership At Every Altitude</strong> – Integrated new capability into the structural shift.</li>
</ul>
<h2 id="tensions">Tensions</h2>
<ul>
<li><strong>Theater vs. efficiency.</strong> Auctions thrive on competition, emotion, the feeling of winning. Agents remove the emotional layer entirely. What&rsquo;s left is pure market efficiency, great for price discovery, terrible for the theater that makes auctions worth attending. The math may still work (volume compensates for lost premium), but the experience changes. Sources: <a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a>, <a href="/essays/true-market-value-last-moat/">True Market Value: Why Structured Data Is the Last Moat in Auctions</a>.</li>
<li><strong>Memory persistence vs. decay.</strong> AI systems default to remembering everything forever. But unbounded memory degrades performance the same way unbounded organizational complexity does. The brain&rsquo;s forgetting curve isn&rsquo;t a bug; it&rsquo;s what keeps the signal-to-noise ratio manageable. The agentic layer needs decay rates, confidence gradients, and consolidation cycles, not just more storage. Source: <a href="/thoughts/memory-half-life/">Memory Half Life</a>.</li>
<li><strong>Human trust vs. algorithmic trust.</strong> They run on different mechanics, different timelines, and different failure modes. Human trust breaks through betrayal. Algorithmic trust breaks through inaccuracy. An algorithmic trust product (like HiveGinx&rsquo;s bidder integrity score) can only reach the market through a human trust process that moves at the speed of scar tissue. Source: Two Trust Systems.</li>
<li><strong>Scale vs. oversight.</strong> The platforms that removed friction and let users do the scaling changed who owns the flywheel. But the industries that require expertise, regulation, and trust can&rsquo;t simply remove friction without losing the value the friction created. The question is which friction is structural and which is just workflow debt. Sources: <a href="/thoughts/users-do-the-scaling/">Users Do The Scaling</a>, Two Trust Systems.</li>
<li><strong>Awareness vs. paranoia.</strong> The digital exhaust observation is powerful, but the teaching problem is real. The line between &ldquo;be intentional about your footprint&rdquo; and &ldquo;they&rsquo;re watching you&rdquo; is thin. One lands as wisdom, the other as conspiracy. Source: <a href="/thoughts/digital-exhaust/">Digital Exhaust</a>.</li>
<li><strong>Quality gap visibility.</strong> The person using AI as a ghostwriter can&rsquo;t tell the difference between their output and the sparring version. If the quality gap is <a href="/thoughts/same-mind-same-blind-spots/">invisible to the person producing it</a>, at what point does the audience start to see? The baseball crowds noticed because the gap was measured in inches. In email and content, the measurement is less precise but the divergence is widening. Sources: Sparring Vs Ghostwriting, The Crowd Cheered For The Machine.</li>
<li><strong>System dependence vs. creative autonomy.</strong> The marketing stack essay says &ldquo;you don&rsquo;t lose the creativity, you just stop depending on it.&rdquo; But dependence was also what made each campaign feel attended to. When the system carries 290 campaigns and the human&rsquo;s role drops to 60 seconds of judgment per run, the output is more consistent but the person is further from the work. The tension: consistent quality at scale vs. the institutional knowledge that only comes from doing the work by hand. The system compounds corrections, but does it compound taste? Sources: Automated Marketing Stack, <a href="/thoughts/users-do-the-scaling/">Users Do The Scaling</a>.</li>
</ul>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ol>
<li>At what level does brand stop mattering? If agents are choosing, do they care about brand at all, or just ratings, price, and specs? (from <a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a>)</li>
<li>What does &ldquo;trust&rdquo; look like at Level 4? Delegation requires a fundamentally different order of trust than recommendation. We barely trust recommendation algorithms now. (from <a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a>)</li>
<li>Is there a Level 6 where agents sell on your behalf too? Not just buying but liquidating, listing, pricing, negotiating, the full cycle? (from <a href="/thoughts/five-levels-of-agentic-commerce/">Five Levels of Agentic Commerce</a>)</li>
<li>At what point does aggregated digital exhaust cross from &ldquo;data&rdquo; to &ldquo;identity&rdquo;? Where&rsquo;s the threshold where scattered exhaust becomes a portrait? (from <a href="/thoughts/digital-exhaust/">Digital Exhaust</a>)</li>
<li>What&rsquo;s the right decay model for AI memory? Feedback memories need infinite half-life. Project memories rot in days. How do you build the confidence gradient so aging memories get verified before use instead of trusted blindly? (from <a href="/thoughts/memory-half-life/">Memory Half Life</a>)</li>
<li>If the page is the movie assembled after the outcome is decided, what does A/B testing even mean? You&rsquo;re not testing two versions of the same page. You&rsquo;re testing two rendering strategies for the same predetermined result. (from <a href="/thoughts/the-movie-that-matches-the-outcome/">The Movie That Matches The Outcome</a>)</li>
<li>Which parts of the auction process genuinely require human expertise, and which are friction that exists because we never redesigned the workflow? (from <a href="/thoughts/users-do-the-scaling/">Users Do The Scaling</a>)</li>
<li>Can both trust systems be run at the same scale? Algorithmic trust scales automatically. Human trust doesn&rsquo;t. At 290 auctions/year across 48 states, is the human side already at its limit? (synthesis)</li>
<li>If quality becomes a property of the system, what happens to the role that used to produce it? The marketing hire who would have started from a blank page 290 times a year now doesn&rsquo;t exist. The skill replaced the position before the position was created. How many other roles are being preempted rather than displaced? (from Automated Marketing Stack)</li>
<li>When you acquire a company for its agentic infrastructure (the codebase, the architecture), at what point does the architecture become more valuable than the architect? If the person who made all the design decisions leaves, how much capability did you actually buy? (from <a href="/thoughts/acquiring-capability-vs-hiring-headcount/">Acquiring Capability Vs Hiring Headcount</a>)</li>
<li>The skill audit pruned 56 skills to 34. The agentic layer needs forgetting the same way human memory does. But who decides what to forget? The pruning was a judgment call, not an algorithm. Is there a decay model for agentic infrastructure, or does it always require a human audit? (synthesis from Skill Audit Decisions, <a href="/thoughts/memory-half-life/">Memory Half Life</a>)</li>
</ol>
<hr>
]]></content:encoded></item><item><title>Teaching What You're Still Learning</title><link>https://johndschultz.com/thoughts/teaching-what-youre-still-learning/</link><pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/teaching-what-youre-still-learning/</guid><description>The most honest form of teaching happens when you&amp;#39;re still fixing the thing you&amp;#39;re teaching about. The gap between what you teach and what you&amp;#39;ve mastered isn&amp;#39;t hypocrisy. It&amp;#39;s the curriculum.</description><content:encoded><![CDATA[<h2 id="the-observation">The Observation</h2>
<p>In January I stood in front of 100 auctioneers at a state convention and told them &ldquo;AI assists. You decide.&rdquo; Three hours of live demos, chaining tools together, a 7-day challenge. I showed them 200 hours of reclaimed marketing time. The room bought in. The closing line about the train leaving the station landed.</p>
<p>In February I started one-on-one coaching with a colleague, walking her through the same tools at a slower pace. In March I did it again for 20 community leaders on a Zoom call. And now I&rsquo;m building a 3.5-hour continuing education course that&rsquo;s basically the same material refined a fourth time.</p>
<p>Two days before that course research started, I found a bug where stale cached data was silently injecting garbage into every outbound email for a full day. My own AI memory system, the one I&rsquo;d built to make my tools smarter, was serving bad data because nobody built in decay.</p>
<p>And two weeks before that, I realized I&rsquo;d given a consulting client the exact triage framework I haven&rsquo;t applied to my own company. Document processes before hiring. Sort decisions into only-you, delegatable, and automatic. I diagnosed his problem in ten minutes and haven&rsquo;t solved the same one at my company in fourteen years.</p>
<h2 id="what-i-think-is-actually-happening">What I Think Is Actually Happening</h2>
<p>There&rsquo;s a version of expertise where you only teach what you&rsquo;ve fully mastered. That version is clean and safe and mostly useless, because by the time you&rsquo;ve mastered something in technology, the thing you mastered has already moved.</p>
<p>The alternative is teaching from the middle of it. I&rsquo;m teaching auctioneers to use AI tools while simultaneously discovering that the AI systems I&rsquo;ve built have fundamental design flaws. I&rsquo;m telling rooms full of people to trust but verify while my own cache was serving unverified garbage for a full day without anyone catching it.</p>
<p>That&rsquo;s not disqualifying. It might be the whole point.</p>
<p>The convention seminar worked because I could show real numbers from real campaigns. The leadership session worked because I told two stories where I learned something by getting it wrong first. In both cases the AI framing created tunnel vision, and I only caught it by flipping the prompt. The one-on-one coaching works because my colleague watches me problem-solve in real time, not deliver a finished product.</p>
<p>Every good teaching moment I can point to came from something I was still figuring out. None of them came from polished expertise.</p>
<h2 id="the-principle">The Principle</h2>
<p>Mastery isn&rsquo;t a prerequisite for teaching. Proximity is. The person one step ahead of you in the fog is more useful than the person who mapped the whole terrain from a helicopter. They know where the ground is soft because they just stepped in it.</p>
<p>The memory bug made me a better teacher of AI skepticism than any slide about hallucinations could. Realizing I hadn&rsquo;t taken my own advice makes the triage framework more honest, not less. I can say &ldquo;I haven&rsquo;t done this either, and here&rsquo;s what it&rsquo;s costing me.&rdquo;</p>
<p>The gap between what you teach and what you&rsquo;ve mastered isn&rsquo;t something to hide. It&rsquo;s the most credible thing you bring to the room.</p>
<h2 id="whats-open">What&rsquo;s Open</h2>
<p>The CE course research covers the tools and trends well enough. But does it include enough of the &ldquo;here&rsquo;s where I got it wrong&rdquo; stories? The convention and leadership sessions landed hardest on the failures. If the course leans too much on the polished version, it&rsquo;ll lose the thing that actually teaches.</p>
<p>There&rsquo;s also a tension between the &ldquo;AI assists, you decide&rdquo; framing (which puts the human in control) and the memory bug insight (which shows the AI quietly making decisions without anyone noticing). The first is aspirational. The second is operational. The course probably needs both.</p>
<p>And the consulting card asks whether I&rsquo;ve documented the &ldquo;why&rdquo; behind my systems. The teaching version of that question: am I teaching people to use the tools, or am I teaching them how to think about when the tools fail? Those are different courses.</p>
]]></content:encoded></item><item><title>Memory Half-Life</title><link>https://johndschultz.com/thoughts/memory-half-life/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/memory-half-life/</guid><description>Human memory decays by design, and that decay is a feature. Persistent memory systems miss this. A half-life model could bring the same advantage to AI memory without losing the safety nets.</description><content:encoded><![CDATA[<h2 id="the-idea">The Idea</h2>
<p>This came up while fixing a bug where stale cached data was silently injecting garbage into every outbound email for a full day. The cache never questioned itself. It just kept serving bad data.</p>
<p>Human memory has a built-in half-life for each memory. The things you use stay strong. The things you don&rsquo;t fade. That&rsquo;s not a bug, it&rsquo;s what keeps the signal-to-noise ratio manageable. You naturally surface what&rsquo;s relevant because relevance reinforces the memory.</p>
<p>Persistent AI memory systems don&rsquo;t have that. Every memory sits at equal weight forever until someone manually prunes it. A project note from three months ago carries the same authority as one from this morning. That&rsquo;s a problem, because unbounded compounding memory can actually degrade performance over time. Stale context doesn&rsquo;t just take up space. It introduces contradictions, crowds out high-signal recent knowledge, and actively misleads.</p>
<p>The Ebbinghaus forgetting curve backs this up. Decay reduces cognitive noise and forces consolidation of what&rsquo;s actually important. Spaced repetition systems like Anki exploit this. They use the decay curve rather than fight it.</p>
<h2 id="the-design-question">The Design Question</h2>
<p>What if memories had decay rates tied to both time and usage?</p>
<p>Not all memories decay the same way. Corrections (&ldquo;don&rsquo;t do X&rdquo;) shouldn&rsquo;t decay at all. They&rsquo;re load-bearing regardless of how often they fire. But project context (&ldquo;merge freeze for the mobile release&rdquo;) has a natural shelf life measured in days.</p>
<p>A rough model:</p>
<ul>
<li>Feedback memories: Near-infinite half-life. A correction that hasn&rsquo;t been needed in months is a success, not a signal to forget.</li>
<li>User memories: Long half-life. Identity and preferences move slowly.</li>
<li>Reference memories: Medium half-life. Systems change, links break, tools get replaced.</li>
<li>Project memories: Short half-life. These are the ones that rot fastest and mislead most when stale.</li>
</ul>
<h2 id="the-usage-dimension">The Usage Dimension</h2>
<p>Time alone isn&rsquo;t enough. A memory that keeps getting accessed is proving its value. One that hasn&rsquo;t been touched in 90 days is either stale or a safety net that hasn&rsquo;t been needed yet. The hard part is distinguishing those two.</p>
<p>The real advantage of human memory decay isn&rsquo;t forgetting. It&rsquo;s forcing re-derivation. When you half-remember something and have to re-check, you&rsquo;re validating it against current reality. Instead of binary present/absent, you get a confidence gradient: fresh memories get trusted, aging ones get verified before use.</p>
<h2 id="consolidation-as-sleep">Consolidation as Sleep</h2>
<p>The brain doesn&rsquo;t just decay passively. Sleep-based memory consolidation actively reviews and strengthens what matters. I&rsquo;ve built a consolidation process into my own AI memory system that does a version of this: it reviews accumulated learnings, clusters by theme, and graduates confirmed patterns into durable memory. That&rsquo;s the consolidation step. The missing piece is the decay side. The automatic downweighting of what consolidation doesn&rsquo;t touch.</p>
<h2 id="the-bigger-pattern">The Bigger Pattern</h2>
<p>Technology is the default. Human relationships must be actively defended. The same logic applies here: persistence is the default for digital memory. Relevance must be actively defended. Without decay, memory systems drift toward noise the same way organizations drift toward automation. Not because anyone chose it, but because no one built in the friction that keeps things honest.</p>
]]></content:encoded></item><item><title>The Person-System Trap</title><link>https://johndschultz.com/essays/the-person-system-trap/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-person-system-trap/</guid><description>The auction industry is full of businesses where the person IS the system. Technology is making the mechanical parts of expertise portable. That&amp;#39;s not the threat. The threat is how people respond to it.</description><content:encoded><![CDATA[<p>I told someone last week that his business couldn&rsquo;t survive him.</p>
<p>He&rsquo;d called to pick my brain. Decades in the auction industry, multiple divisions, good revenue. But every decision in the company routed through him. Sales, operations, finance, client relationships. He&rsquo;d spent his career being the best person on the microphone, and the rest of the business just happened around that skill. There were no documented processes. No decision-making frameworks anyone else could follow. If his potential successor took over tomorrow, they&rsquo;d fail. Not because they&rsquo;re incapable, but because the architecture underneath was never built for anyone else to run.</p>
<p>He accepted the assessment. Didn&rsquo;t push back. We built a triage framework together: sort every decision into three buckets. Things only he can decide. Things someone else could decide with guardrails. Things that should happen automatically.</p>
<p>A few days later it hit me. I&rsquo;ve been one of the few people who can maintain and extend our platform. That&rsquo;s the same vulnerability I&rsquo;d just diagnosed in someone else. Same prescription, same disease. I just hadn&rsquo;t noticed because my version feels like competence.</p>
<hr>
<h2 id="same-trap-different-company">Same Trap, Different Company</h2>
<p>A few days after that call, I was on the phone with a friend in the auction space. He&rsquo;s been with a company where the founder built everything from scratch.</p>
<p>But the founder is getting close to stepping back. The team resists change. Every time my friend raises the topic of what comes next, the conversation gets deflected. Not because the founder is selfish. He probably looks at what &ldquo;modernizing&rdquo; means and thinks, where would I even begin?</p>
<p>So my friend is stuck. He&rsquo;s got the skills to build something new, but he&rsquo;s working inside a company that can&rsquo;t imagine what comes after the person who built it.</p>
<p>Two different businesses. Two different people. Same trap.</p>
<hr>
<h2 id="the-grip-and-the-surrender">The Grip and the Surrender</h2>
<p>I&rsquo;ve been thinking about this pattern, and it shows up in one of two ways.</p>
<p>The first is the grip. This is the founder who holds everything because letting go feels like losing control. The person I was helping is this version. So is the company founder my friend works for. These aren&rsquo;t lazy people. They&rsquo;re usually the hardest workers in the building. But they never separated the valuable human judgment from the mundane operational routing that just happens to live in the same brain. Over time, the two become inseparable. Their competence becomes the company&rsquo;s constraint.</p>
<p>The second is the surrender. This is the person who hands everything to the tool and stops thinking. Social selling platforms are full of this version right now. Countdown timers, competitive bidding, items going to the highest bidder. The platforms handle the mechanics. The sellers skip the legal framework, the ethical structure, the professional judgment that separates a real auction from a garage sale with a timer on it. They didn&rsquo;t grip too tight. They let go of things they never understood they were holding.</p>
<p>Both versions are responses to the same thing: the pace of technological change. Some people freeze and grip tighter. Others overcorrect and hand everything over. The first group ends up irreplaceable in the wrong way. The second group ends up replaceable without knowing it.</p>
<hr>
<h2 id="whats-actually-left">What&rsquo;s Actually Left</h2>
<p>Here&rsquo;s what&rsquo;s actually happening underneath both failure modes.</p>
<p>Technology is pulling apart the mechanical parts of expertise and making them portable. You don&rsquo;t need a licensed auctioneer to run a timed online sale. You don&rsquo;t need a marketing department to reach millions of potential buyers. You don&rsquo;t need a 40-year reputation to get people to trust a transaction. The platform and the algorithm handle the rest. Trust, reach, mechanics. All commoditized.</p>
<p>So the question becomes: what&rsquo;s left?</p>
<p>I think the answer is judgment. The ability to read a situation, make a call that a system can&rsquo;t make, and take responsibility for the outcome. That&rsquo;s the part of being an auctioneer (or any professional) that doesn&rsquo;t come apart. But here&rsquo;s the problem: judgment is invisible until something goes wrong. Nobody notices the experienced auctioneer&rsquo;s decision to pull a lot, restructure terms, or walk away from a bad deal. They notice the sale price. And the platform can show you a sale price too.</p>
<p>So protecting the human element takes deliberate effort. The judgment, the critical thinking, the relationships. None of it survives on autopilot. The default is technology replacing humans, because it&rsquo;s faster and cheaper and doesn&rsquo;t need to be convinced.</p>
<hr>
<h2 id="the-intentional-version">The Intentional Version</h2>
<p>So what does the intentional version look like?</p>
<p>Remember the triage I built with the person who called me. Three buckets: things only he can decide, things someone else could decide with guardrails, things that should happen automatically. That framework isn&rsquo;t just about delegation. It&rsquo;s about knowing which parts of your expertise are actually yours and which parts just happen to live in your head because nobody ever extracted them.</p>
<p>The same triage applies to technology. Some decisions should stay human. Some can be handled by a tool with guardrails. Some should be automated entirely. The person who grips is the one who puts everything in bucket one. The person who surrenders puts everything in bucket three. The healthy middle requires the honesty to sort accurately, which means admitting that a lot of what feels like expertise is really just routine wearing a mask.</p>
<p>Abraham Lincoln understood this instinctively. He assembled his first cabinet from political rivals. People who&rsquo;d run against him, disagreed with him publicly, thought they should have his job. He did it because he knew <a href="/thoughts/same-mind-same-blind-spots/">his own blind spots</a> would be fatal if nobody challenged them. He kept the decisions that required presidential judgment. He surrounded himself with people who&rsquo;d push back on everything else.</p>
<p>I think that&rsquo;s the design principle for working with technology too. When I started building AI into my workflow, I could have built a system that just gives me answers. Draft the email, write the marketing copy, generate the catalog descriptions, done. And some of my tools do exactly that, the bucket-three stuff. But the ones I rely on most are the ones that push back. Tools that assemble different perspectives and argue with each other before presenting a recommendation. Tools that won&rsquo;t let me be passive.</p>
<p>I built it so I could copy and paste. But it&rsquo;s hard to do that based on how it wants to engage with me.</p>
<p>That friction is the point. I don&rsquo;t want a tool that replaces my thinking. I want one that makes me think harder. The distinction sounds small. In practice, it&rsquo;s the difference between the grip and the surrender.</p>
<hr>
<h2 id="the-scariest-gap">The Scariest Gap</h2>
<p>The question I keep circling is whether this is teachable.</p>
<p>I think it&rsquo;s seeable. You can watch someone use technology well and recognize what they&rsquo;re doing differently. I think it&rsquo;s teachable. You can build the frameworks, show the examples, walk through the process. But doing it is harder than either of those things, because it&rsquo;s scary. Letting go of the parts of your expertise that should be systematized means admitting they weren&rsquo;t as special as you thought. And building friction into your tools means slowing down when everyone else is speeding up, accepting that you might be wrong about something you&rsquo;ve believed for decades.</p>
<p>The person who called me could see all of this. He accepted the diagnosis. Whether he&rsquo;ll actually triage those decisions, document those processes, and let someone else make the calls he&rsquo;s made his whole career is a different question entirely. Accepting the prescription and filling it are two very different things.</p>
<p>But the alternative is worse. The person who grips everything eventually runs out of hands. The person who surrenders everything eventually runs out of relevance. And technology doesn&rsquo;t wait for either of them to figure it out.</p>
<p>The healthy middle is a choice you have to keep making. Not once, not as a strategy document, but every time you&rsquo;re tempted to either hold tighter or let go entirely. It requires the same quality Lincoln looked for in his cabinet: people (and now tools) that are good enough to challenge you, and the security to let them.</p>
<hr>
<p>The person whose business couldn&rsquo;t survive him? He&rsquo;s working on it. The friend stuck inside someone else&rsquo;s refusal to change? He&rsquo;s exploring what comes next.</p>
<p>And me? I&rsquo;ve been one of the few who can maintain the system I helped build for my own company. I know the triage. I know the three buckets. I just haven&rsquo;t sorted everything into them yet.</p>
<p>I think that&rsquo;s the real trap. It&rsquo;s not that people don&rsquo;t see it. It&rsquo;s that seeing it clearly and doing something about it are separated by the scariest gap in business: the one between knowing what&rsquo;s right and actually letting go.</p>
]]></content:encoded></item><item><title>The Movie That Matches the Outcome</title><link>https://johndschultz.com/thoughts/the-movie-that-matches-the-outcome/</link><pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/the-movie-that-matches-the-outcome/</guid><description>Four product design convictions from Dave Plummer: customization as a confession, dropping niche features, defaulting for the user, and slot machines as dynamic rendering.</description><content:encoded><![CDATA[<p>Dave Plummer is a retired Microsoft engineer. He created Windows Task Manager, ported Space Cadet Pinball to Windows, built the ZIP folder support, and wrote the Windows activation system for XP. He&rsquo;s been coding since the TRS-80 days. Dropped out of high school. Worked at 7-Eleven. Went back to school, cold-emailed his way into Microsoft from Saskatchewan, and stayed for years building tools that billions of people still use daily. He now runs a YouTube channel called Dave&rsquo;s Garage. Lex Fridman had him on <a href="https://lexfridman.com/dave-plummer-transcript/">episode #479</a>, and four things from their conversation stuck with me.</p>
<h2 id="the-customization-confession">The Customization Confession</h2>
<p>Plummer and Lex were arguing about whether you should be able to move the Windows 11 taskbar. Lex was frustrated. He wanted customization, options, power user freedom. Plummer pushed back with an engineering argument first:</p>
<blockquote>
<p>&ldquo;The freedom to put the Start menu on the left or the top or the right really increases the complexity of the code that renders the Start menu and lays out the tabs and does all the things, and now it&rsquo;s a much larger surface for bugs and it&rsquo;s a much larger piece of code to maintain.&rdquo; — Dave Plummer (<a href="https://lexfridman.com/dave-plummer-transcript/#chapter7_start_menu_and_taskbar">47:13</a>)</p>
</blockquote>
<p>Then he dropped the Steve Jobs framing:</p>
<blockquote>
<p>&ldquo;How do you respond to the Steve Jobs aspect of giving you customization implies that we couldn&rsquo;t figure out the right answer for you?&rdquo; — Dave Plummer (<a href="https://lexfridman.com/dave-plummer-transcript/#chapter7_start_menu_and_taskbar">52:37</a>)</p>
</blockquote>
<p>That line stopped me. I&rsquo;ve been saying a version of this for a while without connecting it to Jobs. The mom test I use for our auction platform is the same instinct. If I need a settings panel, I haven&rsquo;t finished designing. If my mom can&rsquo;t figure out the workflow without calling someone, I didn&rsquo;t ship a product. I shipped a confession that I couldn&rsquo;t decide.</p>
<p>Plummer&rsquo;s practical framing helps too. He wasn&rsquo;t being philosophical about it. He was saying: somebody looked at a deadline and cut the four-position taskbar because they could ship four months sooner with one position. That&rsquo;s not lazy. That&rsquo;s a decision. And the Jobs line gives the decision a spine.</p>
<h2 id="the-niche-feature-discipline">The Niche Feature Discipline</h2>
<p>Plummer asked the question plainly:</p>
<blockquote>
<p>&ldquo;The question becomes at what point is it still worth it to satisfy the niche needs of a small set of users?&rdquo; — Dave Plummer (<a href="https://lexfridman.com/dave-plummer-transcript/#chapter7_start_menu_and_taskbar">48:28</a>)</p>
</blockquote>
<p>His answer, implied: usually, it isn&rsquo;t.</p>
<p>I push back on this regularly with our dev team. It&rsquo;s not just that solving for the 1% isn&rsquo;t worth the effort. It&rsquo;s that solving for the 1% actively creates friction for the 99%. Every edge case you accommodate adds a toggle, a conditional, a branch in the UI that the majority of users now have to navigate around. You&rsquo;re not just wasting time on a small audience. You&rsquo;re degrading the experience for everyone else.</p>
<p>But Lex made the counterargument, and it&rsquo;s worth sitting with:</p>
<blockquote>
<p>&ldquo;If there&rsquo;s a guy or a girl in there who takes ownership of it, who has a passionate&hellip; For them, it&rsquo;s a thing that they take pride in over a period of time, they can by themselves in a short amount of time create something truly wonderful.&rdquo; — Lex Fridman (<a href="https://lexfridman.com/dave-plummer-transcript/#chapter7_start_menu_and_taskbar">51:06</a>)</p>
</blockquote>
<p>He called it craftsmanship. He compared it to filmmakers who insert details only a small number of viewers will notice, and argued the reputation that builds over time pays off in ways that are hard to measure. Including hiring.</p>
<p>I think both are true. The line between them is whether the niche feature adds complexity the majority has to deal with, or whether it&rsquo;s invisible to them. A taskbar that works on all four edges adds code and bugs for everyone. An Easter egg in Pinball adds delight for the few and costs the many nothing. The discipline is knowing which one you&rsquo;re building.</p>
<p>The hard part isn&rsquo;t saying no upfront. It&rsquo;s dropping something you&rsquo;ve already started building once you realize the audience is too small. By then you&rsquo;ve invested time, you&rsquo;ve started solving the problem, you&rsquo;ve got momentum. Walking away from momentum takes more discipline than never starting.</p>
<p>Simplicity isn&rsquo;t a starting point. It&rsquo;s what&rsquo;s left after you&rsquo;ve had the courage to cut.</p>
<h2 id="recommended-settings-for-the-user-not-for-you">Recommended Settings for the User, Not for You</h2>
<p>Plummer and Lex also got into Microsoft&rsquo;s &ldquo;recommended settings&rdquo; trick. You upgrade Windows, click through the wizard, and &ldquo;use recommended settings&rdquo; sounds like the right call. But it resets your default browser to Edge and opts you into things you didn&rsquo;t ask for.</p>
<blockquote>
<p>&ldquo;You don&rsquo;t want your operating system to be an adversary. And sometimes Windows can feel adversarial. Like, it doesn&rsquo;t have your best interests at heart.&rdquo; — Dave Plummer (<a href="https://lexfridman.com/dave-plummer-transcript/#chapter14_best_windows_version">1:14:10</a>)</p>
</blockquote>
<p>That conversation got me thinking about our own platform. Right now, a new bidder gets all notification settings turned off by default. That means a first-time bidder registers, wins nothing, and never knows she was outbid because she didn&rsquo;t find the settings page. Same mom test I apply to every screen on our platform. That&rsquo;s not respecting her preferences. That&rsquo;s punting on the decision.</p>
<p>What if we instituted recommended settings for a bidder&rsquo;s profile? Text alerts when outbid, email notifications for auctions closing soon, saved payment info. The things a reasonable bidder would want turned on. Not marketing emails, not data sharing. Just the stuff where the bidder would thank us for defaulting it on rather than resent us for it.</p>
<p>The Microsoft version fails because it serves Microsoft. The test for us is simple: does this default serve the bidder or serve us? If the answer is the bidder, turn it on. If it&rsquo;s us, leave it off and let them opt in.</p>
<p>The outcome we want, an engaged, informed bidder, is already determined. The settings are just the configuration that matches it.</p>
<h2 id="the-slot-machine-movie">The Slot Machine Movie</h2>
<p>This one came out of nowhere. Plummer plays slot machines. He knows they&rsquo;re a losing bet, but he likes the dopamine, the bright lights, the high contrast. Then he explained how they actually work.</p>
<blockquote>
<p>&ldquo;Internally, there&rsquo;s basically a black box mechanism that does nothing more than generate the next random number and what the outcome is in terms of probability and payout. And then the game says, &lsquo;I&rsquo;ve got to make up a movie to go along with that.&rsquo; &hellip; It&rsquo;s not spinning the reels, seeing where they land, and looking that up to see what you won. It&rsquo;s completely the other direction. It determines whether or not or if you won and then makes something up to fit that scenario.&rdquo; — Dave Plummer (<a href="https://lexfridman.com/dave-plummer-transcript/#chapter15_slot_machines">1:17:40</a>)</p>
</blockquote>
<p>The spinning reels, the near-misses, the bonus animations. None of it determines anything. The outcome is already decided. The experience is theater built after the fact.</p>
<p>I&rsquo;ve watched people play these things a hundred times. But I never thought about the architecture of it until Plummer said it that way.</p>
<p>And it immediately made me think about where websites are heading. The outcome is already determined: the business knows what it wants to serve this customer, or this AI agent, based on who they are and what they need. The page itself is just the movie assembled in real time to match. No static templates. No one-size-fits-all layout. The UI is constructed for that specific visitor in that specific moment. The slot machine is basically the model for AI-generated websites rendered on demand.</p>
]]></content:encoded></item><item><title>Ships and Harbors</title><link>https://johndschultz.com/thoughts/ships-and-harbors/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/ships-and-harbors/</guid><description>The old proverb about ships and harbors, and what it means when someone in your family sends it unprompted.</description><content:encoded><![CDATA[<h2 id="the-observation">The Observation</h2>
<p>My cousin texted me this morning with a line I&rsquo;ve heard before but landed differently today: &ldquo;A ship in a harbor is safe, but that&rsquo;s not what ships are for.&rdquo;</p>
<p>It&rsquo;s attributed to John A. Shedd, published in 1928. One of those quotes that gets printed on coffee mugs and LinkedIn posts until you stop hearing it. But context matters. He didn&rsquo;t send it as decoration. He sent it as a nudge.</p>
<hr>
<h2 id="what-i-think-is-actually-happening">What I Think Is Actually Happening</h2>
<p>There&rsquo;s a version of safety that looks responsible but is actually just avoidance. Staying in the harbor feels like stewardship, like you&rsquo;re protecting the ship. But the ship was built to move cargo and reach ports you can&rsquo;t see from the dock. A ship that never leaves isn&rsquo;t well-maintained. It&rsquo;s wasted.</p>
<p>I keep coming back to the tension between building and preserving. Grafe runs 290 auctions a year across 48 states. We&rsquo;re not sitting still. But I think there are decisions I&rsquo;ve deferred because the current trajectory feels safe enough. Revenue diversification conversations I haven&rsquo;t pushed. Technology bets I&rsquo;ve studied but not made. The harbor isn&rsquo;t inactivity. It&rsquo;s the comfortable pace that doesn&rsquo;t require me to risk anything new.</p>
<p>The quote also connects to something I wrote in <a href="/essays/the-measure/">The Measure</a>: the comfortable fiction that there&rsquo;s always more time. Staying in the harbor assumes the harbor will always be there. It assumes calm water. It assumes the cargo doesn&rsquo;t spoil while you wait.</p>
<hr>
<h2 id="the-principle">The Principle</h2>
<p>Safety and purpose are often in tension. The things worth doing require leaving the conditions where nothing can go wrong. That doesn&rsquo;t mean recklessness. I think it means accepting that the ship proves its worth in open water, not at the dock.</p>
<p>The question isn&rsquo;t whether to leave the harbor. It&rsquo;s whether you&rsquo;re honest about why you haven&rsquo;t left yet.</p>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>Which specific decisions am I deferring because the current trajectory feels safe enough? Worth making a list.</li>
<li>How does this connect to <a href="/essays/understanding-vs-doing/">Understanding vs. Doing</a>? Collecting frameworks is its own kind of harbor. Understanding without execution is a ship that never sails.</li>
<li>My cousin and his brother both come from a family that built a business from scratch. That side has never been harbor people. Worth reflecting on what that means for the next generation.</li>
</ul>
]]></content:encoded></item><item><title>Users Do the Scaling</title><link>https://johndschultz.com/thoughts/users-do-the-scaling/</link><pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/users-do-the-scaling/</guid><description>Content companies provide the platform but users do the scaling, and the key variable is friction.</description><content:encoded><![CDATA[<p>I was listening to Acquired&rsquo;s Google episode this morning, the Alphabet deep dive, and one detail stuck with me. Google launched Google Video before YouTube even existed. Google had the engineering talent, the infrastructure, the money. YouTube had nothing except a webcam, a website, and almost zero friction.</p>
<p>YouTube won because anyone could upload a video in minutes. Google Video required you to fill out forms, wait for approval, deal with format restrictions. Same basic product, totally different levels of friction. The low-friction version attracted the creators, and the creators attracted the audience, and the audience attracted more creators. Users did the scaling. Google just had to buy it afterward.</p>
<p>The principle is pretty simple: content companies provide the platform, and users do the scaling. But I think it only works when friction is low enough that users actually show up and contribute.</p>
<hr>
<h2 id="what-i-think-is-actually-happening">What I Think Is Actually Happening</h2>
<p>This is exactly what TikTok, Whatnot, and eBay Live figured out for auctions. They didn&rsquo;t build better auction software. They built lower friction. A seller with a phone and some inventory can be live-auctioning in minutes. No contract, no consignment agreement, no 10-day campaign timeline. The platform provides the infrastructure, and the sellers do the scaling.</p>
<p>Meanwhile, our model at Grafe requires a sales call, a contract, an inventory process, photography, cataloging, marketing, and a 10-14 day campaign window. That&rsquo;s not friction for friction&rsquo;s sake. I think every one of those steps adds real value for commercial and industrial assets. But it means the user can&rsquo;t do the scaling for us. We do the scaling, one auction at a time, with our own labor.</p>
<p>That&rsquo;s fine when you&rsquo;re selling $200K CNC machines or full restaurant liquidations. The complexity justifies the friction. But I keep wondering: are there asset categories or seller segments where we could dramatically lower friction and let the sellers scale us?</p>
<hr>
<h2 id="the-principle">The Principle</h2>
<p>The Google Video vs. YouTube comparison isn&rsquo;t really about video. It&rsquo;s about who does the work of getting bigger. High-friction platforms grow linearly because every new unit of output requires company labor. Low-friction platforms grow exponentially because every new user becomes a potential contributor.</p>
<p>The question for any business is: which parts of your process genuinely require your expertise, and which parts are friction that exists because you never redesigned the workflow?</p>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>What would a &ldquo;YouTube mode&rdquo; look like for Grafe? Self-serve consignment for assets under a certain value threshold, maybe. Upload your own photos, set your own reserve, we handle payment processing and dispute resolution. We&rsquo;d lose control but gain volume.</li>
<li>Is there a middle path? Some hybrid where we provide the auction infrastructure and trust layer, but sellers handle their own cataloging and marketing for smaller lots? Kind of what Whatnot does, but with a licensed, regulated auction company behind it.</li>
<li>The real moat might not be the full-service model. It might be the trust, compliance, and settlement infrastructure that social platforms haven&rsquo;t built. Could we license that layer to self-serve sellers?</li>
<li>How does this connect to the auctioneer identity question? If we enable self-serve sellers on our platform, are they auctioneers? Are we?</li>
</ul>
]]></content:encoded></item><item><title>Building Your Own Scoreboard</title><link>https://johndschultz.com/essays/building-your-own-scoreboard/</link><pubDate>Sat, 07 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/building-your-own-scoreboard/</guid><description>What happens when the system you built to understand how other people grow turns out to be about you?</description><content:encoded><![CDATA[<p>I&rsquo;ve been writing thought cards for the past year. Short pieces, usually a page or two, where I try to capture a principle at the moment it forms. I started because I wanted to remember what I was learning. I didn&rsquo;t realize I was building something.</p>
<p>Over the last few months, a pattern kept surfacing. Every card I wrote about how principles form, how conviction develops, how people actually grow, connected to the next one. Not because I planned it, but because the same current kept pulling me back. Looking at them now, they trace an arc I didn&rsquo;t see while I was inside it.</p>
<hr>
<h2 id="the-flywheel">The Flywheel</h2>
<p>Here&rsquo;s how I think principles actually form.</p>
<p>You consume something. A podcast, a book, a conversation you overhear. It rattles around for a while, mostly inert, mostly filed under &ldquo;interesting, should think about that.&rdquo; It stays there until you&rsquo;re forced to articulate it. A conversation. A question you didn&rsquo;t expect. The moment you have to explain what you believe and why, the idea either solidifies or falls apart.</p>
<p>But articulation isn&rsquo;t enough. The real formation happens when you can&rsquo;t opt out. When you&rsquo;re standing in front of an audience and someone asks a question your framework doesn&rsquo;t answer. When a crisis at work exposes the gap between what you believe and what your paperwork says. When the valley forces you to sit with the idea under pressure.</p>
<p>Then someone names it. A friend, a mentor, a counselor. Someone who reflects back what the hard season actually built in you. Without the namer, the valley is just suffering you survived. With the namer, it becomes the origin story of a capacity you didn&rsquo;t know you had.</p>
<p>Then you teach it. And teaching, I&rsquo;ve come to believe, is the highest-friction form of application. Because the audience becomes your valley. Their resistance, their specific problems, their questions that don&rsquo;t fit your framework. You can&rsquo;t fake it. You can&rsquo;t file it away for later. You have to make the idea work right now, in front of people who will know immediately if it doesn&rsquo;t.</p>
<p>And then you encode it. Into a contract, a process, an essay, a system. The principle becomes infrastructure. The encoded principle gets consumed again. By other people, yes. But also by you. The act of encoding forces you to re-examine what you believe, and the re-examination starts the cycle over.</p>
<p>It&rsquo;s a flywheel. Each revolution doesn&rsquo;t repeat the last one at higher speed. It repeats it at a deeper level. The first time around, you discover the mechanism. The second time, you discover that the mechanism requires friction. The third time, you discover you were inside the friction all along.</p>
<hr>
<h2 id="the-energy-source">The Energy Source</h2>
<p>A flywheel stores momentum, but it doesn&rsquo;t generate it. Something has to push.</p>
<p>For me, the push has always been other people. I have this drive, and I think a lot of people share it, to make sure the people around me are happy, encouraged, and better for having been near me. That&rsquo;s the energy. Seeing the thing land. Watching someone walk out of a seminar with a tool they&rsquo;ll actually use. Hearing from a friend that a conversation changed how they think about their business.</p>
<p>The problem is that the same fuel source is also a leak.</p>
<p>I need to see my efforts land. I need visible evidence that the needle moved. When I&rsquo;m in front of an audience, I know I&rsquo;m doing a good job if I can get an emotional reaction. Anger, laughter, agreement, anything. If they&rsquo;re mad at me, I&rsquo;m in their head. If they&rsquo;re completely indifferent, I haven&rsquo;t made them think. The only failure state is silence.</p>
<p>And silence is the default state of the deepest impact. The person who goes home, sits with an idea for a week, and quietly changes how they run their business. I never see that. The standing ovation fades in a day. The email thank-you stops warming me after a week. The quiet transformation that happens in private never registers on my scoreboard.</p>
<p>So I&rsquo;m wired to notice the shallow signal and miss the deep one. The scoreboard I check is the wrong scoreboard. The real impact is happening in a room I&rsquo;m not in, on a timeline I can&rsquo;t see.</p>
<hr>
<h2 id="the-undefined-standard">The Undefined Standard</h2>
<p>I grew up trying to match a standard that was never detailed to me.</p>
<p>The message was clear enough: perform, and figure out the target on the way up. No briefing. No debrief. Just execute and hope the absence of correction means you got it right.</p>
<p>Silence was ambiguous. It could mean approval. It could mean disappointment. I never knew. So I learned to over-deliver as insurance. If I couldn&rsquo;t read the scoreboard, the safest move was to make sure the score was so high it didn&rsquo;t matter.</p>
<p>That&rsquo;s where the pattern started. Not the drive to teach or mentor or give. The drive to perform at a level where the undefined standard couldn&rsquo;t possibly catch me. The overgiving isn&rsquo;t really generosity. It&rsquo;s insurance against not knowing the score. If I give enough, teach enough, prepare enough, then even if I can&rsquo;t see the scoreboard, I&rsquo;ve probably cleared the bar.</p>
<p>And the moments when I do get visible feedback, the audience reaction, the thank-you email, the post that gets traction, those aren&rsquo;t just dopamine hits. They&rsquo;re the scoreboard finally flickering on for a second. Of course I&rsquo;m tuned to catch them. For most of my life, they were the only signal I had that the standard was met.</p>
<p>I found the root of this in my late twenties through counseling. A process of tracing patterns back to their origin and confronting what you find. I found it. I named it. I understood it.</p>
<p>And the pattern kept running.</p>
<hr>
<h2 id="the-productive-tree">The Productive Tree</h2>
<p>Understanding the root didn&rsquo;t stop the tree from growing. By the time I found it, the pattern had been load-bearing for decades.</p>
<p>The overdelivery built our company&rsquo;s reputation. The relentless preparation makes my seminars land. The drive to see impact is what makes me a decent mentor. The bitter root grew a productive tree. That&rsquo;s what makes it so hard to change. I&rsquo;m not trying to stop a behavior that&rsquo;s failing. I&rsquo;m trying to moderate a behavior that&rsquo;s succeeding, at a cost that shows up somewhere else.</p>
<p>The cost isn&rsquo;t invisible. My wife and daughter feel it. The overloaded capacity, the depletion, the version of me that comes home after the tank is empty from making sure everyone else&rsquo;s scoreboard lit up. They don&rsquo;t need to know about the root to feel the weight of the tree.</p>
<p>I wrote in one of those thought cards that we autopsy our losses but toast our wins. I applied that to how people learn from experience. But it applies here too. I feel the silence acutely and celebrate the visible reactions briefly. The withdrawals register longer than the deposits. The accounting is asymmetric, and the people closest to me absorb the difference.</p>
<hr>
<h2 id="the-third-path">The Third Path</h2>
<p>I have a three-year-old daughter. She&rsquo;s absorbing architecture right now, not words. And I&rsquo;m very aware that I&rsquo;m going to be the voice in her head the way my dad&rsquo;s voice is in mine.</p>
<p>My instinct has been to do the opposite of what I received. Shower love. Say &ldquo;I&rsquo;m proud of you&rdquo; out loud and often. Make sure she never has to guess whether she met the standard.</p>
<p>But opposite isn&rsquo;t the same as resolved. It&rsquo;s a reaction to the same axis. One parent answers the question &ldquo;how does a child know they&rsquo;re enough?&rdquo; by not answering. The other answers by answering constantly. The content is different, but the structure is the same. Both teach a kid to look for the scoreboard. One version just happens to be always lit up.</p>
<p>My wife and I are working on a third path. We hold our daughter accountable. When things don&rsquo;t go the way she expected, we sit with her in it instead of fixing it or ignoring it. We&rsquo;re big on self-awareness, helping her see what those moments are building in her, not just that mom and dad approve.</p>
<p>That&rsquo;s honoring accountability: &ldquo;You&rsquo;re wrong, and I care about you enough to tell you, and you&rsquo;re still safe here.&rdquo; It teaches that being wrong is survivable. Which is the thing silence never taught me.</p>
<p>The honest part is that I&rsquo;m building in my daughter the thing I&rsquo;m still building in myself. I&rsquo;m teaching her to have an internal engine while mine still runs on external fuel. That&rsquo;s not hypocrisy. It&rsquo;s the flywheel turning again. The act of encoding a principle I believe in (self-sourced validation) is forcing me to confront what&rsquo;s still unfinished. Because I can&rsquo;t teach it to her and ignore it in myself forever. Kids see through that eventually.</p>
<hr>
<h2 id="building-your-own-scoreboard">Building Your Own Scoreboard</h2>
<p>In a conversation recently, someone asked me what success looks like without the external signal. What would the flywheel run on if I stopped needing to see the scoreboard flicker?</p>
<p>I didn&rsquo;t have an answer. I said, &ldquo;I&rsquo;m not sure how I would measure success.&rdquo;</p>
<p>That&rsquo;s the most honest thing I&rsquo;ve said in a while. Without the external signal, I don&rsquo;t have a metric. The scoreboard isn&rsquo;t a nice-to-have. It&rsquo;s my entire measurement system. Take it away and I&rsquo;m not liberated. I&rsquo;m blind.</p>
<p>But sitting with the question, I realized something. I already have a different scoreboard. I just hadn&rsquo;t recognized it as one.</p>
<p>Every thought card I write is evidence that the flywheel turned. Every connection between cards is evidence that water is falling on the stone, even when I can&rsquo;t see the shape changing. I&rsquo;ve been building an infrastructure for catching what I&rsquo;d otherwise miss, for surfacing patterns that no single moment of reflection can hold on its own. Not a journal. Not a diary. A system that holds the pattern long enough for me to see it.</p>
<p>The scoreboard I never had growing up, the one I&rsquo;ve been scanning audiences for my whole career, I&rsquo;ve been building my own version of it. Not from applause. From pattern. From the slow accumulation of principles that connect to each other in ways I didn&rsquo;t plan.</p>
<p>I wrote a few months ago that good principles are robust across futures you didn&rsquo;t predict. You don&rsquo;t need to see what&rsquo;s coming if the stone is the right shape. I believed that about business. I&rsquo;m still learning to believe it about myself.</p>
<p>The water is still falling. The stone is still changing shape. I don&rsquo;t need to check the scoreboard after every push. The flywheel is turning, even in the silence. Especially in the silence.</p>
<p>I&rsquo;m not there yet. But I think I know what &ldquo;there&rdquo; looks like now. And that&rsquo;s the first revolution of a new cycle.</p>
]]></content:encoded></item><item><title>The Mom Test</title><link>https://johndschultz.com/thoughts/the-mom-test/</link><pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/the-mom-test/</guid><description>If you can&amp;#39;t explain your pricing, your UI, or your process so your mom could follow it, the problem isn&amp;#39;t complexity. It&amp;#39;s that you haven&amp;#39;t decided what you&amp;#39;re actually selling.</description><content:encoded><![CDATA[<p>Two weeks apart, two completely different conversations, the same sentence came out of my mouth.</p>
<p>On February 24, I told a bidder verification startup to make their pricing model &ldquo;super simple, my mom can read it.&rdquo; They&rsquo;d built a tiered structure with base fees, per-bidder charges, monthly active user fees, revalidation windows, and a bidder-pay option. Smart people solving a real problem. But the pricing had become a mirror of their engineering, not what they were actually selling. I pushed them to kill the MAU charge entirely because customers would think they were being double-charged. Simplify to two price points: one flat fee for new bidders, a lower one for returning. They agreed.</p>
<p>On March 4, I told a colleague to &ldquo;make it so simple your mom can do it without calling you.&rdquo; She was pitching a skeptical client on auction services and couldn&rsquo;t explain her own pricing during our call. Volume tiers, dual sales channels, per-unit fees that changed at three breakpoints. She knew the math. She just couldn&rsquo;t say it out loud in a way that landed.</p>
<p>Both times, the advice wasn&rsquo;t really about simplicity. It was about trust.</p>
<h2 id="the-mechanism">The Mechanism</h2>
<p>A pricing structure you can&rsquo;t explain clearly does one of two things to the person across the table. Either they think you&rsquo;re confused about your own value, or they think you&rsquo;re hiding something. Both kill deals.</p>
<p>The startup had the first problem. Their model reflected genuine uncertainty about where the value lived. Is it in validation? Revalidation? Active monitoring? Monthly access? When you charge for everything, you&rsquo;re telling the customer you don&rsquo;t know which part matters most. The moment we collapsed it to two numbers, the value became obvious: you pay to verify a bidder, and it costs less the second time because the work is already done.</p>
<p>My colleague had the second problem. Her math was sound, but the structure felt like it was designed to squeeze every tier rather than make a clear offer. The client, already skeptical of auctions, would read that complexity as a trap. When I told her to lead with auction and treat direct sale as the backup, the pricing simplified itself. One channel, one fee, one value story.</p>
<h2 id="the-connection">The Connection</h2>
<p>Five Guys doesn&rsquo;t hand you a menu that says &ldquo;Large fries: $6.49 (includes 47% overfill surcharge amortized across projected waste).&rdquo; They fill the cup, drop it in the bag, and scoop more on top. The price is the price. The experience is the explanation.</p>
<p>That&rsquo;s what clear pricing does. It removes the need to explain yourself. When the startup says &ldquo;one fee for new, less for returning,&rdquo; nobody asks what they&rsquo;re paying for. When my colleague says &ldquo;one flat fee per unit and we handle everything,&rdquo; the client doesn&rsquo;t need a spreadsheet. The price IS the pitch.</p>
<p>Jeff Bezos and Jim Sinegal had it right. Two types of companies: those that work hard to charge more and those that work hard to charge less. But there&rsquo;s a piece nobody talks about. The companies that win are the ones whose pricing tells you instantly which type they are. Confusion about price is confusion about identity.</p>
<h2 id="the-test">The Test</h2>
<p>Before you quote a price, run it through one filter: could your mom follow this without asking a clarifying question?</p>
<p>My mom is soon to be 75. I love her, but she&rsquo;s not the most technology-forward person. She gets overwhelmed and confused by things I take for granted. That&rsquo;s not a weakness in the test. That IS the test. She has no context, no industry jargon, no patience for cleverness, and no obligation to figure out what you meant. She&rsquo;s the purest version of your customer&rsquo;s first impression.</p>
<p>If the answer is no, the problem isn&rsquo;t that you need a better slide deck. It&rsquo;s that you haven&rsquo;t finished the harder work of deciding what you&rsquo;re actually selling.</p>
<h2 id="beyond-pricing">Beyond Pricing</h2>
<p>The mom test isn&rsquo;t just a pricing filter. It&rsquo;s the same standard I use when building for grafeauction.com. Tools, procedures, UX/UI, workflows, all of it. If my mom can&rsquo;t figure out how to register, place a bid, or pick up her item without calling someone, the design failed. Not her.</p>
<p>This is the same instinct, just applied to a different surface. Pricing complexity signals identity confusion. Interface complexity signals that you built for yourself instead of your user. In both cases, the fix isn&rsquo;t a tutorial or an explainer. It&rsquo;s removing the thing that made you need one.</p>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>Where does Grafe fail this test? Our buyer&rsquo;s premium is simple (one number, done). But our seller-side fee structure has commission tiers, marketing cost recovery, reimbursable expenses, and admin fees that vary by deal type. Would my mom follow that?</li>
<li>Is there a version of this that applies to non-monetary pricing? An incentive program I reviewed for an industry association had the same problem: too many conditions, too many edge cases. The incentive amount is simple. The guardrails around it aren&rsquo;t.</li>
<li>A platform partnership I structured recently landed cleanly because it was designed as a one-page handshake. Zero commission, a flat admin fee, and a standard buyer&rsquo;s premium. Three numbers. That&rsquo;s the standard.</li>
</ul>
]]></content:encoded></item><item><title>How I Actually Use AI</title><link>https://johndschultz.com/essays/how-i-actually-use-ai/</link><pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/how-i-actually-use-ai/</guid><description>Paper index cards, 500 markdown files, and an AI that earns its seat every morning.</description><content:encoded><![CDATA[<p>Grafe Auction runs about 290 auctions a year across 48 states. Each campaign takes 10 to 14 days from start to finish. I&rsquo;m the partner responsible for marketing, technology, and operations. That pace doesn&rsquo;t leave much room for a system that&rsquo;s clever but doesn&rsquo;t hold up under pressure. It also doesn&rsquo;t leave room for losing a thought from January that turns out to be the missing piece in February.</p>
<p>The personal knowledge management crowd has an orthodoxy right now: tools don&rsquo;t matter, just write. The AI crowd has its own: throw everything at the model and let it figure it out. Both are half right. Tools alone don&rsquo;t create insight. Models alone can&rsquo;t connect what they&rsquo;ve never been given.</p>
<p>My answer is both. Rigid structure and an AI that earns its place through daily use. Right now that looks like about 500 markdown files in an Obsidian vault, 30 custom skills (codified workflows, not one-off prompts), and a stack of handwritten index cards on my desk. The markdown files are the memory. The skills are the muscle. The index cards are the net that catches what would otherwise vanish between the moment and the next time I sit down at a screen.</p>
<p>Here&rsquo;s how the pieces actually fit together. If you want the nuts and bolts instead of the philosophy, skip to the appendix at the end.</p>
<hr>
<h2 id="the-four-hour-call">The Four-Hour Call</h2>
<p>I was driving to a state auctioneer conference, two speaking sessions scheduled for the next morning, when I called a close friend. He&rsquo;s been in the auction industry his whole life. We serve on a national board together. The call was supposed to be a quick check-in. It turned into four hours.</p>
<p>At some point we landed on something I&rsquo;d been circling since September 2025. A thought card I&rsquo;d written after listening to Jimmy Carr on the Modern Wisdom podcast: &ldquo;If you&rsquo;re happy with you today you&rsquo;ve got to be happy with everything that&rsquo;s happened to this point because this is what makes me today, me.&rdquo; I&rsquo;d added a note underneath: &ldquo;You truly need the downs. They create the full story.&rdquo;</p>
<p>My friend and I were working the same idea from a different angle. The valleys in life aren&rsquo;t just things you survive. They&rsquo;re what give the peaks their altitude. Without contrast, there&rsquo;s no height. If everything is a peak, nothing is a peak.</p>
<p>That last line came from another friend who runs a marketing company. He has a design principle I keep borrowing: if you emphasize everything, you emphasize nothing. It&rsquo;s a statement about contrast that keeps showing up in conversations that have nothing to do with design.</p>
<p>By the time I hung up, I realized I&rsquo;d been circling this idea across six separate captures over five months. The Jimmy Carr quote from September. An essay about opening your epistemic filters from January. The Watchman Principle from Ezekiel (the obligation to speak what you see, regardless of whether anyone listens). An essay on understanding versus doing. Two more thought cards about silence and self-reflection. The vault surfaced the threads. The essay wrote itself because the pieces were already there, structured identically, cross-linked, and waiting for the conversation that would connect them.</p>
<p>That essay, &ldquo;<a href="/essays/the-valley-and-the-namer/">The Valley and the Namer</a>,&rdquo; wouldn&rsquo;t have existed without the vault. Its central argument (that suffering alone doesn&rsquo;t become wisdom, that you need someone to name what the valley built in you) only became visible because I could see six data points at once. No single capture told the story. The pattern across all six did.</p>
<p>Most people have moments like this. A conversation that sparks a connection to something they thought about months ago. But the earlier thought is gone. Buried in a notebook they&rsquo;ll never reread or an app that doesn&rsquo;t connect to anything. The insight dies in the gap between capture and connection.</p>
<p>Cross-linking is not magic. I build the Related Notes section in every vault file by hand or by running <code>/tag-notes</code>, a skill that scans for connections. The system can only connect what I took the time to capture and structure. Quality of connections equals discipline of inputs. Six mediocre captures, properly tagged and linked, produced a better essay than any single brilliant observation could have.</p>
<hr>
<h2 id="why-analog-stays-in-the-loop">Why Analog Stays in the Loop</h2>
<p>Most of my thinking goes straight to digital. The vault is the primary workspace. But when I&rsquo;m driving to a conference, walking out of a meeting, or mid-conversation at a seminar, the physical index card is the capture tool. A card and a pen are faster than any app when you need to catch a thought before it evaporates.</p>
<p>The Ivy Lee task cards (a hundred-year-old prioritization method) work the same way. Six tasks, physical card, forced prioritization. You can&rsquo;t cheat the space. But the card isn&rsquo;t always handwritten first. Sometimes it starts digital. The point is the constraint (six items, nothing more), not the medium.</p>
<p>When a physical card does get written, I photograph it and a companion markdown file preserves it in the vault, embedded image and all. The analog piece feeds the digital system. Not the other way around.</p>
<p>I keep hearing from the productivity crowd that handwriting is somehow more &ldquo;real&rdquo; or more retentive than typing. Maybe. I don&rsquo;t care about the neuroscience debate. I care about a practical problem: some of my best thinking happens when I&rsquo;m away from a keyboard. The index card is a net, not a ritual. It catches thoughts that would otherwise be lost between the moment and the next time I sit down at a screen.</p>
<p>The constraint of the card is what makes the capture good. It&rsquo;s small and finite. It forces you to pick the right words because there isn&rsquo;t room for the wrong ones. A notes app with infinite scroll doesn&rsquo;t impose that discipline. The physical limit is a feature.</p>
<p>But the card is not where the thinking persists. The vault is. A thought card on my desk is just a card until I photograph it, transcribe it, tag it, and link it. Then it becomes part of the system, connectable to everything else. The &ldquo;Digital Exhaust&rdquo; card I wrote after a phone call with a friend sat on my desk for a day before it entered the vault and connected to a thought card from three weeks earlier. I wouldn&rsquo;t have seen that connection if the card had stayed on my desk.</p>
<p>The physical card started the capture. The digital system made the connection.</p>
<hr>
<h2 id="why-the-ai-is-a-colleague-not-a-tool">Why the AI Is a Colleague, Not a Tool</h2>
<p>Every morning starts with <code>/cockpit</code>. One command, six sections, about 30 seconds. Calendar, tasks, inbox, follow-ups, cooling contacts (relationships that need attention), and The Spark.</p>
<p>The Spark is where it gets interesting. It runs a semantic search across the vault, looking for theme clusters that span document types and time periods. One morning it connected a thought card about digital exhaust to a phone call about website analytics from two weeks earlier. I wouldn&rsquo;t have made that link on my own, but once I saw it, the essay practically outlined itself. The algorithm doesn&rsquo;t know what the connection means. It just surfaces patterns I might not see. Some mornings The Spark is noise. Some mornings it reframes my entire day.</p>
<p>Then there&rsquo;s the voice profile. I capture samples of my actual writing (emails, messages, notes I wrote by hand) and a skill called <code>/refine-voice</code> distills patterns from those samples. How I open sentences. Which words I actually use versus which ones I avoid. My cadence. When the AI drafts an email or reviews an essay, it references that profile.</p>
<p>The profile doesn&rsquo;t make the AI into me. It gets it close enough that I can spot the gaps.</p>
<p>Here&rsquo;s where the friction shows up. A friend read an email I&rsquo;d drafted with the system and flagged a single word: &ldquo;precedent.&rdquo; She said it sounded like AI. She was right. The sentence had passed every automated check: register scan, banned-phrase scan, the &ldquo;would I say this out loud&rdquo; test. But it still felt wrong to a human reader. I wouldn&rsquo;t say &ldquo;there&rsquo;s precedent for it&rdquo; in conversation. I&rsquo;d say &ldquo;it&rsquo;s been done before.&rdquo;</p>
<p>That correction became a learning via <code>/compound</code>, a skill that captures discrete insights from mistakes, corrections, and workarounds. Now <code>/review-content</code> includes register-shift detection that catches formal words where conversational ones belong. The friend caught it, the learning got captured, the system got better.</p>
<p>That&rsquo;s the loop. The AI makes a mistake. A human catches it. The system captures the correction. The next draft is slightly better. Over weeks and months, the gap between what the AI produces and what I&rsquo;d actually say narrows. But it never closes completely, and that&rsquo;s the point.</p>
<p>The AI is a collaborator you catch and correct. Not a replacement you trust blindly. Every output gets read. Every draft gets reviewed. The system is designed for correction, not perfection.</p>
<p>I&rsquo;m not interested in an AI that gets everything right. I&rsquo;m interested in one that gets close enough that my corrections compound into something better than either of us could produce alone.</p>
<hr>
<h2 id="why-structure-beats-flexibility">Why Structure Beats Flexibility</h2>
<p>Every file in the vault follows the same naming convention: <code>YYMMDD_type_description.ext</code>. Six-digit date, type prefix, descriptive slug, extension. Every phone call note starts with the date, type, and who I talked to before a single word of content hits the page. Every file. No exceptions.</p>
<p>Five tag categories: type (required), association, industry, topic, and knowledge base. A taxonomy that looks like overhead until you realize it&rsquo;s what makes the downstream tools possible. <code>/velocity</code> (which tracks relationship momentum), <code>/follow-ups</code> (which surfaces open action items), and The Spark algorithm in <code>/cockpit</code> all depend on clean, predictable data. Flexible naming would break every one of them.</p>
<p>This is the part that most knowledge management advice gets wrong. &ldquo;Don&rsquo;t overthink your system&rdquo; sounds wise until you try to build something on top of it. Flexibility in structure means inconsistency in data. Inconsistency in data means your tools can&rsquo;t trust what they&rsquo;re reading. And tools that can&rsquo;t trust the data produce results you can&rsquo;t trust either.</p>
<p>Here&rsquo;s a concrete example. I had a phone call with a friend about Google Analytics and website tracking. During the conversation, he used the phrase &ldquo;digital exhaust&rdquo; to describe the involuntary data trail everyone produces just by existing in 2026. I captured it as a thought card. Date, type prefix, descriptive slug, tags, the whole template.</p>
<p>When the card entered the vault, the system connected it to &ldquo;<a href="/essays/opening-the-filters/">Opening the Filters</a>,&rdquo; a thought card from three weeks earlier about epistemic filtering (what you don&rsquo;t see because your interpretation framework discards it). Digital exhaust is the inverse: what you broadcast because you have no filter at all. One is a failure of reception. The other is an absence of awareness about transmission. That connection only worked because both files were tagged, linked, and structured identically. If either one had been a loose note in a random folder with no metadata, the pattern would have stayed invisible.</p>
<p>The friction is real, though. I built on open-source tools specifically so I could diagnose problems when they happen. QMD, the local search engine that indexes the vault, has a function called <code>handelize()</code> that converts underscores to hyphens in file paths. A file named <code>260213_thoughts_digital_exhaust.md</code> becomes <code>260213-thoughts-digital-exhaust.md</code> in search results. If you don&rsquo;t convert back before reading the file, the read fails silently. The bug lives in <code>store.ts</code>, line 989. I found it because I could read the source code. That&rsquo;s only possible because everything is built on open formats: markdown files, git version control, tools I can inspect and modify.</p>
<p>Flexibility sounds nice until you try to build on it. Structure is the foundation for automation. When it breaks (and it will), open formats mean you can diagnose the problem instead of filing a support ticket and hoping someone gets back to you.</p>
<hr>
<h2 id="why-you-build-skills-instead-of-prompts">Why You Build Skills Instead of Prompts</h2>
<p>I do some AI consulting on the side. A benefit auctioneer bought a consulting package at a fundraiser. Before our second call, I ran <code>/brief</code>, which pulled her reference file, every prior interaction, open follow-ups, and relationship velocity into one view. She&rsquo;d mentioned in Session 1 that she was hitting a wall with her current AI tools. I opened Session 2 with a workflow that addressed that specific frustration, without her having to re-explain it. My recommendations compounded instead of starting over.</p>
<p>That&rsquo;s the difference between a prompt and a skill. A prompt is a one-off request. A skill is a codified workflow with steps, edge cases, and integrations baked in.</p>
<p><code>/respond</code> doesn&rsquo;t just draft a customer service reply. It runs a pre-draft checklist (recipient context, key facts, tone justification), checks captured learnings for prior patterns with similar customers, and passes the final draft through a three-pass voice compliance review: register-shift scan, &ldquo;say it out loud&rdquo; test, banned-phrase detection. All of that happens in a single command because I&rsquo;ve already made the decisions about how a customer response should be built. The skill encodes those decisions so I don&rsquo;t re-make them every time.</p>
<p><code>/cockpit</code> for mornings. <code>/velocity</code> for relationships. <code>/compound</code> for learnings. <code>/publish</code> for the website. <code>/follow-ups</code> for tracking commitments. <code>/tag-notes</code> for cross-linking. About 30 skills total, each one a markdown file that describes a workflow.</p>
<p>A skill is just a markdown file. It lives in a git repository, it&rsquo;s portable to any tool that reads text, and it&rsquo;s readable by anyone. When a skill needs to change (and they do, regularly), I edit the markdown. The next time the skill runs, it uses the updated version. No deployment, no build step, no waiting for an app update.</p>
<p>The value of a knowledge system isn&rsquo;t what it holds. It&rsquo;s the workflows you build on top. The 500 markdown files are the foundation. The skills make the data useful. And because it&rsquo;s all just text files and a version control system, I&rsquo;m not locked into any single tool. If Claude disappears tomorrow, the vault, the skills, and the structure all survive. They&rsquo;re portable by design.</p>
<p>A prompt disappears after the conversation ends. A skill compounds every time it runs.</p>
<hr>
<h2 id="what-it-actually-changed">What It Actually Changed</h2>
<p>What actually changed isn&rsquo;t features. It&rsquo;s behavior:</p>
<p>I notice connections I wouldn&rsquo;t have noticed before. &ldquo;The Valley and the Namer&rdquo; came from six captures across five months. No single piece told the story. The vault held the threads until the right conversation pulled them together.</p>
<p>I show up with compound context. When my client and I sat down for Session 2, the conversation picked up where Session 1 left off because the system carried the context forward. Every meeting builds on the one before it. That&rsquo;s not a feature of the AI. It&rsquo;s a feature of structured data that the AI can read.</p>
<p>I catch the AI&rsquo;s mistakes, and the system gets better. The &ldquo;precedent&rdquo; catch from a friend became a captured learning that now runs in every content review. The QMD bug in <code>store.ts</code> is documented and worked around. Every failure has a trail, and every trail leads to a fix.</p>
<p>I write better because the voice profile keeps tightening. Each correction narrows the gap between what the AI drafts and what I&rsquo;d actually say. The profile isn&rsquo;t finished. It won&rsquo;t ever be. That&rsquo;s the point.</p>
<p>I start mornings with everything that matters in one view. <code>/cockpit</code> isn&rsquo;t a dashboard for showing off. It&rsquo;s 30 seconds that reorient my day before the first phone call.</p>
<p>None of this is a finished system. It breaks in documented ways and gets fixed in documented ways. The auto-commit hook fires after every edit. The voice profile refines every few weeks. The skills evolve as workflows change. A skill I wrote two months ago has already been rewritten twice because I learned something about how the workflow actually plays out versus how I thought it would.</p>
<p>It&rsquo;s a working draft designed for correction, not perfection. That&rsquo;s not a limitation. That&rsquo;s the design. A system that can&rsquo;t be wrong can&rsquo;t get better.</p>
<p>The point isn&rsquo;t that the system thinks for me. The point is that it holds the thinking I&rsquo;ve already done in a form where it can compound.</p>
<hr>
<h2 id="appendix-how-to-build-it">Appendix: How to Build It</h2>
<p>If the essay above is the philosophy, this is the wiring diagram.</p>
<h3 id="the-stack">The Stack</h3>
<p>Four tools. All open or inspectable.</p>
<p>Obsidian is the vault. It&rsquo;s a free markdown editor with wiki-links (<code>[[filename]]</code>) that create a graph of connections between files. Every link is bidirectional. If Note A links to Note B, both show the connection. The graph is useful, but the real value is the linking discipline it enforces.</p>
<p>Claude Code is the AI layer. It runs in the terminal, reads and writes files, and executes skills. It connects to my calendar, email, and local search engine through MCP (Model Context Protocol) integrations. It&rsquo;s not a chatbot. It&rsquo;s an agent that operates directly on the vault.</p>
<p>QMD is the local search engine. It indexes every markdown file and supports keyword matching, semantic search (meaning-based, finds related concepts even when the vocabulary differs), and deep search that auto-expands queries and reranks results. Runs locally. No data leaves the machine.</p>
<p>Git handles version control. An auto-commit hook fires after every file edit, so every change is tracked and the full history is recoverable.</p>
<h3 id="what-a-file-looks-like">What a File Looks Like</h3>
<p>Every note follows the same template. The metadata block at the top is what makes the downstream tools work.</p>
<pre tabindex="0"><code># Phone Call — [Name]

**Date:** February 12, 2026
**Type:** Phone Call
**Description:** Call about website analytics and digital exhaust

---

[What was discussed. Key takeaways. Quotes worth keeping.]

---

## Related Notes

### Notes
- [[260213_thoughts_digital_exhaust]] — Thought card this call sparked

### References
- [[person_name]] — Contact reference

#phonecall #technology
</code></pre><p>The filename follows the same convention: <code>260212_phonecall_person_topic.md</code>. Date, type, description. The tags at the bottom feed the search engine. The Related Notes section creates the graph.</p>
<p>Thought cards are similar but include a Source field (who or what sparked the idea) and sections for the observation, the principle, and open questions. Reference files for people include role, company, background, and their own Related Notes linking to every note that mentions them.</p>
<h3 id="what-a-skill-looks-like">What a Skill Looks Like</h3>
<p>A skill is a markdown file that lives in <code>.claude/skills/[name]/SKILL.md</code>. When I type <code>/cockpit</code> or <code>/brief</code> or <code>/compound</code>, Claude Code reads the corresponding file and executes the steps described in it.</p>
<p>Here&rsquo;s a simplified version of what a skill contains:</p>
<pre tabindex="0"><code># Skill Name

[When to use this skill and what it produces]

## Steps

1. Read these specific files from the vault
2. Search for these patterns or connections
3. Check learnings/ for relevant prior mistakes
4. Build the output in this format
5. Present it for review

## Output Format

[What the result looks like]
</code></pre><p>That&rsquo;s it. A markdown file describing a workflow. No code, no deployment, no build step. When the workflow needs to change, I edit the markdown. The next run uses the updated version.</p>
<h3 id="the-morning-loop">The Morning Loop</h3>
<p><code>/cockpit</code> runs six checks in about 30 seconds:</p>
<ol>
<li>Today&rsquo;s calendar, with context on each attendee pulled from their reference file (role, last interaction, open follow-ups)</li>
<li>Today&rsquo;s task card (how many of the six Ivy Lee items are done, which ones are aging)</li>
<li>Inbox radar, with threads sorted by priority (time-sensitive, needs response, can wait, informational)</li>
<li>Follow-up alerts for action items 7+ days old with no completion evidence</li>
<li>Cooling contacts (people I haven&rsquo;t interacted with in 60+ days)</li>
<li>The Spark: a semantic search that finds theme clusters spanning document types and time periods, looking for connections I haven&rsquo;t made yet</li>
</ol>
<p>Sections 1 through 5 are operational. Section 6 is where the system earns its seat.</p>
<h3 id="getting-started">Getting Started</h3>
<p>You don&rsquo;t need 500 files to start. You need 10 structured ones and one skill.</p>
<p>Pick a naming convention and stick to it. <code>YYMMDD_type_description.md</code> works. Pick a tag taxonomy (even just five or six tags) and use it consistently. Create a folder for notes and a folder for references. Start capturing phone calls, meetings, and ideas using the same template every time.</p>
<p>The first skill should be whatever you do every morning. Mine was a simpler version of <code>/cockpit</code> that just read my task card and calendar. It grew from there.</p>
<p>The structure comes first. The AI comes second. If your files aren&rsquo;t consistently named, tagged, and linked, the AI has nothing useful to work with. Garbage in, garbage out applies to knowledge systems the same way it applies to everything else.</p>
<p>Start small, stay rigid, and let the connections accumulate.</p>
]]></content:encoded></item><item><title>Five Levels of Agentic Commerce</title><link>https://johndschultz.com/thoughts/five-levels-of-agentic-commerce/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/five-levels-of-agentic-commerce/</guid><description>Stripe&amp;#39;s framework for how AI reshapes buying, defined by what the human stops doing at each level, from filling forms to never prompting at all.</description><content:encoded><![CDATA[<p>Stripe&rsquo;s 2025 annual letter lays out five levels of agentic commerce, and what makes the framework stick is that each level isn&rsquo;t defined by what the AI <em>starts</em> doing. It&rsquo;s defined by what the human <em>stops</em> doing.</p>
<p>Level 1: Eliminating web forms. You still research and decide. The agent just handles the typing, the checkout fields, the payment details. It&rsquo;s a clerk, not a buyer.</p>
<p>Level 2: Descriptive search. You stop searching for specific products and start describing situations. &ldquo;I need back-to-school supplies for a third grader in Chicago, nothing too itchy or tight, he likes KPop and tennis.&rdquo; The system reasons across weather, materials, sizes, taste, reviews, and delivery timelines.</p>
<p>Level 3: Persistence. You stop reintroducing yourself. The system already knows your preferences from previous interactions. You&rsquo;re still choosing, but from a set that already reflects your taste and budget.</p>
<p>Level 4: Delegation. You stop choosing altogether. &ldquo;Get the back-to-school shopping done. Keep it under $400.&rdquo; The agent handles search, evaluation, and purchase. You set the constraint and walk away.</p>
<p>Level 5: Anticipation. There is no prompt. The system knows the school calendar, your son&rsquo;s preferences, and your typical budget. You get a notification that the shopping is done. The things you need show up before you ask for them.</p>
<hr>
<h2 id="whats-interesting">What&rsquo;s Interesting</h2>
<p>The jump from Level 3 to Level 4 is the real trust cliff. Levels 1 through 3 are all variations of &ldquo;help me decide faster.&rdquo; Level 4 is &ldquo;decide for me.&rdquo; That&rsquo;s not an incremental shift. That&rsquo;s a fundamentally different relationship between a buyer and a system.</p>
<p>And Level 5 is stranger than it sounds. If the agent is anticipating your needs and executing purchases without a prompt, who is the customer? The human who never asked, or the agent that decided? Marketing, brand, product discovery, the entire funnel that commerce is built on, all of it assumes a human is paying attention at some point. Level 5 removes that assumption.</p>
<p>This connects to the bifurcation data in the same letter: the sorting machine is already accelerating, with winners pulling away across every industry. Agentic commerce could be the mechanism that makes that sorting even faster. If agents are doing the buying, they&rsquo;ll optimize ruthlessly on price, quality, and reliability. The companies that are already winning on those metrics get more volume. The ones that were surviving on inertia or brand familiarity lose the one thing propping them up: a human who recognized the name.</p>
<hr>
<h2 id="the-auction-question">The Auction Question</h2>
<p>Auctions are interesting here because they already sit at Level 4 for some buyers. Proxy bidding, max-bid systems, auto-bid: these are delegation tools. The bidder sets a ceiling and the system executes. We&rsquo;ve been doing this for years without calling it &ldquo;agentic.&rdquo;</p>
<p>But Level 5 in auctions would mean an agent scanning upcoming sales, recognizing items that match a collector&rsquo;s profile, bidding within pre-set parameters, and winning lots the buyer never knew were listed. That&rsquo;s not science fiction. The infrastructure for it mostly exists already.</p>
<p>The question is what that does to the auction experience. Auctions thrive on competition, emotion, the feeling of winning. If agents are bidding against agents, the emotional layer disappears. What&rsquo;s left is pure market efficiency, which is great for price discovery but terrible for the theater that makes auctions worth attending.</p>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>At what level does brand stop mattering? If agents are choosing, do they care about brand at all, or just ratings, price, and specs?</li>
<li>What does &ldquo;trust&rdquo; look like at Level 4? Right now, people barely trust recommendation algorithms. Delegation requires a different order of trust entirely.</li>
<li>Is there a Level 6 where the agent <em>sells</em> on your behalf too? Not just buying but liquidating, listing, pricing, negotiating, the full cycle?</li>
</ul>
]]></content:encoded></item><item><title>Saturation Before Coalition</title><link>https://johndschultz.com/thoughts/saturation-before-coalition/</link><pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/saturation-before-coalition/</guid><description>You can&amp;#39;t share the aquifer until you&amp;#39;ve secured your own lake, because depth in your own niche is what makes coalition additive instead of dilutive.</description><content:encoded><![CDATA[<h2 id="the-synthesis">The Synthesis</h2>
<p>Niche saturation isn&rsquo;t the opposite of coalition. It&rsquo;s the prerequisite.</p>
<p>Daniel Ek&rsquo;s principle is right: saturate your niche before you expand. But the card was incomplete. It assumed the niche is a standalone unit. It&rsquo;s not. Niches that share a method, a market structure, or an identity sit on top of shared infrastructure, like lakes fed by the same aquifer. Auto auctions, livestock auctions, industrial equipment, personal property. Different surfaces, same water underneath.</p>
<p>A consortium doesn&rsquo;t connect separate things. It maps what was always there. But you can&rsquo;t tap into the aquifer until you&rsquo;ve secured your own lake. An organization still fighting to define itself can&rsquo;t sit at a table with a bigger player without it feeling like absorption. An organization that&rsquo;s settled into its lane, with its own membership, its own advocacy, its own identity? Sharing infrastructure amplifies them instead of threatening them.</p>
<hr>
<h2 id="the-pattern-is-fractal">The Pattern Is Fractal</h2>
<p>It works at every altitude:</p>
<ul>
<li><strong>Person:</strong> Get good at your craft before you start serving on boards and committees. Someone still building their business has no bandwidth for association leadership. Once they&rsquo;re established, the association compounds what they&rsquo;ve already built.</li>
<li><strong>Business:</strong> Get established in your market before joining trade associations. A company still scrambling for clients can&rsquo;t afford to invest energy in industry work. Once the business is stable, association involvement becomes additive.</li>
<li><strong>Association:</strong> Saturate your niche before joining a consortium. A cross-industry alliance works when the organizations at the table have each done the work. One has $16.5M in assets and 75 years of standards-setting. Another has 800 members and a real lobbying operation. They&rsquo;ve earned the security to share.</li>
</ul>
<p>The equal voice principle is the structural requirement that holds it together. The moment one organization outweighs the others, you&rsquo;re not connecting lakes anymore. You&rsquo;re flooding one into the rest. That&rsquo;s the dilution Ek warned about, just at the association level. Everyone stays sovereign in their own vertical. The consortium only exists in the shared layer underneath: aggregate data, advocacy weight, workforce pipeline. Things no single organization can produce alone.</p>
<p>For-profit companies figured this out years ago. Apple, Samsung, and Google compete on phones but sit on the same USB standards board. They compete on the product and cooperate on the plug. A consortium is the plug.</p>
<p>The aquifer was always there. The consortium just makes it usable. But only because everyone did the hard work of going deep first.</p>
<hr>
<h2 id="open-questions">Open Questions</h2>
<ol>
<li>How do you keep the voice equal when the lakes aren&rsquo;t the same size? Governance design matters, but practical influence tends to follow resources.</li>
<li>What happens when two lakes share a border? When one member organization was born from a split with another, does the consortium force that boundary question to resolve, or can it work around it?</li>
<li>Is there a saturation threshold, some signal that tells an organization &ldquo;you&rsquo;re ready to share now&rdquo;? Or is it just a feeling of security that leaders recognize when they see it?</li>
<li>Does this principle apply in reverse? Can a consortium that loses a member&rsquo;s trust push that member back into niche-protection mode?</li>
</ol>
]]></content:encoded></item><item><title>Principles Over Predictions</title><link>https://johndschultz.com/thoughts/principles-over-predictions/</link><pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/principles-over-predictions/</guid><description>You don&amp;#39;t need to predict the future if your principles are sound, because good architectural decisions are robust across scenarios you didn&amp;#39;t design for.</description><content:encoded><![CDATA[<h2 id="the-observation">The Observation</h2>
<p>I didn&rsquo;t build structured data systems because I predicted WebMCP or the agentic web. I built them because &ldquo;touch it once, make it findable by any system&rdquo; is just good practice. &ldquo;Computers do the mundane, humans critically think&rdquo; is just a sound division of labor. These are principles, not predictions.</p>
<p>But those principles, arrived at independently, produced exactly the infrastructure the agentic web needs. A straight line runs from a thought card I wrote in August 2025 to a platform that&rsquo;s accidentally ready for a protocol Google announced six months later.</p>
<p>That&rsquo;s not luck. That&rsquo;s what good principles do. They&rsquo;re robust across futures you didn&rsquo;t predict.</p>
<hr>
<h2 id="the-pattern">The Pattern</h2>
<p>Predictions are fragile. They&rsquo;re right or wrong, and the world rarely cooperates with specifics. Principles are antifragile. They produce good outcomes across a range of scenarios because they&rsquo;re grounded in how things actually work, not how you think they&rsquo;ll play out.</p>
<p>&ldquo;Structure your data&rdquo; works whether the next interface is a browser, an agent, or something nobody&rsquo;s imagined yet. &ldquo;Own your stack&rdquo; works whether the threat is a marketplace, a data intermediary, or an AI platform. &ldquo;Humans think, machines execute&rdquo; works whether the machine is a spreadsheet or a large language model.</p>
<p>The companies that survive transitions aren&rsquo;t the ones that saw them coming. They&rsquo;re the ones whose principles already fit where things were headed.</p>
<hr>
<h2 id="open-questions">Open Questions</h2>
<ol>
<li>How do you tell the difference between a principle and a preference you&rsquo;ve elevated to a principle? &ldquo;Own your stack&rdquo; feels like a principle, but is it actually just my preference dressed up as wisdom?</li>
<li>Can you build an organization around principles this way, or does it only work when one person holds the vision? What happens when principles need to transfer across a team that didn&rsquo;t arrive at them organically?</li>
<li>Where are my current principles wrong? If good principles carry you into futures you can&rsquo;t see, bad ones carry you into walls you can&rsquo;t see either.</li>
</ol>
]]></content:encoded></item><item><title>True Market Value: Why Structured Data Is the Last Moat in Auctions</title><link>https://johndschultz.com/essays/true-market-value-last-moat/</link><pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/true-market-value-last-moat/</guid><description>The room was always too small. Agents make it bigger. But only if your data is ready.</description><content:encoded><![CDATA[<p>Last August, I had a conversation with a colleague that stuck with me. We were talking about whether auctions actually find true market value. My argument was simple: how can it be true market value when maybe 5-10% of potential buyers ever see our marketing? We&rsquo;re calling it market value based on whoever happened to show up.</p>
<p>I <a href="/essays/true-market-value/">wrote about it at the time</a>. My answer was to build communities, find your own lake, pursue smarter marketing instead of more marketing. I believed it. I still do. But six months later, I think I was thinking too small.</p>
<hr>
<h2 id="something-is-shifting-underneath-us">Something Is Shifting Underneath Us</h2>
<p>Gary Vaynerchuk said it recently: &ldquo;Brand is the only thing left in a world of technology at scale.&rdquo; He&rsquo;s talking about a future where execution becomes a commodity, where the tools to build a website, run ads, create content, and reach buyers are available to everyone. When everyone has the same tools, the only differentiator is who you are and what you&rsquo;re known for.</p>
<p>He&rsquo;s right. But he&rsquo;s only seeing half of it.</p>
<p>The CEO of Cloudflare, Matthew Prince, shared some numbers every business owner needs to hear. Ten years ago, for every two pages Google crawled from your website, they&rsquo;d send you one visitor back. Fair trade. Today it takes six pages crawled for every one visitor. For ChatGPT? Two hundred fifty to one. For Claude? Six thousand to one.</p>
<p>Seventy-five percent of Google searches now end without the person ever leaving Google. They get their answer and move on. Your website never loads.</p>
<p>This isn&rsquo;t a trend. It&rsquo;s a structural shift. The browser, the search engine, the website as we know it. All of these were built for a world where humans looked at screens and clicked links. That world is ending.</p>
<p>What&rsquo;s replacing it? Software agents. Programs that act on behalf of people. Instead of you googling &ldquo;used restaurant equipment near me&rdquo; and clicking through three auction sites, your agent scans every auction platform, every marketplace, every liquidation listing simultaneously. It finds what matches your criteria, checks current bids, evaluates pickup terms, and either alerts you or bids for you.</p>
<p>In February 2026, Google released something called WebMCP. It&rsquo;s a protocol that lets websites expose their inventory and services directly to AI agents as structured data. No browser required. An agent doesn&rsquo;t need to &ldquo;visit&rdquo; your website and look at it the way a human would. It calls your inventory like a database query.</p>
<p>One SEO expert called it &ldquo;the biggest shift in technical SEO since structured data.&rdquo; I&rsquo;d go further. It&rsquo;s the biggest shift in how buyers find sellers since the internet itself.</p>
<hr>
<h2 id="the-flywheel-flips">The Flywheel Flips</h2>
<p>Here&rsquo;s where this gets personal for our industry.</p>
<p>The auction business model runs on a flywheel. Get more bidders, drive higher prices, sellers see the results, sellers bring you more consignments. The whole machine starts with buyer acquisition. That&rsquo;s why we spend on paid ads. That&rsquo;s why a database of hundreds of thousands of users matters. That&rsquo;s why marketplaces pitch &ldquo;we&rsquo;ve got the eyeballs.&rdquo;</p>
<p>Buyer reach is the moat. Or it was.</p>
<p>In the world I just described, agents turn buyer reach into a commodity overnight. If your inventory is structured and discoverable, agents find it. You don&rsquo;t need hundreds of thousands of registered users because agents represent millions of potential buyers simultaneously. You don&rsquo;t need a Facebook ad because agents don&rsquo;t scroll Facebook.</p>
<p>The scarce resource isn&rsquo;t buyer attention anymore. It&rsquo;s quality supply.</p>
<p>The flywheel flips: get the best sellers, structure your inventory so agents can find it, agents bring the buyers, higher prices follow, more sellers want you. The moat moves from the buyer side to the seller side, and the bridge between them is your data.</p>
<p>Sellers don&rsquo;t come to you because of your ad spend. They come because you have a reputation for handling complex liquidations well. Because you showed up, walked the floor, and made a plan when their business was closing. Because someone they trusted said &ldquo;call Grafe.&rdquo; That&rsquo;s relationship-driven, and no agent is going to replace it.</p>
<p>But the buyer side? That&rsquo;s where agents take over. And they don&rsquo;t care about your website design, your logo, or your browsing experience. They care about one thing: can they read your data?</p>
<hr>
<h2 id="true-market-value-for-real-this-time">True Market Value (for Real This Time)</h2>
<p>Here&rsquo;s the part that got me excited.</p>
<p>Remember the question: what is true market value when only 5-10% of potential buyers see your marketing?</p>
<p>Agents solve the room-size problem.</p>
<p>Instead of 50 bidders who happened to see your Facebook ad, you could have thousands of agents scanning on behalf of qualified buyers across the country. For the first time, you&rsquo;re approaching something close to actual market saturation for any item you&rsquo;re selling.</p>
<p>&ldquo;But won&rsquo;t agents kill the competitive bidding premium?&rdquo; That was my first reaction too. Agents are rational. They don&rsquo;t get emotionally invested. They bid to their maximum and stop. No ego, no &ldquo;just one more bid.&rdquo;</p>
<p>Maybe. But think about the math. You might lose some emotional premium per bidder. But if you go from 50 emotional humans to 5,000 rational agents, supply and demand still works. Fixed quantity of assets plus a dramatically larger demand pool equals higher prices. The sheer volume of competition could more than compensate for the loss of emotional escalation.</p>
<p>True market value might not require emotion. It might just require enough buyers in the room. And agents make the room infinitely bigger.</p>
<p>I asked in August 2025 whether used equipment ever reaches true market value. The answer might be: not yet. But not because the buyers aren&rsquo;t emotional enough. Because there aren&rsquo;t enough of them in the room.</p>
<hr>
<h2 id="the-marketplace-trap-round-two">The Marketplace Trap, Round Two</h2>
<p>I need to be honest about something here because I&rsquo;ve lived through this before.</p>
<p>When online marketplaces came onto the scene, many of us used them. The pitch was compelling: &ldquo;List with us, we have the buyers.&rdquo; And for a while, it worked. Then you realized you were a tenant on someone else&rsquo;s platform. Your buyers were their buyers. Your data lived in their system. Your brand looked identical to every other auctioneer using the same templates and the same ten categories.</p>
<p>Some of us saw it and built our own solutions. Others switched to technology providers that let them own their data while providing the bidding infrastructure. And still today, years later, there&rsquo;s hand-wringing about marketplaces at every industry meeting.</p>
<p>The agentic web is the same movie with different actors.</p>
<p>Today, if you&rsquo;re on a third-party marketplace, you don&rsquo;t control your data structure. You can&rsquo;t upgrade your category system. You can&rsquo;t make your inventory agent-readable on your own terms. You&rsquo;re waiting for your platform to innovate on your behalf. And they&rsquo;ll make that decision based on what&rsquo;s good for their business, not yours.</p>
<p>When an agent scans for &ldquo;commercial kitchen equipment under $5,000 within 200 miles,&rdquo; it&rsquo;s going to find the inventory with the best structured data. If you&rsquo;re on a platform using 10 broad categories and three-word lot descriptions, you&rsquo;re invisible. Not because you don&rsquo;t have the right inventory. Because no machine can understand what you have.</p>
<p>You don&rsquo;t own your technology? You don&rsquo;t own your future. We learned this lesson once. Some of us are about to learn it again.</p>
<hr>
<h2 id="what-structured-data-actually-means">What &ldquo;Structured Data&rdquo; Actually Means</h2>
<p>I&rsquo;ll make this concrete because &ldquo;structured data&rdquo; can sound abstract.</p>
<p>At Grafe, we rebuilt our entire platform around a principle I&rsquo;ve held for years: touch it once, make it findable by any system. A human catalogs a lot with photos, a lot number, and an abbreviated description. Our AI takes that input and generates a full listing with model numbers, specifications, dimensions, and condition details. One human action. One machine expansion. One structured record that our website, our marketing tools, our analytics, and eventually an agent can all read.</p>
<p>Our categorization is specific. Not &ldquo;restaurant&rdquo; but &ldquo;commercial kitchen, bakery/pastry&rdquo; or &ldquo;commercial kitchen, pizza/Italian.&rdquo; Because an agent searching for pizza ovens shouldn&rsquo;t have to wade through 10,000 results tagged &ldquo;restaurant.&rdquo;</p>
<p>Every lot has real data behind it. Not a blurry photo and &ldquo;misc kitchen equip.&rdquo; Specifications a machine can parse and match to a buyer&rsquo;s criteria without guessing.</p>
<p>I didn&rsquo;t build this because I predicted WebMCP or the agentic web. I built it because structured data is just good practice. Computers should handle the mundane so humans can do the critical thinking. Data should be entered once and work everywhere. These are principles, not predictions. But it turns out that principles built for one era can carry you into the next one if they&rsquo;re sound.</p>
<hr>
<h2 id="the-call">The Call</h2>
<p>This isn&rsquo;t about AI hype. I&rsquo;ve stood in front of rooms at MAA, WAA, and NAA conferences and talked about the AI shift. I&rsquo;ve watched colleagues nod along and then go back to posting blurry photos with three-word descriptions on the same marketplace platform they&rsquo;ve been on for a decade.</p>
<p>The window to get this right is open now. Not because the agentic web is here today (it&rsquo;s early), but because structuring your data is a years-long project, not a switch you flip. The companies that start now will be discoverable when agents go mainstream. The ones that wait will be invisible.</p>
<p>Here&rsquo;s what that looks like practically:</p>
<p>Your lot descriptions need to be machine-readable. Specifications, model numbers, condition details, dimensions. Not &ldquo;misc kitchen equip.&rdquo; Real data.</p>
<p>Your categories need to be specific enough that a machine can tell the difference between a pizza oven and a walk-in cooler without reading a paragraph of text.</p>
<p>Your data should flow through your systems once. Catalog it right, and it should work for your website, your marketing, your analytics, and the agent that queries you in 2027.</p>
<p>And you need to own your stack, or at the very least, own your data. Because the companies that control their own infrastructure can adapt when the ground shifts. The ones who don&rsquo;t are hoping someone else makes the right call for them.</p>
<hr>
<h2 id="the-room-gets-bigger">The Room Gets Bigger</h2>
<p>Six months ago, I asked whether used equipment ever reaches true market value. My answer was to build communities and find your own lake.</p>
<p>I was thinking too small.</p>
<p>The agentic web doesn&rsquo;t give you a better lake. It gives you the ocean. Every qualified buyer&rsquo;s agent, scanning every inventory source, finding every match. For the first time, we could approach real market saturation for a given asset.</p>
<p>But the ocean only works for you if your inventory is discoverable. If your data is structured. If your technology is yours.</p>
<p>Brand is the only thing left in a world of technology at scale. For auction companies, brand now means two things: the relationships that bring you quality supply, and the data quality that makes agents bring you buyers.</p>
<p>The companies that survive this transition won&rsquo;t be the ones that predicted it. They&rsquo;ll be the ones whose principles already pointed in the right direction.</p>
<p>True market value was always the goal. We might finally have the tools to find it.</p>
<p>The question is whether your data is ready when the room gets bigger.</p>
]]></content:encoded></item><item><title>The Measure</title><link>https://johndschultz.com/essays/the-measure/</link><pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-measure/</guid><description>What a novel about strings, a rental car, and a three-year-old&amp;#39;s text message taught me about the box I&amp;#39;ve already opened.</description><content:encoded><![CDATA[<h2 id="the-box">The Box</h2>
<p>There are five of us in a rental car heading from the airport to the hotel. A friend is talking about a book. Nikki Erlick&rsquo;s The Measure. The premise is simple: one morning, everyone on Earth wakes up to find a small wooden box on their doorstep. Inside is a string. The length of the string is the length of your remaining life.</p>
<p>The question the novel asks is the obvious one. Do you open it?</p>
<p>I didn&rsquo;t expect that question to follow me around for the rest of the day. But it did.</p>
<p>I started asking people. In the car, in the hotel lobby after we arrived. If you had the box, would you open it?</p>
<p>Almost everyone said no. The reasons varied, but the conviction was consistent. People don&rsquo;t want to know when they&rsquo;re going to die. That much was clear.</p>
<p>What wasn&rsquo;t clear, at least not to me, was why I couldn&rsquo;t land on an answer. Everyone around me seemed sure. I wasn&rsquo;t. I scribbled a thought card right there in the hotel lobby, mid-conversation, and wrote four lines:</p>
<p>If given a finite date of end of life, when would you choose to know the date/time? What is the butterfly effect? Is it selfish, your decision? I&rsquo;m quite mixed and conflicted.</p>
<p>Four questions. No answers. That bothered me.</p>
<hr>
<h2 id="two-reasons-and-a-third">Two Reasons and a Third</h2>
<p>Three camps emerged, and they weren&rsquo;t saying the same thing.</p>
<p>The first came from faith. One friend put it best. God gives us free will to choose Him, and that involves walking our path and finding Him on our own. The seeking is the point. If you open the box and see thirty more years, faith becomes time management. If you see three years, every prayer gets contaminated by urgency. You&rsquo;re not seeking God freely anymore. You&rsquo;re responding to a deadline. His argument is that faith requires uncertainty to be faith at all. Remove the uncertainty and you haven&rsquo;t gained knowledge. You&rsquo;ve lost the only context in which genuine seeking is possible.</p>
<p>The second was pragmatic, and I was in it. I didn&rsquo;t trust myself with the information. Knowing would change how I showed up, how I planned, how I treated people. I&rsquo;d rather not risk it. Others in this group said the same thing in different words.</p>
<p>The third camp surprised me. Another friend said he&rsquo;d open it. Not out of curiosity or ego. He wanted the information so he could live differently, pour into the things that actually matter. For him, the box wasn&rsquo;t a threat. It was a tool. Knowing the timeline would sharpen his priorities, not paralyze them.</p>
<p>I kept turning these three positions over. The faith camp had something solid underneath it. The open-it position had a clarity I respected. But my own camp? I couldn&rsquo;t quite articulate why it felt shaky. All I knew was that I was mixed and conflicted, and I couldn&rsquo;t land.</p>
<p>Later that afternoon, still processing the conversation, a harder thought surfaced. Maybe my position wasn&rsquo;t as sturdy as it sounded. I was saying &ldquo;it would mess me up,&rdquo; but I might have been saying more than I meant to. I wasn&rsquo;t choosing peace. I was choosing to avoid the accountability that comes with knowing. If you know your timeline, you can&rsquo;t waste a Tuesday anymore. You can&rsquo;t coast through a week and promise yourself you&rsquo;ll do better next time. The box removes the comfortable fiction that there&rsquo;s always more time.</p>
<p>Maybe not opening the box, for me, wasn&rsquo;t wisdom. It might have been avoidance dressed up as wisdom.</p>
<hr>
<h2 id="the-butterfly-effect">The Butterfly Effect</h2>
<p>The car conversation didn&rsquo;t end at the hotel. It kept going in the lobby, with friends drifting in and out. That&rsquo;s where the friend who&rsquo;d argued from faith asked me the question that cracked this open further. If you knew, what&rsquo;s the one thing you&rsquo;d repair or go back and change?</p>
<p>I didn&rsquo;t have to think long. I&rsquo;d pour more time into my wife and my daughter and less into everything else.</p>
<p>That answer felt honest in the moment. It also felt like a confession. Because I was saying it in a hotel lobby, away from them for the next three days, at an industry conference.</p>
<p>But here&rsquo;s what I didn&rsquo;t see at first. The butterfly effect I wrote about on my thought card wasn&rsquo;t hypothetical. I was watching it happen in real time. A friend recommended a book in a rental car. That turned into a question I couldn&rsquo;t stop asking. The question followed me into the lobby, where one friend added a theological layer and another challenged the whole premise by saying he&rsquo;d open it. That turned into a thought card I scribbled mid-conversation. The thought card turned into this essay. A single book recommendation reshaped my entire day, and every conversation along the way added something the last one didn&rsquo;t have.</p>
<hr>
<h2 id="the-woods">The Woods</h2>
<p>The day before I left for the conference, I took my daughter hiking at a park near our house. She&rsquo;s three and a half. We started on the paved path, and then she wanted to go into the woods. So we went. Her mom was there but stayed on the trail. My daughter and I climbed over fallen trees, poked at things, explored.</p>
<p>It was one of those moments you don&rsquo;t plan. You just say yes.</p>
<p>From my hotel room the next day, she sent me a text. Voice-to-text, dictated by a three-year-old, so the transcription was a mess. But the parts that came through were clear enough:</p>
<p>&ldquo;Don&rsquo;t cry, daddy. I miss you so much. Make sure you go to bed. Eat good and use your manners. I love you when you&rsquo;re home.&rdquo;</p>
<p>She&rsquo;s parenting me. She&rsquo;s echoing back the things her mom and I say to her every night. Go to bed. Eat good. Use your manners. That&rsquo;s what love sounds like to her, because that&rsquo;s what we&rsquo;ve taught her love sounds like.</p>
<p>And then she told me she can&rsquo;t wait to go hiking again.</p>
<p>She isn&rsquo;t counting the days I&rsquo;m away at a conference. She&rsquo;s holding onto the last time I went into the woods with her. She&rsquo;s not counting hours with me. She&rsquo;s counting adventures.</p>
<p>The butterfly effect of that hike isn&rsquo;t the afternoon itself. It&rsquo;s that I&rsquo;m raising a kid who goes off the paved path. Every time I say yes to the woods, I&rsquo;m shaping who she becomes. And she&rsquo;s already shaping who I become. Her text did more to answer my thought card than every lobby conversation combined.</p>
<hr>
<h2 id="the-letter">The Letter</h2>
<p>When the conversation turned to whether I&rsquo;d open the box, my real hesitation surprised me. It wasn&rsquo;t about the length of the string. It was about what saying it out loud would cost me.</p>
<p>If I say out loud &ldquo;I live with intentionality,&rdquo; I&rsquo;ve created a standard. Every time I fall short of it, I&rsquo;m not just having a bad week. I&rsquo;m failing something I claimed to believe. Status quo doesn&rsquo;t judge you. Status quo lets you be pretty good most of the time without ever asking if pretty good is enough.</p>
<p>That fear has a history. I spent a lot of years, as a kid and a young adult, feeling like I wasn&rsquo;t enough for my dad. Not being good enough was familiar territory. Setting a standard and falling short of it wasn&rsquo;t a hypothetical. It was a lived experience.</p>
<p>In my late twenties, I went through counseling that helped me name it. I ended up writing my dad a letter. Not a blame letter. I started with what I knew I&rsquo;d done to hurt him, and then I explained how some of what he&rsquo;d done had hurt me and how it made me feel. My mom told me later it had a profound impact on him.</p>
<p>Before that letter, I only called to talk to my mom. After it, I started intentionally alternating. I call, I talk to one of them, I say goodbye so the other one has to share separately. It&rsquo;s a small thing. But it&rsquo;s deliberate. It&rsquo;s a choice I make every time.</p>
<p>I didn&rsquo;t see it until this afternoon. I&rsquo;m afraid of declaring a standard and falling short. But I already survived it. I already opened that box. I looked at a broken relationship, measured it honestly, named what was wrong on both sides, and chose to build something different. Not once. Every phone call. The relationship with my dad isn&rsquo;t perfect. But it&rsquo;s not wedged anymore.</p>
<p>I&rsquo;ve already proven I can open the box and live with what&rsquo;s inside.</p>
<hr>
<h2 id="the-measure">The Measure</h2>
<p>I started the day undecided. Would I open it or not?</p>
<p>I&rsquo;m ending it somewhere I didn&rsquo;t expect. The answer isn&rsquo;t yes or no. The question itself is the gift, but only if it changes how you live after you hear it. The people in the novel who open their boxes and the people who don&rsquo;t are both changed by the existence of the box. You can&rsquo;t un-know it&rsquo;s there. You can&rsquo;t un-ask the question.</p>
<p>I leave work at 5:15 most nights. I&rsquo;m home by 5:30. My phone goes away. I&rsquo;m fully present with my daughter until she goes to bed at 7. That&rsquo;s an hour and a half. Some nights it&rsquo;s the paved path. Some nights it&rsquo;s the woods.</p>
<p>The measure that matters isn&rsquo;t the length of the string. It&rsquo;s whether you&rsquo;re living like you already opened it.</p>
<p>I think I am. I&rsquo;m not putting a question mark on that anymore.</p>
<hr>
<p><em>What&rsquo;s the box you haven&rsquo;t opened yet?</em></p>
]]></content:encoded></item><item><title>Digital Exhaust</title><link>https://johndschultz.com/thoughts/digital-exhaust/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/digital-exhaust/</guid><description>The cost of modern convenience is an involuntary autobiography that someone else owns.</description><content:encoded><![CDATA[<p>Every time you drive past a license plate reader, walk by a Ring camera, or carry your phone into a room, you&rsquo;re producing exhaust. Not the kind you choose to share. Not a social media post or an email or a photo you uploaded. This is the byproduct of simply existing in 2026.</p>
<p>A friend called it &ldquo;digital exhaust,&rdquo; and the metaphor is almost too good. Car exhaust isn&rsquo;t a decision. It&rsquo;s a consequence of going somewhere. You don&rsquo;t think about the fumes trailing behind you. You&rsquo;re focused on the road ahead.</p>
<p>That&rsquo;s exactly how most people treat their data trail. They&rsquo;re focused on the destination (the errand, the commute, the phone call) while something invisible accumulates behind them.</p>
<hr>
<h2 id="the-asymmetry">The Asymmetry</h2>
<p>Here&rsquo;s where it gets interesting. The exhaust doesn&rsquo;t just dissipate. Someone is collecting it.</p>
<p>Cell phone pings get logged. License plate readers feed databases. Ring cameras upload to cloud servers accessible by networks you didn&rsquo;t agree to join. Home security systems can identify visitors by name throughout the day. And all of this happens passively, without a single conscious choice on your part.</p>
<p>The real tension isn&rsquo;t privacy in the political sense. It&rsquo;s simpler than that. They know you, but you don&rsquo;t know them. You have no visibility into who&rsquo;s aggregating your trail, what picture they&rsquo;re assembling, or how they&rsquo;re using it.</p>
<p>Any single data point means nothing. But aggregated together, over weeks and months and years, they reconstruct something you never intended to publish: a detailed, involuntary autobiography that someone else owns.</p>
<p>The cost of modern convenience is an involuntary autobiography that someone else owns.</p>
<hr>
<h2 id="the-inverse-of-the-filter">The Inverse of the Filter</h2>
<p><a href="/essays/opening-the-filters/">Opening the Filters</a> is about what you let in, how your interpretation framework creates blind spots by discarding data that doesn&rsquo;t match known patterns. This is the other side of that coin.</p>
<p>Opening the Filters asks: what are you not seeing because your filters are too narrow?</p>
<p>Digital Exhaust asks: what are you broadcasting because you have no filter at all?</p>
<p>One is a failure of reception. The other is an absence of awareness about transmission. Both create vulnerabilities you can&rsquo;t see.</p>
<hr>
<h2 id="the-principle">The Principle</h2>
<p>Words mean things. Actions mean things. Digital exhaust means things. Everything means something.</p>
<p>Being intentional needs to be a forethought, not an afterthought.</p>
<p>This isn&rsquo;t a call to go off the grid or tape over your phone camera. It&rsquo;s a call to awareness. You can accept the trade-off of modern life (and as someone who builds marketing technology for a living, I clearly have). But accepting a trade-off and being oblivious to a trade-off are two very different postures. One is a decision. The other is default.</p>
<p>The person who knows they&rsquo;re producing exhaust and chooses to keep driving is in a fundamentally different position than the person who never looked in the rearview mirror.</p>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li>How do you teach this awareness without sounding paranoid? The line between &ldquo;be intentional about your digital footprint&rdquo; and &ldquo;they&rsquo;re watching you&rdquo; is thin, and one lands as wisdom while the other lands as conspiracy.</li>
<li>Is there a business angle here? Companies that help people understand or manage their digital exhaust, the way credit monitoring made financial footprints visible?</li>
<li>At what point does the aggregation cross from &ldquo;data&rdquo; to &ldquo;identity&rdquo;? Where&rsquo;s the threshold where scattered exhaust becomes a portrait?</li>
</ul>
]]></content:encoded></item><item><title>The Contract Is the Cup</title><link>https://johndschultz.com/thoughts/the-contract-is-the-cup/</link><pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/the-contract-is-the-cup/</guid><description>The contract sets the visible floor, and the experience overflows it. Every time.</description><content:encoded><![CDATA[<p>Five Guys fills your fry cup, drops it in the bag, then scoops another ladle on top. The generosity is staged so you <em>witness</em> it. Jerry Murrell didn&rsquo;t give customers more fries. He gave them the same fries in a way that <em>felt</em> like more.</p>
<p>The question a friend posed: is there an auction industry version of this? Can a business with two customer types (sellers who want maximum return, buyers who want fair access) create a single &ldquo;fries&rdquo; moment that lands for both?</p>
<p>The breakthrough came from his reframe. Buyers and sellers aren&rsquo;t on opposite sides of the table. They&rsquo;re both patrons at the same restaurant ordering different meals. The fries sit underneath both experiences, in the service layer that has nothing to do with the transaction outcome.</p>
<p>Then he named the mechanism: <strong>the contract is the fry cup.</strong> Auction contracts explicitly set a low baseline. &ldquo;We are not responsible for cleanup.&rdquo; &ldquo;Bring your own help to load.&rdquo; &ldquo;Bring your own packing materials.&rdquo; The customer signs it. Expectations are set. Then the day of the auction, there are three guys with dollies and straps helping you load, boxes already packed, and the warehouse is broom-swept when the seller walks back in.</p>
<p>Same product. Same cost. The contract sets the visible floor, and the experience overflows it. Every time.</p>
<p>Peter Shankman&rsquo;s &ldquo;Zombie Loyalists&rdquo; adds the payoff layer. The bar for customer experience is so low that even small, unexpected gestures create fanatical loyalty. These customers don&rsquo;t just come back. They recruit for you. They can&rsquo;t help it.</p>
<hr>
<h2 id="the-framework">The Framework</h2>
<ol>
<li><strong>The Cup (Expectation).</strong> Set a visible, honest baseline. Contracts, terms and conditions, published policies. This is what you&rsquo;re obligated to do.</li>
<li><strong>The Scoop (Experience).</strong> Deliver beyond it in a way the customer <em>witnesses</em>. Not behind the scenes. Not after the fact. In the moment.</li>
<li><strong>The Payoff (Loyalty).</strong> Customers who experience the gap between promise and delivery become zombie loyalists. They tell everyone.</li>
</ol>
<hr>
<h2 id="whats-solved">What&rsquo;s Solved</h2>
<ul>
<li>The &ldquo;fries&rdquo; in a two-sided auction market aren&rsquo;t about the transaction (price, terms). They&rsquo;re the <em>experience layer</em>: ownership access, X+Y service, making things right at your own expense.</li>
<li>The staging mechanism is the contract itself. It sets the cup. Everything above it is the visible overflow.</li>
<li>This works for both customer types because both experience the same service layer regardless of which side of the transaction they&rsquo;re on.</li>
</ul>
<hr>
<h2 id="whats-open">What&rsquo;s Open</h2>
<ul>
<li><strong>The execution gap.</strong> Grafe knows what its fries are (ownership access, going above and beyond on service, eating costs to make things right). The unsolved piece is how to make these visible on the <em>first</em> transaction, not discovered over time. Five Guys doesn&rsquo;t wait for your second visit.</li>
<li><strong>The staging problem.</strong> Owners are listed as sales reps, not owners. The behind-the-scenes work (research, cataloging, customer service) happens invisibly. How do you let customers <em>see</em> the scoop without it feeling egotistical?</li>
<li><strong>The consistency question.</strong> A nice gesture that happens sometimes is a pleasant surprise. A gesture that happens every single time, no exceptions, is a brand identity. Which of Grafe&rsquo;s &ldquo;extras&rdquo; can become ritual?</li>
</ul>
]]></content:encoded></item><item><title>Moments in Time</title><link>https://johndschultz.com/thoughts/moments-in-time/</link><pubDate>Sat, 07 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/moments-in-time/</guid><description>We autopsy our losses but toast our wins. Both deserve the same scrutiny.</description><content:encoded><![CDATA[<p>PJ Fleck has &ldquo;This too shall pass&rdquo; tattooed on his Achilles.</p>
<p>It&rsquo;s not just the downs that shall pass, but also the ups.</p>
<p><em>Source: PJ Fleck interview on the Next Up podcast.</em></p>
<hr>
<p>We autopsy our losses but toast our wins. Both deserve the same scrutiny.</p>
<p>&ldquo;This too shall pass&rdquo; is almost always deployed as comfort during hard times. Fleck flips it: the highs are temporary too. That reframes the phrase from passive reassurance into active urgency.</p>
<p>But the urgency isn&rsquo;t just about presence. It&rsquo;s about <strong>intentionality within the moment</strong>, whether that moment is good or bad:</p>
<ol>
<li><strong>We&rsquo;re disciplined about examining failure.</strong> Something goes wrong, you do the post-mortem, you figure out what broke.</li>
<li><strong>We&rsquo;re lazy about examining success.</strong> Something goes right, you celebrate and move on. You don&rsquo;t stop to ask <em>why</em> it worked, what clicked, what was different.</li>
<li><strong>The real cost of an unexamined high</strong> isn&rsquo;t that you didn&rsquo;t enjoy it. It&rsquo;s that you missed the lesson buried inside it.</li>
</ol>
<p>What lasts isn&rsquo;t the moment itself. Moments always pass. What lasts is what you <em>build</em> during them: relationships, self-knowledge, authenticity. But building requires examination, and we skip that step when things are going well.</p>
<p>The valley and namer framework established that suffering produces growth when someone names what it built. This extends that: the highs contain just as much signal as the lows, but we rarely extract it because celebration feels like enough.</p>
<p><em>Connects to <a href="/essays/the-valley-and-the-namer/">The Valley and the Namer</a> and <a href="/thoughts/no-regrets-decision-making/">No Regrets Decision Making</a>.</em></p>
]]></content:encoded></item><item><title>The Valley and the Namer</title><link>https://johndschultz.com/essays/the-valley-and-the-namer/</link><pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-valley-and-the-namer/</guid><description>Why suffering alone isn&amp;#39;t wisdom, and what turns it into one.</description><content:encoded><![CDATA[<p><em>Why suffering alone isn&rsquo;t wisdom, and what turns it into one</em></p>
<hr>
<p>The car was a Mercury Topaz we called the Blue Bomber. The bumper was duct-taped on and wood-screwed to the body. The radio didn&rsquo;t work. This was before modern cell phones, so there was no workaround, no Bluetooth, no podcast, no Spotify queue to fill the silence.</p>
<p>I was in my twenties, and I drove that car ninety minutes each way between my place and my parents&rsquo; house. An hour and a half of nothing but the windshield, the road, and whatever was in my head.</p>
<p>I didn&rsquo;t choose that silence. I couldn&rsquo;t afford a better car. There was no option to avoid it. So I sat with it. And over hundreds of hours of forced quiet, something got built in me that I wouldn&rsquo;t recognize for almost twenty years: the ability to be alone with my own thoughts and not flinch.</p>
<p>My uncle and I call it &ldquo;windshield time.&rdquo; I didn&rsquo;t know it had a name until he gave it one.</p>
<hr>
<h2 id="if-everything-is-bold-nothing-is-bold">If Everything Is Bold, Nothing Is Bold</h2>
<p>A friend has a design principle I keep borrowing for things that have nothing to do with design: when you emphasize everything, you emphasize nothing.</p>
<p>It&rsquo;s a statement about contrast. In design, bold only works because most of the page isn&rsquo;t. The emphasis depends on the de-emphasis. Take the contrast away and the whole thing goes flat.</p>
<p>Life works the same way.</p>
<p>I was driving to a speaking engagement when I called a close friend. The call was supposed to be a check-in. It turned into hours.</p>
<p>At some point, we landed on something I&rsquo;ve been thinking about since at least September 2025, when I wrote it on a thought card after listening to Jimmy Carr and Chris Williamson on the Modern Wisdom podcast:</p>
<blockquote>
<p><em>&ldquo;If you&rsquo;re happy with you today you&rsquo;ve got to be happy w/ everything that&rsquo;s happened to this point because this is what makes me today, me.&rdquo;</em></p>
</blockquote>
<p>I&rsquo;d added a note underneath: <em>&ldquo;You truly need the downs. They create the full story.&rdquo;</em></p>
<p>We were circling the same idea from a different angle. The valleys in life aren&rsquo;t just things you survive. They&rsquo;re what give the peaks their altitude. Without contrast, there&rsquo;s no height. Without the downs, the ups are just a flat line.</p>
<p>If everything is a peak, nothing is a peak.</p>
<hr>
<h2 id="the-highlight-reel-problem">The Highlight Reel Problem</h2>
<p>We talked about social media, the way everyone projects their peak moments. Curated snapshots of the highs. Nobody posts the valleys.</p>
<p>The paradox is that this makes everyone feel more isolated, not less. When all you see are other people&rsquo;s highlights, you start comparing your behind-the-scenes to their showreel. The contrast between your real life and their projected life creates a gap that feels personal but is actually structural. Everyone&rsquo;s doing it. Everyone&rsquo;s feeling it. Nobody&rsquo;s talking about it.</p>
<p>What we kept coming back to was this: the more people know about your down moments, the more relatable you become. Empathy doesn&rsquo;t grow from admiring someone&rsquo;s peaks. It grows from recognizing their valleys, and seeing your own reflected in them.</p>
<p>My best today is an accumulation of everything that&rsquo;s come before me. The bad decisions. The crazy years. The valleys. All of it. If you&rsquo;re happy with who I am as a person today, you need to be willing and comfortable accepting all of the bad and crazy things I did in my younger years, because all of those things shaped who I am.</p>
<p>The question is whether you&rsquo;re willing to let people see the full picture.</p>
<hr>
<h2 id="willingness-and-ability">Willingness and Ability</h2>
<p>I used to think the bottleneck was willingness, that people simply chose not to be vulnerable. But it&rsquo;s more nuanced than that.</p>
<p>My wife sometimes says, &ldquo;You can&rsquo;t share the reality because then people will judge us or think differently of us.&rdquo; She&rsquo;s not wrong. She&rsquo;s been divorced. In her previous marriage, what she thought was mutual trust was weaponized against her. Her vulnerability was used as ammunition. That&rsquo;s not an irrational fear. It&rsquo;s a learned lesson from a real valley.</p>
<p>Her valley taught her to protect herself. My valleys taught me to sit with myself. Same mechanism, different lessons. And if I&rsquo;m going to hold the principle that who we are today is shaped by everything that came before, including the bad, then I have to extend that grace to her too. Her caution isn&rsquo;t a flaw. It&rsquo;s the product of her experience, just as my openness is the product of mine.</p>
<p>But there&rsquo;s another category entirely. We talked about people who&rsquo;ve lived sheltered lives, people who haven&rsquo;t experienced real lows because they were insulated from them. The &ldquo;Karens&rdquo; of the world aren&rsquo;t always mean-spirited. Sometimes they simply lack exposure to valleys. They&rsquo;ve never been in the depths, so they can&rsquo;t recognize them in others. Empathy requires a reference point, and they don&rsquo;t have one.</p>
<p>So the bottleneck isn&rsquo;t just willingness. It&rsquo;s sometimes ability, a capacity that was never built because the raw material was never provided.</p>
<hr>
<h2 id="teaching-is-not-learning">Teaching Is Not Learning</h2>
<p>Here&rsquo;s the distinction that keeps sharpening for me: you can teach someone that silence and self-reflection are valuable. You can explain the concept, share the framework, make the case. But they don&rsquo;t <em>learn</em> it until they experience it.</p>
<p>I can teach you about windshield time. But until you&rsquo;ve sat in a car with no radio for ninety minutes and discovered what your mind does when there&rsquo;s nowhere to hide, you haven&rsquo;t learned it. The valley is where learning happens. Not because suffering is inherently educational (it&rsquo;s not) but because forced constraint strips away your ability to avoid yourself.</p>
<p>The Blue Bomber didn&rsquo;t teach me self-reflection because it was a good teacher. It taught me because I had no alternative. The radio was broken. The phone didn&rsquo;t exist yet. There was nothing between me and my own thoughts.</p>
<p>I wrote in a previous essay that &ldquo;application will be messy&rdquo; and &ldquo;that&rsquo;s where the actual learning happens&rdquo; (<a href="/essays/understanding-vs-doing/">Understanding vs. Doing</a>). Same principle, different frame. You can understand vulnerability intellectually. You can agree that authenticity matters. But you don&rsquo;t <em>learn</em> it until you&rsquo;re in the valley with no way out except through.</p>
<p>Could someone develop this capacity through intentional practice, Path 3, the adult path of gradually choosing silence? I think so. But it requires a self-discipline most people don&rsquo;t have, especially for something with no visible payoff for years. I&rsquo;m 48. It wasn&rsquo;t until five to ten years ago that I started to realize how valuable those windshield moments were. That&rsquo;s a twenty-year delay between the experience and the insight.</p>
<p>The valleys sharpen you faster because you can&rsquo;t opt out. Intentional practice is slower because you can always quit.</p>
<hr>
<h2 id="two-ingredients">Two Ingredients</h2>
<p>So here&rsquo;s what this conversation crystallized. A valley alone isn&rsquo;t enough. Suffering alone doesn&rsquo;t become wisdom. It becomes trauma, or bitterness, or just a bad memory you&rsquo;d rather not revisit.</p>
<p>Two ingredients are required for a valley to become something generative:</p>
<p><strong>The valley itself</strong>, a forced constraint you didn&rsquo;t choose and can&rsquo;t avoid. The Blue Bomber. The broken radio. The difficult season you couldn&rsquo;t fast-forward through. The valley provides the raw experience of sitting with yourself.</p>
<p><strong>The namer</strong>, someone who helps you see what the valley built in you. My uncle named windshield time. He didn&rsquo;t just let me have the experience. He reflected it back to me. He said, in effect, <em>&ldquo;That thing you&rsquo;ve been doing in that beat-up car? That&rsquo;s not just driving. That&rsquo;s something valuable.&rdquo;</em></p>
<p>Without the valley, there&rsquo;s nothing to name. But without the namer, the valley is just suffering you survived. It doesn&rsquo;t become wisdom until someone helps you see what it built.</p>
<p>My friend is a namer. Hours on the phone isn&rsquo;t just conversation. It&rsquo;s two people naming each other&rsquo;s valleys and saying, <em>&ldquo;Yeah, that thing you went through? That&rsquo;s part of what makes you who you are.&rdquo;</em> The valleys are where the teaching happens. Not the peaks.</p>
<hr>
<h2 id="the-namer-needs-a-namer">The Namer Needs a Namer</h2>
<p>Here&rsquo;s where the principle turns recursive.</p>
<p>I&rsquo;ve been playing the namer role without fully recognizing it. In speaking. In deep conversations. In the way I show up with close friends. I look at someone&rsquo;s valley and try to name what it built in them.</p>
<p>But I didn&rsquo;t name that role for myself. It took this conversation, this dialogue, working through these threads, for someone to say back to me, <em>&ldquo;That thing you&rsquo;re doing? That&rsquo;s important. There&rsquo;s a name for it.&rdquo;</em></p>
<p>Even the namer needs a namer.</p>
<p>I wrote about the Watchman Principle, Ezekiel&rsquo;s commission to speak what he sees, regardless of whether anyone listens (<a href="/essays/the-watchman-principle/">The Watchman Principle</a>). The watchman watches and warns. That&rsquo;s a form of naming. You see something clearly and you say it out loud so others can see it too.</p>
<p>But Ezekiel sat in silence for seven days after his commission, &ldquo;overwhelmed among them.&rdquo; Even with a direct call, he needed time to process before he spoke. Maybe he needed someone to name his role for him too.</p>
<p>The namer&rsquo;s role isn&rsquo;t self-evident. You can live it for years without seeing it. The person who helps others recognize what their valleys built still needs someone to reflect that pattern back.</p>
<hr>
<h2 id="honoring-accountability">Honoring Accountability</h2>
<p>There&rsquo;s one more piece to this, and it has to do with how valleys get processed, or don&rsquo;t.</p>
<p>When you&rsquo;re wrong as a child, the adults around you respond in one of two ways:</p>
<p><strong>Honoring accountability:</strong> <em>&ldquo;You&rsquo;re wrong, and I care about you enough to tell you, and you&rsquo;re still safe here.&rdquo;</em> This teaches that being wrong is survivable. Even valuable. The correction builds trust.</p>
<p><strong>Tearing-down accountability:</strong> <em>&ldquo;You&rsquo;re wrong, and now I have leverage over you.&rdquo;</em> This teaches that being wrong is dangerous. The correction builds walls.</p>
<p>Whichever lesson you learn early becomes the lens through which you see vulnerability for the rest of your life. My wife learned the tearing-down version, not from childhood, but from a marriage where trust was weaponized. The sheltered &ldquo;Karens&rdquo; may have never been held accountable at all, which is its own kind of damage.</p>
<p>I wrote in <a href="/essays/opening-the-filters/">Opening the Filters</a> that the whole prerequisite chain for seeing clearly starts with self-confidence, &ldquo;secure enough to be wrong without feeling diminished.&rdquo; That security isn&rsquo;t a personality trait. It&rsquo;s built. You build it in Blue Bombers and windshield time and valleys you didn&rsquo;t choose, but only if the people around you, at some point, named what those experiences were building instead of using them against you.</p>
<p>The namer doesn&rsquo;t just name the valley. The namer names what the valley <em>built</em>. And that act of naming is itself a form of honoring accountability, saying, <em>&ldquo;You went through something hard, and here&rsquo;s what it made you capable of.&rdquo;</em></p>
<hr>
<h2 id="the-chain">The Chain</h2>
<p>So here&rsquo;s the full sequence, as clearly as I can articulate it:</p>
<p><strong>Forced constraint</strong> (the valley) → <strong>Windshield time</strong> (sitting with yourself) → <strong>Self-knowledge</strong> (discovering what&rsquo;s actually in there) → <strong>Security</strong> (being okay with what you found) → <strong>Authenticity</strong> (sharing it without armor) → <strong>Deep connection</strong> (the kind that takes hours and doesn&rsquo;t feel like enough)</p>
<p>Break any link and the chain fails. Skip the valley and there&rsquo;s nothing to sit with. Skip the windshield time and you never meet yourself. Skip the security and vulnerability feels like exposure rather than connection. Skip the namer and you never realize what got built.</p>
<p>Most people break the chain early. Not because they&rsquo;re weak. Because they never had a Blue Bomber. Or because the namers in their life were tearing down instead of honoring. Or because they learned, reasonably, that vulnerability gets weaponized.</p>
<p>The default in our culture is zero authenticity. I think the default should be more than zero. Not naive openness, not casting your valleys before people who will use them against you. But more than the curated highlight reel. More than the peak-only projection. More than the flatline of false completeness.</p>
<p>You&rsquo;re never as good as your best games. You&rsquo;re never as bad as your worst. Reality lives in the middle (<a href="/essays/opening-the-filters/">Opening the Filters</a>). And the middle is where the real connections happen, if you&rsquo;re willing to let someone see it.</p>
<hr>
<p><em>What valley are you sitting on that you haven&rsquo;t let anyone name for you? And who in your life is waiting for you to name theirs?</em></p>
]]></content:encoded></item><item><title>The Valley and the Namer</title><link>https://johndschultz.com/thoughts/the-valley-and-the-namer/</link><pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/the-valley-and-the-namer/</guid><description>Two ingredients turn a valley into wisdom, and without either one, the transformation doesn&amp;#39;t happen.</description><content:encoded><![CDATA[<p>Two ingredients turn a valley into wisdom, and without either one, the transformation doesn&rsquo;t happen:</p>
<ol>
<li><strong>The valley</strong>, a forced constraint you can&rsquo;t opt out of. Not chosen hardship, but imposed limitation that strips away distraction and makes you sit with yourself.</li>
<li><strong>The namer</strong>, someone who helps you see what the valley built in you. Without the namer, the valley is just suffering you survived. With the namer, it becomes the origin story of a capacity you didn&rsquo;t know you had.</li>
</ol>
<p>The principle is recursive: even the namer needs a namer. The person who helps others see what their valleys built still needs someone to reflect that role back to them.</p>
<hr>
<h2 id="what-emerged">What Emerged</h2>
<p>The Blue Bomber, a beat-up Mercury Topaz with a duct-taped bumper and no radio, was a valley. But that forced deprivation built the capacity for windshield time: the ability to sit in silence with your own thoughts for hours. That capacity became the foundation for self-reflection, security in oneself, and ultimately the ability to be authentic and vulnerable with others.</p>
<p>The chain: <strong>forced constraint → windshield time → self-knowledge → security → authenticity → deep connection.</strong></p>
<p>You can teach someone that silence is valuable. But they don&rsquo;t <em>learn</em> it until they&rsquo;re sitting in their own Blue Bomber with no radio and no choice. Teaching is not learning. The valley is where learning happens.</p>
<p>A friend put it simply: when you emphasize everything, you emphasize nothing. Without valleys, there are no peaks. Without contrast, there is no meaning.</p>
<hr>
<h2 id="the-two-types-of-accountability">The Two Types of Accountability</h2>
<p>How the people around you respond when you&rsquo;re wrong determines whether you develop the capacity for authenticity:</p>
<ul>
<li><strong>Honoring accountability</strong>: &ldquo;You&rsquo;re wrong, and I care about you enough to tell you, and you&rsquo;re still safe here.&rdquo; This teaches that being wrong is survivable.</li>
<li><strong>Tearing-down accountability</strong>: &ldquo;You&rsquo;re wrong, and now I have leverage over you.&rdquo; This teaches that being wrong is dangerous.</li>
</ul>
<p>The sheltered person who&rsquo;s never been held accountable at all develops a third dysfunction: no capacity for empathy because they&rsquo;ve never been in the valley themselves.</p>
<hr>
<h2 id="open-questions">Open Questions</h2>
<ol>
<li>Can Path 3 (intentional, gradual practice of silence as an adult) actually get someone to the same place as a forced valley, or does transformation require the involuntary element?</li>
<li>What&rsquo;s the relationship between being a namer and the Watchman Principle? Is naming just the relational version of watching and warning?</li>
<li>How do you honor your partner&rsquo;s different relationship to vulnerability when their valleys taught them a different lesson than yours did?</li>
</ol>
<p><em>Read the full essay: <a href="/essays/the-valley-and-the-namer/">The Valley and the Namer</a></em></p>
]]></content:encoded></item><item><title>The Watchman Principle</title><link>https://johndschultz.com/essays/the-watchman-principle/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/the-watchman-principle/</guid><description>Why you&amp;#39;re accountable for warning, not for results, and why silence isn&amp;#39;t neutral.</description><content:encoded><![CDATA[<p><em>Why you&rsquo;re accountable for warning, not for results, and why silence isn&rsquo;t neutral</em></p>
<hr>
<p>Ezekiel was a priest with no temple to serve in.</p>
<p>He was thirty years old, living in exile by a canal in Babylon, watching his homeland crumble from a distance. The first wave of exiles had been taken in 597 BC. Jerusalem hadn&rsquo;t fallen yet, but it would. His purpose had been stripped away. And then God showed up, not in the holy place, but in enemy territory.</p>
<p>What followed was one of the strangest commissions in scripture. God told Ezekiel to speak to Israel, and then immediately told him they wouldn&rsquo;t listen.</p>
<blockquote>
<p>&ldquo;Son of man, I send you to the people of Israel, to nations of rebels&hellip; And whether they hear or refuse to hear (for they are a rebellious house) they will know that a prophet has been among them.&rdquo; (Ezekiel 2:3-5)</p>
</blockquote>
<p>The measure of success wasn&rsquo;t &ldquo;did they change?&rdquo; It was &ldquo;did you deliver the message?&rdquo;</p>
<p>This reframes everything I thought I knew about responsibility.</p>
<hr>
<h2 id="the-accountability-framework">The Accountability Framework</h2>
<p>I&rsquo;ve spent most of my life assuming that if I communicate something and nothing changes, I&rsquo;ve failed. The feedback loop seems obvious: speak, they respond, measure success by the response. If they don&rsquo;t change, speak differently. Speak louder. Speak softer. Find the right angle, the right timing, the right words.</p>
<p>But Ezekiel&rsquo;s commission inverts this entirely.</p>
<p>God makes him a watchman, someone stationed on a wall to warn of approaching danger. The watchman&rsquo;s job is to see clearly and sound the alarm. That&rsquo;s it. Whether the city responds is not his department.</p>
<blockquote>
<p>&ldquo;If I say to the wicked, &lsquo;You shall surely die,&rsquo; and you give him warning, and he does not turn from his wickedness&hellip; he shall die for his iniquity, but you will have delivered your soul.&rdquo; (Ezekiel 3:19)</p>
</blockquote>
<p>You warned. They ignored you. They face the consequences. You&rsquo;re clear.</p>
<p>But here&rsquo;s the gut-punch:</p>
<blockquote>
<p>&ldquo;If I say to the wicked, &lsquo;You shall surely die,&rsquo; and you give him no warning&hellip; that wicked person shall die for his iniquity, but his blood I will require at your hand.&rdquo; (Ezekiel 3:18)</p>
</blockquote>
<p>Silence isn&rsquo;t neutral. It protects you to speak up. Staying quiet has consequences for <em>you</em> too.</p>
<p>This is not a comfortable framework for someone who&rsquo;d rather avoid conflict.</p>
<hr>
<h2 id="the-chameleon-problem">The Chameleon Problem</h2>
<p>I wrote recently about laziness as a signal, &ldquo;a deep indicator from within you that you&rsquo;re not doing something right with your own life.&rdquo; But there&rsquo;s a particular form of laziness that doesn&rsquo;t look lazy at all. It looks diplomatic. Strategic. Wise.</p>
<p>It&rsquo;s the decision to blend in rather than stand out.</p>
<p>The chameleon changes colors to match its environment. It&rsquo;s a survival mechanism. And in social contexts, it works the same way. You read the room, soften your edges, hold back the thing that might create friction. You tell yourself you&rsquo;re being prudent. Waiting for the right moment. Not wanting to damage the relationship.</p>
<p>But the right moment keeps not arriving. And the thing you needed to say calcifies into the thing you should have said, which eventually becomes the thing you&rsquo;ll never say.</p>
<p>This is filter-closing in relational form. You don&rsquo;t have to defend a position if you never take one. You don&rsquo;t have to face rejection if you never speak. The path of least resistance is always available, and it always feels reasonable in the moment.</p>
<p>The watchman framework calls this out. Silence isn&rsquo;t wisdom. It&rsquo;s not strategy. It&rsquo;s abdication, and it has consequences for you, not just for them.</p>
<hr>
<h2 id="hardened-to-match-the-wall">Hardened to Match the Wall</h2>
<p>Here&rsquo;s what I expected God to say next: &ldquo;Don&rsquo;t worry, Ezekiel. I&rsquo;ll soften their hearts. I&rsquo;ll prepare them to receive the message. Your job is to speak; my job is to open their ears.&rdquo;</p>
<p>That&rsquo;s not what he said.</p>
<blockquote>
<p>&ldquo;But the house of Israel will not be willing to listen to you, for they are not willing to listen to me: because all the house of Israel have a hard forehead and a stubborn heart. Behold, I have made your face as hard as their faces, and your forehead as hard as their foreheads. Like emery harder than flint have I made your forehead.&rdquo; (Ezekiel 3:7-9)</p>
</blockquote>
<p>Israel is a brick wall. God&rsquo;s response isn&rsquo;t to tear down the wall for Ezekiel. It&rsquo;s to harden Ezekiel to match it.</p>
<p>The obstacle stays. You get toughened.</p>
<p>I&rsquo;ve been thinking about how often I pray for obstacle removal. &ldquo;God, change this situation. Remove this difficult person. Clear this path.&rdquo; It&rsquo;s a reasonable prayer. Sometimes God answers it.</p>
<p>But sometimes the provision isn&rsquo;t removal. It&rsquo;s capacity. Not a cleared path, but stronger legs. Not a softer opponent, but a harder forehead.</p>
<p>This changes how I think about difficulty. If I&rsquo;m constantly asking for easier circumstances, I might be missing the point. The circumstance might be the curriculum. The resistance might be building something I need.</p>
<p>Ray Dalio talks about pain plus reflection equaling progress. He&rsquo;s onto the same principle from a secular angle: the obstacle isn&rsquo;t blocking growth, it&rsquo;s producing it. But Ezekiel adds something Dalio doesn&rsquo;t. The hardening isn&rsquo;t just useful, it&rsquo;s <em>provision</em>. God doesn&rsquo;t apologize for the difficulty. He equips Ezekiel to meet it.</p>
<hr>
<h2 id="the-cost-of-obedience">The Cost of Obedience</h2>
<p>Ezekiel&rsquo;s faithfulness wasn&rsquo;t just verbal. It was physical.</p>
<p>God told him to lie on his left side for 390 days, then his right side for 40 days (430 days total, bound with cords so he couldn&rsquo;t turn over). In public. His neighbors watched. He ate rationed food, baked over a fire fueled by dung. He shaved his head and beard with a sword and divided the hair into thirds to symbolize Jerusalem&rsquo;s destruction.</p>
<p>This wasn&rsquo;t private devotion. It was public humiliation. The message required his body and his reputation, not just his words.</p>
<p>I keep coming back to this: <strong>obedience had a cost that went beyond inconvenience.</strong></p>
<p>Most of the difficult things I avoid aren&rsquo;t physically demanding. They&rsquo;re socially costly. Speaking a hard truth might damage a relationship. Taking a clear position might invite criticism. Standing out might mean standing alone.</p>
<p>Ezekiel&rsquo;s example suggests that&rsquo;s part of the deal. Faithfulness sometimes costs comfort, dignity, or how others perceive you. The chameleon avoids those scenes. But those scenes are often the ones that matter most.</p>
<p>I wrote once about viewing your life as a movie, &ldquo;if my life was a movie this would be the best episode of a 10 part series.&rdquo; The difficult chapters aren&rsquo;t bugs in the story. They&rsquo;re the plot. The scenes where you look foolish, where you&rsquo;re misunderstood, where you pay a cost for doing the right thing: those are the scenes that reveal character.</p>
<p>Ezekiel lying on his side for over a year, looking insane to his neighbors, faithfully embodying a message no one wanted to hear. That&rsquo;s not a detour from his calling. That <em>is</em> his calling.</p>
<hr>
<h2 id="the-fatherhood-application">The Fatherhood Application</h2>
<p>As a dad, I&rsquo;m a watchman over my family.</p>
<p>This hit differently when I read it in our men&rsquo;s group. The watchman principle isn&rsquo;t abstract theology. It&rsquo;s a parenting framework. My daughter will make choices. She&rsquo;ll face consequences I can see coming and she can&rsquo;t. My job is to warn, clearly and repeatedly if necessary.</p>
<p>Her job is to decide what to do with the warning.</p>
<p>I can&rsquo;t control the outcome. I can&rsquo;t force obedience. I can&rsquo;t guarantee she&rsquo;ll listen. But I can guarantee I won&rsquo;t stay silent when I see danger.</p>
<p>The temptation is always to soften the message, to preserve the relationship, to avoid being the heavy. &ldquo;She&rsquo;ll figure it out.&rdquo; &ldquo;I don&rsquo;t want to push her away.&rdquo; &ldquo;She needs to learn on her own.&rdquo;</p>
<p>Some of that is true. But some of it is chameleon behavior dressed up as wisdom. I&rsquo;m avoiding the cost of speaking clearly because I don&rsquo;t want to deal with her reaction.</p>
<p>The watchman framework reframes this. Her reaction isn&rsquo;t my responsibility. My responsibility is to warn. If I warn and she ignores me, that&rsquo;s her choice. If I don&rsquo;t warn because I&rsquo;m afraid of her reaction, her blood is on my hands.</p>
<p>That&rsquo;s a heavy phrase. It&rsquo;s meant to be.</p>
<hr>
<h2 id="strategic-silence">Strategic Silence</h2>
<p>There&rsquo;s a pattern I&rsquo;ve noticed in myself: I call silence &ldquo;strategic&rdquo; when it&rsquo;s actually avoidance.</p>
<p>&ldquo;I&rsquo;m waiting for the right moment.&rdquo; &ldquo;I need to think about how to say this.&rdquo; &ldquo;The relationship isn&rsquo;t strong enough yet to handle this conversation.&rdquo;</p>
<p>Sometimes those are legitimate. But increasingly I&rsquo;ve started applying the no-regrets framework: project yourself forward, one month, three months, six months, a year. How will you feel about this decision at each point?</p>
<p><strong>One month from now:</strong> Will I be glad I waited, or will I wish I&rsquo;d spoken when I first saw the problem?</p>
<p><strong>Six months from now:</strong> Will the &ldquo;right moment&rdquo; have arrived, or will I still be waiting?</p>
<p><strong>One year from now:</strong> Will I look back on my silence as prudent, or as cowardice wearing a strategic mask?</p>
<p>The answers usually clarify pretty quickly. The &ldquo;right moment&rdquo; rarely arrives on its own. It arrives when you create it by speaking.</p>
<hr>
<h2 id="the-freedom-in-the-framework">The Freedom in the Framework</h2>
<p>Here&rsquo;s what surprised me about the watchman principle: it&rsquo;s actually liberating.</p>
<p>If I&rsquo;m responsible for outcomes, I carry an impossible weight. I have to find the perfect words, the perfect timing, the perfect approach. I have to anticipate every objection, manage every reaction, engineer every result. The burden is crushing because the variables are infinite.</p>
<p>But if I&rsquo;m responsible for warning (just warning) the weight shifts. I say what I see. I say it clearly, with appropriate gravity. And then I&rsquo;m done. What they do with it is their business.</p>
<p>This doesn&rsquo;t mean I speak carelessly. The watchman isn&rsquo;t shouting random words from the wall. He&rsquo;s watching carefully, identifying real threats, and communicating them clearly. But his job ends at communication. He doesn&rsquo;t have to climb down from the wall and personally defend every house.</p>
<p>I can speak hard truths without carrying the burden of whether those truths are received. I can warn my daughter without feeling like a failure if she doesn&rsquo;t listen. I can say the thing that needs to be said in a business context without managing everyone&rsquo;s emotional response to it.</p>
<p>The silence was heavier. Carrying the unsaid thing, wondering if I should say it, feeling the weight of potential consequences. That&rsquo;s the crushing burden. Speaking, even when it&rsquo;s hard, is the lighter load.</p>
<hr>
<h2 id="the-question-that-remains">The Question That Remains</h2>
<p>Ezekiel sat in silence for seven days after his vision and commission, &ldquo;overwhelmed among them&rdquo; (3:15). Even with a direct call from God, he needed time to process before he spoke.</p>
<p>Maybe that&rsquo;s the balance. The watchman isn&rsquo;t impulsive. He watches carefully. He processes what he sees. He considers how to communicate it. But eventually, he speaks.</p>
<p>The question I keep asking myself: What am I sitting on? What truth have I seen that I haven&rsquo;t spoken? What warning am I strategically delaying that I already know needs to be delivered?</p>
<p>The answers you&rsquo;re looking for are in the silence you&rsquo;re avoiding. But sometimes the silence <em>is</em> the problem. Sometimes the answer isn&rsquo;t in contemplation. It&rsquo;s in the words you haven&rsquo;t said yet.</p>
<p>The watchman&rsquo;s job is to watch and warn. Watching without warning is just spectating. And spectators don&rsquo;t get to complain about the outcome.</p>
<hr>
<p><em>What warning are you sitting on? What &ldquo;strategic silence&rdquo; might actually be avoidance? Where do you need a harder forehead instead of an easier path?</em></p>
]]></content:encoded></item><item><title>Opening the Filters</title><link>https://johndschultz.com/essays/opening-the-filters/</link><pubDate>Fri, 23 Jan 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/opening-the-filters/</guid><description>Why the obvious hides in plain sight.</description><content:encoded><![CDATA[<p><em>Why the obvious hides in plain sight</em></p>
<p>The Chinese surveillance balloons floated across American airspace for years before anyone noticed.</p>
<p>Not because we lacked sensors. Not because we lacked data. The U.S. defense system collects more information than any surveillance apparatus in human history. The balloons went undetected because of something far more dangerous than technological failure: we weren&rsquo;t looking for them.</p>
<p>I heard this story recently on the Jordan B. Peterson podcast from Garry Nolan, a Stanford immunologist who&rsquo;s become one of the more credible scientific voices in UAP research. He explained how our defense sensors are programmed to filter for known threat signatures (rockets, planes, missiles). Everything else gets discarded immediately as noise. The system processes what it expects and throws away what it doesn&rsquo;t.</p>
<p>When the UAP research community pushed to &ldquo;open the filters,&rdquo; to actually look at what was being dumped, the first discovery wasn&rsquo;t extraterrestrial. It was hot-air balloons. Technology from the 1780s, floating through American airspace undetected because no one imagined a threat could be that simple.</p>
<p>The sensors weren&rsquo;t blind. The <em>interpretation</em> was blind.</p>
<hr>
<h2 id="false-completeness">False Completeness</h2>
<p>There&rsquo;s a particular kind of blindness that&rsquo;s more dangerous than ignorance.</p>
<p>Ignorance says &ldquo;I don&rsquo;t know.&rdquo; That&rsquo;s uncomfortable, but it&rsquo;s honest. It leaves the door open for learning.</p>
<p>The dangerous blindness says &ldquo;I know what there is to know.&rdquo; This is false completeness, the assumption that your categories capture reality, that your filters are correctly calibrated, that anything outside your framework is noise worth discarding.</p>
<p>The defense system designers weren&rsquo;t stupid. They built exactly what they intended: sensors optimized for known threats. The problem was assuming known threats were the only threats. They didn&rsquo;t build a category for &ldquo;things we haven&rsquo;t imagined yet.&rdquo;</p>
<p>Friedrich Nietzsche saw this clearly over a century ago:</p>
<blockquote>
<p>&ldquo;There is only a perspective seeing, only a perspective &lsquo;knowing&rsquo;; and the more affects we allow to speak about one thing, the more eyes, different eyes, we can use to observe one thing, the more complete will our &lsquo;concept&rsquo; of this thing, our &lsquo;objectivity,&rsquo; be.&rdquo;</p>
</blockquote>
<p>Objectivity doesn&rsquo;t come from having no perspective (that&rsquo;s impossible). It comes from actively seeking <em>more</em> perspectives, different perspectives, perspectives that challenge your own. The path to truth runs through the multiplication of viewpoints, not their elimination.</p>
<hr>
<h2 id="the-structural-solution">The Structural Solution</h2>
<p>Abraham Lincoln understood this problem. In <em>Team of Rivals</em>, Doris Kearns Goodwin documents how Lincoln filled his cabinet with political rivals, people who disagreed with him fundamentally. Not because he enjoyed conflict, but because he didn&rsquo;t trust himself to see every angle.</p>
<p>Lincoln built a structure that would <em>force</em> opposing viewpoints into the room.</p>
<p>This is the difference between hoping you&rsquo;ll stay open-minded and building systems that guarantee diverse input. Hope fails under pressure. Structure persists.</p>
<p>I try to apply this in my own work. When we form committees or task forces, I often push to include dissenters, people whose perspective might derail the comfortable consensus. The pushback is predictable: &ldquo;If we include that person, they&rsquo;ll slow everything down.&rdquo;</p>
<p>That objection proves the point. If someone&rsquo;s perspective is so different that it threatens to derail the conversation, that&rsquo;s precisely the perspective most likely to see what everyone else is missing.</p>
<p>The discomfort <em>is</em> the signal.</p>
<hr>
<h2 id="speed-vs-accuracy">Speed vs. Accuracy</h2>
<p>Here&rsquo;s the tension: dissent does slow things down. Including opposing voices creates friction. Opening the filters means processing more data, considering more possibilities, sitting with more uncertainty.</p>
<p>So you have to choose: Are you optimizing for <em>speed</em> or for <em>accuracy</em>?</p>
<p>In 2026, most people optimize for speed. We jump to conclusions that confirm our worldview. We process information that fits our existing categories and discard the rest. Social media algorithms have trained us to expect instant validation, show me content that matches what I already believe, filter out everything that doesn&rsquo;t.</p>
<p>But the Chinese balloons were hiding in the filtered data. The threats we don&rsquo;t anticipate live in the noise we dismiss. The opportunities we miss are categorized as irrelevant before we ever see them.</p>
<p>A former executive director of a state auctioneer association used to tell me: &ldquo;There are three sides to every story: his side, her side, and the truth somewhere in between.&rdquo;</p>
<p>Most people camp on their side and argue. Fewer try to understand the other side. Almost nobody goes looking for the third thing, the truth that neither perspective fully holds. That search requires slowing down. It requires admitting your view is incomplete.</p>
<hr>
<h2 id="the-prerequisite-chain">The Prerequisite Chain</h2>
<p>I&rsquo;ve been thinking about what it actually takes to see clearly. It&rsquo;s not a single skill. It&rsquo;s a chain, and every link matters:</p>
<ol>
<li><strong>Self-confidence</strong>, secure enough to be wrong without feeling diminished</li>
<li><strong>Willingness</strong>, wanting the truth more than wanting to be right</li>
<li><strong>Slowing down</strong>, resisting the pull toward quick conclusions</li>
<li><strong>Listening</strong>, actually processing the dissenting view</li>
<li><strong>Understanding</strong>, sitting with the alternative perspective fully, not just hearing it</li>
<li><strong>Updating</strong>, changing position when the evidence warrants</li>
</ol>
<p>Break any link and the whole thing fails.</p>
<p>Most people break at step one. It takes genuine confidence to admit you&rsquo;re wrong. Insecure people double down because their identity is fused with their positions. Being wrong feels like being diminished. So they dig in, dismiss the dissenter, optimize for feeling right rather than being accurate.</p>
<p>Confident people can update. They can say &ldquo;that&rsquo;s a better idea&rdquo; without it costing them anything, because their sense of self isn&rsquo;t riding on every opinion.</p>
<p>Lincoln could fill his cabinet with rivals because he wasn&rsquo;t threatened by disagreement. The defense system couldn&rsquo;t &ldquo;admit&rdquo; its filters were wrong until someone from outside forced the question.</p>
<hr>
<h2 id="the-sports-analogy">The Sports Analogy</h2>
<p>There&rsquo;s a framework I keep coming back to: You&rsquo;re never as good as your best games, but you&rsquo;re never as bad as your worst games. Reality lives in the middle.</p>
<p>This applies to self-assessment, but it also applies to how we evaluate everything. Our highs inflate us; our lows deflate us. The data points we remember most vividly (the wins and the disasters) are usually outliers. The truth lives in the middle, in the boring average, in the patterns we don&rsquo;t notice because they don&rsquo;t trigger strong emotions.</p>
<p>Opening the filters means being suspicious of your own certainties. The things you&rsquo;re most sure about might be the things most worth questioning. The data you&rsquo;re ignoring might contain the signal you need.</p>
<hr>
<h2 id="before-you-can-apply">Before You Can Apply</h2>
<p>I wrote recently about the gap between understanding and doing (<a href="/essays/understanding-vs-doing/">Understanding vs. Doing</a>), how we collect principles instead of applying them, how knowledge accumulation becomes a sophisticated form of procrastination.</p>
<p>But there&rsquo;s a gap that comes <em>before</em> that one. Before you can apply knowledge, you have to be able to see clearly. And before you can see clearly, you have to be willing to be wrong.</p>
<p>This is the prerequisite that most people skip. They assume their perception is accurate and move straight to execution. But if your filters are miscalibrated, if you&rsquo;re only processing information that confirms what you already believe, then all the execution in the world won&rsquo;t help. You&rsquo;ll be efficiently pursuing the wrong targets.</p>
<p>The Mongols understood something about this (<a href="/essays/what-the-mongols-knew/">What the Mongols Knew</a>). Their religious tolerance wasn&rsquo;t philosophical enlightenment. It was epistemic humility at scale. They didn&rsquo;t care what you believed because they understood that beliefs aren&rsquo;t the same as contributions. They processed the <em>person</em>, not the category the person fit into.</p>
<p>Modern ideological conformity does the opposite. We filter people through their stated positions, discard anyone who doesn&rsquo;t match our priors, and wonder why we keep being surprised by reality.</p>
<hr>
<h2 id="the-real-work">The Real Work</h2>
<p>Nietzsche said there are no facts, only interpretations. That&rsquo;s not nihilism. It&rsquo;s a challenge. If every perspective is partial, then the work isn&rsquo;t finding the &ldquo;right&rdquo; perspective. The work is multiplying perspectives, seeking out the views that challenge your own, sitting with the discomfort of uncertainty.</p>
<p>The defense system needed someone to say &ldquo;open the filters.&rdquo; Lincoln needed rivals willing to tell him he was wrong. We all need people and practices that force us outside our comfortable categories.</p>
<p>The answers aren&rsquo;t in better filters. They&rsquo;re in fewer filters. The answers aren&rsquo;t in processing faster. They&rsquo;re in slowing down enough to question what you&rsquo;re not processing.</p>
<p>The obvious hides in plain sight, not because it&rsquo;s invisible, but because we&rsquo;ve trained ourselves not to see it.</p>
<hr>
<p><em>What are you filtering out? What perspective do you dismiss as noise? What truth is hiding in the data you&rsquo;re discarding?</em></p>
]]></content:encoded></item><item><title>What the Mongols Knew</title><link>https://johndschultz.com/essays/what-the-mongols-knew/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/what-the-mongols-knew/</guid><description>What we forgot when we called ourselves civilized.</description><content:encoded><![CDATA[<p><em>What we forgot when we called ourselves civilized</em></p>
<p>The largest contiguous empire in human history was built by people we call barbarians.</p>
<p>Twenty-four million square kilometers. More land than Rome, more than Britain at its peak, more than any empire before or since. Built in a single generation by a man who started with nothing, no army, no wealth, no political connections. Just a mother who dug roots to keep him alive and a wife who told him to stop following and start leading.</p>
<p>I listened to Jack Weatherford on the Lex Fridman podcast recently, discussing Genghis Khan and the Mongol Empire. Weatherford has spent decades studying the Mongols, and his work challenges everything I thought I knew about &ldquo;progress.&rdquo;</p>
<p>Here&rsquo;s what&rsquo;s bothering me: The Mongols operated on principles we consider progressive today. Powerful women in leadership, genuine religious tolerance, ruthless meritocracy. Then we spent centuries dismantling those principles in the name of civilization.</p>
<p>What if the barbarians had it figured out?</p>
<hr>
<h2 id="women-built-the-empire">Women Built the Empire</h2>
<p>This isn&rsquo;t revisionist history or modern projection. Women weren&rsquo;t incidental to Mongol success. They were structural.</p>
<p>Hö&rsquo;elün, Temüjin&rsquo;s mother, kept her family alive through sheer will when they were abandoned by their tribe. She &ldquo;pulled her hat down over her head, took her black stick and ran up and down the banks of the river digging out roots to feed the gullet of her brood.&rdquo; No waiting for rescue. Action.</p>
<p>Börte, his wife, didn&rsquo;t just support him. She redirected his life. When Temüjin was subordinate to his blood brother Jamukha, she told him directly: &ldquo;He lords it over you too much. He orders you around too much. You need to be free.&rdquo; That counsel changed history. Without it, there&rsquo;s no Genghis Khan.</p>
<p>After his death, his daughters and daughters-in-law ruled vast territories. Not as regents waiting for sons to come of age, as rulers in their own right. Weatherford wrote an entire book on this: <em>The Secret History of the Mongol Queens</em>.</p>
<p>The largest empire ever made space for women that our &ldquo;advanced&rdquo; civilization later closed off.</p>
<p>Why?</p>
<p>The Mongol system was decentralized, merit-based, and tribal. If you could do the job, you did the job. Western &ldquo;progress&rdquo; brought nation-states, codified law, religious institutions, primogeniture, clerical celibacy, military service as the price of citizenship. Each of these centralized power in ways that excluded women by design.</p>
<p>We institutionalized. They never did. Their &ldquo;primitive&rdquo; structure was actually more open.</p>
<p>Modern politics has become an elite ruling class playing musical chairs. The Mongol model was living with, as, and of the people. Somehow that&rsquo;s the version we call barbaric.</p>
<hr>
<h2 id="tolerance-that-actually-tolerated">Tolerance That Actually Tolerated</h2>
<p>The Mongols had no state religion to protect. They didn&rsquo;t care what you believed (Buddhist, Christian, Muslim, shamanist) as long as you were loyal and productive.</p>
<p>This wasn&rsquo;t philosophical enlightenment. It was pragmatism. Conquered peoples who could keep their gods were easier to govern than those forced to convert. The Mongols understood that religious coercion breeds resentment, and resentment breeds rebellion.</p>
<p>But here&rsquo;s what strikes me: their tolerance was <em>actual</em> tolerance. Indifference to belief, focus on contribution.</p>
<p>Modern Western &ldquo;tolerance&rdquo; is something else entirely. It demands affirmation. You must not only accept, you must celebrate. And if you don&rsquo;t affirm me, I won&rsquo;t just disagree with you. I&rsquo;ll work to make you less of a citizen. I&rsquo;ll remove you from polite society. I&rsquo;ll destroy your livelihood if I can.</p>
<p>That&rsquo;s not tolerance. That&rsquo;s ideological conformity wearing tolerance as a mask.</p>
<p>The Mongol version: <em>Believe what you want. Be loyal. Be productive. We don&rsquo;t care about your inner life, we care about your contribution.</em></p>
<p>The modern version: <em>Your inner life is exactly what we care about. Affirm the right things or face consequences.</em></p>
<p>One of these is tolerance. One is coercion dressed in progressive language.</p>
<hr>
<h2 id="the-state-religion-problem">The State Religion Problem</h2>
<p>There&rsquo;s a reason Mongol tolerance worked that we can&rsquo;t easily replicate: they had no sacred center to protect.</p>
<p>Western civilization built itself around Christianity as an organizing principle. Not just as belief, but as the framework for law, morality, social structure, and meaning. When you have a sacred center, tolerance means decentering something foundational.</p>
<p>The Mongols faced no such tension. They could afford indifference because nothing was threatened by other beliefs coexisting.</p>
<p>In the United States today, Christianity is being decentered. Whether you think that&rsquo;s good or bad, the destabilization is real. The people who organized their lives around that center feel it slipping. The people pushing the decentering feel the resistance. Neither side can afford Mongol-style indifference because the stakes feel existential.</p>
<p>Maybe genuine tolerance requires having nothing sacred to protect. Or maybe it requires <em>everything</em> being equally sacred, which amounts to the same thing.</p>
<p>Either way, we&rsquo;re not there. And pretending we are makes the conflict worse.</p>
<hr>
<h2 id="brutality-and-clarity">Brutality and Clarity</h2>
<p>I can&rsquo;t write about the Mongols without addressing this: they were devastating in conquest.</p>
<p>Entire cities massacred. Terror used strategically. Jamukha, Temüjin&rsquo;s blood brother turned rival, captured the rhetoric perfectly: &ldquo;Jump to the smoke hole in the top of the ger&hellip; kill them all. Kill the men and the women and the children.&rdquo;</p>
<p>This wasn&rsquo;t incidental. It was policy. Resist, and annihilation follows. Surrender, and you&rsquo;re absorbed peacefully.</p>
<p>The brutality is indefensible by modern ethics. I&rsquo;m not defending it.</p>
<p>But here&rsquo;s what I can&rsquo;t shake: <em>within</em> the empire, there was remarkable order, fairness, and meritocracy. The same system that destroyed resisters protected subjects. The same leaders who showed no mercy in conquest showed genuine care for governance.</p>
<p>This wasn&rsquo;t contradiction. It was clarity. Total loyalty earns total protection. Resistance earns annihilation. Everyone knew exactly where they stood.</p>
<p>Modern Western ethics rejects this duality. We want consistency across all contexts. We want rules that apply the same way to everyone, everywhere, always.</p>
<p>But maybe there&rsquo;s something to learn from the clarity, even if the methods are off the table.</p>
<p>How many organizations fail because expectations shift constantly? How many relationships corrode because the rules keep changing? How much anxiety comes from never knowing where you stand?</p>
<p>The Mongols were brutal, but no one was confused. There&rsquo;s a strange comfort in that, knowing the game, even if the stakes are high.</p>
<hr>
<h2 id="why-we-cant-go-back">Why We Can&rsquo;t Go Back</h2>
<p>Here&rsquo;s the uncomfortable question: Could a Mongol-style system work today?</p>
<p>I don&rsquo;t think so. Not because meritocracy is wrong, but because we&rsquo;ve lost the capacity for it.</p>
<p>Western culture, especially in the United States, has drifted into participation awards for everyone. We don&rsquo;t have the intestinal fortitude for true merit-based accountability. You see it now: as the country moves toward merit-based systems in some areas, there&rsquo;s tremendous pushback from those who benefit from the current credentialed elite structure.</p>
<p>Merit-based accountability means some people fail. Visibly. Definitively. And we&rsquo;ve built a culture that can&rsquo;t tolerate visible failure, not because we&rsquo;re kind, but because we&rsquo;re afraid it might be us next.</p>
<p>The Mongols promoted based on demonstrated ability, not seniority or connections. That&rsquo;s countercultural today. Saying it out loud feels almost transgressive.</p>
<p>But I believe it. In my own business, I&rsquo;ve seen how merit-based thinking makes organizations better. Loyalty and productivity as the entry ticket, not bloodline, credentials, or ideological conformity. Clear expectations. &ldquo;Giddy up, you&rsquo;re part of the group.&rdquo;</p>
<p>That&rsquo;s not barbarism. That&rsquo;s clarity.</p>
<hr>
<h2 id="the-real-question">The Real Question</h2>
<p>History rhymes, but we write the next verse.</p>
<p>The Mongols built something remarkable on principles we&rsquo;ve abandoned. Not because those principles failed (the empire lasted, in various forms, for centuries). We abandoned them because different power structures emerged. The Church, feudal hierarchies, nation-states, each centralized power in new ways, and those ways excluded people the Mongol system included.</p>
<p>The regression wasn&rsquo;t going backward. It was going <em>somewhere else</em>. Somewhere that served different interests.</p>
<p>So the question isn&rsquo;t whether we can return to Mongol principles. It&rsquo;s whether we can learn from them.</p>
<p>Can we create space for merit that our institutions currently close off?</p>
<p>Can we practice tolerance that doesn&rsquo;t demand affirmation?</p>
<p>Can we establish clarity that doesn&rsquo;t require brutality?</p>
<p>Can we build organizations where contribution matters more than credentials?</p>
<p>I don&rsquo;t know. But I suspect the answers are in the silence after we stop pretending our current system is the pinnacle of progress.</p>
<p>The barbarians knew something we&rsquo;ve forgotten. Maybe it&rsquo;s time to remember.</p>
<hr>
<p><em>What would change if you judged people by contribution instead of credentials? What would you have to give up?</em></p>
]]></content:encoded></item><item><title>Understanding vs. Doing</title><link>https://johndschultz.com/essays/understanding-vs-doing/</link><pubDate>Wed, 10 Dec 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/understanding-vs-doing/</guid><description>Why collecting wisdom is easier than applying it.</description><content:encoded><![CDATA[<p><em>Why collecting wisdom is easier than applying it</em></p>
<p>I&rsquo;ve been noticing something uncomfortable about my own thinking lately. I collect principles like they&rsquo;re going to save me. Framework after framework, insight after insight, all carefully documented with proper attribution and cross-references. Ray Dalio on historical cycles. Charlie Munger on market selection. Larry Page on 10x thinking. Jimmy Carr on boredom and insight.</p>
<p>The collection grows. The application lags.</p>
<p>This isn&rsquo;t writer&rsquo;s block or procrastination in the traditional sense. It&rsquo;s something more insidious: <strong>epistemic displacement</strong>. I&rsquo;m replacing the hard work of doing with the comfortable work of knowing.</p>
<hr>
<h2 id="the-seduction-of-understanding">The Seduction of Understanding</h2>
<p>There&rsquo;s a particular satisfaction that comes from understanding something. Your brain releases a little hit of dopamine when a concept clicks into place. You feel smarter, more prepared, better equipped. The feeling is real. The preparedness is often illusory.</p>
<p>Consider how I&rsquo;ve been thinking about market value in used equipment sales. I can articulate the problem clearly now: if marketing saturation rarely reaches double digits, we&rsquo;re not discovering true market value, just a realized price from a limited buyer pool. I understand the mechanics. I can explain why different auction companies see different prices for identical assets.</p>
<p>Understanding the problem is not the same as solving it.</p>
<p>I&rsquo;ve documented the solution framework too: build communities instead of renting attention, find your own lake rather than competing as a better fisherman, apply 10x thinking to reach exponentially more qualified buyers. These aren&rsquo;t just ideas I&rsquo;ve read. They&rsquo;re principles I genuinely believe would work.</p>
<p>So why haven&rsquo;t I fully executed on them?</p>
<hr>
<h2 id="the-valley-between-knowing-and-doing">The Valley Between Knowing and Doing</h2>
<p>There&rsquo;s a particular kind of work that exists in the space between understanding a principle and actually implementing it. This work is:</p>
<ul>
<li>Unglamorous (no dopamine hit for incremental progress)</li>
<li>Uncertain (understanding doesn&rsquo;t guarantee execution)</li>
<li>Exposed (you have to publicly attempt something that might fail)</li>
<li>Tedious (the &ldquo;mundane repetitive bullshit tasks&rdquo; I claimed I wanted machines to handle)</li>
</ul>
<p>I wrote down that &ldquo;laziness is a deep indicator from within you that you&rsquo;re not doing something right with your own life.&rdquo; Fair enough. But what about the opposite? What about industrious note-taking that <em>feels</em> productive but is actually avoidance behavior dressed up as preparation?</p>
<p>Jeremy Giffon said it, and I dutifully recorded it: &ldquo;The magic you&rsquo;re looking for is in the work you&rsquo;re avoiding.&rdquo;</p>
<p>The work I&rsquo;m avoiding is not learning more. It&rsquo;s not developing better frameworks. It&rsquo;s not gaining deeper understanding. <strong>The work I&rsquo;m avoiding is the messy, imperfect application of what I already understand.</strong></p>
<hr>
<h2 id="the-temporal-trick">The Temporal Trick</h2>
<p>Here&rsquo;s what makes this pattern so persistent: collecting knowledge <em>does</em> have value. Understanding principles <em>is</em> useful. The problem is when it becomes a substitute for action rather than a foundation for it.</p>
<p>I have a decision-making framework I learned from my dad: project yourself forward one month, three months, six months, a year. How will you feel about this decision at each point?</p>
<p>Let me apply it to the knowledge-action gap:</p>
<p><strong>One month from now:</strong> Will I wish I&rsquo;d read another framework about market disruption, or will I wish I&rsquo;d actually tested a new community-building approach?</p>
<p><strong>Six months from now:</strong> Will I be proud of my comprehensive notes on business strategy, or will I be proud of measurable progress toward creating my own market?</p>
<p><strong>One year from now:</strong> What will matter more, that I understood the theory perfectly, or that I implemented it imperfectly but learned from reality?</p>
<p>The answers are obvious when you force the temporal perspective. Yet in the present moment, acquiring knowledge <em>feels</em> like progress.</p>
<hr>
<h2 id="boredom-as-signal">Boredom as Signal</h2>
<p>Jimmy Carr said something that hit differently when I heard it: &ldquo;Boredom is an insight creator. The answers you&rsquo;re looking for are in the silence you&rsquo;re avoiding.&rdquo;</p>
<p>I think he&rsquo;s right, but not in the way most people interpret it. The silence isn&rsquo;t meditation or stillness. It&rsquo;s the absence of input. It&rsquo;s sitting with what you already know and forcing yourself to do something with it instead of seeking more.</p>
<p>We treat boredom like a problem to solve with more stimulation. What if it&rsquo;s actually your mind telling you it has enough raw material and needs to start building?</p>
<hr>
<h2 id="the-practice">The Practice</h2>
<p>So here&rsquo;s what I&rsquo;m testing: treating knowledge collection like raw materials in a warehouse. Useful, but only if you&rsquo;re actually manufacturing something with them.</p>
<p>Before I save another principle to my notes, I&rsquo;m asking:</p>
<ul>
<li>Do I already have a principle that addresses this?</li>
<li>Have I actually applied the principles I already have?</li>
<li>What&rsquo;s one concrete action I could take based on what I already know?</li>
</ul>
<p>It&rsquo;s not about stopping learning. It&rsquo;s about establishing a ratio: for every X units of input, Y units of output. Right now my ratio is badly skewed toward input.</p>
<p>The hardest part is accepting that application will be messy. My notes are clean, well-organized, properly attributed. Reality is not. Implementation means dealing with incomplete information, imperfect execution, and visible failure along the way.</p>
<p>But that&rsquo;s where the actual learning happens. Not in understanding the principle, but in discovering how it bends under real-world pressure.</p>
<hr>
<h2 id="what-this-means-practically">What This Means Practically</h2>
<p>I keep coming back to the &ldquo;10x thinking&rdquo; principle. Larry Page&rsquo;s insight was that trying for 10x better forces you out of incremental optimization into fundamental rethinking.</p>
<p>Maybe I need to apply that frame to my own knowledge-action gap:</p>
<ul>
<li><strong>10% thinking:</strong> &ldquo;I should apply these principles more consistently.&rdquo;</li>
<li><strong>10x thinking:</strong> &ldquo;What would change if I stopped collecting new principles entirely until I&rsquo;d actually executed on what I already know?&rdquo;</li>
</ul>
<p>That second question is uncomfortable. It suggests the answer isn&rsquo;t more input. It&rsquo;s disciplined output.</p>
<p>Jordan Peterson says that when you set a goal, your perception reorganizes around it. The world arranges itself as a pathway to that goal. But that only works if the goal is <em>doing something</em>, not <em>understanding something</em>.</p>
<hr>
<h2 id="the-real-work">The Real Work</h2>
<p>History rhymes, as Ray Dalio taught me. People have been confusing understanding with progress forever. Scholars in every era spend lifetimes cataloging knowledge while practitioners stumble forward with incomplete information and learn by doing.</p>
<p>The real insight isn&rsquo;t about whether knowledge is valuable (of course it is). It&rsquo;s about recognizing when knowledge accumulation becomes a sophisticated form of procrastination.</p>
<p>Steve Ballmer said teamwork is an implementation detail, not a goal. Maybe understanding is the same: a necessary foundation, but not the destination.</p>
<p>The work isn&rsquo;t acquiring one more framework. The work is taking what I already understand and building something real with it, even if that something is imperfect, incomplete, and exposes my limitations.</p>
<p>The answers I&rsquo;m looking for aren&rsquo;t in the next principle I collect. They&rsquo;re in the silence after I close my notes and ask: &ldquo;So what am I actually going to do about it?&rdquo;</p>
<p>That&rsquo;s the uncomfortable work. That&rsquo;s where the magic is.</p>
<hr>
<p><em>What principles are you collecting instead of applying? What work are you avoiding by seeking more understanding?</em></p>
]]></content:encoded></item><item><title>History Rhymes</title><link>https://johndschultz.com/essays/historical-rhymes/</link><pubDate>Mon, 22 Sep 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/historical-rhymes/</guid><description>Why &amp;#39;we&amp;#39;ve seen this before&amp;#39; is the laziest thing you can say.</description><content:encoded><![CDATA[<p><em>Why &ldquo;we&rsquo;ve seen this before&rdquo; is the laziest thing you can say</em></p>
<hr>
<p>History doesn&rsquo;t repeat itself. It rhymes.</p>
<p>That&rsquo;s not a cute saying. It&rsquo;s the difference between someone who files a situation under &ldquo;seen it&rdquo; and moves on, versus someone who does the actual work of figuring out what&rsquo;s the same, what&rsquo;s different, and why it matters this time.</p>
<p>Most people stop at the first version. It feels smart. It&rsquo;s not.</p>
<hr>
<h2 id="where-this-started">Where This Started</h2>
<p>A colleague said something during early COVID that stuck with me: &ldquo;History repeats itself.&rdquo; Simple observation, and at the time I nodded along. But as I sat with it, something felt off. The details never line up perfectly. The mechanics shift. The players change.</p>
<p>Then I started reading Ray Dalio and listening to James Holland, and the nuance clicked.</p>
<p>Holland&rsquo;s work on 1930s German propaganda is the one that keeps me up at night. The techniques from that era show up in today&rsquo;s information warfare. Both periods grew out of economic crisis (the Depression then, 2008 and COVID now). The playbook is the same: fear, othering, oversimplification. The delivery system changed. Radio became algorithmic feeds. But the human vulnerabilities being exploited? Identical.</p>
<p>Dalio&rsquo;s contribution is the financial angle. The 2008 crash rhymed with 1929. Both were excessive leverage unwinding. Both triggered by the same psychology: greed on the way up, panic on the way down. But the policy responses were different because (sometimes) people actually learned from the last time around.</p>
<p>The pattern exists. The details don&rsquo;t copy-paste.</p>
<hr>
<h2 id="the-real-work">The Real Work</h2>
<p>Here&rsquo;s what makes this useful instead of just interesting. When you spot a historical rhyme, you&rsquo;ve got to ask five questions:</p>
<ol>
<li><strong>What&rsquo;s the pattern?</strong> Which historical parallel are you actually seeing?</li>
<li><strong>What&rsquo;s genuinely similar?</strong> Same human psychology? Same structural conditions?</li>
<li><strong>What&rsquo;s fundamentally different?</strong> New technology, new regulations, different global context?</li>
<li><strong>What created the original pattern?</strong> Not just what happened, but why it happened.</li>
<li><strong>How have those causes evolved?</strong> The trigger from 1929 doesn&rsquo;t fire the same way in 2008.</li>
</ol>
<p>Skip any of those and you&rsquo;re just doing trivia. &ldquo;This reminds me of the Depression&rdquo; isn&rsquo;t analysis. It&rsquo;s a cocktail party observation.</p>
<p>The trap is thinking that spotting the rhyme tells you how the next verse goes. Markets crash in rhyming patterns, sure. But each crash has its own speed, its own triggers, its own recovery path. Companies fail in familiar ways (ignoring disruption, clinging to what worked, misreading the market), but each failure teaches you something new about what to watch for next time.</p>
<hr>
<h2 id="why-we-get-this-wrong">Why We Get This Wrong</h2>
<p>The lazy version of pattern recognition feels productive. You see a similarity, you categorize it, you feel like you understand what&rsquo;s happening. That little hit of &ldquo;I&rsquo;ve seen this movie before&rdquo; is satisfying. And it&rsquo;s almost always incomplete.</p>
<p>The hard version requires you to hold two things at once: this situation rhymes with that one, AND this situation is different in ways that might matter more than the similarities.</p>
<p>That&rsquo;s uncomfortable. Your brain wants a clean match. Reality gives you a messy one.</p>
<p>Greed, fear, herd behavior, the cycle of innovation and disruption. These are the recurring melodies. They&rsquo;re baked into how people operate and they&rsquo;re not going anywhere. But technology, regulation, and how connected the world is at any given moment? Those change the key, the tempo, the instruments. Same song. Different arrangement. And the arrangement matters.</p>
<hr>
<h2 id="what-to-do-with-this">What To Do With This</h2>
<p>The people who actually benefit from historical thinking aren&rsquo;t the ones who memorize dates and draw parallels. They&rsquo;re the ones who understand <em>why</em> certain patterns keep showing up, and then pay close attention to where this version breaks from the last one.</p>
<p>They don&rsquo;t dismiss history. They don&rsquo;t worship it either. They use it as a starting point and then do the work of figuring out what&rsquo;s genuinely new.</p>
<p>&ldquo;We&rsquo;ve seen this before&rdquo; is comfortable. It&rsquo;s also the exact moment you stop learning. The harder question, the one worth asking, is: &ldquo;We&rsquo;ve seen something <em>like</em> this before. What&rsquo;s different this time, and does the difference change everything?&rdquo;</p>
<p>History rhymes. But we write the next verse.</p>
<hr>
<p><em>When&rsquo;s the last time you caught yourself saying &ldquo;we&rsquo;ve seen this before&rdquo; and stopped there? What did you miss by not asking what was different?</em></p>
]]></content:encoded></item><item><title>True Market Value</title><link>https://johndschultz.com/essays/true-market-value/</link><pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/essays/true-market-value/</guid><description>Building better markets instead of chasing perfect prices.</description><content:encoded><![CDATA[<p><em>Building better markets instead of chasing perfect prices</em></p>
<p>Let&rsquo;s talk about something every auctioneer thinks about: Are we actually finding true market value?</p>
<p>I had an interesting conversation recently with a colleague about whether auctions reveal what something&rsquo;s really worth. Sure, they can. But here&rsquo;s what bothers me. We&rsquo;re calling it &ldquo;true market value&rdquo; when maybe 5–10% of potential buyers ever see our marketing. How&rsquo;s that the true value?</p>
<p>This isn&rsquo;t just theory. It creates real problems.</p>
<p>Take used equipment sales. The same machine can bring wildly different prices depending on who&rsquo;s selling it. A specialized dealer with an established buyer list? They&rsquo;ve got a huge advantage. Their marketing hits the target every time. They know exactly where their buyers are. But a first-time seller? They&rsquo;re throwing everything at the wall hoping something sticks. The result: massive price variations for the same piece of equipment.</p>
<p>The obvious answer is to spend more on advertising. But that&rsquo;s just throwing money at the problem, not solving it.</p>
<hr>
<h2 id="smarter-not-more">Smarter, Not More</h2>
<p>We need smarter marketing, not more marketing. This means understanding where our buyers actually spend their time and meeting them there. Good strategy can definitely improve our reach. But even the best traditional approach hits a ceiling, and we run into budget limits and timing problems that cap what&rsquo;s possible.</p>
<p>So if small improvements aren&rsquo;t enough, we need to think differently.</p>
<p>There&rsquo;s this concept from Google&rsquo;s Larry Page about &ldquo;10x Thinking.&rdquo; Instead of trying for 10% better, aim for ten times better. Applied to our industry, we stop asking &ldquo;How can we reach a few more buyers?&rdquo; and start asking:</p>
<blockquote>
<p><em>&ldquo;How could we reach 10 times the right buyers for the same cost?&rdquo;</em></p>
<p><em>&ldquo;What would narrow that value gap by 10 times?&rdquo;</em></p>
</blockquote>
<p>These questions force you out of the standard playbook. For Grafe, this has meant moving away from paid advertising toward building an organic community. We&rsquo;re creating an audience that trusts us first and buys second, rather than constantly renting attention in the marketplace.</p>
<hr>
<h2 id="fish-where-the-fish-are">Fish Where the Fish Are</h2>
<p>Charlie Munger had it right: &ldquo;Fish where the fish are.&rdquo;</p>
<p>Maybe the answer isn&rsquo;t being a slightly better fisherman in the same overfished pond. Maybe it&rsquo;s finding your own lake. Build a dedicated community in your niche, and you create your own market. True market value becomes less of a ghost to chase because you&rsquo;ve built a place where value actually gets found.</p>
<p>The bottom line: We might never achieve perfect market saturation. But by building trusted communities and targeting the right buyers intelligently, we can get a lot closer to real value discovery than the current spray-and-pray approach that&rsquo;s easy to fall into.</p>
<hr>
<p><em>What market are you fishing in? Are you competing as a better fisherman, or building your own lake?</em></p>
]]></content:encoded></item><item><title>Answers</title><link>https://johndschultz.com/thoughts/answers/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/answers/</guid><description>The answers you&amp;#39;re looking for are in the silence you&amp;#39;re avoiding.</description><content:encoded><![CDATA[<p>Boredom is an insight creator. The magic you&rsquo;re looking for is in the work you&rsquo;re avoiding. The answers you&rsquo;re looking for are in the silence you&rsquo;re avoiding. You need fewer inputs, not more.</p>
<p><em>Source: Jimmy Carr in conversation with Chris Williamson on the Modern Wisdom podcast.</em></p>
<hr>
<p>What am I avoiding? Silence, work, something else? Or do I need to seek rather than avoid, and does seeking actually enable me to avoid?</p>
<p>We treat boredom like a bug. Something to fix with another podcast, another scroll, another notification. But boredom might be your mind telling you it has enough raw material and needs to start building. The discomfort isn&rsquo;t the problem. The discomfort is the signal.</p>
<p>The silence isn&rsquo;t meditation or stillness. It&rsquo;s the absence of input. It&rsquo;s sitting with what you already know and forcing yourself to do something with it instead of seeking more.</p>
<p><em>This idea threads through <a href="/essays/understanding-vs-doing/">Understanding vs. Doing</a> and <a href="/essays/the-watchman-principle/">The Watchman Principle</a>.</em></p>
]]></content:encoded></item><item><title>Cancellation</title><link>https://johndschultz.com/thoughts/cancellation/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/cancellation/</guid><description>If people made a movie about your life, what would be the key scenes?</description><content:encoded><![CDATA[<p>If people made a movie about your life, what would be the key scenes?</p>
<p>Whenever you get cancelled. Dissed. Attacked.</p>
<p>If my life was a movie, this would be the best episode of a 10-part series.</p>
<p><em>Source: Jimmy Carr in conversation with Chris Williamson on the Modern Wisdom podcast.</em></p>
<hr>
<p>You truly need the downs. They create the full story. Which makes me think&hellip;</p>
<p>If you&rsquo;re happy with you today, you&rsquo;ve got to be happy with everything that&rsquo;s happened to this point. Because this is what makes me today, me.</p>
<p>Nobody&rsquo;s highlight reel includes the scenes that actually built them. But those are the scenes that matter. The cancellation, the public failure, the moment everyone turned on you. Those aren&rsquo;t interruptions to your story. They <em>are</em> the story. They&rsquo;re the scenes people would actually watch.</p>
<p>The comfortable seasons make terrible television. The valleys make great ones.</p>
<p><em>This thought became the seed for <a href="/essays/the-valley-and-the-namer/">The Valley and the Namer</a>.</em></p>
]]></content:encoded></item><item><title>Laziness</title><link>https://johndschultz.com/thoughts/laziness/</link><pubDate>Sat, 06 Sep 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/laziness/</guid><description>Laziness isn&amp;#39;t a character flaw. It&amp;#39;s a signal.</description><content:encoded><![CDATA[<p>Laziness is a deep indicator from within you that you&rsquo;re not doing something right with your own life.</p>
<p><em>Source: Jeremy Giffon on the Invest Like the Best podcast.</em></p>
<hr>
<p>This one cuts. Because it reframes laziness from a character flaw into a diagnostic tool.</p>
<p>If you can&rsquo;t get yourself to do the work, maybe the work is wrong. Not &ldquo;wrong&rdquo; as in unimportant, but wrong for you, wrong for this season, or wrong in a way you haven&rsquo;t been honest about yet.</p>
<p>There&rsquo;s also a sneakier version of laziness that doesn&rsquo;t look lazy at all. It looks diplomatic. Strategic. Wise. The decision to blend in rather than stand out. The choice to stay silent when you should speak. The comfortable act of collecting more knowledge instead of applying what you already have.</p>
<p>That&rsquo;s chameleon behavior dressed up as prudence. And it&rsquo;s just as much a signal of misalignment as the person who can&rsquo;t get off the couch.</p>
<p><em>This idea shows up in <a href="/essays/the-watchman-principle/">The Watchman Principle</a> (chameleon behavior) and <a href="/essays/understanding-vs-doing/">Understanding vs. Doing</a> (industrious avoidance).</em></p>
]]></content:encoded></item><item><title>No Regrets Decision Making</title><link>https://johndschultz.com/thoughts/no-regrets-decision-making/</link><pubDate>Thu, 28 Aug 2025 00:00:00 +0000</pubDate><guid>https://johndschultz.com/thoughts/no-regrets-decision-making/</guid><description>Project yourself into the future before you decide.</description><content:encoded><![CDATA[<p>When making a decision, project yourself into the future: 1 month, 2 months, 3 months, 6 months, 12 months. If you made a decision or choice, how would you feel or think about that decision at that time? Use that to help guide no-regret decision making.</p>
<p>I think I first heard this from Dad and have since heard it repeated in various forms throughout my life.</p>
<hr>
<p>It&rsquo;s a simple framework, but it cuts through the noise fast. Most bad decisions feel obvious in hindsight because we didn&rsquo;t bother to simulate the hindsight before we acted. The regret was predictable. We just didn&rsquo;t slow down enough to predict it.</p>
<p>The power isn&rsquo;t in the time horizons themselves. It&rsquo;s in the forced pause. You&rsquo;re making your future self a stakeholder in today&rsquo;s decision. That future self has context your present self doesn&rsquo;t: the emotional dust has settled, the short-term pressure is gone, and the consequences have played out.</p>
<p>The framework also exposes decisions that feel uncomfortable now but won&rsquo;t generate regret later. Sometimes the right call is the one that stings today but sits well at six months. If future-you is at peace with it, present-you can handle the discomfort.</p>
]]></content:encoded></item></channel></rss>