Skip to main content
← All projects
Technical WritingDevExProcess ArchitectureOpen Source

Public Process

49 essays on building creative infrastructure in public

Related Live Sites

Public Process Concept Sketch

Algorithmic visualization representing the underlying logic of Public Process. Source: Dynamic Generation

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.

graph LR A[Decision Point] --> B[Real-Time Documentation] B --> C[Essay Draft] C --> D[Editorial Review] D --> E[Jekyll Publication] E --> F[POSSE Distribution] F --> G[Mastodon] F --> H[Discord] F --> I[RSS/Atom Feed]
Content production pipeline: from architectural decision to published essay with POSSE distribution

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.

CategoryCountWord RangeExample Topics
Architectural63,200 – 5,400Eight-organ rationale, dependency rules, ontological naming, registry design
Sprint Narratives73,000 – 5,100Bronze, Silver, Gold, Gap-Fill, Platinum sprints with real-time metrics
Methodology53,300 – 5,400AI-conductor model, specification-driven development, token economics
Reflective33,100 – 4,700What went wrong, what surprised us, what we would change with hindsight
Breakdown of {vitals.logos.essays} essays across four thematic categories

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.

_posts/2026-02-10-sprint-narrative.md (excerpt)
---
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.
---
Jekyll front matter structure for each essay, encoding metadata for audience routing and categorization

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.

graph TD MD[Markdown + YAML\nFront Matter] --> GIT[Git Repository] GIT -->|push| GHA[GitHub Actions CI] GHA --> JK[Jekyll Build] JK --> HTML[Static HTML] JK --> ATOM[Atom XML Feed] JK --> SEO[SEO Metadata\nOG / JSON-LD] HTML --> GHP[GitHub Pages CDN] ATOM --> RSS[RSS Readers] ATOM --> POSSE[POSSE Distribution] POSSE --> MAST[Mastodon] POSSE --> DISC[Discord] SEO --> SEARCH[Search Engines] SEO --> SOCIAL[Social Previews]
Publication pipeline: from Markdown source through build to multi-channel distribution

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.

_data/cross-references.yml (excerpt)
# 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
Cross-reference structure: essays link to evidence, methodology, and reflective counterparts
graph TD E[Published Essay] --> GR[Grant Reviewers] E --> HM[Hiring Managers] E --> PR[Practitioners] E --> AC[Academics] GR --> GR1[Timestamped evidence] GR --> GR2[Execution velocity metrics] HM --> HM1[Communication clarity] HM --> HM2[System-design thinking] PR --> PR1[Tooling decisions] PR --> PR2[Honest post-mortems] AC --> AC1[Theoretical frameworks] AC --> AC2[Citational apparatus]
Audience routing: the same essay serves four distinct readerships through structural transparency

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.

SprintDurationNarrative EssayReflective EssayCombined Words
Bronze1 dayFlagship deploymentScope decisions~8,200
Silver1 day58 README productionQuality vs. velocity~9,100
Gold1 dayValidation and launchAutomation limits~7,900
Gap-Fill1 dayUniform qualityNaming decisions~8,400
Platinum1 dayCI and ADRsMaintenance burden~9,500
Temporal relationship between sprints, narrative essays, and reflective essays

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.

_config.yml
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
Jekyll site configuration: minimal infrastructure, maximum content focus

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.

MetricValueSignificance
Total essays49Exceeds initial 21-essay target by 2.3x
Total words740KEquivalent to a 400-page technical book
Avg. words/essay~15100Long-form, not fragmentary
Repos documented116Across 8 organs
Automated tests cited2000Traceable engineering evidence
CI passing rate83%Infrastructure claims are verifiable
Quantitative profile of the essay corpus — scale demonstrates sustained practice, not one-off documentation

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.

graph TD subgraph Conventional T1[Ship feature] --> T2[Tweet thread] T2 --> T3[Engagement metrics] T3 --> T4[Forgotten in 48h] end subgraph ORGAN-V Model O1[Decision Point] --> O2[Structured Essay] O2 --> O3[YAML Metadata] O3 --> O4[Jekyll Publication] O4 --> O5[POSSE Distribution] O5 --> O6[Permanent Archive] O6 --> O7[Citable Evidence] end
Building-in-public methodology: from casual tweet threads to structured documentation practice

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.

49
Essays Published
740K
Total Words
4
Audience Types
4
Essay Categories
116
Repos Documented
~15100
Avg. Words/Essay
Key metrics for the Public Process essay collection

References

  1. Sennett, Richard. The Craftsman. Yale University Press, 2008.
  2. Kelty, Christopher M.. Two Bits: The Cultural Significance of Free Software. Duke University Press, 2008.
  3. Schön, Donald A.. The Reflective Practitioner: How Professionals Think in Action. Basic Books, 1983.
  4. Polanyi, Michael. The Tacit Dimension. Doubleday, 1966.
  5. Bakhtin, Mikhail M.. The Dialogic Imagination: Four Essays. University of Texas Press, 1981.
  6. Bazerman, Charles. Shaping Written Knowledge: The Genre and Activity of the Experimental Article in Science. University of Wisconsin Press, 1988.
  7. Latour, Bruno. Science in Action: How to Follow Scientists and Engineers Through Society. Harvard University Press, 1987.
  8. Kuhn, Thomas S.. The Structure of Scientific Revolutions. University of Chicago Press, 1962.
  9. Eghbal, Nadia. Working in Public: The Making and Maintenance of Open Source Software. Stripe Press, 2020.
  10. Raymond, Eric S.. The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary. O'Reilly Media, 1999.
  11. Berners-Lee, Tim. Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web. HarperCollins, 1999.
  12. Galison, Peter. Image and Logic: A Material Culture of Microphysics. University of Chicago Press, 1997.