Skip to content

The Axe Before the Tree

Archon is an engineering knowledge base built because every other reference on the internet is either too shallow to matter or too scattered to use.

Why This Exists

I got tired of the same loop: Google a concept, land on a Medium post that skims the surface, click through to the official docs that assume you already know everything, open six browser tabs, lose the thread, give up.

The problem isn't a lack of information. It's that engineering knowledge lives in a thousand disconnected places — blog posts, RFC documents, conference talks, Stack Overflow threads, books that are 70% padding. None of it connects. None of it goes deep enough to actually change how you think.

So I built Archon: one place that goes all the way down on every topic. Not definitions — understanding. Not "what it is" — "why it works this way, what breaks if you get it wrong, and what the real tradeoffs are."

The name is from the Greek for ruler or leader of the assembly. The idea: this is where the knowledge is governed, structured, and made usable.

What Archon Is and Isn't

What it is: A curated, synthesized, opinionated reference for engineers who want to actually understand what they're working with. Content draws on official documentation, research papers, postmortems, engineering blogs from companies like Cloudflare, Netflix, Stripe, and Google, and real production experience.

What it isn't: Original research. I didn't invent consistent hashing or write the Raft paper. Archon's value is synthesis — taking the best explanations across dozens of sources, filling the gaps between them, and presenting a coherent map of the territory.

Every page cites its influences, whether that's the original RFC, the engineering blog post that explained it best, or the production postmortem that revealed what the theory misses.

A

Ayush Jadaun

Fellow coder · believes knowledge should be free for all

I built Archon because I needed it. A fellow coder who believes knowledge should be free and deep — not gated, not shallow, not scattered across a hundred tabs. I curate, structure, and write for this site — but the underlying knowledge belongs to the engineering community at large.

The Numbers

1195+
Pages
40+
Interview walkthroughs
500+
Prompts
30+
Topics
0
Paywalls

The Philosophy

Depth over breadth, always. If a page can't tell you something you couldn't get from the first paragraph of a Wikipedia article, it shouldn't exist. Every page on Archon earns its place by going somewhere the surface-level explanations don't.

Respect the reader's intelligence. No "great question!" No unnecessary caveats. No explaining what a for-loop is before explaining distributed consensus. You're an engineer. You can handle the real explanation.

Free, forever. There's no premium tier, no email gate, no "unlock the full content" wall. Engineering knowledge that helps you build better systems shouldn't be rationed.

Open source. The entire vault is on GitHub. Found a mistake? See a gap? Disagree with an explanation? Open a PR. Good engineering is collaborative — so is this.

What Gets Built Next

The backlog includes a proper CAG-powered chatbot that can answer questions using the full vault as context, reading time estimates on every page, a contributor system so domain experts can submit deep-dives, and a proper mobile experience.

The goal has always been the same: make the best engineering reference on the internet. We're not there yet. Getting closer every week.


"Give me six hours to chop down a tree and I'll spend four sharpening the axe."

This is the axe.


Found something wrong or missing? Open an issue or edit on GitHub.

"What I cannot create, I do not understand." — Richard Feynman