About Field Notes

About Field Notes

Field Notes is a private reading-first interface for Jason Shen's personal knowledge base — eighteen years of newsletters, coaching work, essays, book notes, and reflections, organized into an interlinked wiki you can walk through one article at a time.

What's inside

The archive is drawn from Jason's own writing and recording — the jasonshen.com newsletter (back to the first issues), notes and transcripts from coaching sessions and workshops with founder clients, essays on Asian American identity (the Asian American Man Study), the Deep Ambition research, book notes from roughly 120 academic and trade titles, and a long trail of Evernote clippings, daily reflections, and writing drafts.

None of that raw material is browsable as a daily surface. It's the fuel. An AI workflow distills it into 129 curated wiki articles across six chapters — each article a substantive synthesis, not a bullet-point summary, with [[wikilinks]] tying related ideas together. The six chapters:

  • coaching · 26 — coaching philosophy, cofounder conflict (the most developed specialty), Ed Batista distillations, case studies
  • business · 14 — startups, sales, product-market fit, positioning, founder mode
  • frameworks · 47 — mental models, coined concepts, psychology, behavior change, motivation
  • identity · 7 — Asian American writing, outlier identity
  • performance · 16 — athletics, fitness, sleep, brain plasticity, gymnastics
  • personal · 19 — family, philosophy, writing voice, book projects, the Deep Ambition thesis

The LLM knowledge base pattern

The structure borrows from Andrej Karpathy's sketch of a personal LLM knowledge base: raw sources in one folder, an LLM-compiled wiki in another, and three core operations — ingest (fold new raw into existing articles), query (read the wiki, synthesize an answer, file the result), and lint (periodic health checks: dead links, orphans, contradictions).

When a new source contradicts an existing claim, the wiki doesn't silently overwrite — it inserts a [!contradiction] callout naming both sources so later reading can resolve it. The wiki is meant to accumulate judgement, not just facts.

Why this interface exists

A pile of markdown files on disk isn't a product; Obsidian renders them but doesn't invite return visits. Field Notes is the result of a design exploration — six metaphors (Commonplace Book, Constellation, Filing Cabinet, Garden, Timeline, Reading Room) narrowed to four wiki-native rebuilds, then to one: the Commonplace Book, expanded into a five-screen product and finally dressed in the Field Notes brand system.

The color grammar is strict and has a job:

  • Orange — identity and state. The brand mark, the article you're reading, today's draw, the count of open drafts.
  • Teal — action and link. Anything clickable: TOC entries, wikilinks, article titles, directory paths.
  • Muted brown — structure. Section labels, meta, chapter numerals.

Type: Libre Caslon Text (display italic) · Inter (body) · IBM Plex Mono (meta) — all loaded via next/font.

Content changelog

Major imports — what content has landed in the KB, grouped by day. Summarized from wiki/log.md.

Apr 18
Philosophical backbone
Adaptive preferences closed (Bovens 1992, Baber, Mitchell 2018) and the Agnes Callard corpus landed (Aspiration manuscript, 2021 Replies, 2019 Boston Review essay, 2023 New Yorker profile). The Tier-1 gap on value-shift philosophy — the Treading Water chapter's spine — closed in a single day.
Apr 16
The academic wave
118 academic papers on development, psychology, motivation, and purpose; a 35-paper Asian American / bias addendum; a 6-paper eclectic cluster; 7 Tier-1 Deep Ambition primary sources (Ryan & Deci, Niemiec, Kasser & Ryan, Dittmar, Ryff, Waterman); and Google Drive coaching docs + writing projects. The single largest ingest day — frameworks chapter roughly doubles, research depth settles.
Apr 15
Newsletters in
97 longform newsletters (Jul 2023 – Mar 2026) folded into voice / essay / Asian American identity articles. The writing-craft and Jason-voice chapters get their spine.
Apr 9
Wiki seeded
Initial wiki born from the Evernote archive and cofounder conflict video transcripts. The coaching specialty becomes the first fully-developed region of the KB; everything else gets a stub.

Release notes

How this interface got built — design exploration, milestones, and infrastructure decisions, grouped by day.

Apr 19
First deploy
Field Notes goes live on Vercel via `vercel deploy --prod`. About page gains two parallel timelines — release notes and content changelog — reordered newest-first.
Apr 18
Implementation sprint
Five milestones in one day. M1: barebones home + article + chapter listing, reading markdown off the filesystem. M2: search ranker, raw-file "basement" viewer, cached backlink scan on every article. M3: the writing surface — dialogue, thread, drafts. Phase 1: responses move from filesystem to Supabase Postgres; wiki and raw stay read-only. Phase 2: prebuild script mirrors wiki + raw into app/content/ (text files only) so the whole app bundles cleanly for Vercel.
Apr 17
Design exploration
Opening canvas produced six metaphors for the wiki (Commonplace Book, Constellation, Filing Cabinet, Garden, Timeline, Reading Room); narrowed to four (Commonplace Book, Garden, Dialogue, Quiet Room); V3 reframed around the wiki as the primary artifact; V4 expanded Commonplace Book into five screens (home, search, raw viewer, dialogue, article+thread); six palette treatments of the home screen tested, Field Notes (Caslon + cream paper + orange/teal) won. Color grammar settled: orange = identity/state, teal = action/link.

What it isn't

  • It isn't the editing surface — Obsidian is still where articles get written.
  • It isn't public — the responses table runs on a service role key; anyone hitting a public URL could write to it. Auth lands in Phase 1b before any real deploy.
  • It isn't a feed or a dashboard. Every card is a door to one article; there are no metrics to watch.