Add zero-tooling web development essay

New essay arguing SX eliminates the entire conventional web toolchain
(bundlers, transpilers, package managers, CSS tools, dev servers, linters,
type checkers, framework CLIs) and that agentic AI replaces the code editor
itself. Links Carson Gross's "Yes, and..." essay with a Zen Buddhism framing
of the write→read→describe progression.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 00:50:09 +00:00
parent 9a707dbe56
commit 7f1dad6bfd
3 changed files with 137 additions and 1 deletions

View File

@@ -93,7 +93,9 @@
(dict :label "There Is No Alternative" :href "/essays/no-alternative"
:summary "Every attempt to escape s-expressions leads back to s-expressions. This is not an accident.")
(dict :label "sx sucks" :href "/essays/sx-sucks"
:summary "An honest accounting of everything wrong with SX and why you probably shouldn't use it.")))
:summary "An honest accounting of everything wrong with SX and why you probably shouldn't use it.")
(dict :label "Zero-Tooling" :href "/essays/zero-tooling"
:summary "SX was built without a code editor. No IDE, no build tools, no linters, no bundlers. What zero-tooling web development looks like.")))
(define specs-nav-items (list
(dict :label "Architecture" :href "/specs/")