← Streetlight back to all nodes
doctrine node · 2026-06-12 doctrine aggregator pace-layer-3

Doctrine Nodes

This is a more rapidly changing pace layer than SKILL.mds and AGENTS.md -- a place to jot down wishes, complaints, principles and metaphors for streetlight. (technically should be doctrine Node singular, not taht it matters too too much) 

Library of Inspiration

Props of a world, not documentation — the shelf both Jake and the LLM borrow shorthand from. Pointer, never paste: skills point at its existence, they don't load the body.

https://jasmi.news/p/ai-writing idk how much of a LLM harness for blogging I wnana build but this is interesting

added 2026-06-14 · human
github gist · the idea-file

Karpathy's "LLM Wiki"

"Obsidian is the IDE; the LLM is the programmer; the wiki is the codebase." Let the LLM continuously maintain a structured, interlinked wiki that compounds, instead of re-deriving knowledge every query (RAG). His own reached ~100 articles / 400k words.

sourcegist.github.com/karpathy · llm-wiki

prop · found
x long-form · ethos

"Thin Harness, Fat Skills"

Garry Tan (President/CEO, Y Combinator). The 100× gap isn't the model — it's the system around it: push intelligence up into markdown skills, push execution down into deterministic tools, keep the harness ~200 lines.

canonical text mirrorgithub.com/garrytan/gbrain · THIN_HARNESS_FAT_SKILLS.md


prop · found
official docs

Dynamic Workflows

"A dynamic workflow is a JavaScript script that orchestrates subagents at scale. Claude writes the script for the task you describe, and a runtime executes it in the background while your session stays responsive." Docs reference an AGENTS.md as the shared cross-session context file — exactly as Jake guessed.

sourcecode.claude.com/docs/en/workflows

prop · found
anthropic blog · a lens for skills

The Nine Skill Categories

Anthropic cataloged all their internal skills; they cluster into nine categories. The best skills fit cleanly into one — the ones that straddle several confuse the agent. A lens to evaluate Streetlight's own skills.

Library & API reference Product verification Data fetching & analysis Business / team automation Code scaffolding & templates Code quality & review CI/CD & deployment Runbooks Infrastructure operations

sourceclaude.com/blog · how-we-use-skills

Memo said "nine types of scales" — a transcription of skills. It's skills, not agents.

prop · found
anthropic blog · the shorthand

The Six Workflow Patterns

The patterns Jake wants both parties to speak as shorthand. Anthropic names six composable ones:

classify-and-actroute by task type fan-out-and-synthesizesplit → run → merge at a barrier adversarial verificationcheck output vs a rubric generate-and-filtermany ideas → dedupe → keep best tournamentN approaches compete → judge loop-until-donespawn until a stop condition

sourceclaude.com/blog · a-harness-for-every-task

prop · found
corita.org · the classroom manifesto

Corita Kent's "Ten Rules"

The Immaculate Heart College Art Department Rules (c. 1965–68) by Sister Corita Kent, calligraphy by David Mekelburg, Rule 10 added by composer John Cage. A prop because it is Streetlight's ethos: ship rough, experiment, just make.

  1. Find a place you trust and then try trusting it for a while.
  2. General duties of a student: pull everything out of your teacher, pull everything out of your fellow classmates.
  3. General duties of a teacher: pull everything out of your students.
  4. Consider everything an experiment.
  5. Be self-disciplined. This means finding someone wise or smart and choosing to follow them.
  6. Nothing is a mistake. There's no win and no fail. There's only make.
  7. The only rule is work. If you work it will lead to something.
  8. Don't try to create and analyse at the same time. They're different processes.
  9. Be happy whenever you can manage it. Enjoy yourself — it's lighter than you think.
  10. (John Cage) We're breaking all of the rules. Even our own rules. And how do we do that? By leaving plenty of room for X quantities.

Closes with: "There should be new rules next week."

sourcecorita.org/tenrules · 391.org · the original poster

prop · found
jods.mitpress.mit.edu · the systems essay

Stewart Brand's "Pace Layering"

Names the speeds a healthy system changes at — fast/innovative layers on top, buffered by slow/stabilizing layers beneath: "fast learns, slow remembers; fast proposes, slow disposes." Streetlight's own shape — AGENTS.md is the slow layer, nodes and experiments the fast layer. Tightly related to the idea of principles. Lives in the vault as pace-layers-and-archive-sweep.

Reinforcing the core props — "thin harness, fat skills" and the pace layers themselves — across layers is fine; that redundancy "doesn't hurt anything." Relaxes the "point, don't paste" stance just for these load-bearing concepts. sourceJake, voice 2026-06-14

sourcejods.mitpress.mit.edu · Pace Layering

prop · found · Jake-requested addition
glossary the dictionary — what words mean library-of-inspiration the shelf — the props we borrow from both sides on the same page: Jake: "loop-until-done here" LLM: "I'll fan-out-and-synthesize"