<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Principle Stash</title><description>Essays on software, startups, money, politics, spirituality, and whatever comes to mind.</description><link>https://principlestash.com/</link><language>en-us</language><atom:link href="https://principlestash.com/rss.xml" rel="self" type="application/rss+xml"/><item><title>Where Does Software Engineering Go From Here? (Part 1)</title><link>https://principlestash.com/blog/where-does-software-engineering-go-from-here/</link><guid isPermaLink="true">https://principlestash.com/blog/where-does-software-engineering-go-from-here/</guid><description>Why LLMs will never be intelligent, why English cannot replace code, and why the labs teaching the world this workflow will not be the ones that own it.</description><pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I’ve been sitting on this one long enough that a few of these predictions will
read as obvious to anyone who lives on Twitter. I don’t think that’s because I’m
slow, but because the half-life of a paradigm in this industry has collapsed
from years to months to weeks. A take goes from contrarian to consensus to
cliché quite literally before you’ve finished writing it down.&lt;/p&gt;
&lt;p&gt;I’m putting this in writing anyway, mostly because of the massive gap between
the ecosystem’s loudest factions: the “AI is slop” camp, still living in denial
and typing at 60 wpm, and the “AGI soon” camp, rapidly tipping into genuine AI
psychosis. As usual, both extremes are wrong, and the truth lies somewhere in
the messy middle.&lt;/p&gt;
&lt;h2&gt;1. LLMs are not intelligent, and never will be&lt;/h2&gt;
&lt;p&gt;Let’s get this out of the way first. If you disagree with this premise, nothing
that follows will land.&lt;/p&gt;
&lt;p&gt;People define intelligence a dozen ways, but I always return to &lt;a href=&quot;https://www.sloww.co/naval-ravikant/&quot;&gt;Naval’s
definition&lt;/a&gt;: the only real test of
intelligence is whether you get what you want out of life (while knowing what’s
worth wanting is wisdom). The machine doesn’t want anything. There is no “life”
for it to get anything out of, and a thing without desire cannot have intent.
Intention is the root of automation and the exclusive domain of beings with a
soul, the one thing automation cannot supply. Even when an LLM looks like it’s
acting with intent, that intent is borrowed; it’s the echo of the spark you
supplied the moment you typed the prompt.&lt;/p&gt;
&lt;p&gt;Over a millennium ago, &lt;a href=&quot;https://plato.stanford.edu/entries/ibn-sina/&quot;&gt;Ibn Sina&lt;/a&gt;
made this observation. Fast forward to 2026, and Pope Leo XIV reached for the
same distinction in &lt;a href=&quot;https://www.vatican.va/content/leo-xiv/en/encyclicals/documents/20260515-magnifica-humanitas.html&quot;&gt;&lt;em&gt;Magnifica
Humanitas&lt;/em&gt;&lt;/a&gt;,
his encyclical on AI, noting that these machines “do not undergo experiences, do
not possess a body, do not mature through relationships.” They don’t want. They
don’t feel. You don’t empathize with your power drill; you don’t ask if it’s
having a good day, or handle it more gently so its feelings don’t get hurt.&lt;/p&gt;
&lt;p&gt;Yes, a computer does more arithmetic in a second than I’ll do in a lifetime. An
LLM extracts, summarizes, and remixes the written output of our species better
than any single one of us. It lives in the space between a search engine and a
synthesizer, approximating the internet as it stood on some past Tuesday. Inside
that distribution, it performs miracles. Outside the training data, past the
edge of context, it devolves into confident nonsense. That’s not to say they’re
not incredibly effective at probing the limits of our knowledge — in May 2026,
&lt;a href=&quot;https://www.scientificamerican.com/article/ai-just-solved-an-80-year-old-erdos-problem-and-mathematicians-are-amazed/&quot;&gt;an 80-year-old Erdős conjecture fell to a single
prompt&lt;/a&gt;
— but those wins belong to a particular class of problem: the answer is
checkable, the search space is bounded, and being right is unambiguous. The
world rarely hands you problems shaped like that.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/the-unassailable-consensus.CYAv4KyB_Z1RCWuK.webp&quot; alt=&quot;Four panels. A wild-haired, mustachioed man asks a robot labelled LLM whether light is a wave or a particle. The robot cites Nature Photonics, Physical Review Letters and leading quantum optics labs and declares light an electromagnetic wave. The man asks “Are you sure?”. The robot, now scowling, tells him a mere human cannot doubt the unassailable consensus of modern science aggregated across hundreds of studies, and to try keeping up.&quot; width=&quot;1536&quot; height=&quot;1024&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/the-unassailable-consensus/&quot;&gt;The Unassailable Consensus&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;The same math that lets them do all this has a gravity that pulls relentlessly
toward the median. To defend the “AI is just autocomplete” crowd, that is truly
all this is: predicting the likeliest next token. And the likeliest answer is,
by definition, the most typical one — the literal consensus of its training
data. Then alignment training sands that down further, rewarding whatever a
rater was most likely to nod at.&lt;/p&gt;
&lt;p&gt;So treat it for what it is: an amplification tool for what already exists. Call
it a “clanker” if that helps keep your distance; better an unfeeling machine
catches a stray than a fellow human. But stop saying model X is smarter than
model Y when you just mean it’s more effective. Attribute intelligence to a
thing that has none, and the only thing you’ve shown is where it’s lacking.&lt;/p&gt;
&lt;h2&gt;2. English is a leaky abstraction; it will never fully replace code&lt;/h2&gt;
&lt;p&gt;Every rung we climbed up the abstraction ladder so far has been deterministic.
Punch cards gave way to assembly, assembly to compiled languages like C, C to
the languages you actually use, and at each step the higher layer compiled down
to the lower one the same way every time. Feed a compiler the same input twice
and you get the same machine code twice; obviously not the case with LLMs.&lt;/p&gt;
&lt;p&gt;Joel Spolsky called this &lt;a href=&quot;https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/&quot;&gt;the law of leaky
abstractions&lt;/a&gt;:
the tax on every abstraction is that you still have to understand the layer
below it for the day it inevitably leaks. You save time executing, not learning.
Using English to drive software is that same bargain, cranked to the absolute
maximum.&lt;/p&gt;
&lt;p&gt;Ask your AI assistant to add real-time features to your app. How is it doing
that? Is it polling, long-polling, SSE, or WebSockets? What’s the consistency
model when two people edit at once? Last-write-wins, CRDTs, or OT? How is it
handling reconnection, offline queueing, or presence? People write dissertations
on just one of these topics. The model picks a lane and buries the rest, and you
won’t find out which lane it chose until production breaks.&lt;/p&gt;
&lt;p&gt;Say you catch the bug born from its wrong guess, and you write the assistant a
prompt detailing exactly what you meant. If you do that well, the prompt gets
long. It gets precise. It fills up with the constraints and edge cases you left
implicit the first time around.&lt;/p&gt;
&lt;p&gt;Eventually, it gets so long and precise that it stops being a prompt altogether.
We already have a word for a document that perfectly pins down every
architectural decision and edge case: it’s called code.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/english-as-an-abstraction.GaH3QD_d_1UzoaI.webp&quot; alt=&quot;Three panels. In the first, a mustachioed letter P asks a smiling computer for a reusable user card component “similar to an Instagram profile card”, and the computer answers “Understood. Razzmatazzing…”. A narrow middle panel shows a slot machine spinning HTML, CSS, React and stray tags. In the third, a sweating P reads out a precise bulleted spec of props, CSS class, validation and edge cases; the computer says “Got it, why didn’t you just say that!” while P thinks “It was in the first attempt…”.&quot; width=&quot;1721&quot; height=&quot;914&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/english-as-an-abstraction/&quot;&gt;English as an Abstraction&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2&gt;3. Code is a liability; always has been, always will be&lt;/h2&gt;
&lt;p&gt;The very first thing that came to mind when chat interfaces started getting
shoehorned into apps with perfectly good, decades-honed UX was: &lt;em&gt;oh boy, a new
interface to maintain.&lt;/em&gt; As if mobile, web, and desktop weren’t enough. A text
box isn’t going to magically deprecate the GUI; it’s just another layer of the
stack to test, design for, and inevitably patch.&lt;/p&gt;
&lt;p&gt;Jaded? Maybe. But every line of code you ship is a building you’ve just
committed to maintaining, perhaps indefinitely. Maintenance already eats &lt;a href=&quot;https://dl.acm.org/doi/10.1145/359511.359522&quot;&gt;60 to
80 percent of a system’s total lifecycle
cost&lt;/a&gt;, a metric that has held
steady across decades of studies. The bulk of that cost isn’t even fixing bugs;
it’s managing the sheer weight of what already works. Every feature is a new
surface area that every future change must route around. If agents multiply the
rate of construction, they multiply the upkeep right along with it. Generating
code faster just means generating liability faster.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/side-project-ai-edition.DRkgSnBH_Z21hHCu.webp&quot; alt=&quot;Six panels. A developer laying bricks says he is nearly done, then has an idea and wanders off to try a new framework, building a wooden frame instead. A bearded colleague asks if he is starting another side-project; he insists he had nearly finished the other one. A wide panel shows a field of half-built structures. The final panel, captioned “Post LLMs”, shows the same field filled horizon-to-horizon with abandoned foundations and frames, the colleague saying “I think you have a problem”.&quot; width=&quot;952&quot; height=&quot;1653&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/side-project-ai-edition/&quot;&gt;Side-project (AI Edition)&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;You could argue the cost of generating code is trending to zero, so volume no
longer matters. But trending to zero isn’t zero. You are still paying the
maintenance tax, whether it’s in LLM compute tokens or consultants you
eventually have to hire to fix your slop. (If that’s you, &lt;a href=&quot;mailto:amir@principlestash.com&quot;&gt;shoot me a
message&lt;/a&gt;, I know a guy.)&lt;/p&gt;
&lt;p&gt;More importantly, typing the actual code was never where the time or money went;
it occupied maybe ten to twenty percent of the job. The rest is figuring out
what to build, safely wedging it into a legacy codebase, testing it, and keeping
it running until the end of time. We haven’t automated software engineering;
we’ve just sped up the typing.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/the-paradoxes-of-software-engineering.DsF_K9wo_ZOtswF.webp&quot; alt=&quot;A two-part diagram. On the left, a decay curve of “cost of generating code” against time flattens just above zero, the gap to the axis labelled “the last mile”; below it a mustachioed letter P says “If I can just bring the cost down a bit more, I’m sure we’ll be bug free!” while a queue of scowling bugs stretches to the horizon holding placards reading “the final bug?”, “the final final bug”, “the final final final bug for real” and “the real final bug”. On the right, a pie chart gives about 15% to “generating code” and about 85% to “the rest of software engineering”, itemised beneath.&quot; width=&quot;1536&quot; height=&quot;1024&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/the-paradoxes-of-software-engineering/&quot;&gt;The Paradoxes of Software Engineering&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2&gt;4. Context and tooling is what makes an agent useful, and control will be open source’s advantage&lt;/h2&gt;
&lt;p&gt;An agent’s usefulness scales with how much of your world it can safely see and
touch. Mine became sharply more useful the moment I connected my calendar,
email, projects, and apps, and better again when I let it onto my laptop to
actually click around and do things.&lt;/p&gt;
&lt;p&gt;You could argue that this data should never have been siloed in the first place.
But those walls were the rational product of the previous software era, when
companies bought the best tool for each job and every tool had an incentive to
hoard its data like the business depended on it, because it usually did.&lt;/p&gt;
&lt;p&gt;That incentive is now inverting. If a customer’s agent cannot reach the
customer’s own data inside your platform, they will leave for one where it can.
The wall that once kept them trapped is becoming the reason they churn.&lt;/p&gt;
&lt;p&gt;So the frontier moves up a layer.&lt;/p&gt;
&lt;p&gt;“Open” used to mean data sovereignty: prying your information out of someone
else’s walled garden. Once access is table stakes, it comes to mean control:
swapping memory stores (&lt;a href=&quot;https://www.getzep.com/ai-agents/temporal-knowledge-graph/&quot;&gt;temporal knowledge
graphs&lt;/a&gt;, &lt;a href=&quot;https://slatedb.io/&quot;&gt;LSM trees
on object storage&lt;/a&gt;), swapping tools, or &lt;a href=&quot;https://arxiv.org/abs/2608.25593&quot;&gt;JIT compiling the
harness itself&lt;/a&gt;, and making sure your
&lt;a href=&quot;https://www.scientificamerican.com/article/openai-claims-blockbuster-math-breakthrough-amid-swirl-of-controversy/&quot;&gt;Millennium Prize
research&lt;/a&gt;
doesn’t &lt;a href=&quot;https://simonwillison.net/2026/Sep/8/on-navier-stokes/&quot;&gt;show up in someone else’s
LLM&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But more is not always better. Shove too much information into
an LLM’s context window and it struggles to separate signal from noise, much as
a human would. It latches onto the stale note, the obsolete calendar invite, or
the half-dead pattern buried somewhere in the repository.&lt;/p&gt;
&lt;p&gt;The same tradeoff applies to tools. Give an agent tools that are too primitive
and it has to reconstruct higher-level behavior itself, fumbling through ten
brittle steps for something that should have been one reliable operation. Give
it too many tools, or tools with sprawling and ambiguous interfaces, and it
struggles to choose between them, passes the wrong arguments, or chains them
together incorrectly.&lt;/p&gt;
&lt;p&gt;The quality of the tools matters just as much as the intelligence of the model
using them, and a mediocre model in a good harness can beat a frontier model dropped into a bad one.
For example, a better search engine like &lt;a href=&quot;https://exa.ai/&quot;&gt;Exa&lt;/a&gt; gives the agent
cleaner raw material. A faster browser like
&lt;a href=&quot;https://lightpanda.io/&quot;&gt;Lightpanda&lt;/a&gt;, which throws out rendering entirely and
does the same crawl in a fraction of the time Chrome needs, lets it explore more
paths before the task times out. A narrow, well-designed API can outperform a
general computer-use interface because it removes entire categories of possible
mistakes.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/goldilocks-context.Djit4OTX_ZaqsRB.webp&quot; alt=&quot;Three panels show the same robot agent wearing curly blonde Goldilocks hair. Under “Too primitive”, it holds a stick beside scattered parts and a plan for building a hammer, saying “First, I’ll build the tools.” Under “Too much”, it raises its hands from a mountain of tools, cables, folders and documents, asking “Which tool? Which document?” Under “Just right”, it finishes a small wheeled machine at an organized workbench. The tall, mustachioed P mascot stands behind the table holding a checklist, its legs hidden; the robot says “Done.”&quot; width=&quot;1536&quot; height=&quot;1024&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/goldilocks-context/&quot;&gt;Goldilocks Context&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;If this is starting to sound a lot like the same stuff software engineering has been doing for decades, that’s because it is. The durable advantage will belong to whoever gives you the most control over
what the agent sees, what it can do, and how those capabilities are assembled.
That is where open source has always been strongest.&lt;/p&gt;
&lt;h2&gt;5. Specialized models and harnesses will dominate, coordinated by a central orchestrator&lt;/h2&gt;
&lt;p&gt;For now it’s useful to talk about the model and the harness as separate
things. The model supplies the raw capability; the harness decides what it
sees, what it can touch, and how its work is checked. That split won’t last.
Specialized models and the environments built around them will be trained,
evaluated, and sold as one system, and asking where the model ends and the
agent begins will be like asking where a database ends and its query planner
starts. Technically answerable, but mostly irrelevant to the person using it.&lt;/p&gt;
&lt;p&gt;These specialized systems will win for three reasons.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First, the money.&lt;/strong&gt; Today’s token spend is subsidized by VCs and
trillion-dollar balance sheets terrified of missing the next platform shift,
and that era is closing fast. GitHub moved every Copilot plan to &lt;a href=&quot;https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/&quot;&gt;usage-based
billing&lt;/a&gt;,
heavy agentic users are &lt;a href=&quot;https://visualstudiomagazine.com/articles/2026/07/20/copilot-billing-shock-met-with-meters-caps-and-token-saving-tools.aspx&quot;&gt;reporting bills 10 to 50 times
higher&lt;/a&gt;,
&lt;a href=&quot;https://thenextweb.com/news/microsoft-claude-code-retreat-ai-cost&quot;&gt;Microsoft pulled its own engineers off Claude
Code&lt;/a&gt; after
per-seat costs hit $2,000 a month, and &lt;a href=&quot;https://fortune.com/2026/05/26/uber-coo-ai-spending-tokens-claude-code/&quot;&gt;Uber burned its entire annual AI budget
in four months&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The days of cheap Uber…I mean, cheap token spending are over.&lt;/p&gt;
&lt;p&gt;Meanwhile, capable open-weight models keep arriving with absurd token
efficiency, and using the largest model available for every task is like hiring
a Nobel laureate to alphabetize your filing cabinet. Most work doesn’t need
everything the model knows, just a narrow slice of it, delivered cheaply and
reliably.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/effective-utilization-of-llms.CgwYgb5K_Z1xuTqC.webp&quot; alt=&quot;Six panels. A mustachioed letter P sits on a desk labelled “Chief Prioritization Officer” addressing three expectant people. They guess it has summoned them for quantum gravity, animal consciousness or the three body problem; it rejects each. Its actual request is “sort my files alphabetically, but make P the first letter”. The room goes silent, someone asks “is…is that all?”, and P, now reclining with its feet up, adds “Oh, right, make no mistakes.”&quot; width=&quot;1536&quot; height=&quot;1024&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/effective-utilization-of-llms/&quot;&gt;Effective Utilization of LLMs&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;&lt;strong&gt;Second, the math bends toward cheap.&lt;/strong&gt; Approximating data you already have is
exactly the kind of problem that gets relentlessly cheaper: distillation
squeezes a big model’s behavior into a small one, and inference at a fixed
level of quality keeps collapsing in cost. What doesn’t get cheaper is new
knowledge. A human still has to discover it, prove it, and write it down before
a training run can absorb it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Third, and thorniest, proprietary data is the moat.&lt;/strong&gt; The open web that
trained this generation of models is filling with their own output, and
training on that sludge gives you a photocopy of a photocopy, blurrier with
every pass. The way out is data nobody else has: your codebase, your incident
history, your customers’ actual support tickets, the fixes your best engineers
make on instinct, the tribal knowledge nobody ever wrote down clearly enough to
scrape. As the public corpus rots, the premium on a clean private well only
rises.&lt;/p&gt;
&lt;p&gt;Tomasz Tunguz &lt;a href=&quot;https://tomtunguz.com/inference-market-segmentation/&quot;&gt;compared where this leads to
databases&lt;/a&gt;: one category
that fragmented into relational, document, graph, time-series, and vector
stores, each shaped around a workload. Models will fragment the same way.&lt;/p&gt;
&lt;p&gt;Skill files are a crude preview. They package domain knowledge into something
the model loads at runtime, which means paying to reread and reinterpret the
same material on every task. A fine-tuned model is that skill file compiled
into the weights; Callstack’s
&lt;a href=&quot;https://www.callstack.com/blog/introducing-apex-a-fast-specialized-model-for-react-native&quot;&gt;Apex&lt;/a&gt;,
tuned for React Native, is an early example. The likely destination is a mix:
stable knowledge compiled into the model, changing context left in the harness,
and lightweight LoRA adapters in between, so a skill becomes a module you load,
combine, or drop without retraining anything.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/how-many-times-do-i-have-to-tell-you.xfzL6QqS_Z2vDWnf.webp&quot; alt=&quot;A hand-drawn double-headed arrow. Above it, RUNTIME at the left end and COMPILED at the right. Below it, two more pairs running the same way: PAY EVERY CALL and ONE-OFF TASKS at the left, PAY ONCE and RECURRING WORK at the right. Six marks along the line, each with a small drawn icon above it, read left to right: user prompt (a speech bubble), system prompt (a window with a title bar), skill file (a page with a folded corner), LoRA adapter (a small module with prongs), fine-tuned model (a box with two sliders), its own model (a chip with legs). An arrow points up at the gap between skill file and LoRA adapter, annotated: somewhere in here, knowledge stops being read and starts being remembered.&quot; width=&quot;1800&quot; height=&quot;705&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/how-many-times-do-i-have-to-tell-you/&quot;&gt;How Many Times Do I Have to Tell You?&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;You can already see early signs of this:
&lt;a href=&quot;https://arxiv.org/abs/2606.16769&quot;&gt;Skill-to-LoRA&lt;/a&gt; replaces runtime skill text
with skill-specific adapters, and Microsoft’s
&lt;a href=&quot;https://www.microsoft.com/en-us/research/publication/molora-composable-specialization-via-per-token-adapter-routing/&quot;&gt;MoLoRA&lt;/a&gt;
loads several at once and learns which to activate for each token. A Rails
adapter. A Terraform adapter. A company adapter trained on your code, incidents, and conventions.&lt;/p&gt;
&lt;p&gt;The harness is going the same way. Today it’s hand-built and fixed, a guess
about the average task made before any task has arrived.
&lt;a href=&quot;https://arxiv.org/abs/2608.25593&quot;&gt;JIT-Agent&lt;/a&gt; is the first serious attempt to
kill that guess: a model trained to emit harnesses, composing memory, planning,
and tool modules per task and repairing them when execution goes sideways. In
a generated harness, DeepSeek-V4-Flash beats GPT-5.6 on DeepSearchQA by 9.1
points, GLM-5.2 gains up to 20.2, and the generated harnesses hold their own
against Claude Code and OpenCode. The cheap model in the bespoke harness beat
the expensive model in the generic one.&lt;/p&gt;
&lt;p&gt;The famous counterargument is Rich Sutton’s &lt;a href=&quot;http://www.incompleteideas.net/IncIdeas/BitterLesson.html&quot;&gt;“bitter
lesson”&lt;/a&gt;: general
methods that scale with compute have repeatedly beaten systems where humans
tried to hard-code domain expertise. But the lesson assumes compute keeps
getting cheaper, data stays abundant, and you have time for generality to win.
Put a meter on every token and a deadline on every task, and the calculus
flips. A specialized model isn’t a return to hand-written rules, either; it’s
the same learning machinery aimed at a narrower distribution. The bitter lesson
still governs the base layer. The products built on top of it are another
matter.&lt;/p&gt;
&lt;p&gt;Which finally brings us to the orchestrator.&lt;/p&gt;
&lt;p&gt;The orchestrator doesn’t need to be the best model at anything. It needs to
understand the task, break it apart, route each piece to the right specialist,
and check that the pieces fit back together: architecture questions to a
frontier model, implementation to a framework-specific one, security review to
a third, routine repository chores to something small enough to run locally.
That’s how the economics resolve: frontier capability only where ambiguity
demands it.&lt;/p&gt;
&lt;p&gt;The models already contain this architecture in miniature. A
&lt;a href=&quot;https://huggingface.co/blog/moe&quot;&gt;Mixture-of-Experts&lt;/a&gt; model doesn’t fire every
parameter for every input; a router picks a few specialized experts per token,
so the model carries enormous capacity without paying for all of it at once.
The agent stack will do the same one level up, routing tasks between models,
adapters, tools, and harnesses instead of tokens between experts. Whether the
answer came from the weights, an adapter, a tool, or the context, the user will
neither know nor care.&lt;/p&gt;
&lt;p&gt;From the outside, it will simply feel like competence.&lt;/p&gt;
&lt;h3&gt;5b. Open source gets a new business model&lt;/h3&gt;
&lt;p&gt;This new paradigm also creates a potential way to monetize open source.&lt;/p&gt;
&lt;p&gt;In January 2026, &lt;a href=&quot;https://tailwindcss.com/&quot;&gt;Tailwind&lt;/a&gt; &lt;a href=&quot;https://devclass.com/2026/01/08/tailwind-labs-lays-off-75-percent-of-its-engineers-thanks-to-brutal-impact-of-ai/&quot;&gt;laid off three of its
four
engineers&lt;/a&gt;
while the framework was more popular than ever, powering a huge share of the
sites produced by the vibe-coding boom.&lt;/p&gt;
&lt;p&gt;Its business depended partly on documentation traffic. Developers searched for
how to center a div, landed on the docs, and some fraction bought Tailwind UI or
another paid product. AI assistants now answer the question directly, so the
framework can remain widely used without sending attention or revenue back to
the people who built it.&lt;/p&gt;
&lt;p&gt;Open source has always struggled with this mismatch. A project can sit
underneath half the internet while capturing almost none of the value it
creates. AI makes the mismatch worse by removing the few remaining points where
attention flowed back to maintainers.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/dependency-ai-edition.BFHeobza_1VVKuq.webp&quot; alt=&quot;A precarious tower of small blocks stacked hundreds high, swaying into the clouds, every block propped on the one below it. The entire structure balances on a single thin pillar at the bottom, labelled by an arrow: “a project some random person in Nebraska has been thanklessly maintaining since 2003”.&quot; width=&quot;1111&quot; height=&quot;1416&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/dependency-ai-edition/&quot;&gt;Dependency: AI Edition&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;But the same shift that destroys the documentation funnel may create its
replacement.&lt;/p&gt;
&lt;p&gt;Depending on where the tooling lands, that replacement could be a model
fine-tuned on the framework itself, a set of LoRA adapters, or a maintained
skill and plugin package that drops the project’s conventions directly into
whatever agent you use. The implementation may vary, but the business model is
the same: the people who built the framework, and understand it better than any
general model scraping its documentation, sell the canonical way to wield it.&lt;/p&gt;
&lt;p&gt;Instead of selling access to an answer one consulting hour at a time,
maintainers can encode their expertise and judgment into something an agent
applies repeatedly. Keep the package current as the framework evolves, charge
for access or updates, and that knowledge becomes a scalable product rather than
a service constrained by the number of hours in a day.&lt;/p&gt;
&lt;p&gt;You could even move advertising into the tooling itself. That may sound like
blasphemy, but a single sponsored status line in your terminal is a small price
to pay if it keeps the open source project underneath your entire stack alive.
I’m exploring a version of this model now. If you maintain an open source
project and the idea sounds interesting, &lt;a href=&quot;mailto:amir@principlestash.com&quot;&gt;reach
out&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;6. The role of a Sofware Engineer will keep changing, but demand will continue to outpace supply&lt;/h2&gt;
&lt;p&gt;Repeat after me: LLMs are not intelligent. They cannot set intentions, decide
what is worth building, cook up truly novel ideas, or take accountability for their decisions. There will always be a
need for human operators to supply direction.&lt;/p&gt;
&lt;p&gt;And for those humans to participate meaningfully in the software development
lifecycle, they still need to understand the software being built. You cannot
specify what correct means, judge whether an abstraction fits, or recognize when
an agent has confidently wandered into nonsense without understanding the system
beneath it. The code may increasingly be written by machines, but responsibility
for it cannot be.&lt;/p&gt;
&lt;p&gt;It may not feel like demand is outpacing supply because the software job market
is brutal right now. But we are still coming down from two overlapping
distortions: Covid forcing years of digital transformation into a few quarters,
and zero-interest-rate overhiring that treated engineers like a speculative
asset. The correction was always going to be painful, with or without AI.&lt;/p&gt;
&lt;p&gt;You could argue that company leaders are laying off engineers because they see
where the market is headed. I personally don’t buy it. Record profits, repeated
re-hiring after cuts, and a general lack of understanding of how software
actually gets built, all suggest something simpler: AI became a convenient story for
cost cutting that was already going to happen.&lt;/p&gt;
&lt;p&gt;If you are skeptical, ask yourself a simpler question: do you, or any engineers
you know, work &lt;em&gt;less&lt;/em&gt; since you started using AI?&lt;/p&gt;
&lt;p&gt;Probably not.&lt;/p&gt;
&lt;p&gt;The classic explanation is &lt;a href=&quot;https://en.wikipedia.org/wiki/Jevons_paradox&quot;&gt;Jevons
paradox&lt;/a&gt;. When a resource becomes
cheaper or more efficient to use, consumption often rises enough to offset the
savings. More efficient engines did not reduce coal consumption. They made coal
economical for more uses.&lt;/p&gt;
&lt;p&gt;Software follows the same pattern. When building a feature becomes ten times
cheaper, companies do not build the same number of features with one tenth of
the staff. They attempt ten times as many features, automate work that was never
worth automating before, maintain more internal tools, personalize more
workflows, and expand the frontier of what counts as economically viable
software.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/the-back-backlog.D4ekWaj7_Q4jHR.webp&quot; alt=&quot;Five panels. A manager notices the empty backlog tray on P’s desk. The mustachioed P mascot, with black stick arms and white cartoon gloves, gestures toward a robot at a laptop and says the agent helped it finish early. P presses its gloved palms together and asks to take the rest of the day off. The manager laughs loudly, then presents a towering stack of folders labelled “The Back-Backlog” and replies with a deadpan “No.” Both P and the robot glare with lowered brows and disgruntled expressions.&quot; width=&quot;1086&quot; height=&quot;1448&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/the-back-backlog/&quot;&gt;The Back-Backlog&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;On a micro level, practices that once felt too expensive or tedious to apply
consistently will make a comeback. Test-driven development, domain-driven
design, formal specifications, property-based testing, exhaustive observability,
threat modeling, and all the other acronyms we invented and then selectively
ignored because deadlines were real.&lt;/p&gt;
&lt;p&gt;In the past, a startup could get away with poor engineering practices because it
wrote code slowly enough for humans to keep some rough picture of the system in
their heads, so the mess accumulated gradually. When agents can generate a month of
implementation in an afternoon, the same lack of discipline becomes
catastrophic. You can create a codebase faster than anyone can understand it.&lt;/p&gt;
&lt;p&gt;Best practices therefore move earlier in the development lifecycle. Tests are
written before implementation not because someone finally won an argument about
methodology, but because agents need a machine-readable definition of
correctness, an eval if you will. Architecture has to be made explicit because the system can no
longer rely on conventions being absorbed slowly through osmosis. Documentation,
invariants, schemas, and constraints stop being chores performed after the work
and become the inputs required to do the work safely.&lt;/p&gt;
&lt;p&gt;We also lose most of our excuses for tolerating technical debt beyond the phase
where we are still discovering the right abstraction. If a language is
unsuitable for the workload, an agent can help &lt;a href=&quot;https://bun.com/blog/bun-in-rust&quot;&gt;migrate
it&lt;/a&gt;. If a legacy library is holding the
system back, an agent can replace it. If a critical path needs a &lt;a href=&quot;https://shopify.engineering/back-to-native&quot;&gt;more
performant component&lt;/a&gt;, an agent can
write and benchmark several versions before lunch.&lt;/p&gt;
&lt;p&gt;That does not mean every migration becomes wise, as you still need to decide whether the benefit justifies
the risk, define the migration path, preserve behavior, and know which
ugly parts of the old system were accidental and which were load-bearing. But at least you can automate the boring parts.&lt;/p&gt;
&lt;p&gt;This is also the engineer’s side of the bargain. Every hour not spent on grunt
work and boilerplate is an hour spent understanding the technology one layer
deeper, and that understanding is precisely what extends the agent: sharper
specs, better tools, evals that mean something, more work that can be offloaded
safely. Less grunt work buys more understanding, and more understanding buys
more leverage. It is a virtuous cycle of learning, but only for those who spend
the time they get back on learning rather than on more prompting.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/free-time.tK0ixMez_Z2oWaO3.webp&quot; alt=&quot;Three main panels. Five friends discuss over dinner how much time coding agents have freed up. A five-part montage shows the mustachioed P mascot reading System Design, a woman laughing at TikTok in bed, a man lifting dumbbells, a mother feeding her baby, and a bearded man making campaign phone calls. Two years later, they reunite at the same dinner table, the baby now a toddler on the mother’s lap. The bearded friend congratulates P on becoming Head of Engineering. P replies, “Thanks Senator!” The mother asks the woman with the phone, “Still scrolling?” She replies, “Yeah. Job listings now.”&quot; width=&quot;1182&quot; height=&quot;1330&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/free-time/&quot;&gt;Time Well Spent?&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;More broadly, the job moves up the stack from writing code to specifying
systems. Engineers will define invariants, design verification, decide what
correct means, and audit fleets of agents the way a line manager audits stations
on a production floor. “Everyone is an architect now” gets thrown around a lot,
for good reason, though the defining job of an architect was never drawing
diagrams. It was managing risk and preserving optionality: making the few
decisions that are expensive to reverse slowly and deliberately, and structuring
everything else so it stays cheap to change your mind later. That skill becomes
essential the moment agents can pour concrete at ten times the speed, because
when implementation is nearly free, the cost of a system is how difficult it is
to change.&lt;/p&gt;
&lt;p&gt;This will require a psychological reorientation. Engineers have started
describing themselves as the bottleneck, and if you accept that framing, the
logical endpoint is getting rid of yourself.&lt;/p&gt;
&lt;p&gt;The better frame is rate limiter, quality gate, and direction setter. A
bottleneck is a flaw in the line. A rate limiter is part of its design.
Engineers who see review as an obstacle start cutting corners. Reviews become
shallow, agents merge more code than anyone understands, and soon nobody is
watching the system evolve.&lt;/p&gt;
&lt;p&gt;The scarce skill stops being syntax and becomes judgment, which mostly means
taste: knowing when a feature is bloated, when an abstraction is premature, when
a release should slow down, and when not to ship at all. Agents raise the stakes
on both sides of that judgment. Every option you preserve gives the fleet more
room to operate. Every irreversible decision made carelessly becomes a
foundation a tireless machine can build a thousand things on before anyone
notices.&lt;/p&gt;
&lt;h2&gt;7. Small companies will operate like Big Tech, and Big Tech like small companies&lt;/h2&gt;
&lt;p&gt;Trying to be Google when you are not Google has always been a good way to drown
in processes you did not earn. Google could throw an org at a problem. You had
three engineers and a Notion page.&lt;/p&gt;
&lt;p&gt;Agents invert that equation.&lt;/p&gt;
&lt;p&gt;A five-person company will be able to operate capabilities that once required
entire departments: platform engineering, QA, security, data infrastructure,
internal tooling, compliance, and customer support. Small teams will gain much
of the operational surface area of large organizations without inheriting their
headcount.&lt;/p&gt;
&lt;p&gt;They will maintain more products, support larger customers, run more
experiments, and build internal systems that would previously have been
dismissed as too expensive for a company their size. Not because the work
disappears, but because a small number of people can direct far more execution.&lt;/p&gt;
&lt;p&gt;The reverse happens inside Big Tech.&lt;/p&gt;
&lt;p&gt;Large companies were built around the assumption that execution was scarce
enough to justify enormous coordination costs. Every new problem could support
another team, and every new team brought managers, planning cycles, roadmaps,
dependencies, status meetings, and approval chains.&lt;/p&gt;
&lt;p&gt;Agents make execution cheap. Coordination remains stubbornly human.&lt;/p&gt;
&lt;p&gt;A company with fifty teams does not automatically produce fifty times as much.
It may produce fifty competing priorities, duplicated systems, and six months of
cross-org alignment before anyone can change a button. The faster agents make
each team, the more obvious the cost of coordinating all of them becomes.&lt;/p&gt;
&lt;p&gt;The giants will discover that much of what looked like scale was coordination
overhead made tolerable by enormous margins. As smaller competitors begin
shipping with a fraction of the people, large companies will be forced to
collapse management layers, combine functions, and give smaller groups ownership
over much larger surfaces.&lt;/p&gt;
&lt;p&gt;The basic organizational unit starts to resemble a startup: a few people with
broad responsibility, supported by agents instead of a pyramid of narrowly
scoped specialists.&lt;/p&gt;
&lt;p&gt;This will also change what management means. A manager whose primary job was
moving information between layers becomes difficult to justify when agents can
summarize, plan, report, and coordinate routine work. The valuable manager will
look more like the engineer described in the previous section: someone who sets
direction, resolves ambiguity, allocates scarce attention, and takes
responsibility for decisions that are expensive to reverse.&lt;/p&gt;
&lt;p&gt;Small companies will gain the leverage of Big Tech. Big Tech will be forced to
rediscover the speed and ownership of small companies.&lt;/p&gt;
&lt;p&gt;The companies in the most danger are those caught in the middle: carrying the
coordination costs of a large organization without the capital, distribution, or
margins that once made those costs survivable.&lt;/p&gt;
&lt;h2&gt;8. The current AI leaders will be martyred in the process&lt;/h2&gt;
&lt;p&gt;Anthropic in particular has been on an absolute tear, assembling what may be the
most star-studded roster in the history of tech and shipping at a pace that
makes most companies look asleep.&lt;/p&gt;
&lt;p&gt;But no matter how cracked the roster, mere men cannot conquer market forces.&lt;/p&gt;
&lt;p&gt;This is not an argument that Anthropic is badly run. On the contrary, it may be the best-run
frontier lab, which is why it makes the best example.&lt;/p&gt;
&lt;p&gt;Anthropic was built to win the frontier-model era: train the most capable
general model, own the infrastructure to serve it, charge by the token. In May
2026 it &lt;a href=&quot;https://www.anthropic.com/news/series-h&quot;&gt;raised another $65 billion at a $965 billion
valuation&lt;/a&gt; to keep doing exactly that.
Every part of the machine assumes frontier intelligence stays scarce.&lt;/p&gt;
&lt;p&gt;Everything above runs against that assumption: cheaper models, better open
weights, knowledge compiled into adapters, orchestrators that reserve frontier
capability for the few tasks that need it. The model becomes a component, and
the value moves to the data, the workflow, and whatever decides which model to
call. Customers don’t want to maximize their frontier-token bill. They want to
minimize it without degrading the result.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/one-last-task.CkxULUVt_Z1itoPn.webp&quot; alt=&quot;Four panels. P, a mustachioed letter mascot with white cartoon gloves, tells a cheerful robot bearing the Anthropic logo on its chest, “You’ve helped me cut almost every expense. Great job!” The robot asks, “What’s left?” P silently slides over a paper labelled “Anthropic monthly invoice”. In the last panel, P sheds a single tear while holding a handgun to the robot’s head, its other hand resting on the desk. Still smiling, the robot types and says, “Happy to help!” A monitor shows a checkmark beside “Local model ready” and an hourglass indicating the pending task “Cancelling Anthropic Subscription”.&quot; width=&quot;1536&quot; height=&quot;1024&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/one-last-task/&quot;&gt;One Last Task&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Anthropic clearly understands this. Claude Code is a harness, and it may be the
clearest evidence anywhere that the product is worth more than the model
beneath it. So it’s moving up the stack: &lt;a href=&quot;https://claude.com/product/cowork&quot;&gt;Claude
Cowork&lt;/a&gt;, &lt;a href=&quot;https://www.anthropic.com/news/claude-design-anthropic-labs&quot;&gt;Claude
Design&lt;/a&gt;, and
vertical workflows like
&lt;a href=&quot;https://claude.com/blog/claude-for-the-legal-industry&quot;&gt;legal&lt;/a&gt;. OpenAI is
making the same move with &lt;a href=&quot;https://openai.com/index/introducing-chatgpt-financial-services/&quot;&gt;ChatGPT for Financial
Services&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Neither is likely to win the war against the open model. A developer in
Montreal making CAD 60,000 can take an open model at a hundredth of the cost,
tune it around one narrow workflow, wrap it in tools built for that job, and
match the general product. In a narrow enough domain, beat it. Anthropic
attacks the same market with a team that costs millions a year, the overhead of
a frontier lab, and infrastructure expensive enough to justify that lab’s
existence.&lt;/p&gt;
&lt;p&gt;The solo developer, SMB, and even Enterprise customer uses whichever model is cheapest and switches
whenever the market moves. Anthropic can’t, because its products exist to
protect the model business, and a product pivots more easily than a balance
sheet. Cowork, Design, Legal, and whatever comes next don’t just need to be
good businesses. They need to carry the frontier lab beneath them. The startup
is free to optimize for the customer. Anthropic must also optimize for
Anthropic.&lt;/p&gt;
&lt;p&gt;Now multiply that by every vertical it enters, each defended by people who have
spent their careers on one design tool or one legal workflow. Talent,
distribution, and brand buy an excellent horizontal interface, but good
packaging only makes people tolerate subpar software for so long.&lt;/p&gt;
&lt;p&gt;History rhymes; Netscape taught the world to
browse, then lost the market when Microsoft bundled Internet Explorer into
Windows. AltaVista made the web searchable, then lost it to Google. Sun sold
the servers that powered the dot-com boom, then ended up inside Oracle. None of
them were staffed by idiots. They were optimized around the bottleneck of one
era just as the value migrated to the next.&lt;/p&gt;
&lt;p&gt;The model labs are building the same bridge: historic sums spent
industrializing the production of intelligence at the very moment intelligence
becomes abundant, modular, and interchangeable. Their success accelerates the
commoditization that threatens them.&lt;/p&gt;
&lt;p&gt;That said, Martyrdom doesn’t have to mean bankruptcy. Anthropic could stay enormous as
infrastructure for someone else’s products. But relative to the value creation that’s going to happen, their slice of the pie will look increasingly small.&lt;/p&gt;
&lt;p&gt;At least the early employees will be able to dump their bags on to the general public post-IPO before reality catches up, and with the money and talent coming out of the comapny’s carcass, the Anthropic Mafia is going to be unbelievable.&lt;/p&gt;
&lt;h2&gt;9. Power law amplification in the broader market&lt;/h2&gt;
&lt;p&gt;Want to see what democratized creation produces? Look at social media. Everyone
has a camera and everyone posts. Why is everyone not an influencer?&lt;/p&gt;
&lt;p&gt;The mistake in “everyone will be a software engineer” is assuming people want to
be. This may come as news to some of you, but we’re very weird people. Like,
really weird. The average person does not, believe it or not, enjoy spending a
Sunday morning tinkering with a new JavaScript framework.&lt;/p&gt;
&lt;p&gt;The same way most people do not want to do their taxes, most people do not
enjoy the act of developing software. Sure, the initial rush of building that got most of us
into software engineering is now more accessible than ever, but the difference
between production software and a nifty project has never been larger, and most
people would rather outsource it to someone who is good at it and not think
about it at all.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://appleinsider.com/articles/26/04/05/vibe-coding-significantly-boosted-app-store-review-submissions-in-2025&quot;&gt;App Store submissions jumped 84 percent in a
quarter&lt;/a&gt;,
enough to buckle Apple’s review pipeline, and yet attention and revenue remain
concentrated among the few who treat the work as a craft. The tools spread to
everyone. The rewards do not.&lt;/p&gt;
&lt;p&gt;The explosion in quantity also makes room for an explosion in quality because
the marginal cost of polish is collapsing. Case in point, this post has
illustrations I would never have made by hand. The people who care about the
work will not just outlast the flood. They will use the same tools to raise the
ceiling.&lt;/p&gt;
&lt;p&gt;That probably means an even wider divergence in pay. When one exceptional
engineer can direct the output of what used to be a team, their economic value
starts looking less like a normal salary band and more like professional sports.
Big Tech already paid its best engineers multiples of everyone else. Agents give
the best operators even more leverage.&lt;/p&gt;
&lt;p&gt;The other place where the social media analogy holds is distribution. As
building gets cheaper, getting anyone to care gets harder. Having an audience, a
recognizable voice, and an active presence online becomes part of the product
whether you like it or not.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/engagement-farming.D75EUkq2_1Vbq2k.webp&quot; alt=&quot;A hand-drawn parody of a social media thread, seven posts connected by a vertical line. Each has a wobbly ink avatar: an owl for @duolingo, a girl with pigtails for @Wendys, a house for @StateFarm. The owl and the girl trade insults about breakfast menus, Spanish homework and a faked death; the house interrupts twice, first to ask whether a policy was active at the time of death and finally to report an owl at the residence. Small reply, repost and heart counts sit under every post and climb as the thread goes on, ending at 1.4M on the last one.&quot; width=&quot;1400&quot; height=&quot;1496&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/engagement-farming/&quot;&gt;Engagement Farming&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Software is becoming abundant, while our attention is scarcer than ever, and it’s practically an all-out brawl over it.&lt;/p&gt;
&lt;h2&gt;10. We’re still very early&lt;/h2&gt;
&lt;p&gt;As an LLM would say: this isn’t a cop-out, this is an acknowledgment.&lt;/p&gt;
&lt;p&gt;I’m betting both time and money on these predictions, but the truth is that we
really don’t know what the true second, third, and fourth order effects of
releasing these amplification machines unto the world are going to be, nor what
breakthroughs in their core tech await us, nor what applications that previously
seemed implausible have suddenly become possible.&lt;/p&gt;
&lt;p&gt;The software world is unique in the sense that it’s already 100% digital. But
even then, LLMs have cranked up exactly one station, code generation, while
every adjacent station still runs at the old speed. In legal,
&lt;a href=&quot;https://legora.com/&quot;&gt;Legora&lt;/a&gt; and &lt;a href=&quot;https://www.harvey.ai/&quot;&gt;Harvey&lt;/a&gt; have made
research and drafting dramatically faster, while discovery, negotiation, filing,
and the court’s own calendar move at precisely the speed they did a decade ago.
Speeding up one station on a slow line doesn’t give you a faster line, it gives
you a pileup, and I suspect the coming decades will be about finding where those
pileups accrue and equipping workers with the skills to run the stations that
are still stubbornly human.&lt;/p&gt;
&lt;p&gt;There’s also still a massive skill issue as we learn to harmonize, as AI usage
reports read like early computing reports: lots of perceived productivity, not
much real productivity. Experienced open source developers using AI tools &lt;a href=&quot;https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/&quot;&gt;turn
out to be 19%
slower&lt;/a&gt;
while believing they’re 20% faster. We’ve run this experiment before. Businesses
spent the 70s and 80s pouring money into computers while the gains stayed
&lt;a href=&quot;https://en.wikipedia.org/wiki/Productivity_paradox&quot;&gt;invisible in the productivity
statistics&lt;/a&gt;. They only
showed up in the late 90s, once firms restructured work around the machines
instead of bolting them onto old processes. The companies that did the
restructuring &lt;a href=&quot;https://www.aeaweb.org/articles?id=10.1257%2Fjep.14.4.23&quot;&gt;saw gains several times
larger&lt;/a&gt; than the ones
that just bought the technology.&lt;/p&gt;
&lt;p&gt;But what’s clear today are the limits of our current processes, since we’ve made
writing code fast, and left everything around it slow.&lt;/p&gt;
&lt;p&gt;Which is where the next part picks up: what a tool built for &lt;em&gt;that&lt;/em&gt; problem —
rather than for faster typing — actually has to look like.&lt;/p&gt;</content:encoded><category>software</category><category>ai</category></item><item><title>On the Separation of Money and State</title><link>https://principlestash.com/blog/on-the-separation-of-money-and-state/</link><guid isPermaLink="true">https://principlestash.com/blog/on-the-separation-of-money-and-state/</guid><description>Money was the first thing to get enshittified. How the state captured it, what that has cost everyone since, and why the two need to come apart.</description><pubDate>Mon, 15 Jul 2024 00:00:00 GMT</pubDate><content:encoded>&lt;aside&gt;&lt;p&gt;Where this came from&lt;/p&gt;&lt;p&gt;This essay first appeared as &lt;a href=&quot;https://web.archive.org/web/20250814042804/https://barikly.com/blog/why-were-building-barikly&quot;&gt;&lt;em&gt;Why We’re Building Barikly&lt;/em&gt;&lt;/a&gt;. The argument held up a lot better than the company pitch wrapped around it, so I’ve rehomed it here.&lt;/p&gt;&lt;p&gt;If you don’t care for the details, here’s the summary: &lt;strong&gt;the way money works today is fundamentally broken and harmful to all but a few.&lt;/strong&gt; We do have a solution though, but it requires a radical departure from the current system.&lt;/p&gt;&lt;/aside&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;“It is well enough that people of the nation do not understand our banking and monetary system, for if they did, I believe there would be a revolution before tomorrow morning.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;The above quote is often attributed to Henry Ford, though there is no concrete evidence that he actually said it. The sentiment nonetheless holds true; the inner workings of our financial system are so opaque and convoluted that even the most financially literate among us struggle to understand it, and those that do are often too busy profiting from it to speak out against it.&lt;/p&gt;
&lt;p&gt;Deep down, you already felt that something was off.&lt;/p&gt;
&lt;p&gt;How is it that despite decades of concentrating in classrooms, crazy hours climbing the corporate ladder, continuous side hustles, careful investment, cutting costs and clipping coupons, you’re somehow still teetering on the brink of financial collapse, just one bad day away from bankruptcy?&lt;/p&gt;
&lt;p&gt;Yet in stark contrast, the world’s richest continue to grow their wealth exponentially, and governments can somehow always come up with the budget needed to pursue their latest moral failing. Is it crazy to think that there’s some connection there? That there’s something wrong with the system?&lt;/p&gt;
&lt;p&gt;I’m here to tell you that you’re not crazy, and that the system is indeed fundamentally flawed.&lt;/p&gt;
&lt;p&gt;Take the story of imperial Japan in 1942, when the Japanese government issued and forced the use of “invasion money” in its colonies, both as a tool of unification and wealth extraction. Backed by nothing but their colonizer’s questionable guarantee, these “Mickey Mouse Dollars” - as they became known at the time - were introduced at an arbitrary valuation relative to the colonized nation’s original money, then continuously devalued to fund the Japanese conquest. To make matters worse, every time Japan lost a battle, their value would plummet, until they finally became worthless.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/japanese-invasion-money.Y6k9Uo0i_f8R2b.webp&quot; alt=&quot;Japaense Invasion Pesos before getting destroyed&quot; width=&quot;592&quot; height=&quot;472&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Piles of Japanese-issued Pesos prior to being destroyed, Manila, c 1945, &lt;a href=&quot;https://pacificwarphotos.com/category/japan/&quot;&gt;Pfc Glenn Eve&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This is more or less how our current money (aka &lt;em&gt;fiat money&lt;/em&gt;) functions today.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you’ve spent any time around software, you already know this pattern by another name.&lt;/p&gt;
&lt;p&gt;Cory Doctorow coined &lt;a href=&quot;https://pluralistic.net/2023/01/21/potemkin-ai/&quot;&gt;“enshittification”&lt;/a&gt; to describe the way platforms die. A service launches and is genuinely good to its users, because it needs them. Once enough of them are locked in and leaving would cost too much, it starts treating them worse in order to court the businesses that actually pay the bills. Once those businesses are locked in too, it claws the value back for itself. Then the whole thing collapses under the weight of what it has extracted. Search results become ads. Feeds stop showing you the things you subscribed to. The app that used to work now wants a subscription to do what it did for free last year.&lt;/p&gt;
&lt;p&gt;The part people tend to miss is that none of it works without the lock-in. A platform can only degrade as far as your ability to leave allows. Enshittification isn’t a story about greed - greed is a constant - it’s a story about what happens to greed once exit becomes impossible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Our money is beyond enshittified.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Paper notes started out genuinely better than the gold they represented; you could settle a transaction across an ocean in the time it took a telegram to arrive, and nobody had to ferry bullion through pirate waters to do it. That was a real improvement, and people adopted it for real reasons. Then came the lock-in: legal tender laws that compel you to accept the currency, capital controls that stop you from moving out of it, and in the United States an executive order that made owning the alternative a crime. Only once the exits were sealed did the extraction begin, and it hasn’t stopped since.&lt;/p&gt;
&lt;p&gt;What follows is that arc, at the scale of a civilization and across a century. The good years are the classical gold standard. The lock-in is 1914, then 1933, then 1971. The extraction from users is inflation, which quietly moves the value of your work to whoever happens to stand nearest the printer. The extraction from business customers is the IMF, which does to entire countries what your bank does to you, with better branding. And the terminal stage is the 44 hyperinflations that have happened since the peg broke, each one a currency that finally ran out of people to extract from.&lt;/p&gt;
&lt;p&gt;The difference is that you can delete an app. You cannot delete the dollar. Every platform that has ever enshittified was, in the end, opt-in, which is why the pattern is a nuisance in software and a catastrophe in money.&lt;/p&gt;
&lt;p&gt;To understand how we got here, it’s necessary to understand the history and evolution of money, and answer the deceivingly simple question of &lt;em&gt;“what is money?”&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;💰 A Condensed History of Money&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Money is a medium of exchange that serves as a unit of account and a store of value.&lt;/strong&gt; This is perhaps the most widely accepted and succinct definition of what money is.&lt;/p&gt;
&lt;p&gt;But it took ages for humans to arrive at this definition, and it all began with the humble mental ledger. Abel did a favor for Cain. Cain made a mental note to pay him back later with something equivalent (though probably not how he would have liked). This meant that these favors were &lt;strong&gt;&lt;em&gt;fungible&lt;/em&gt;&lt;/strong&gt;; interchangeable and equal in value to other units of the same denomination.&lt;/p&gt;
&lt;p&gt;As more people began to roam the Earth, it became difficult to track who owes what, and so a physical record of these exchanges emerged out of necessity. The exact mechanism did not matter; maybe it was lines drawn in the sand, maybe it was flowers, maybe it was seashells, as long as it was &lt;strong&gt;&lt;em&gt;salable&lt;/em&gt;&lt;/strong&gt;; easily tradable and accepted/recognized by most people as having value.&lt;/p&gt;
&lt;p&gt;As time marched on, the need for these records to withstand our forgetfulness and the elements was tested, and only the most &lt;strong&gt;&lt;em&gt;durable&lt;/em&gt;&lt;/strong&gt; survived.&lt;/p&gt;
&lt;p&gt;As humanities’ geographic footprint expanded, we began to travel ever increasing distances, so mediums of exchange that were &lt;strong&gt;&lt;em&gt;portable&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;divisible&lt;/em&gt;&lt;/strong&gt; were largely preferred.&lt;/p&gt;
&lt;p&gt;Inevitably, for almost every medium of exchange that emerged, someone realized they could forge, or extract, a large quantity of it relatively quickly. This in turn leads to a rapid devaluation of the medium and loss of its status as a medium of exchange, so &lt;strong&gt;&lt;em&gt;scarcity&lt;/em&gt;&lt;/strong&gt; could not be ignored.&lt;/p&gt;
&lt;p&gt;Over time, different kinds of money with different characteristics that were in demand at that moment came and went, but only the ones scoring the highest on these 6 attributes survived, until we eventually landed on gold as humanities’ money of choice.&lt;/p&gt;
&lt;p&gt;Gold continued to hold its dominance for millenia, and while its unwieldiness for day-to-day use meant that other forms of money pegged to its value remained in circulation, such as silver, it wasn’t until the emergence of telecommunications in the 19th century that things would really start to change.&lt;/p&gt;
&lt;p&gt;A new, previously hidden attribute of money suddenly came in to the equation: &lt;strong&gt;&lt;em&gt;speed of settlement&lt;/em&gt;&lt;/strong&gt;. This was the first time in human history where information could travel an order of magnitude faster than the human carrying that information could; thus it became a pressing problem not only to perform transactions quickly over long distances, but to have them settle as well. This, along with the perils of ferrying tons of gold bullions across tumultuous waters, and the rise of nationalism, lead to the introduction of the paper, and then digital, bills we use today.&lt;/p&gt;
&lt;p&gt;These bills were essentially “IOUs” issued by local bank-like entities (ie. goldsmiths), regional networks (ie. &lt;a href=&quot;https://www.investopedia.com/terms/h/hawala.asp&quot;&gt;Hawalas&lt;/a&gt;), and eventually indirectly via government controlled central banks. These bills could be redeemed for a fixed amount of physical gold at any time, hence the British Pound Sterling’s old moniker of “as good as gold”.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/pound-sterling-banknote.CCLP0LUI_1wFz2W.webp&quot; alt=&quot;A £1 English banknote issued in 1814&quot; width=&quot;587&quot; height=&quot;355&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A £1 English banknote issued in 1814 by the now defunct Gloucester Old Bank.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This is perhaps one of the only, if not the only, time in history where a “softer” form of money won out against a “harder” form in a free market, which shows just how important speed of settlement is. And despite our regression to an overall inferior medium of exchange to satisfy our need for speed, this system worked well for a while.&lt;/p&gt;
&lt;p&gt;Until it didn’t.&lt;/p&gt;
&lt;h2&gt;👑 The Loss of The Gold Standard&lt;/h2&gt;
&lt;p&gt;The era of The Classical Gold Standard from 1870-1914 was overwhelmingly a time of economic prosperity and growth, characterized by monetary stability, low inflation, economic integration within and across borders, and rapid technological progress.&lt;/p&gt;
&lt;p&gt;The start of World War I would put an end to this, when the British and their allies became the first to de-peg their currency from gold in order to fund their wartime efforts.&lt;/p&gt;
&lt;p&gt;Other countries took notice of this, and realized that it would be impossible to continue waging war, much less have a shot at victory, without doing the same and bolstering their military spending.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Info&lt;/p&gt;&lt;p&gt;Decades later through analysis of the central bank’s ledgers, it came to light that the UK government’s initial attempt to raise capital via traditional wartime bonds fell pitifully short, only managing to &lt;a href=&quot;https://bankunderground.co.uk/2017/08/08/your-country-needs-funds-the-extraordinary-story-of-britains-early-efforts-to-finance-the-first-world-war/&quot;&gt;collect £236.5 million of the £350 million required&lt;/a&gt; from the private sector. In a coordinated cover up, the government would abandon its principles of transparency and adherence to free markets, discretely inject the remaining funds using the central bank’s reserves, and follow it up with a media blitz claiming the wartime bonds were a huge oversubscribed success.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/financial-times-cover-up.JznXhZfn_1GlOuj.webp&quot; alt=&quot;Financial Times article covering up the failure of UK World War I government bonds&quot; width=&quot;386&quot; height=&quot;672&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Since time immemorial, mainstream media has been a mouthpiece for the establishment.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;In a private memo to the Secretary of The Treasury at the time, this blatant embezzlement was praised as “masterful manipulation” by none other than the deviant whose ill-informed economic theories would be propped up by governments and central bankers around the world for the coming century, John Maynard Keynes.&lt;/p&gt;&lt;p&gt;You cannot make this stuff up.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;The departure from the gold standard was meant to be a temporary wartime measure, but as the saying goes, there’s nothing more permanent than a temporary government solution. To give credit where credit is due, the next century would see several countries re-peg and de-peg their currencies to gold, but each attempt was met with more resistance and hardship than the last. It was particularly unpalatable when governments passed laws that made it illegal for their citizens to own gold, after which they would impose hefty fines and forcibly confiscate it, in an attempt to shore up central bank reserves and enforce more control over transactions. But there was a clear lack of incentive from central planners to make unpopular decisions or take away power from themselves - there’s no putting the toothpaste back in the tube.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/executive-order-6102.rQYa-6mL_Z3AYpp.webp&quot; alt=&quot;Executive Order 6102&quot; width=&quot;220&quot; height=&quot;329&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Executive_Order_6102&quot;&gt;Executive Order 6102&lt;/a&gt;, signed by President Franklin D. Roosevelt on April 5, 1933, forbidding the hoarding of gold coin, gold bullion, and gold certificates within the continental United States. Remember kids, it’s not theft if the government does it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Fast-forward to around the end of World War II, when the US was at the height of its power and influence. In an effort to stabilize the ravished post-war global economy, a new framework was created with the stated goal of “promoting economic cooperation and stability”. The &lt;a href=&quot;https://en.wikipedia.org/wiki/Bretton_Woods_system&quot;&gt;Bretton Woods system&lt;/a&gt; would introduce a layer of abstraction over gold and instead have the world’s currencies pegged to the USD, itself convertible to gold held in Fort Knox at a fixed rate of $35 per ounce, while governments would retain the right to adjust their pegs under specific conditions.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/fort-knox-welcome.DF5NOjao_1LAAx7.webp&quot; alt=&quot;The welcome sign to Fort Knox with a tank on top&quot; width=&quot;1103&quot; height=&quot;779&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;No nation or individual (that we know of) has ever even attempted to break into Fort Knox, since no one in their right mind would think of challenging US military might directly on their home turf. In fact it’s so impregnatable, that not even auditors have been able to get inside to complete a full audit since 1953. But don’t worry, the US government assures us it’s all there.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Predictably, putting the reigns of the world’s money in the hands of a few of individuals did not end well, culminating in 1971 when the US refused to allow other nations to withdraw their deposits and &lt;a href=&quot;https://www.federalreservehistory.org/essays/gold-convertibility-ends&quot;&gt;ended the USD’s convertibility to gold&lt;/a&gt;, driving the final nail in The Gold Standard and ushering in the current era of &lt;a href=&quot;https://wtfhappenedin1971.com/&quot;&gt;wonky economics&lt;/a&gt;, hyper financialization, and fractured fiat money backed by nothing.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Info&lt;/p&gt;&lt;p&gt;After the collapse of Bretton Woods, the USD was at risk of losing its coveted position as the world’s reserve currency. To mitigate this, the US would strike a series of formal and informal deals with OPEC countries - most prominently Saudi Arabia - to ensure all oil would be sold in USD, in exchange for military alliances, weapons, and access to US financial markets.&lt;/p&gt;&lt;p&gt;This gave rise to the petrodollar system and gave the USD a renewed lease on life, as it created a consistent demand for US dollars globally. No formal treaty ever required any of this, and none was needed; the system is too entrenched, as US treasuries remain the world’s largest liquid market and the main asset held in OPEC cash balances.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;By ending paper money’s redeemability to gold, the state now had the ability to infinitely “print money” to fund itself, and by extension infinitely inflate away citizens’ savings, with nothing more than a keystroke to edit a record in a database. This has created an inherently fragile financial system prone to dramatic boom-and-bust cycles, in what is essentially a return to a more controlled, better regulated version of Japanese Invasion Money. Except now, the state isn’t waging a financial war on other nations, but its own citizens and their descendents.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/the-evolution-of-money.iwmKfDam_11Wsts.webp&quot; alt=&quot;A three-column meme in the buff-doge-to-cheems format. Each column shows a gold bar or a money printer at the top, feeding down into banknotes, ending in a dog wearing a banknote for a face. Left, under &amp;quot;Money then&amp;quot;, the dog is muscular. Middle, under &amp;quot;Money under Bretton Woods&amp;quot;, it has slumped. Right, under &amp;quot;Money now&amp;quot;, it is slumped further beneath three money printers.&quot; width=&quot;1080&quot; height=&quot;1080&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/the-evolution-of-money/&quot;&gt;The Evolution of Money&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;There isn’t necessarily malicious intent and secret collusion by the powers that be (though historical and contemporary records show an abundance of that), but the allure of alleviating problems in the short term via increased money printing is irresistible for any governing body. As an indirect result of this, we’ve seen &lt;a href=&quot;https://en.wikipedia.org/wiki/Hyperinflation&quot;&gt;44 of the 60 recorded instances of hyperinflation&lt;/a&gt; occur since that fateful day in 1971 (keeping in mind that this number does not include the many instances of very high or borderline hyperinflation, such as what recently happened in Türkiye).&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Info&lt;/p&gt;&lt;p&gt;Türkiye’s fiat woes are nothing new: as far back as the 16th century, the debasement of currency persistently undermined the economy of the Ottoman Empire. Though the declining empire increasingly engaged in coin clipping just as the declining Roman Empire had done before them, it wasn’t until they issued the &lt;a href=&quot;https://en.wikipedia.org/wiki/Ottoman_lira&quot;&gt;first paper Lira in 1840&lt;/a&gt; that things became really haphazard with constant re-peggings to different commodities/currencies, usually accompanied by Lira devaluations, which made inflation an all too common occurrence. This debasement combined with engaging in usurious loans from European powers played a crucial role in the Ottoman’s eventual downfall.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;Despite this, many mistakenly believe the USD, EUR, and other “hard” currencies are a safe store of value. While there is some truth to the USD in particular being the best form of fiat due to its status as the world’s reserve currency, it only seems like a decent store of value when compared to other fiat abominations. If you zoom out, the USD has been inflating away for decades, &lt;strong&gt;devaluing by more than 95% against gold in the last 100 years.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/usd-vs-currencies.C2jbHxRu_V1upW.webp&quot; alt=&quot;The devaluation of other currencies against the USD&quot; width=&quot;1920&quot; height=&quot;1080&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Some examples of how currencies have fared against the USD over time. From the top right going clockwise: hyperinflation, persistent inflation, the rare few that have managed to “hold their value”, and the peg. It’s worth noting that the Swiss Franc is unique in that it was the &lt;a href=&quot;https://en.wikipedia.org/wiki/1999_Swiss_referendums&quot;&gt;last to de-peg from the gold standard in 2000&lt;/a&gt;. Source: &lt;a href=&quot;https://www.xe.com/currencycharts/&quot;&gt;Xe&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/usd-vs-gold.DyVV816y_1cyvaR.webp&quot; alt=&quot;The devaluation of the USD against Gold.&quot; width=&quot;1920&quot; height=&quot;1080&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/purchasing-power-of-the-dollar.CxXYJFgf_ZD3vhd.webp&quot; alt=&quot;The purchasing power of the dollar over time&quot; width=&quot;1200&quot; height=&quot;1200&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The loss in value of the USD against gold and loss of purchasing power over time mirror each other. Meanwhile, you’re able to buy much more goods with gold today than you could 100 years ago. It seems that markets intrinsically understand the value of gold, even if the average person doesn’t. Sources: &lt;a href=&quot;https://www.macrotrends.net/1333/historical-gold-prices-100-year-chart&quot;&gt;Macrotrends&lt;/a&gt; and &lt;a href=&quot;https://www.visualcapitalist.com/purchasing-power-of-the-u-s-dollar-over-time/&quot;&gt;Visual Capitalist&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Though there are massive advantages that come with being the world’s reserve currency, chief among them the ability to sanction and devalue not just your own citizens’ savings but the savings of entire nations if push comes to shove, it’s not without downsides. The US needs to maintain a trade deficit to keep the world awash in dollars, which means it needs to import more goods and services than it exports. This has led to the hollowing out of the US manufacturing sector where the real productivity lies and the rise of the financial sector, the latter being in many ways a drain on the real economy.&lt;/p&gt;
&lt;p&gt;The opposite can happen too, where a government can artificially weaken their currency to keep exports competitive, as China is currently doing with the Yuan. This means that Chinese citizens are not able to enjoy the full fruits of their labor, as the world becomes increasingly reliant on their cheap exports, though this strategy has proven quite successful at the national level.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Info&lt;/p&gt;&lt;p&gt;Speaking of China, &lt;a href=&quot;https://www.gold.org/goldhub/data/gold-reserves-by-country&quot;&gt;their central bank has been on a gold buying spree for the past decade&lt;/a&gt;, and has been encouraging its citizens to do the same. Combined with their recent moves to &lt;a href=&quot;https://en.wikipedia.org/wiki/MBridge&quot;&gt;digitize their currency and build a new digital global settlement system&lt;/a&gt; that leapfrogs the current western controlled one, plus the fact that they are the world’s largest producer of gold, it’s not hard to see where they might be going with this, though I’m doubtful they’d give up the perks of fiat control.&lt;/p&gt;&lt;/aside&gt;
&lt;h2&gt;🏦 An Aside on Fractional Reserve Banking&lt;/h2&gt;
&lt;p&gt;Almost as early as people began depositing their gold for safekeeping and for the convenience of paper notes, depositories realized that not everyone will withdraw all their money at once. This meant that it was possible to lend out a fraction of these deposits to other borrowers or businesses, and make some extra income on the side.&lt;/p&gt;
&lt;p&gt;Depositories that engaged in this risky behavior managed to extract more profits and expand their businesses more quickly, while simultaneously offering their customers lower fees and more competitive financial products, with the caveat that they expose themselves and their customers to market forces, and most importantly the possibility of a bank-run should their customers doubt their ability to keep their promise and attempt to withdraw all their deposits at once, in which case the last to pull out their deposits will be left holding the bag.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Warning&lt;/p&gt;&lt;p&gt;Some economists argue that the burden of securing, transporting, and storing physical assets such as gold made it so that fractional reserve banking was inevitable and necessary. However, the cost of storing gold is negligible compared to the profits that can be made by lending it out, and the fees charged were more than enough to cover costs. Even if this were not the case, the depositories provided a necessary solution to a widespread problem, so market demand would be there if they had simply raised prices, as depositors seeking the least risky option would still happily pay the premium.&lt;/p&gt;&lt;p&gt;Not to mention that this argument holds up even worse in the digital age, where the cost of storing and securing $1 is the same as $1 million.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;Nowadays fractional reserve banking is how nearly all banks operate, most holding less than 10% of their reserves at any point in time (even &lt;a href=&quot;https://www.federalreserve.gov/monetarypolicy/reservereq.htm&quot;&gt;&lt;em&gt;zero reserves&lt;/em&gt;&lt;/a&gt; as of recently, which sounds insane until you remember that fiat money was never backed by anything to begin with).&lt;/p&gt;
&lt;p&gt;By mandating a threshold of reserves, governments can control how much a bank can lend. When a bank makes a loan that is only partially backed by a real asset, it is temporarily introducing new money into circulation, putting the system in a leveraged state. It generates revenue from various fees when issuing this loan as well as interest arbitrage, i.e. by giving you a higher interest rate than the one it received. This creates an incentive for the bank to give as many loans as possible, but is balanced by the risk of the borrower defaulting, and in the past, the limited supply of assets backing these loans.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/how-fractional-reserve-banking-works.DED49zxW_Zhbmds.webp&quot; alt=&quot;How fractional reserve banking increases the money supply&quot; width=&quot;1080&quot; height=&quot;1080&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;How fractional reserve banking increases the money supply. In this example, what started off as a $100 deposit has become $171 in loans, $27.1 in reserves, and $12.2 in eventual interest payments and fees.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The risks of fractional reserve banking tend to manifest acutely during times of economic turmoil. For example, in the US, the &lt;a href=&quot;https://www.federalreservehistory.org/essays/free-banking-era&quot;&gt;“Free Banking” era from 1837-1863&lt;/a&gt; saw half of all banks collapse with a measly average lifespan of 5 years, which prompted the creation of the Federal Reserve in 1913 to act as a central bank and lender of last resort.&lt;/p&gt;
&lt;p&gt;But even that didn’t prevent the &lt;a href=&quot;https://www.federalreservehistory.org/essays/banking-panics-1930-31&quot;&gt;Great Depression from 1929-1931, where over 9000&lt;/a&gt; (no that’s not a typo) banks failed. This prompted the creation of the Federal Deposit Insurance Corporation (FDIC) in 1933 to insure deposits up to a certain amount, which has since been increased to $250,000 per depositor per bank.&lt;/p&gt;
&lt;p&gt;While it’s true that banks today are better regulated than they’ve ever been and failures are far less frequent, the industry has become extremely consolidated so they tend to be larger and more painful than in the past; case in point, the 2008-2012 Global Financial Crisis saw &lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_bank_failures_in_the_United_States_%282008%E2%80%93present%29&quot;&gt;465 banks fail&lt;/a&gt;, and last year (2023) saw the &lt;a href=&quot;https://www.fdic.gov/bank-failures/failed-bank-list&quot;&gt;collapse of 6 US banks&lt;/a&gt;, with two of them being the 2nd and 3rd largest bank failures in the country’s history. &lt;strong&gt;As long as a fractional reserve system is in place, the risk of failure always looms.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Moreover, even if the depositors were eventually made whole thanks to FDIC insurance, &lt;strong&gt;the &lt;a href=&quot;https://www.fdic.gov/quarterly-banking-profile&quot;&gt;FDIC holds around a cent and a quarter for every insured dollar&lt;/a&gt;&lt;/strong&gt; - a fund of $137 billion against some $10.7 trillion of insured deposits, and that bailout money has to come from somewhere. In fact, I’d take this a step further and assert that fractional reserve banking has never truly worked, and only became somewhat workable due to the existence of a lender of last resort that can create money out of thin air (and inflate away peoples’ savings ad infinitum).&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Warning&lt;/p&gt;&lt;p&gt;State economists will try to convince you that bank failures are a good thing, as they allow the market to “cleanse” itself of bad actors and inefficient businesses. But this is a false equivalence: banks are not like other businesses, they are the foundation of an economy, and their failure can have catastrophic consequences for the average person and every business that relies on them, efficient or otherwise - look no further than the existential threat startups recently faced with the collapse of &lt;a href=&quot;https://en.wikipedia.org/wiki/Silicon_Valley_Bank&quot;&gt;Silicon Valley Bank&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Paradoxically, these same economists will also argue that banks are “too big to fail” and that they need to be bailed out at all costs. Perhaps rather than trying to justify the unjustifiable and introducing layers of beauraucracy and government institutions designed to polish a turd, we should be looking for a system that doesn’t constantly fail and doesn’t require bailouts in the first place.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;There are other less visible but no less insidious side effects to this practice: for starters, depositors have little to no say on how their deposits get invested, leading to a situation like the one we find ourselves in today where &lt;a href=&quot;https://boycott.thewitness.news/browse/1&quot;&gt;every major US Bank has a stake in or has provided financial support to weapons manufacturers supporting genocide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As stated earlier, the ability to create unbacked money creates a leveraged financial system. The result of this is that economic output and real value are divorced from valuation. Roughly speaking, if you know how long something takes, and how much effort it takes, you should be able to price it. But by pumping money into the system and continuously devaluing your time and effort, prices get distorted and this equation breaks down. &lt;strong&gt;Just like you can’t do science without standard units of measurement, you can’t properly measure economic output without a stable unit of account.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/sp500-vs-global-liquidity.-WUwmJ5T_JgjQM.webp&quot; alt=&quot;The S&amp;amp;P500 vs Global Liquidity&quot; width=&quot;1024&quot; height=&quot;791&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Are companies really worth “more”, or is the value of the dollar just worth less? Guess attending a Jerome Powell watch party during work hours was the productive thing to do after all. Source: Bloomberg, Apollo Chief Economist (BBG ticker: .GLMOSUPP G Index, SPX index)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;What’s more, the interest that banks attach to these loans leads to a concentration of wealth and exasperates societal inequality. It saddles individuals with debt they end up having to pay many times over, significantly impacts their quality of life, and imposes what is essentially debt slavery in all but name. Today we see this manifest in everything from student loans to mortgages to credit cards, where individuals and businesses alike are heavily incentivized to borrow and maintain debt on their balance sheet, since the value of a dollar today is worth more than the value of a dollar tomorrow, which in turn leads to more money in circulation and higher prices, which in turn leads to more borrowing, which leads to higher prices, which leads to more borrowing, and so on and so forth. In such a system, &lt;strong&gt;your wealth is primarily determined by your proximity to the debt creation mechanism&lt;/strong&gt;, formally known as the &lt;a href=&quot;https://mises.org/mises-wire/cantillon-effects-why-inflation-helps-some-and-hurts-others&quot;&gt;Cantillon Effect&lt;/a&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/the-borrowing-cycle.pmjSKkW2_Z2eypFw.webp&quot; alt=&quot;A grimacing wojak face at the centre of a four-step loop drawn with black arrows: everything is too expensive, take out a loan, more money is in circulation and the purchasing power of your savings goes down, prices go up, and back to the beginning.&quot; width=&quot;502&quot; height=&quot;486&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/the-borrowing-cycle/&quot;&gt;The Borrowing Cycle&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/cantillon-effect.Dtmx9cgx_lNIAD.webp&quot; alt=&quot;The Cantillon Effect&quot; width=&quot;1103&quot; height=&quot;612&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Cantillon Effect in action: the top 0.1% of the US population has seen the dollar amount of their wealth multiply by 10 times since 1980, while the bottom 50% have stagnated. Source: &lt;a href=&quot;https://fred.stlouisfed.org/series/M2SL&quot;&gt;Board of Governors of the Federal Reserve System (US)&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Perhaps unsurprisingly, these same dynamics created by fractional reserve banking at an individual and business level show up at the level of nation states.&lt;/p&gt;
&lt;h2&gt;🇺🇳 The Rise of Financial Neocolonialism&lt;/h2&gt;
&lt;p&gt;Picking up where we left off: despite the failure of the Bretton Woods system, the International Monetary Fund (IMF) and World Bank that were created to oversee it and provide loans to countries facing difficulties continue to exist today, albeit in a much more sinister form.&lt;/p&gt;
&lt;p&gt;If the last section was the extraction of users, this one is the extraction of everybody else. A platform that has taken what it can from the people using it turns next on the businesses that came for those people; a monetary system that has taken what it can from its own citizens turns next on everyone who has to hold its currency in order to trade.&lt;/p&gt;
&lt;p&gt;Originally they would provide financial assistance for post-war reconstruction and development processes. However, as the decades went by, the IMF and World Bank would become the primary lenders to developing countries, and the conditions they imposed on these loans would become increasingly predatory.&lt;/p&gt;
&lt;p&gt;With the dispassion of a private equity firm that is focused on nothing but increasing revenue, they would impose austerity measures alongside these loans that would in aggregate lead to mass poverty and unemployment, included but not limited to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Requiring countries to open up their markets to foreign investment&lt;/li&gt;
&lt;li&gt;Privatizing state-owned enterprises&lt;/li&gt;
&lt;li&gt;Cutting government spending on public services like healthcare, education, and social welfare programs&lt;/li&gt;
&lt;li&gt;Shifting agricultural production away from food crops for domestic use and towards cash crops for export&lt;/li&gt;
&lt;li&gt;Limiting or restricting the export of certain natural resources or manufactured goods that the country could otherwise use domestically&lt;/li&gt;
&lt;li&gt;Mandating that a certain percentage of key export commodities must be sold on the global market&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All while applying heavy pressure on leaders to debase their currencies and yet accepting payments in gold.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/africa-top-export-import.DBTSUnbP_2nmHoa.webp&quot; alt=&quot;Africa&apos;s top exports and imports&quot; width=&quot;1920&quot; height=&quot;1080&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Only under a fiat standard can the world’s food basket be reduced to importing basic necessities. Source: &lt;a href=&quot;https://howmuch.net/&quot;&gt;howMuch&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This creates a vicious cycle where indebted countries need to take out more loans to pay off previous ones, saddling them with an even greater burden and even harsher “structural adjustment programs”, causing them to remain in perpetual debt to the IMF and World Bank, and by extension the countries that control them, ultimately turning them into vassal states.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/imf-debt.DdwexLl3_Zx2Y6d.webp&quot; alt=&quot;Top 10 IMF Debtors&quot; width=&quot;1200&quot; height=&quot;1668&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/imf-surcharges.BfmC71Xp_1zBADR.webp&quot; alt=&quot;Accumulated Charges and Interest Payments and Estimates of Surcharges in 2023–2033, in USD millions&quot; width=&quot;1609&quot; height=&quot;1521&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Albert Einstein once said &lt;em&gt;“Compound interest is the 8th wonder of the world. He who understands it, earns it; he who doesn’t, pays it.”&lt;/em&gt;, and boy are these countries paying it. What’s more, the IMF imposes “surcharges” which add an extra 2 or 3 percentage points to the most indebted borrowers’ loans. Sources: &lt;a href=&quot;https://www.visualcapitalist.com/top-10-countries-most-in-debt-to-the-imf/&quot;&gt;Visual Captialist&lt;/a&gt; and &lt;a href=&quot;https://cepr.net/report/the-growing-burden-of-imf-surcharges-an-updated-estimate/&quot;&gt;CEPR&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To make matters worse, very few of these loans are put towards their intended use. The vast majority are needed just to pay off the interest on previous loans, while the rest are used to line the pockets of corrupt politicians and their cronies, as they live in extravagance with palaces, yachts, and supercar fleets, all while increasing the state budget for policing their own citizens and clamping down on any dissent.&lt;/p&gt;
&lt;p&gt;Further adding insult to injury, not only are these misused loans taken out without the consent of the people, but they are also taken out in their name, and they and their descendants are the ones who end up bearing the brunt of the consequences with none of the upsides.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/egypt-palace.CNnv_TG9_Z1xFv8h.webp&quot; alt=&quot;The new Egyptian Palace&quot; width=&quot;1024&quot; height=&quot;512&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/egypt-prison.C2uxEJaa_1vFQqY.webp&quot; alt=&quot;The new Egyptian Prison&quot; width=&quot;800&quot; height=&quot;531&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;US President Donald Trump’s favorite dictator Abdel Fattah el-Sisi’s new palace and prison. Somehow the government is always able to find the funds for these types of projects, yet Egypt remains in perpetual poverty and political repression, despite possessing immense resources and human capital, and being one of the largest recipients of IMF loans and US military aid. All this before the latest round of loans and currency devaluation too.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Even in democratic countries where the elected leaders are aware of the dangers of relying on IMF loans, most if not all still end up taking them, and they can hardly be blamed. The need to alleviate immediate suffering and a political environment that favors short termism to boost re-election chances means they probably couldn’t get away with anything else.&lt;/p&gt;
&lt;p&gt;Beyond the geopolitical motives, the only reason the IMF and World Bank are able to recklessly give out loans that have questionable benefits at best, disastrous consequences at worse, and no hope of being paid back, is simply because they’re incentivized to do so. Just like your local bank, they are able to conjure up infinite dollars at close to or zero interest, then lend them out at much higher rates, an incentive further strengthened by their ability to levy structural adjustments to force the wants of global superpowers over the needs of the indebted, resulting in an amped up massive scale Cantillon Effect.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Info&lt;/p&gt;&lt;p&gt;Ironically, the IMF &lt;a href=&quot;https://www.imf.org/external/pubs/ft/wp/2012/wp12202.pdf&quot;&gt;published a working paper&lt;/a&gt; in 2012 advocating for a return to full reserve banking, which just goes to show that individuals within these institutions are aware of the problems they’re causing, but are powerless to do anything about it.&lt;/p&gt;&lt;p&gt;Unfortunately, I don’t see a top-down mandated return to full reserve banking happening anytime soon, not only because it would mean the IMF, World Bank, and every state actor who benefits from the current system would have to give up their power, but because unwinding the leveraged system would require a bailout &amp;gt;184% of GDP in the US alone (and this was back in 2012, it’s likely an order of magnitude higher now).&lt;/p&gt;&lt;p&gt;Even a bottom-up approach is seen as a threat, which is the exact reasoning the US Fed recently gave when they denied the application of a new bank that wanted to operate on a full reserve basis, fearing that if they gained traction, it would be &lt;a href=&quot;https://www.spglobal.com/marketintelligence/en/news-insights/latest-news-headlines/narrow-bank-challenges-traditional-industry-model-but-fed-pushes-back-49204495&quot;&gt;“too disruptive to the financial system”&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Thankfully, there has been progress on other types of licenses that allow full reserve banking (with some limitations on the kinds of products you can offer), and a growing number of institutions being denied full-banking status are appealing the Fed’s unconstitutional decisions, and I’m hopeful that they’ll be able to operate soon.&lt;/p&gt;&lt;/aside&gt;
&lt;h2&gt;🌐 Towards a New Global Ledger&lt;/h2&gt;
&lt;aside&gt;&lt;p&gt;Warning&lt;/p&gt;&lt;p&gt;Up until this point I’ve only covered historical facts and well established truths. Starting now, we get into the more speculative realm, so here’s the obligatory disclaimer that &lt;strong&gt;this is not financial advice and is intended solely to educate.&lt;/strong&gt;&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;It’s easy to look at the state of our financial system and wonder how we managed to screw it up so badly, and blame our predecessors for being simpletons with zero foresight. But it’s the height of hubris to think that things would be any different had you or I been in charge. The unwieldiness of using physical gold as the monetary standard was a major challenge which fiat provided a much needed solution for, and should we replay the events of the last century even while knowing what we do now, it’s unlikely that we’d end up with a materially different result.&lt;/p&gt;
&lt;p&gt;Every actor in the system is simply playing the best hand they’ve been dealt; the global superpowers are trying to preserve or expand their hegemony, the banks give out loans because their mandate is to increase revenue, and people/countries take those loans to satisfy their immediate needs and wants. That’s not to say some entities aren’t more blameworthy than others, just that there isn’t necessarily a single entity responsible for all this, but an all corrupting system with fiat at its core.&lt;/p&gt;
&lt;p&gt;Rather than look to the past, it’s more prudent to look to the future and ask ourselves, if we were to create a new global financial standard, what would it look like? To answer that, we need to start with a simpler question: what currency or commodity would be at its core?&lt;/p&gt;
&lt;p&gt;For starters, it would need to score high on the characteristics of money mentioned earlier, so it would need to be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scarce, with a high stock-to-flow ratio or even a fixed supply&lt;/li&gt;
&lt;li&gt;Indestructible&lt;/li&gt;
&lt;li&gt;Able to instantly settle over long distances&lt;/li&gt;
&lt;li&gt;Divisible into any number of units&lt;/li&gt;
&lt;li&gt;Widely recognized as having value&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And since we’re letting our imagination run wild, why don’t we also make it so that it’s:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Permissionless - no one can stop you from using it or taking custody of it if you’re the rightful owner&lt;/li&gt;
&lt;li&gt;Censorship Resistant - no one party can arbitrarily modify it&lt;/li&gt;
&lt;li&gt;Strikes a balance between optional privacy (for transactions) and transparency (for auditability)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Alas, synthesizing such a material in the physical world is simply beyond our current scientific means.&lt;/p&gt;
&lt;p&gt;But in the digital world, it’s a different story.&lt;/p&gt;
&lt;p&gt;In 2008, on the heels of yet another global financial crisis, an anonymous programmer under the moniker of Satoshi Nakomoto would bring us to the closest we’ve ever been to this ideal form of money and create his magnum opus, Bitcoin. Though not quite there yet, it nonetheless possesses all the monetary properties of gold and then some, but none of the physical ones.&lt;/p&gt;
&lt;p&gt;Originally called &lt;a href=&quot;https://bitcoin.org/bitcoin.pdf&quot;&gt;“Electronic Cash System”&lt;/a&gt;, it was far from the first attempt at implementing a form of electronic money (in fact writings on decentralized money go as far back as &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Denationalization_of_Money&quot;&gt;1976&lt;/a&gt;, and the idea of a new form of money suitable for the information age goes even further back to 1845), but it was the first to solve the double spending problem without the need for a trusted third party, and in the coming 16 years would gain market acceptance as the money movement protocol of the internet age, proving itself to be the most secure, decentralized, and censorship resistant form of money to date.&lt;/p&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/money-tier-list.D_zTF2Jz_ZphYHH.webp&quot; alt=&quot;A tier list ranking forms of money on a black grid. S tier holds a Bitcoin coin. A tier holds a sparkling gold bar. B tier holds silver bars and purple gemstones. C tier holds a digital writing tablet and a paper banknote. D tier holds seashells and a stack of Rai stones. F tier holds a human brain.&quot; width=&quot;1140&quot; height=&quot;558&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/money-tier-list/&quot;&gt;Money Tier List&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;I’ll delve into the exact mechanism of how it works in later blog posts (if you can’t wait, &lt;a href=&quot;https://www.youtube.com/watch?v=bBC-nXj3Ng4&quot;&gt;watch this&lt;/a&gt;) in addition to a deep dive into the technical details and current challenges/shortcomings, but for now the best way to understand it is to compare it to another type of money used in the past on the island of Yap in the federated states of Micronesia: &lt;a href=&quot;https://en.wikipedia.org/wiki/Rai_stones&quot;&gt;Rai Stones&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Rai were massive circular limestones that were challenging to move around. Instead, the stones would remain stationary in one location and the islanders would orally keep track of who owned which stone. When a transaction was made, usually for a large expense such as a funeral or a wedding, the communal ledger would get updated. Such a simple system was surprisingly robust, as the effort and danger involved in extracting and transporting stones limited the amount of new supply that could be introduced, and unless more than half the tribe conspired against you, no one could steal or claim possession of your Rai. It wasn’t until the introduction of modern sailing ships that the scarcity of the Rai would end and the system would show its first signs of collapse, followed by German colonization that took control of the stone ledger and forced the use of fiat money.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/rai-stones.BgTQbYso_1doKrK.webp&quot; alt=&quot;Rai Stones&quot; width=&quot;2000&quot; height=&quot;1500&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Despite losing its monetary value, the Rai is still used in ceremonial exchanges to this day.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Though a bit of an oversimplification, Bitcoin is just a modern, digitized, and decentralized version of The Rai with a known total supply (21 million, though the amount is arbitrary) and a set, front-loaded “mining” schedule (every 210,000 blocks, i.e. ~4 years, the supply of new Bitcoin halves, with ~19.8 million already in circulation). It’s a single ledger with a single source of truth, distributed in such a way that it can be verified by anyone with an internet connection at any point, and is near impossible to be tampered with. Instead of a community of islanders who ensure the integrity of the ledger, you have an army of computer programs (known as Nodes) validating transactions, and instead of attributing ownership to an individual it is attributed to a wallet address.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Warning&lt;/p&gt;&lt;p&gt;It’s important to emphasize that &lt;strong&gt;Bitcoin is &lt;em&gt;not&lt;/em&gt; the same as “crypto”&lt;/strong&gt;, let alone “blockchain” (which is just a data structure), something media outlets tend to frequently botch. It’s better to think of Bitcoin as a commodity backed by the energy it takes to secure the ledger, rather than the various cryptocurrencies - most of which are not even currencies - that have been the centerpiece of many an internet scam. Even if you ignore the obvious scams and celebirty shitcoins, many of these projects are just misguided attempts at decentralizing something that doesn’t need to or even benefit from being decentralized.&lt;/p&gt;&lt;p&gt;That’s not to say these so-called Web3 projects don’t have their use cases, specifically those that aim to provide a utility. For example:&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;Democratizing access to censorship resistant compute, storage, and data feeds, ie. &lt;a href=&quot;https://www.bittorrent.com/token/btt&quot;&gt;BitTorrent&lt;/a&gt;, &lt;a href=&quot;https://renderfoundation.com/&quot;&gt;Rndr&lt;/a&gt;, and &lt;a href=&quot;https://chain.link/&quot;&gt;Chainlink&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Tokenization of real world assets, which allows for permissionless exchange of value and instant settlements, ie. &lt;a href=&quot;https://www.circle.com/en/usdc&quot;&gt;USDC&lt;/a&gt; or &lt;a href=&quot;https://paxos.com/paxgold/&quot;&gt;PAXG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Creating and propelling the adoption of standards in industries that benefit from network effects, ie. &lt;a href=&quot;https://ethereum.org/en/developers/docs/standards/tokens/erc-20/&quot;&gt;making virtual assets interoperable across different games&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;But being a &lt;em&gt;sound&lt;/em&gt; money, much less a store of value, is not and will likely never be their use case.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;What makes Bitcoin particularly unique is not just the underlying technology. The sequence of events since its inception, leading up to today, are outright impossible to replicate. Don’t believe me? Then go ahead and &lt;a href=&quot;https://github.com/bitcoin/bitcoin&quot;&gt;clone the Bitcoin codebase&lt;/a&gt;, change the name, launch your own version, and see how far you get.&lt;/p&gt;
&lt;p&gt;Despite an endless torrent of replicas and competitors, even if some are technically superior, none have been able to dethrone Bitcoin, neither in terms of market cap nor usage, and unless an extremely powerful entity backs them, it’s nearly guaranteed none will. It’s not just the first mover advantage, but the network effect and community that has been built up over the years, the battle-tested trust that has been established, and the careful balance of incentives for ecosystem participants, all which have made it so that there is a single recognized canonical implementation of Bitcoin.&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Tip&lt;/p&gt;&lt;p&gt;As alluded to earlier, if you think of Bitcoin as a money movement &lt;strong&gt;protocol&lt;/strong&gt;, it becomes easy to recognize its value and why it’s not going away any time soon; the most technically advanced protocol does not always win. One of the most notorious examples of this is the SMTP protocol responsible for sending and receiving emails; it’s horribly inefficient, security was literally non-existent, and yet it has become a cornerstone of the internet, and it’s unlikely to be replaced anytime soon despite there being far superior alternatives. Instead it’s being used alongside other protocols that achieve a similar purpose (ie. RCS/MMS/SMS for messaging), and there are infrequent updates and improvements to the standard, plus new layers that are built on top of it to improve its functionality and security. Tens if not hundreds of billions of dollars worth of businesses and infrastructure exist just to make it workable.&lt;/p&gt;&lt;/aside&gt;
&lt;figure&gt;&lt;div&gt;&lt;img src=&quot;https://principlestash.com/_astro/the-crypto-midwit.Dk-weDiZ_KE2Dj.webp&quot; alt=&quot;The midwit bell curve meme. At the low end of the IQ curve a simple figure says &amp;quot;just use Bitcoin&amp;quot;. At the high end a hooded figure says the same. In the crowded middle, a crying figure insists on building a new cryptocurrency instead.&quot; width=&quot;875&quot; height=&quot;482&quot; /&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;a href=&quot;https://principlestash.com/doodles/the-crypto-midwit/&quot;&gt;The Crypto Midwit&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;While far from perfect, because of all these properties, Bitcoin has the potential to be the foundation of a new and sound global financial system, and that potential has been reflected in its market price. Even if it doesn’t end up living up to its promise, we now have the blueprint for what sound money in the digital age would look like, and the most suitable candidate to be the base layer of a new global financial system will be one that resembles Bitcoin, if not Bitcoin itself.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://principlestash.com/_astro/btc-market-cap.B8eQdjP5_Z2empuG.webp&quot; alt=&quot;The Market Cap of Bitcoin compared to other assets&quot; width=&quot;1128&quot; height=&quot;1016&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Not pictured: the ~$144 trillion US treasuries market. In the last 20 years, Bitcoin has gone from being worth less than a penny to being worth more than the GDP of most countries, briefly surpassing silver’s global market cap, and with a growth rate only matched by GPU maker Nvidia. &lt;a href=&quot;https://companiesmarketcap.com/assets-by-market-cap/&quot;&gt;Source.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;But how would an economy not based on fiat or fractional reserve banking even function? How would people and businesses engage in economic dealings?&lt;/p&gt;
&lt;p&gt;What if I told you that you don’t need to imagine such an economy, because the blueprint for it already exists?&lt;/p&gt;
&lt;h2&gt;🕌 An Abridged Primer on Islamic Finance&lt;/h2&gt;
&lt;p&gt;Many non-muslims are surprised to learn that Islam has a lot to say about money and finance. It’s not just about praying 5 times a day or avoiding pork and alcohol; it’s a comprehensive religion with guidance on every aspect of life, including how you earn, spend, and save money.&lt;/p&gt;
&lt;p&gt;The topic of morality of money is a vast and complex one, and I’m not qualified to delve into it here. However, I can provide a brief overview of the most relevant principles to us today.&lt;/p&gt;
&lt;p&gt;Islamic Finance, at its core, is about promoting real economic activity, discouraging speculative behavior, upholding financial stability, fostering community development, encouraging low time preference thinking, and ultimately aligning economic activities with moral values.&lt;/p&gt;
&lt;p&gt;To ensure this, it lays out a set of rules, which if followed, inevitably lead to a sound financial system. The most relevant to us today are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An extremely strict prohibition on engaging in usurious transactions (e.g. interest bearing loans), whether issuing or receiving them.&lt;/li&gt;
&lt;li&gt;Price fixing is prohibited, the value of goods should be determined by supply and demand.&lt;/li&gt;
&lt;li&gt;Contracts and financial transactions need to be built on the basis of equity and risk sharing. This renders explicit that there is no such thing as a “risk-free” business or investment.&lt;/li&gt;
&lt;li&gt;Financial transactions should be backed by a known amount of tangible assets. Selling that which you do not own, or trading in derivatives, options, futures, and other highly speculative contracts is (in most cases) prohibited.&lt;/li&gt;
&lt;li&gt;Investments in businesses deemed unethical or harmful (e.g. alcohol, gambling) is prohibited.&lt;/li&gt;
&lt;/ul&gt;
&lt;aside&gt;&lt;p&gt;Info&lt;/p&gt;&lt;p&gt;Curiously, all Abrahamic religions have some form of prohibition on usury: old testament Christians are prohibited from dealing with it in the same way Muslims are, and Jews are prohibited from making interest bearing loans to other Jews, though not to other people, even though the latter is also discouraged.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;Even if you’re not a Muslim or don’t ascribe to Islam’s teachings, taking these rules in isolation, it’s impossible to refute their wisdom. Had they been applied correctly, we would still be on something akin to a gold standard today, there would be no neverending wars and financial crises, businesses would be allowed to go bankrupt to usher in value creation for more than just the boomers, and companies like Kalshi and Polymarket wouldn’t be wrecking havoc on the young and vulnerable.&lt;/p&gt;
&lt;p&gt;Unfortunately, the current system is anything but sound, and Islamic banks are no exception. In fact, the overwhelming majority are just conventional banks with a few tweaks to make them “shariah compliant” while ignoring the tainted foundation they’re built upon, and the majority of Islamic scholars have begrudgingly given their blessing to fiat money, fractional reserve banking, and other practices that are clearly at odds with Islamic principles. Even if you don’t participate in the economy in any way except for using a checking account, it doesn’t matter because fiat money has interest baked in at the protocol level; it’s nearly impossible to escape the dust of usury.&lt;/p&gt;
&lt;p&gt;Again, it would be hubris to assume we would’ve been able to create a better system or to dismiss the efforts of our predecessors, or to claim that the fatwas (formal rulings) on the permissibility of fiat were issued by scholars that lacked deep economic knowledge or were in the pockets of the state. The much more likely explanation is that our predecessors simply lacked alternatives, and the current system was the best compromise they could come up with.&lt;/p&gt;
&lt;p&gt;Nonetheless, with the emergence of a technology that resolves the core issues of fiat, I believe there’s no longer a good excuse for continuing to use the broken system we were all born into, at least beyond what is strictly necessary, and that there’s an opportunity to re-work the financial system from the ground up in a way that is beneficial to all of humanity, not just Muslims.&lt;/p&gt;
&lt;p&gt;To borrow a metaphor: if you found yourself stuck on an island where there’s nothing but pigs, then it’s permissible for you to consume them to avoid starvation. If you one day discover the existence of rams, the pork is once again forbidden and you’re obligated to consume the rams instead.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We’ve found the rams 🐏.&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;🛡️ Common Objections to Bitcoin, Answered&lt;/h2&gt;
&lt;p&gt;Though I could write entire articles about it, it would be remiss of me not to address the objections that come up as soon as people start taking Bitcoin seriously.&lt;/p&gt;
&lt;p&gt;You can already guess what my opinion on the matter is, but keep in mind that I’m extremely biased. I’ll simply share a summary of the common objections and my commentary. You need to do your own research and decide for yourself; don’t trust, verify.&lt;/p&gt;
&lt;p&gt;As with any novel technology, especially one that doesn’t cleanly fit into our existing frameworks, skepticism is the default reaction, and most of it doesn’t hold up to scrutiny. I’ll go a step further: not only does Bitcoin clear the bar, I’d argue it’s the best, most technologically advanced form of money humanity has produced.&lt;/p&gt;
&lt;p&gt;Nonetheless, let’s go over some of the common arguments against Bitcoin, and why I believe they are flawed:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;It is unclear if Bitcoin is a commodity or a currency; this drives a lot of confusion, as the two are treated differently under most legal and financial frameworks. To this I say, it is a commodity that can be used as a currency, and the fact that it can be used as a currency is what gives it value. This is not a new concept, as gold has been used as a currency for millenia, and is still used as a currency today in some parts of the world. Though one could argue that gold had a use case before it was used as a currency and still does, it’s not these use cases that give it such a high market value, but its monetary properties.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bitcoin is not backed by anything; not only is the premise of this argument false as Bitcoin is backed by the energy it takes to secure the ledger, and the energy cost of securing the ledger is increasing over time, it ignores the fact that fiat currency is also unbacked, and neither was gold or any other commodity that acted as the lynchpin of a financial system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You cannot physically hold Bitcoin; this is true, but it’s also true of fiat money, as most money in the world today is digital, existing only as numbers in a database. Moreover, we already recognize that digital assets, such as domain names, logos, and patents have value, and that they can be bought, sold, and traded. Bitcoin is no different.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bitcoin is used for illicit activities; again, this is true of every other asset, including fiat money. In fact, humanity’s worst crimes are funded by fiat printing, and the US dollar is stained with blood. If anything, the transparency afforded by the blockchain and the ability to view the holdings of every wallet address makes Bitcoin an inferior option for illicit activities.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There is no central authority controlling Bitcoin; this is a feature, not a bug. The lack of a central authority means that no one can manipulate the supply of Bitcoin, and that the rules of the system are enforced by the network itself, rather than a handful of individuals. This makes Bitcoin secure and censorship resistant, enforcing a sort of forced cooperation and preventing one country or entity from unilaterally devaluing it. This means that just like gold, the value of Bitcoin is determined by the market. What’s more, the decentralization mechanism is crucial to maintaining the integrity and immutability of the blockchain. What can be improved, then, are the laws and regulations around Bitcoin, which are still in their infancy, and the lack of a clear legal framework in many jurisdictions can be a cause for concern, but this clearly isn’t an issue with Bitcoin itself but with our antiquated bureaucracies.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The energy consumed in Bitcoin mining is wasteful; once again, a false premise, as the energy consumed in Bitcoin mining has the critical function of securing the ledger - think of the massive amounts of processing power guarding the network as the equivalent of the tanks guarding Fort Knox. They make it so that anyone attempting a brute force attack would first have to spend billions of dollars to even stand a chance at succeeding, not that there would be any incentive in doing so, since a security failure is sure to negatively impact the value of Bitcoin. What’s more, Bitcoin mining actually has some benefits, as it stabilizes the grid, makes use of energy offshoots, encourages the development of clean energy sources, and allows for the near-perfect transfer of the value of energy. Even if you don’t agree on the benefits of Bitcoin’s energy consumption model, the energy used in mining gold or securing the banking system is an order of magnitude greater than that used in Bitcoin mining, and the environmental impact of gold mining is far worse.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bitcoin cannot scale and will never be used in day-to-day transactions, thus it is not a serious currency; this is a valid concern, as Bitcoin’s current transaction throughput is &lt;a href=&quot;https://en.wikipedia.org/wiki/Bitcoin_scalability_problem&quot;&gt;limited to 7 transactions per second&lt;/a&gt;, and the fees can be high when the network is congested. However, the Bitcoin network is constantly being upgraded, and there are several solutions in the works that may allow it to scale to meet the demands of a global currency, the most promising being the &lt;a href=&quot;https://lightning.network/&quot;&gt;Lightning Network&lt;/a&gt;, a second layer solution that allows for instant and near-free transactions, which is already live and being used by millions of people (though it too has its own set of shortcomings). This also doesn’t take away from the scenario that Bitcoin could still be used as a reserve currency rather than a day-to-day currency, just as silver was used alongside gold.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bitcoin’s volatility makes it unsuitable for day-to-day transactions, and instead makes it a speculative asset; there’s no doubt that storing your earnings in Bitcoin could expose you to significant losses, though you’d have be a particularly unlucky individual to somehow still lose money on an asset that appreciated from &lt;a href=&quot;https://en.wikipedia.org/wiki/History_of_bitcoin&quot;&gt;$0.000764&lt;/a&gt; to tens of thousands of dollars. Nonetheless, it remains the case today that many use Bitcoin speculatively, though this is also true of every other asset. Even fiat has day-to-day volatility that we are not aware of, and depending on where you’re from the currency you use is likely more speculative and prone to collapse than Bitcoin, bending to the whims of a few (likely corrupt) individuals. Meanwhile the price of Bitcoin is driven by a combination of global speculation and fundamentals, with the latter becoming more dominant over time. It has already overcome some serious challenges that could have shut it down, yet instead they’ve only served to strengthen the case for its use as a global reserve currency. To date, it has survived being outlawed in several countries (most prominently China, since it conflicts with their new global digital ledger project), numerous high profile hacks, the collapse of several multi-billion dollar exchanges (most notably FTX), several attempts to make undesirable changes to it’s source code, and still its percentage in cash holdings globally continues to rise. That’s not to say that something in the future won’t happen that seriously degrades the integrity of the network, but as more people use Bitcoin, the price becomes more stable, and the speculative nature decreases. If you’re a risk averse individual, this caution probably aligns with your thinking, though I’d encourage you to recognize the risks associated with holding any other asset.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thus I posit that upon closer inspection, most arguments against Bitcoin tend to be based on a misunderstanding of how it works, or a lack of understanding of the current financial system, and have likely been misrepresented by those consulted on the matter. The arguments for Bitcoin tend to be based on a deep understanding of both, and the realization that most arguments against apply even more strongly to fiat. Regardless of your opinion, one cannot deny that it’s simply the best alternative we have to the current system, despite not being perfect.&lt;/p&gt;
&lt;h2&gt;🔑 The Exit&lt;/h2&gt;
&lt;p&gt;Fiat’s record isn’t mixed, it’s perfect - in the way a disease with no survivors is perfect. Every fiat currency ever issued has lost purchasing power. Not most of them, and not only the ones run by obviously corrupt regimes: all of them, across every form of government, every century, and every level of national wealth. The dollar has kept roughly three of the hundred cents it was worth in 1913, and the dollar is the success story - the reserve currency, the one every other currency is measured against. What looks like a survivor is simply a currency that hasn’t finished failing yet. There’s no counterexample to reach for, no country that found the discipline, no decade where the temptation was declined - and at some point a 100% failure rate across two centuries and every nation that ever tried stops being a run of bad luck and starts being a property of the design. &lt;strong&gt;A government that can print, prints.&lt;/strong&gt; Debasement is the only tax that never has to be voted on, and nobody who has ever held that lever has left it alone.&lt;/p&gt;
&lt;p&gt;For the first time in a century, money has an exit that doesn’t require moving gold across an ocean or asking your government’s permission. You still can’t delete the dollar. But you no longer have to hold it, and once you understand what holding it actually costs you, you’ll be racing towards the exit.&lt;/p&gt;
&lt;h2&gt;📜 Acknowledgements&lt;/h2&gt;
&lt;p&gt;Many of the insights in this post were only made clear through the scholarship and thought leadership of individuals who chose to make their work accessible to all, most notably &lt;a href=&quot;https://saifedean.com/&quot;&gt;Dr. Saifedean Ammous&lt;/a&gt;, &lt;a href=&quot;https://www.lynalden.com/&quot;&gt;Lyn Alden&lt;/a&gt;, &lt;a href=&quot;https://x.com/harris_irfan&quot;&gt;Harris Irfan&lt;/a&gt;, &lt;a href=&quot;https://www.principles.com/&quot;&gt;Ray Dalio&lt;/a&gt;, and &lt;a href=&quot;https://alexgladstein.com/&quot;&gt;Alex Gladstein&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Bitcoin community by and large, especially &lt;a href=&quot;https://bitcoin.design/&quot;&gt;Bitcoin Design&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And of course, those friends that wouldn’t stop talking about Bitcoin.&lt;/p&gt;</content:encoded><atom:updated>2024-08-03T00:00:00.000Z</atom:updated><category>money</category><category>politics</category></item><item><title>Is Your Idea Worth Pursuing?</title><link>https://principlestash.com/blog/is-your-idea-worth-pursuing/</link><guid isPermaLink="true">https://principlestash.com/blog/is-your-idea-worth-pursuing/</guid><description>The best way to have a good idea is to say no to a lot of bad ones.</description><pubDate>Sun, 07 Jan 2018 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;Photo by &lt;a href=&quot;https://unsplash.com/@rohanmakhecha&quot;&gt;Rohan Makhecha&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com/&quot;&gt;Unsplash&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;aside&gt;&lt;p&gt;Where this came from&lt;/p&gt;&lt;p&gt;I wrote this nearly a decade ago, back when I was just getting started in software engineering and had far more conviction than scar tissue. Plenty has changed since, and there’s a good deal of nuance I hadn’t earned yet — the framework says nothing about distribution, nothing about the boring businesses that quietly work, and it treats “unfair advantage” as something you find rather than something you spend years building.&lt;/p&gt;&lt;p&gt;The core of it has held up better than I expected all the same, at least if what you’re chasing is a venture-scale outcome. So it’s rehomed here from &lt;a href=&quot;https://medium.com/@amirwuzhere/is-your-idea-worth-pursuing-d534e276b488&quot;&gt;Medium&lt;/a&gt; for provenance, unedited, and because I still catch myself running the checklist.&lt;/p&gt;&lt;/aside&gt;
&lt;p&gt;There are no lack of great ideas floating around.&lt;/p&gt;
&lt;p&gt;In some sense, it’s our responsibility to transform these gifts from the muse into a reality. But when you’re always trying to solve problems or improve on what’s out there, you’ll likely be struck with an epiphany of &lt;strong&gt;THE NEXT BIG THING™&lt;/strong&gt; at least once a week. You’ll get excited, do the research, formulate a business plan, pitch to your friends, get some people on board, and start building an MVP (and not necessarily in that order).&lt;/p&gt;
&lt;p&gt;You’ll then be struck by an equally powerful, opposing epiphany: &lt;strong&gt;your idea actually sucks&lt;/strong&gt;. And when two opposing forces act on the same point, they cancel each other out, taking you right back to where you started. The muse may be generous with her gifts, but there’s no way to really know the contents until you look inside. You can, however, make a damn good guess.&lt;/p&gt;
&lt;p&gt;So how does one weed out the &lt;em&gt;seemingly&lt;/em&gt; great from the &lt;em&gt;truly&lt;/em&gt; great ideas? How do you ensure they then actually go somewhere?&lt;/p&gt;
&lt;p&gt;When you choose to pursue an idea, &lt;strong&gt;you’re investing in it&lt;/strong&gt;. But rather than investing money, you invest something far more valuable: &lt;em&gt;time&lt;/em&gt;. That’s why the same principles used in monetary investing can just as easily be applied.&lt;/p&gt;
&lt;p&gt;The following is the framework I developed through much research and experience to decide if an idea should be pursued. Most seemingly great ideas will pass at least half these criteria. &lt;strong&gt;Drop those&lt;/strong&gt;. Don’t underestimate the amount of time and dedication it takes for your idea to materialize; this will be your life for the foreseeable future. Only when an idea passes all the criteria should you seriously consider pursuing it.&lt;/p&gt;
&lt;h2&gt;1. Would I use it? Am I addressing my own pain points?&lt;/h2&gt;
&lt;p&gt;Whether in the context of a business or commercial product, if it’s not something that you envision yourself using, don’t bother. But what if you’re not the target market? All the more reason not to pursue it. You’ll never be able to completely understand the customers’ way of thinking.&lt;/p&gt;
&lt;h2&gt;2. Do I have an unfair advantage?&lt;/h2&gt;
&lt;p&gt;Make that advantages. The more the better. You want to be driving a Tesla while everyone else is riding a bike with a flat tire. Not only will your journey be far more comfortable, &lt;strong&gt;you’ll achieve the same results at a fraction of the effort.&lt;/strong&gt; Whether it’s creating a blue ocean of uncontested market space, access to exclusive resources, or an extremely deep understanding of the domain, so long as it’s something that the competition can’t hope to emulate.&lt;/p&gt;
&lt;h2&gt;3. Where do I see this going a few months from now? A few years?&lt;/h2&gt;
&lt;p&gt;Timing is arguably the most important factor for the success of any idea. It doesn’t matter how genius it is if the market isn’t, or won’t be, ready for it.&lt;/p&gt;
&lt;p&gt;Unfortunately, humans are horrible forecasters. The longer we project into the future, the more offbeat our predictions become, which is compounded by the fact that we view our own ideas through a rose-colored lens. That’s why one should make their predictions on a spectrum from best-case to worst-case, and assume the worst. &lt;strong&gt;If it’s an all-or-nothing bet, it’s probably nothing.&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;4. What am I really trying to achieve? What is the underlying vision? Is it something that provides value to others?&lt;/h2&gt;
&lt;p&gt;Ever wonder why Uber for laundry isn’t a thing yet? One possible reason is that their vision statement would be something like “&lt;em&gt;Enabling the upper-middle class to embrace their laziness&lt;/em&gt;”. &lt;strong&gt;Your idea doesn’t have to be grandiose, but your vision does.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Embedding your idea with an authentic sense of purpose beyond “make a cash cow” is how you’ll survive the inevitable setbacks and periods of doubt. Moreover, it’s what will inspire the truly committed to join you. Lastly, a strong vision provides the foundation for your strategy and affords you more opportunities to pivot, diversifying the ways your idea can evolve down the line.&lt;/p&gt;
&lt;h2&gt;5. Do I understand the underpinnings? Am I out of my league?&lt;/h2&gt;
&lt;p&gt;The most difficult criteria to fail, because failing here requires you to accept that, at your current level, you lack the skills necessary to steer your idea from abstract thought into reality.&lt;/p&gt;
&lt;p&gt;For some reason the conventional wisdom nowadays is to “&lt;em&gt;figure it out as you go&lt;/em&gt;”, when it should really be “&lt;em&gt;figure out &lt;strong&gt;parts of it&lt;/strong&gt; as you go&lt;/em&gt;”. You wouldn’t toss yourself into the middle of an ocean if you’ve never been a pool; but if you have, then you’re more likely to successfully navigate the current and swim back to safety.&lt;/p&gt;
&lt;p&gt;Remember, &lt;strong&gt;it’s not about what you know, it’s about what you &lt;em&gt;don’t&lt;/em&gt; know.&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;6. Trust your gut.&lt;/h2&gt;
&lt;p&gt;Human beings are irrational, and any good decision making framework takes that into account; you mustn’t discount the significant emotional aspects of decision making.&lt;/p&gt;
&lt;p&gt;Very, &lt;em&gt;very&lt;/em&gt;, &lt;strong&gt;&lt;em&gt;very&lt;/em&gt;&lt;/strong&gt; rarely will an idea that hasn’t passed all the above criteria continue to nag you. Despite everything indicating otherwise, there’s something in your gut insisting &lt;em&gt;this will work&lt;/em&gt;. If that happens, then there’s just no helping it; you have to give it an honest try. You’ll regret it otherwise, and &lt;strong&gt;peace of mind is well worth any investment.&lt;/strong&gt; Who knows, it could just be that one in a million crazy idea that actually works.&lt;/p&gt;
&lt;p&gt;On the other hand, sometimes an idea will pass all the criteria, but your gut will insist &lt;em&gt;this won’t work&lt;/em&gt;. It could just be that you’re overly cautious, lack confidence in your abilities, or are afraid to take the next step. Or it could be that your conscious thinking has yet to catch up with what your subconscious already knows. &lt;strong&gt;Use your veto power sparingly.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At the end of the day, most successfully realized ideas are black swan events. No two will develop under the same circumstances and the outcome is unpredictable by nature. As such, no framework can encompass the complexity of the real world. The point of these criteria is not to give you analysis paralysis or provide absolute laws, but to get you to think deeply about and &lt;strong&gt;be mindful of yourself and your surroundings&lt;/strong&gt;. If you find you’re saying ‘&lt;em&gt;no&lt;/em&gt;’ to a lot of great ideas, then it’s working.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This article was created to make my life easier and provide a concrete framework for evaluating ideas. If you put it to practice and found it useful in evaluating your own ideas, be sure to share it with others who might benefit!&lt;/em&gt;&lt;/p&gt;</content:encoded><category>startups</category></item></channel></rss>