···11+---
22+atroot: true
33+template:
44+slug: founderbox
55+title: The founder box
66+subtitle: Thinking inside boxes
77+date: 2026-04-16
88+draft: false
99+---
1010+1111+For the entirety of my life up until a year ago, I put myself in a box.
1212+A metaphorical box, categorized by my skills, interests and epistemic
1313+scope. This was entirely self-imposed, but I suppose clinging onto
1414+identity is only human. Let's call this the "programmer box". The term
1515+is somewhat lossy but it serves the purpose here. The content I
1616+consumed, the people I interacted with, the _culture_ that I found
1717+myself steeped in.
1818+1919+The programmer box is tight. It's well-bounded and there are clear
2020+membership criterea. You write code, you're good at it, and there are
2121+legible, well-defined steps to get better at it. Understanding, nay,
2222+grokking computer systems and building an intuition for it is a
2323+tractable process.
2424+2525+<figure>
2626+<img class="object-cover relative w-full mb-3"
2727+src="https://cdn.anirudh.fi/cdn-cgi/image/width=600,height=400/img/boxes.png" />
2828+<figcaption><a href="https://www.rijksmuseum.nl/en/collection/object/Kluis-en-juwelenkist--b38d83b7dbec9d007c01367df3e386f7">Strongbox and Jewel Casket</a>, Rijksmuseum</figcaption>
2929+</figure>
3030+3131+When we began [Tangled](https://tangled.org), I firmly held my position
3232+within the programmer box. For many months we just wrote code and
3333+architected parts of the larger system. And then the more ... unbounded
3434+stuff began to creep in. I was now responsible for figuring out (at
3535+varying levels of depth) accounting and finance, Finnish corporate law,
3636+talking to investors, and so much more. I was now a "founder", and the
3737+anchors of knowing what I know, knowing what I don't and knowing how to
3838+get better were all simultaneously lifted.
3939+4040+The founder box is loose. The membership criterea doesn't really exist,
4141+and unlike the programmer (or any vertical for that matter) identity
4242+which is earned (to some extent anyway), being a founder feels a lot
4343+more provisional, self-declared. There's culture but everything else is
4444+uncharted.
4545+4646+<figure>
4747+<img class="object-cover relative w-full mb-3"
4848+src="https://cdn.anirudh.fi/cdn-cgi/image/width=600,height=400/img/workshop.png" />
4949+<figcaption><a href="https://www.rijksmuseum.nl/en/collection/object/Weavers-Workshop--f9ea451b4168b46e4fef74fa3b8568d1?tab=data">Weavers' Workshop</a>, Rijksmuseum</figcaption>
5050+</figure>
5151+5252+Consider companies of the 19th and early 20th centuries. Founding a
5353+business back then was largely an extension of knowing *a thing*: your
5454+trade. You were perhaps a blacksmith, a mill operator, or sold a good.
5555+Most knowledge was inherited vertically, i.e. passed down through
5656+apprenticeship or family. The systems around you were slow moving enough
5757+that the peripheral knowledge likely wasn't all that much.
5858+5959+Founders today are born into a more multi-faceted and interconnected
6060+system; the peripheral knowledge required is significantly more. The
6161+modern founder's epistemic scope is exhaustingly large even to just
6262+reason about their companies. For example, a hiring decision is legal,
6363+financial, *and* cultural decision. And none of this is inherited --
6464+founders must construct a working model of this system as they navigate
6565+its nuances. Importantly, this system is irreducibly ambigious with no
6666+clear path toward mastery -- unlike programming or whatever else.
6767+6868+I suspect that this expansion of epistemic scope from whatever prior
6969+boxes is responsible for the ever so visible "techbro hubris". I kinda
7070+get it: you have to rapidly assemble fluency in a whole new set of
7171+domains that you previously had nothing to do with, and this assembly
7272+can sometimes feel like mastery. I know it did for me. Some of it is
7373+most certainly performative but it's a function of the system --
7474+showcasing intellectual breadth gets you forward. The market selects for
7575+this hubris -- VCs pattern-match on this behavior as it reads as
7676+conviction and vision (and they subseqently mirror this behavior).
7777+7878+I know that there's no going back now -- the founder box is as
7979+exhilarating as it is indeterminate. The edges are gone, and I've
8080+stopped looking for them.
+1-1
templates/text.html
···2020 </section>
21212222 <section>
2323- <h1 class="-mb-4">{{ index .Meta "title" }} {{ if eq .Meta.draft "true" }}
2323+ <h1 class="-mb-4">{{ index .Meta "title" }} {{ if .Meta.draft }}
2424 <span class="text-base text-red-400">[draft]</span>{{ end }}
2525 </h1>
2626 <h2 class="text-gray dark:text-dark-gray">{{ index .Meta "subtitle" }}</h2>