Public Process
49 essays on building creative infrastructure in public
Related Live Sites
Public Process Concept Sketch
The Problem: Opacity as Default
Creative technologists face a structural problem: finished work is visible, but the reasoning that produced it disappears. Portfolios showcase polished artifacts while erasing the decision chains, false starts, and architectural debates that constitute the actual practice.[1] Sennett argues that craft knowledge resides not in the finished object but in the iterative dialogue between maker and material — a dialogue that traditional portfolios systematically suppress. The same asymmetry haunts open-source culture: code is public, but the reasoning behind the code remains private, locked in Slack threads and whiteboard photos that no reviewer will ever see.[2] Kelty's ethnography of free software communities reveals that the "recursive public" — people who maintain the very infrastructure through which they communicate — depends on transparent process documentation as a condition of participation. ORGAN V (LogosGreek: word/reason — the organ of essays, public discourse, and transparent process) was created to solve this problem: a dedicated organ within the eight-organ system whose sole purpose is making the work of building visible, structured, and citable.
The Essay Collection
The collection comprises 49 published essays totaling approximately 740,000 words, deployed as a static Jekyll site on GitHub Pages. These are not blog posts in the conventional sense — each essay is a structured, long-form account of a specific phase, decision, or methodology within the eight-organ system.[3] Schön Donald Schön, educational theorist who distinguished reflection-in-action (thinking while doing) from reflection-on-action (thinking after doing) 's concept of reflection-in-action The practice of thinking critically about what you are doing while you are doing it, adjusting approach in real time rather than only in retrospect describes practitioners who think about what they are doing while doing it, and the essays follow this model: they were written during the sprints they describe, not after. The temporal proximity between action and documentation means the essays capture uncertainty, provisional reasoning, and the texture of real-time problem-solving that retrospective accounts inevitably smooth over.[4] Polanyi's insight that "we can know more than we can tell" is precisely the challenge: these essays attempt to make tacit architectural knowledge explicit by documenting it at the moment it is still active, before it becomes embedded and invisible.
| Category | Count | Word Range | Example Topics |
|---|---|---|---|
| Architectural | 6 | 3,200 – 5,400 | Eight-organ rationale, dependency rules, ontological naming, registry design |
| Sprint Narratives | 7 | 3,000 – 5,100 | Bronze, Silver, Gold, Gap-Fill, Platinum sprints with real-time metrics |
| Methodology | 5 | 3,300 – 5,400 | AI-conductor model, specification-driven development, token economics |
| Reflective | 3 | 3,100 – 4,700 | What went wrong, what surprised us, what we would change with hindsight |
Audience Design
A single essay must address multiple audiences without becoming incoherent, and the collection was designed with explicit audience models from the start.[5] Bakhtin's concept of heteroglossia — the coexistence of multiple voices and social registers within a single utterance — informs the writing strategy: each essay carries technical specificity for practitioners, evidential weight for grant reviewers, communicative clarity for hiring managers, and theoretical grounding for academics. This is not an accident of style but a deliberate rhetorical architecture. The essays are structured so that different readers can extract different value from the same text: a grant reviewer reads the metrics and timeline evidence, a hiring manager reads the communication skill and system-design thinking, a practitioner reads the tooling decisions and honest post-mortems, and an academic reads the epistemological commitments and citational apparatus.[6] Bazerman's genre theory demonstrates that written forms are not neutral containers but active shapers of knowledge — the essay format itself signals sustained intellectual engagement in ways that tweet threads and README files cannot.
---
layout: essay
title: "Gold Sprint: Validation and Launch Criteria"
date: 2026-02-10
category: sprint-narrative
word_count: 4329
audiences:
- grant-reviewers
- hiring-managers
- practitioners
tags:
- validation
- launch-criteria
- automation
- governance
series: "Building the Eight-Organ System"
organ: V-Logos
abstract: >
Real-time account of the Gold Sprint: 18 community
health files deployed, 5 workflows upgraded, 24
dependency relationships validated, and the transition
from construction to operational governance.
--- Publication Pipeline Architecture
The publication infrastructure follows a deliberate pipeline: source material enters as Markdown files in a Git repository, passes through Jekyll's Kramdown processor, and exits as static HTML served from GitHub's CDN. The pipeline includes three automated layers beyond basic rendering. First, jekyll-feed generates an Atom XML feed A standardized syndication format that lets readers and automation tools subscribe to content updates without polling the website at /atom.xml enabling machine-readable syndication — any RSS reader or automation tool can subscribe to new essays without polling the HTML. Second, jekyll-seo-tag injects structured metadata (Open Graph, Twitter Cards, JSON-LD) into each essay's <head>, ensuring that when essays are shared on social platforms or indexed by search engines, the preview includes the title, abstract, and canonical URL rather than generic page text. Third, the YAML front matter encodes audience routing metadata that downstream tools can consume — the audiences array enables programmatic filtering for different distribution channels.[11] Berners-Lee's principle that the web's value comes from machine-readable structure, not just human-readable presentation, applies directly: the YAML front matter transforms each essay from a document into a data object that automated systems can route, filter, and aggregate.
Cross-Referencing Infrastructure
The essays form a citation graph A directed network where nodes are documents and edges represent references between them, revealing the structure of intellectual dependency , not a flat list. Architectural essays reference sprint narratives for evidence of principles in practice; sprint narratives reference methodology essays for the frameworks that guided execution; reflective essays reference all three categories to examine what the frameworks predicted versus what actually happened. This cross-referencing is not decorative — it is the mechanism by which the collection demonstrates coherence rather than merely asserting it.[7] Latour's actor-network theory reveals that claims gain authority from the density of the network supporting them. A single essay making claims about system architecture is an opinion; the same essay cross-referenced by sprint narratives with timestamped evidence, methodology essays with theoretical grounding, and reflective essays with honest failure analysis is a knowledge structure. The cross-reference density is itself evidence of the practice's integrity.
The cross-validation methodology documented in the lead essay ("How I Used 4 AI Agents to Cross-Validate an Eight-Organ System") demonstrates a specific protocol: four AI agents (Claude, Gemini, ChatGPT, Copilot) independently evaluated the same planning corpus and their responses were compared to identify stable consensus, majority positions, split opinions, and unique insights. This produced 8 D-register decisions — deferred decisions resolved through structured disagreement — and a canonical action plan that no single agent could have produced alone. The essay corpus documents this process with full provenance: model versions, timestamps, and the reasoning behind each resolution.[12] Galison's concept of the "trading zone" — where different scientific subcultures develop pidgin languages to communicate across disciplinary boundaries — describes precisely what the cross-validation protocol creates: a structured space where AI agents with different architectural biases negotiate shared conclusions through documented disagreement.
# Each essay declares its upstream dependencies
# and downstream evidence links
gold-sprint-narrative:
references:
- id: governance-architecture
type: methodology
context: "Gate structure for II→III transition"
- id: silver-sprint-narrative
type: evidence
context: "55 READMEs produced in prior sprint"
- id: automation-limits-reflection
type: reflection
context: "Post-hoc analysis of Gold Sprint decisions"
metrics:
word_count: 4329
decisions_documented: 7
timestamps: 12
cross_references: 8 Evidence, Not Marketing
The critical distinction that separates this collection from conventional project documentation is its commitment to evidence over persuasion. Every essay contains timestamped decisions, concrete metrics, and honest acknowledgments of failure — not because transparency is morally superior, but because verifiable claims are more useful to every audience than polished narratives.[7] Latour's actor-network theory reveals that scientific facts gain their authority not from correspondence with reality but from the density of the network that supports them — citations, instruments, institutions, replications. The essays apply this principle to creative practice: each claim about the system (116 repositories, 740K words, 2000 automated tests) is backed by traceable evidence in the registryA centralized, queryable data store that serves as the single source of truth for all entities and their relationships in a system, the CI logs, and the commit history. The methodology is exposed, not hidden.[8] Kuhn's observation that paradigm shifts require making previously invisible assumptions visible applies here at the individual level: the essays make visible the assumptions, constraints, and tradeoffs that conventional portfolios treat as backstage work.
Reflective Practice as Structural Commitment
The reflective essays in the collection are not afterthoughts appended to the sprint narratives — they are a structural requirement enforced by the organ's governance rules. Every major sprint must produce both a narrative account and a separate reflective practice A disciplined habit of examining one's own decisions and assumptions after action, transforming experience into transferable knowledge essay that examines what went wrong, what was surprising, and what the practitioner would change with the benefit of hindsight.[3] Schön distinguishes between "reflection-in-actionThe practice of thinking critically about what you are doing while you are doing it, adjusting approach in real time rather than only in retrospect" (thinking while doing) and "reflection-on-action" (thinking after doing) — the sprint narratives capture the former, and the reflective essays capture the latter, creating a layered documentation practice that addresses different temporal perspectives on the same events. This dual-mode documentation is unusual in both academic and industry contexts, where reflection tends to be either absent entirely or confined to post-project retrospectives that have lost access to the granular decision context.[4] The goal is to counteract what Polanyi identifies as the inevitable loss of tacit knowledge once a practice becomes routine — by writing the reflective essay while the surprise is still fresh, the collection preserves knowledge that would otherwise become invisible.
| Sprint | Duration | Narrative Essay | Reflective Essay | Combined Words |
|---|---|---|---|---|
| Bronze | 1 day | Flagship deployment | Scope decisions | ~8,200 |
| Silver | 1 day | 58 README production | Quality vs. velocity | ~9,100 |
| Gold | 1 day | Validation and launch | Automation limits | ~7,900 |
| Gap-Fill | 1 day | Uniform quality | Naming decisions | ~8,400 |
| Platinum | 1 day | CI and ADRs | Maintenance burden | ~9,500 |
The Jekyll Architecture
The publication infrastructure is deliberately minimal: a static Jekyll site deployed to GitHub Pages, with no JavaScript framework, no CMS, and no database. This is not a limitation but an architectural choice aligned with the POSSEPublish on your Own Site, Syndicate Elsewhere -- an IndieWeb principle where canonical content lives on infrastructure you control and copies flow outward principle — own your canonical content on infrastructure you control, syndicate outward through defined channels.[9] Eghbal documents how the maintenance burden of open-source projects grows with their dependency footprint, and the Jekyll choice minimizes that footprint: Markdown files in a Git repository, rendered to static HTML, served from GitHub's CDN. The Atom RSS feed enables machine-readable syndication. The site's simplicity is itself an argument — that sustained writing practice matters more than publishing infrastructure, and that the institutional weight of the content should come from the quality and density of the essays, not from the sophistication of the delivery mechanism.[10] Raymond's distinction between cathedral-style (centralized, planned) and bazaar-style (distributed, emergent) development applies to the publication model: the essays are cathedral-quality writing delivered through bazaar-simple infrastructure.
title: Public Process
description: >
Building creative infrastructure in public —
49 essays on the eight-organ system.
url: https://organvm-v-logos.github.io
baseurl: /public-process
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
collections:
essays:
output: true
permalink: /essays/:title/
defaults:
- scope:
path: ""
type: essays
values:
layout: essay
feed:
path: atom.xml
posts_limit: 49 Corpus Metrics and Distribution
The corpus scale is itself an argument for the methodology's productivity. 49 essays at an average of approximately 15100 words each represent a sustained documentation practice operating alongside — not instead of — the engineering work it documents. The 740K total word count across the collection exceeds the length of most technical books, yet the corpus was produced as a byproduct of building, not as a separate writing project. This distinction matters: the essays are evidence of work done, not marketing about work done.[1] Sennett's craftsman does not produce one object for display and another for use — the craft is in the single object that serves both purposes.
The POSSE (Publish on your Own Site, Syndicate Elsewhere) distribution strategy ensures canonical ownership of all content. Essays are authored in Markdown, committed to the Git repository as the source of truth, built into static HTML by Jekyll, and then syndicated outward through the Atom feed to RSS readers, Mastodon via ORGAN-VII (Kerygma), and Discord community channels via ORGAN-VI (KoinoniaGreek: fellowship/communion — the organ of community, learning groups, and collaboration). Each syndicated copy links back to the canonical URL. This architecture means the content survives platform changes — if Mastodon shuts down or Discord changes its API, the canonical essays remain untouched on GitHub Pages infrastructure the author controls.
| Metric | Value | Significance |
|---|---|---|
| Total essays | 49 | Exceeds initial 21-essay target by 2.3x |
| Total words | 740K | Equivalent to a 400-page technical book |
| Avg. words/essay | ~15100 | Long-form, not fragmentary |
| Repos documented | 116 | Across 8 organs |
| Automated tests cited | 2000 | Traceable engineering evidence |
| CI passing rate | 83% | Infrastructure claims are verifiable |
Building-in-Public as Reusable Methodology
The most significant claim this project makes is that building in public A practice of documenting and sharing the process of creating software or creative work as it happens, rather than only showing finished results can be a rigorous, structured methodology rather than a casual social media practice. The dominant model of "building in publicA practice of documenting and sharing the process of creating software or creative work as it happens, rather than only showing finished results" is the tweet thread: fragmentary, performative, optimized for engagement rather than evidence.[9] Eghbal observes that open-source maintainers face a tension between community engagement and deep work — the tweet-thread model of building in publicA practice of documenting and sharing the process of creating software or creative work as it happens, rather than only showing finished results exacerbates this tension by demanding constant performance. The ORGAN-V model offers an alternative: structured, long-form documentation written on a deliberate cadence, published to infrastructure you own, and designed to serve multiple audiences simultaneously. This is reusable. Any practitioner or organization could adopt the same model — dedicated documentation practice, explicit audience models, YAML-structured metadata, static-site publication, POSSEPublish on your Own Site, Syndicate Elsewhere -- an IndieWeb principle where canonical content lives on infrastructure you control and copies flow outward distribution — without adopting the eight-organ system itself.[10] The methodology is separable from the content, and that separability is what makes it a genuine contribution rather than a personal idiosyncrasy.
Outcomes and Metrics
The collection represents a sustained documentation practice producing approximately 740,000 words across 49 essays. Each essay addresses all four audience types through structural transparency rather than separate versions.[1] Sennett's craftsman does not produce one object for display and another for use — the craft is in the single object that serves both purposes. The essays function identically: a grant reviewer extracting timeline evidence and a practitioner extracting methodology guidance are reading the same text, not different versions of it. The collection documents 116 repositories across 8 organs, with concrete metrics (740K total system words, 2000 automated tests, 104 CI-passing repos) that are traceable to the registryA centralized, queryable data store that serves as the single source of truth for all entities and their relationships in a system and CI infrastructure described in the essays themselves.[7] The self-referential quality — essays that document the system that produces the essays — is not a defect but the point: the transparency is recursive, and the recursion is the evidence that the practice is genuine.
References
- Sennett, Richard. The Craftsman. Yale University Press, 2008.
- Kelty, Christopher M.. Two Bits: The Cultural Significance of Free Software. Duke University Press, 2008.
- Schön, Donald A.. The Reflective Practitioner: How Professionals Think in Action. Basic Books, 1983.
- Polanyi, Michael. The Tacit Dimension. Doubleday, 1966.
- Bakhtin, Mikhail M.. The Dialogic Imagination: Four Essays. University of Texas Press, 1981.
- Bazerman, Charles. Shaping Written Knowledge: The Genre and Activity of the Experimental Article in Science. University of Wisconsin Press, 1988.
- Latour, Bruno. Science in Action: How to Follow Scientists and Engineers Through Society. Harvard University Press, 1987.
- Kuhn, Thomas S.. The Structure of Scientific Revolutions. University of Chicago Press, 1962.
- Eghbal, Nadia. Working in Public: The Making and Maintenance of Open Source Software. Stripe Press, 2020.
- Raymond, Eric S.. The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary. O'Reilly Media, 1999.
- Berners-Lee, Tim. Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web. HarperCollins, 1999.
- Galison, Peter. Image and Logic: A Material Culture of Microphysics. University of Chicago Press, 1997.