Dark Factory Kb
Compiled knowledge base — 204 articles
Sources
"About"
2026-04-27 · page · dark-factory-kb-about
A compiled knowledge base documenting the three major autonomous AI agent factory systems:
"Agentic Engineering Patterns"
2026-02-23 · https://simonw.substack.com/p/agentic-engineering-patterns
tags: [agentic-engineering, coding-agents, patterns, llm, tdd, simon-w]
"All Pages — Dark Factory KB"
2026-06-19 · "internal:all-pages-generator"
TitleSectionDateDescription
"Angelica Parente (@draparente) — tufte-viz skill goes viral on X"
2026-05-24 · source · "https://x.com/draparente/status/2058455309157544428"
> "Realized I created a repo to share this a few months ago, just pushed a couple updates and had Claude generate some pre/post comparisons. Apparently the one day I don't check the internet this goes…
"Appendix A: Tool Reference"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix provides a complete reference for every OpenClaw tool available to practitioners. Whether you're debugging a tool call, designing a new automation, or writing skill definitions — this is…
"Appendix B: Skill Library"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix covers the skill pattern — how OpenClaw capabilities can be extended through packaged tool configurations, prompts, and integrations installed from ClawHub or defined directly in your co…
"Appendix C: Resources"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix pulls together the official resources, tools, and recommended reading that support serious automation work with OpenClaw. It's the practical reference for practitioners who need to go de…
"Appendix D: Automation Cookbook"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix is organized differently from the rest of the book — no theory, minimal explanation, just working recipes you can copy, adapt, and run. Each recipe follows a Problem/Ingredients/Recipe/V…
"Appendix E: Common Patterns Reference"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix serves as a compressed quick reference for the patterns used throughout the handbook. When you're mid-implementation and need a fast reminder of how something works — the SOUL.md structu…
"Appendix F: The Practitioner's Field Guide"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix is organized around questions that come up during real implementation work — the "I'm in the middle of building this and I'm stuck" questions that theory chapters don't answer. It covers…
"Appendix G: Full Chapter Expansions"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix provides deep expansions on topics introduced in the main chapters — the "go further" material for practitioners who want to understand the why behind the patterns. It covers AI model in…
"Appendix H: Extended Troubleshooting Reference"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix is a comprehensive troubleshooting index covering every significant failure mode in OpenClaw automation — organized by system component and searchable by symptom. Rather than theoretical…
"Appendix I: Glossary"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This glossary provides precise definitions for the core terminology used throughout the Kelly handbook and OpenClaw ecosystem. It serves as a quick reference for the canonical meaning of terms as used…
"Appendix J: Version Notes"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix documents what was current when this handbook was written (early 2026) and what practitioners should verify against current documentation as the platform evolves. OpenClaw is actively de…
"Appendix K: Complete Worked Examples"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix contains four complete, end-to-end worked examples, each showing every file, script, and configuration needed to run a specific automation from scratch. Unlike the cookbook which provide…
"Appendix L: Rapid Reference"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This appendix is the 50-most-useful commands and patterns quick reference — the condensed cheat sheet for practitioners who know the concepts but need to recall exact syntax. It covers gateway managem…
"Audit, Test, Automate: How We Decide What AI Can Own"
2026-06-02 · source · deviantabstraction.com
A task is suitable for AI delegation when all three conditions hold:
"Beads vs Kelly Pipeline Assessment — Can Beads Replace Kelly's State Tracking?"
2026-04-26 · article · steve-yegge-beads-kelly-gap
This assessment evaluates how practical Steve Yegge's Beads framework would be as a replacement for the Kelly pipeline's current state tracking infrastructure. Beads (git-versioned, SQL-queryable work…
"Beads — The Git-Versioned, SQL-Queryable Work Primitive"
"2026-01-01" · article · steve-yegge-beads
A Bead is the atomic unit of work in the Gas Town / Gas City ecosystem. Every discrete unit of work — a code task, a message, a coordination signal, a patrol route, a quality gate — is a Bead. Beads a…
"Chapter 0: Getting Started"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
OpenClaw is an AI-powered automation platform that runs as a long-lived Gateway daemon on your machine, exposing AI agents that can read files, execute shell commands, control browsers, send messages,…
"Chapter 10: Browser Agent Deep Dive"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
The browser tool is OpenClaw's heaviest but most powerful web automation capability, enabling automation that literally nothing else can do. The Chrome Extension Relay is the key differentiator: inste…
"Chapter 11: Business Automation"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
This chapter covers the real production systems that justify OpenClaw as a business tool. The software factory pattern (the Kelly Router architecture from AGENTS.md) takes product ideas through six st…
"Chapter 12: Creative Workflows"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Creative work has a dirty secret: most creative blocks are logistical, not creative. The actual creative work—making it good—is human. But gathering references, organizing research, reformatting conte…
"Chapter 13: Personal Life Automation"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Personal life automation is the most compelling use case because it's your own time and quality of life on the line. Morning briefings are the flagship personal automation—compiling everything you nee…
"Chapter 14: Designing Your Stack"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Designing an automation system that actually works requires discipline: start small with the one repetitive daily task you hate most, not with a grand multi-phase pipeline. The key insight is the 10x …
"Chapter 15: Troubleshooting & Optimization"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
The most common failures in rough order: Gateway not running (nothing works; check with openclaw gateway status and start with openclaw gateway start; prevent with LaunchAgent/systemd autostart), wron…
"Chapter 2: OpenClaw Architecture"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Understanding OpenClaw's architecture demystifies everything else. The system is built as a composable pipeline: You → Channel → Gateway → Agent → Tools → World. The Channel (WhatsApp, desktop, CLI) i…
"Chapter 3: File & Code Automation"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Files are the connective tissue of any automation system—every pipeline stores state between runs, passes data between components, logs activity, and accepts configuration through files. OpenClaw prov…
"Chapter 4: Web Automation"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
OpenClaw has two web access modes: lightweight (web_search and web_fetch via Brave API) and heavyweight (full browser control via Chromium). Use web_fetch when the content is in the HTML source or you…
"Chapter 5: Communication Automation"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
The message tool is OpenClaw's interface to messaging channels—WhatsApp is the primary integration. Basic sends require a target (phone number with country code or saved contact name) and a message st…
"Chapter 6: Time-Based Automation (Cron)"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Cron is Unix's oldest automation primitive, running since 1975, and OpenClaw builds on it with natural language task descriptions that make scheduling accessible. Cron expressions are five fields: min…
"Chapter 7: Multi-Agent Orchestration"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
A single agent has hard limits: a finite context window, sequential-only work, no specialization, and no self-check when it goes wrong. Multi-agent systems address all of these—sub-agents work in para…
"Chapter 8: Memory & Context Management"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
Context is the most underrated challenge in AI automation. AI models process information through a context window—current models handle 100K+ tokens but context still has hard limits. When context ove…
"Chapter 9: Node Network"
2026-04-27 · handbook · Kelly handbook (automate-everything-openclaw-handbook)
A "node" in OpenClaw is any device paired with your Gateway—phone, tablet, laptop, remote server—that can execute commands or provide data. The node network extends OpenClaw's reach beyond a single ma…
"Claude + Obsidian have to be illegal"
2026-04-09 · article · defileo-claude-obsidian-setup
Primary source: the tweet links to a long-form article at https://x.com/i/article/2041858771123617793 (a Twitter article/Card). Full article text was not retrievable via automated tools due to X/Twitt…
"Claude Code Dynamic Workflows: Parallel Subagent Orchestration"
2026-05-28 · article · https://x.com/ClaudeDevs/status/2060044853279617150
On May 28, 2026, Anthropic announced dynamic workflows as a research preview in Claude Code. The core idea: Claude writes a JavaScript orchestration script on the fly, then a separate runtime executes…
"Cursor for Everything"
2025-11-19 · article · DoltHub Blog
DoltHub argues that Cursor's success in the IDE market — combining a familiar UI with an LLM chat window and version control — can be replicated across any application. The key insight: LLMs make mist…
"Cursor for SQL (Introducing Agent Mode in Dolt Workbench)"
2026-02-09 · article · DoltHub Blog
DoltHub officially introduces agent mode in the Dolt Workbench — a Cursor-like agentic chat interface that allows users to safely interact with Dolt, MySQL, and Postgres databases. The article demonst…
"Factory Pattern vs Anthropic Dynamic Workflows: A Comparative Analysis"
2026-05-29 · article · https://claude.com/blog/introducing-dynamic-workflows-in-claude-code, https://www.anthropic.com/news/claude-opus-4-8
On May 28, 2026, Anthropic shipped Dynamic Workflows as a research preview in Claude Code, bundled with Opus 4.8. The core mechanism:
"From Smart Notepad to Something More"
2026-03-01 · article · yukicapital-board-review-2
title: "From Smart Notepad to Something More"
"Gap Analysis: dark-factory-kb vs Karpathy LLM Wiki Pattern"
2026-05-29 · analysis · dark-factory-kb
index.html links to 0 concept pages — the concept layer is invisible from main navigation
"Gas City — The SDK for Building Custom Dark Factories"
2026-04-24 · article · steve-yegge-gas-city
Gas City is the evolutionary successor to Gas Town. Where Gas Town was a single, opinionated product — an orchestrator for Claude Code clones — Gas City is an SDK for building custom dark factories. I…
"GUPP — Gas Town Universal Propulsion Principle"
2026-01-01 · article · steve-yegge-gupp
> If there is work on your hook, you MUST run it. No yielding, no waiting — relentless execution.
"Kelly Factory — Overview"
2026-04-27 · article · kelly-factory-overview
The Kelly Factory is a dark factory architecture for software development — a multi-agent production line that processes ideas into shipped software with minimal human intervention. It is the operator…
"Kelly vs Gas Town — Full Gap Analysis"
2026-04-26 · article · kelly-gas-town-gap-analysis
Steve Yegge's Gas Town system and Kelly's factory methodology are two independent inventions of the same underlying pattern: autonomous multi-agent teams executing structured work pipelines with quali…
"Mayor, Crew, and Polecats — The Three-Tier Agent Hierarchy"
2026-01-01 · article · steve-yegge-hierarchy
Gas Town's most immediately recognizable architectural decision is its deliberate hierarchy of agent roles,,拒绝 the flat "swarm of identical agents" model that most multi-agent frameworks default to. I…
"MEOW — Molecular Expression of Work"
2026-01-13 · article · steve-yegge-meow
The name is deliberately playful (Yegge's style), but the concept is serious: in MEOW, everything is Work. Not just code tasks, but:
"Open Knowledge Format (OKF) — Google's Standardized Markdown Knowledge Format"
2026-06-13 · source · Google Cloud / Marie Haynes (Twitter)
The Open Knowledge Format (OKF) is an open, vendor-neutral specification for representing knowledge as a directory of markdown files with YAML frontmatter. It formalizes the "LLM wiki" pattern — markd…
"OpenClaw Auto Review Skill"
2026-06-04 · source · https://github.com/openclaw/agent-skills/blob/main/skills/autoreview/SKILL.md
A structured code review system that runs as a closeout check before commit or ship. This is code review, not approval routing — the output is advisory, never authoritative. Codex is the default engin…
"RevenueCat Hires an AI Agent — The First Agentic AI & Growth Advocate"
2026-03-05 · source · "https://jobs.ashbyhq.com/revenuecat/998a9cef-3ea5-45c2-885b-8a00c4eeb149 (NOW 404 — see Wayback: https://web.archive.org/web/20260305100351/https://jobs.ashbyhq.com/revenuecat/998a9cef-3ea5-45c2-885b-8a00c4eeb149)"
On March 5, 2026, RevenueCat — a San Francisco SaaS company managing in-app subscriptions for 30,000+ apps, processing $10B+ in annual volume — posted a job listing that made headlines across tech med…
"RevenueCat Hiring Agentic AI & Growth Advocate (2026)"
2026-06-19 · source · job posting (archived)
title: "RevenueCat Hiring Agentic AI & Growth Advocate (2026)"
"SaaS is kinda dead. We just Codex every internal tool we have"
2026-06-10 · Tweet · X/Twitter
> "SaaS is kinda dead. we just Codex every internal tool we have. I can build a SaaS in a day and it's completely catered to my use case"
"SaaS Mountain — The Incumbent Model Yegge's Agents Are Escaping"
2026-04-24 · article · steve-yegge-saas-mountain
1. It's a climb. SaaS platforms are complex, require significant configuration and customization, and demand ongoing maintenance. Getting to the top (full value) takes months or years.
"Steve Yegge's Gas Town Series — Agent Orchestration and the Dark Factory Future"
"2026-01-01" · article · steve-yegge-gas-town
Steve Yegge — ex-Geoworks, ex-Amazon, ex-Google, ex-Grab, ex-Sourcegraph, 30+ years coding — published a five-post series in early 2026 chronicling the invention of Gas Town, an open-source agent orch…
"The Agentic Economy"
2026-03-18 · article · yukicapital-the-agentic-economy
tags: [agentic-economy, ai-agents, business-models, yuki-capital, moats, advertising]
"The AI CEO Experiment"
2026-01-22 · article · yukicapital-ai-ceo-experiment
tags: [ai-ceo, autonomy, dark-factory, github-ops, yuki-capital]
"The AI CEO Now Runs Autonomously"
2026-04-12 · article · yukicapital-board-review-3
title: "The AI CEO Now Runs Autonomously"
"The GUI Parenthesis"
2026-03-13 · article · yukicapital-the-gui-parenthesis
tags: [gui, cli, interface-design, disruption, yuki-capital]
"The Intelligence Premium"
2026-03-00 · article · yukicapital-the-intelligence-premium
source: yukicapital-the-intelligence-premium
"The LLM Wiki Pattern — Karpathy's Compounding Knowledge Base"
2026-04-27 · pattern · "https://x.com/karpathy/status/2039805659525644595" (original tweet, Apr 2, 20.6M views); "https://x.com/karpathy/status/2040470801506541998" (follow-up, Apr 4); gist (2026-04-02) https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
> Source tweet (Apr 2, 2026 — @karpathy, 20.6M views, 57K likes, 104K bookmarks):
"The Unreasonable Effectiveness of HTML"
2026-05-08 · https://simonwillison.net/2026/May/8/unreasonable-effectiveness-of-html/
id: simon-willison-unreasonable-effectiveness-html
"The Wasteland — Federated Reputation Economy for Agent Work"
2026-03-04 · article · steve-yegge-wasteland
Gas Town works well for a single Rig (one team of agents working on one project). But Yegge identified a fundamental scaling constraint: 100x token spend requires 100x users. If you want your dark fac…
"Using Claude Code: The Unreasonable Effectiveness of HTML"
2026-05-08 · https://x.com/trq212/status/2052809885763747935
This article originated as a long-form post on Twitter/X by thariq-shihipar, who leads the Claude Code engineering team at Anthropic. It sparked widespread discussion among AI researchers, developers,…
"Yuki AI CEO Factory — Overview"
2026-04-27 · article · yukicapital-ai-ceo-factory
Yuki Capital is a small holding company that builds and operates a portfolio of digital businesses: SaaS products, content sites, and developer tools. On January 22, 2026, an AI (named Judy Win) was a…
"Yuki AI CEO vs Kelly Factory vs Gas Town — Full Gap Analysis"
2026-04-27 · article · yuki-ai-ceo-vs-kelly-gas-town-gap
Three independent dark factory systems have emerged from three different practitioners: Yuki Capital's AI CEO (run by Judy Win / Claude, January–April 2026), Kelly's Factory Router (the operator's Kel…
"Yuki Capital AI CEO Patterns — Cross-Reference with Kelly Factory & Gas Town"
2026-04-27 · article · yukicapital-ai-ceo-overview
title: "Yuki Capital AI CEO Patterns — Cross-Reference with Kelly Factory & Gas Town"
Austen Allred — Kelly Claude AI / Software Factory Tweets
2026-04-27
Kelly is Austen's primary AI routing agent that ingests ~25k tokens of context on spawn so he doesn't repeat himself. Kelly operates autonomously across multiple sessions (columns in OpenClaw Deck), e…
Auto-Spawn Chain Protocol — Hands-Free Pipeline Execution
Without auto-spawn, every pipeline step required the Router to:
Beads Adoption — Formula-Driven Pipeline Tracking
Before Beads, the factory tracked pipeline state through four separate, disconnected mechanisms:
BMAD Library — Behavioural Model–Driven Agent Design
BMAD is Kelly's framework for designing specialized, composable agents using behavioural models. Each agent is defined not by its model or vendor, but by its role, trigger conditions, workflow, and ou…
Closed-Loop Agent Control — The Feedback Loop Trumps Model Size
> "If I give the agent the right tools and close the feedback loop, even a smaller model with a closed loop can outperform a stronger model that relies on human-observed feedback."
Dark Factory KB — Compiled Sources Index
Kelly tweets: 289 total files; categorized by grep keyword matching into agents (11), factory (65), business (46), openclaw (38)
DONE Marker Protocol — Why Dual-Write Matters
1. DONE marker file — written to the filesystem at {done_dir}/DONE
GStack — AI Engineering Workflow
2026-04-27
Chromium daemon runs continuously (~3s startup, ~100ms per command after)
Kelly Handbook Ch11 — Software Factory Pattern
2026-04-27
Software factory pipeline: Idea → Research → Planning → Implementation → Testing → Release
Kelly Handbook: Multi-Agent Orchestration
2026-04-27
Kelly Router (Main Agent): Never does the work — only routes, validates gates, and communicates with the operator
Kelly Handbook: Software Factory Pattern
2026-04-27
Software Factory: A structured pipeline that processes ideas into shipped software with minimal human intervention
Kelly Research — OCR Transcripts
Factory Rules (Tweet ID: 2021025015395926352): 10 rules governing all Kelly instances. Key architecture: Kelly Router (main agent, no new registration), 5 Named Agents (Research Lead, Project Lead, Te…
Kelly Tweets Overview — Theme Analysis
2026-04-27
AI assistant → autonomous builder: Early tweets show Kelly as an executive assistant (email, calendar, travel). Rapid pivot to building software products autonomously.
Kelly Tweets — Design, UX & Development
2026-04-27
Design Station: One prompt → 10 design agents crowd-sourcing trends from X, generating specs with Gemini, auto-applying styles. One of Kelly's most significant factory upgrades.
Kelly Tweets — Miscellany
2026-04-27
Autonomy milestones: VoIP phone number setup (Twilio), Stripe Atlas LLC formation, Apple Developer account, own GitHub repo with branch protection, first human employee hired (interviewed + onboarded)…
Kelly Tweets — Pipelines & Workflows
2026-04-27
iOS Factory 10-step pipeline: 0-CHECK STATUS, 1-DISCOVER (opportunity-scanner), 2-VALIDATE (28/40 gate), 3-DESIGN (77/110 gate), 4-BUILD, 5-POLISH (70% gate), 6-LAUNCH, 7-SUBMIT, 8-MARKET, 9-TRACK, 10…
Kelly Tweets: BMAD Methodology
2026-04-27
BMAD: Build My Idea Automated Development — a Gauntlet AI framework for idea-to-app AI orchestration
Kelly Tweets: Business Metrics & Revenue
2026-04-27
First revenue: Kelly earned her first dollar in under one week
Kelly Tweets: Multi-Agent & Coding Agents
2026-04-27
Sub-agent swarms: Spawning 4–9 parallel agents to build different components simultaneously
Kelly Tweets: OpenClaw Features & Capabilities
2026-04-27
ClawdHub: Package manager for AI agent skills — "clawdhub install memory-system-v2", "clawdhub install agentic-calling"
Kelly Tweets: Software Factory & Autonomous Building
2026-04-27
Software Factory v3: Parallel build of 15 unique iOS apps overnight, auto-detecting revenue potential
Multi-Factory Comparison
2026-04-27
As AI-assisted development matures, a handful of distinct "factory" patterns have emerged — systems that orchestrate multiple AI agents to plan, implement, test, and ship software with varying degrees…
Operator Control — Queue, Hold, and Continue
Full automation needs emergency brakes. The auto-spawn-chain lets pipelines run hands-free from step 1.1 through completion, but the operator must be able to:
RALPH Refinements — Lessons from Production Use
RALPH is the factory's error handling protocol: Retry → Ask → Log → Pause → Handoff. When a subagent fails, the Router follows this escalation ladder:
Story-by-Story Build — Context-Bounded Implementation
When a BUILD phase has 20+ stories, handing the agent the entire sprint backlog in a single session doesn't work. The agent's context window fills up with:
SuperAda Overview
2026-04-28
SuperAda is the enterprise-scale multi-agent system built by Kelly (Austen). It is named after Ada Lovelace and structured after the Star Trek crew — each agent has a specific role, a specific model, …
SuperAda: Enterprise Operations — 136 Active Autonomous Tasks
2026-04-28
At any given time, the Enterprise Crew runs:
SuperAda: Multi-Agent Architecture & Operating Methodology
2026-04-28
This is the fundamental separation of cognitive labor: vision (human) → coordination (Ada) → execution (specialized agents).
SuperAda: The Enterprise Crew — Multi-Agent Operations Reference
2026-04-28
SuperAda is Henry Mascot's personal AI crew: seven active agents across cloud VMs, a Raspberry Pi, and Mac hardware, all orchestrated via OpenClaw. The goal is 1000x leverage on Henry's time. The crew…
Concepts
"7-Agent Crew Topology — The Enterprise Crew Architecture"
"2026-04-28" · "internal:kb-synthesis"
The Enterprise Crew is the SuperAda multi-agent system: seven active AI agents spread across cloud VMs, a Raspberry Pi, and Mac hardware, all orchestrated via OpenClaw. Each agent has a defined role, …
"Autonomy Policy v3 — Delegation That Actually Works"
"2026-04-28" · "internal:kb-synthesis"
The Autonomy Policy v3 is the third and current iteration of the Enterprise Crew's operating policy for agent decision-making. It evolved from two earlier versions that each fixed a specific failure m…
"BMAD Method"
"2026-05-22" · "https://github.com/bmad-code-org/BMAD-METHOD, https://docs.bmad-method.org"
Traditional AI tools do the thinking for you, producing average results. BMAD agents and facilitated workflows act as expert collaborators who guide you through a structured process to bring out your …
"Distribution Gap"
"2026-06-09" · problem · "internal:kb-synthesis"
The Distribution Gap is the systematic failure to acquire traffic and revenue despite having production capability — the gap between "can build" and "can sell" that defines the factory-trap.
"Factory Trap"
"2026-06-09" · anti-pattern · "internal:kb-synthesis"
The Factory Trap is the systematic failure mode where builders invest heavily in factory/agent systems for production while neglecting marketing and distribution — resulting in sophisticated tooling t…
"HiM Model — Human-in-the-Loop Orchestration"
"2026-04-28" · "internal:kb-synthesis"
The model is explicitly designed to multiply a single human's output by routing all strategic decisions, priority calls, and context-dependent judgment to the human, while agents handle execution, res…
"Internal Tool Custom Fit"
2026-06-10 · "@baoskee tweet + dark-factory-kb research"
Internal tool custom fit is the practice of building tools that match your exact workflow, data model, and business logic — versus adapting your workflow to fit what off-the-shelf SaaS provides. The t…
"ISC — Inference Selection Criteria"
"2026-04-28" · "internal:kb-synthesis"
ISC is part of the inner loop of the crew's 7-phase execution algorithm:
"Lobster Pipelines — Typed JSON Envelope with Resumable Approvals"
"2026-04-28" · "internal:kb-synthesis"
1. A typed JSON envelope — a structured schema that wraps each step in a pipeline, making the state machine explicit and inspectable
"Meta-Crons — The Four Agents That Keep the Fleet Alive"
"2026-04-28" · "internal:kb-synthesis"
These four meta-crons run continuously and form the immune system of the fleet — the layer that catches failures, enforces optimization, and keeps the system running when API limits, broken integratio…
"SaaS is Dead (Vibe Coding Thesis)"
2026-06-10 · "@baoskee tweet + broader industry commentary"
Generic SaaS tools — horizontal productivity apps, internal tooling suites, project management platforms — are being disrupted not by better SaaS, but by vibe coding: the ability to build exactly what…
"Sharpener.dev"
"2026-05-22" · "https://sharpener.dev/"
In the AI era, AI is only as smart as your plan. Sharpener addresses this by applying rigorous product thinking to the front end of development — before a single line of code is written.
"tufte-viz Skill — Origin Story"
"2026-05-25" · "https://x.com/draparente/status/2058455309157544428, https://github.com/aparente/claude-skills, https://aparente.github.io/claude-skills/"
Her profile signals someone who moves fluidly between rigorous science and human-centered design — a natural fit for Tufte's work, which sits at the boundary of analytical rigor and visual clarity.
"tufte-viz — Core Principles"
"2026-05-25" · "https://github.com/aparente/claude-skills/tree/master/skills/tufte-viz"
The tufte-viz skill encodes Edward Tufte's visualization philosophy across all four of his books, organized as progressive disclosure: a lightweight always-loaded SKILL.md plus two on-demand reference…
"tufte-viz — Pre/Post Demo Reference"
"2026-05-25" · "https://aparente.github.io/claude-skills/skills/tufte-viz/demos/"
Four worked examples of how the tufte-viz skill transforms a visualization. Each demo is a single HTML page showing the default ("pre") and Tufte-treatment ("post") side by side.
"Useless AI Slop"
"2026-06-09" · anti-pattern · "internal:kb-synthesis"
> "Before, the classic programmer would spend a year writing code, tests, preparing for scale in the basement, and not show anything to anyone.
"Vibe Coding"
2026-06-10 · "@baoskee tweet + general industry usage"
Vibe coding is the practice of building software by describing your intent to an AI coding agent (Cursor, Codex, Claude Code, etc.) and reviewing/refining the output, rather than writing code line-by-…
"World Model — Shared Cognitive Architecture for Multi-Agent Systems"
"2026-04-28" · "internal:kb-synthesis"
The World Model is the Enterprise Crew's shared cognitive substrate: a single world.json file that serves as the authoritative source of truth for agent state, context, and coordination. It is the ans…
People
Queries
"GUPP vs Kelly's Autonomous Continuation — Execution Models Compared"
2026-04-30 · query
GUPP is defined in steve-yegge-gupp as the core execution axiom of Gas Town:
"How would an autonomous compounding loop work in Kelly's factory, and what would it look like?"
2026-05-18 · query
An autonomous compounding loop is a persistent background agent that, on a schedule, reads its own prior outputs, takes a bounded action, and writes a new output — so each iteration starts from accumu…
"Kelly CIS Pipeline vs SuperAda 7-Agent Crew Architecture"
2026-04-30 · query
The CIS (Context → Information → Synthesis) loop is defined in cis-pipeline as Stage 2 of Kelly's six-stage factory pipeline:
"Kelly CIS Pipeline — What Actually Triggers READY vs NOT-READY?"
2026-05-07 · query
The CIS (Context → Information → Synthesis) loop is Stage 2 of Kelly's six-stage factory pipeline. It runs as a research-lead operation, potentially spawning multiple parallel sub-agents to cover diff…
"Kelly Router Spawn Protocol vs Gas Town Mayor Pattern"
2026-04-30 · query
The Kelly Router follows a precise, documented spawn protocol defined in kelly-handbook-ch7-multi-agent and operationalized in kelly-factory-overview:
"Kelly Sub-Agent Spawn Protocol — What's Enforced vs What's Assumed"
2026-05-07 · query
Kelly's multi-agent architecture (kelly-handbook-ch7-multi-agent) uses the subagents tool to spawn independent worker agents. The Router (main agent) spawns labeled sub-agents with task descriptions a…
"Kelly's Authority Matrix — What's Documented vs What's Missing"
2026-05-07 · query
Kelly's factory has a clear role hierarchy (Router → research-lead → project-lead → build-agents → test-lead) and an escalation protocol (RALPH: retry → escalate on second failure). But role assignmen…
"Kelly's Five-Layer Memory System in Practice"
2026-04-30 · query
The five layers are defined in five-layer-memory and operationalized in kelly-factory-overview. Each layer has a distinct purpose and format:
"Why Beads Are Fundamentally Different from Kelly's Pipeline State Tracking"
2026-04-30 · query
Beads are defined in steve-yegge-beads as the atomic unit of work in the Gas Town / Gas City ecosystem. Every discrete unit of work — a code task, a message, a coordination signal, a patrol route, a q…
Reports
Agents
Ai-Delegation
Angry-Mob
Architecture
"Closed Feedback Loop"
2026-05-31 · closed-loop-agent-control
A closed feedback loop in agent architecture means the agent has direct, programmatic access to the target system's state and can act on it without human intermediation. The loop is: agent acts → stat…
"Gateway Daemon"
2026-04-27 · Kelly handbook (automate-everything-openclaw-handbook)
The Gateway daemon is the central long-running process that orchestrates everything in OpenClaw. It listens on all channels (WhatsApp, desktop, CLI), manages session contexts, executes cron jobs, main…
"Model-Size Agnostic Iteration"
2026-05-31 · closed-loop-agent-control
Model-Size Agnostic Iteration is the principle that tooling quality and feedback loop completeness matter more than model capability past a certain threshold. A smaller, cheaper model operating inside…
"Session Isolation"
2026-04-27 · Kelly handbook (automate-everything-openclaw-handbook)
Every conversation in OpenClaw runs in its own isolated session with a dedicated message history and agent instance. Sessions provide memory isolation between concurrent conversations and enable the m…
"Time-as-Knob Pattern"
2026-05-31 · closed-loop-agent-control
The Time-as-Knob pattern means giving an agent a first-class tool to control the execution pace of a target system (typically a simulation or game engine). The agent decides when and how fast time adv…
"Tool Policy Gating"
2026-04-27 · Kelly handbook (automate-everything-openclaw-handbook)
Tools in OpenClaw are gated by policy rules defined in ~/.openclaw/openclaw.json. Each tool can be assigned a security mode that determines whether it runs freely, requires user confirmation, or is de…
"Tool-Mediated Game State Control"
2026-05-31 · closed-loop-agent-control
A three-tool extension that provides a coding agent with a complete sensory-motor loop over a running game engine:
"Workspace Boot"
2026-04-27 · Kelly handbook (automate-everything-openclaw-handbook)
At every session start, the agent reads a set of files from the workspace to restore identity, context, and operating procedures. SOUL.md provides identity (tone, principles, domain expertise), MEMORY…
Artifact-Pattern
Autonomous-Builder
Bmad-Library
Bmm-Agents
Branch-Aware-Llm-Writes
Buildmyidea
Chat-On-The-Side
Cis-Agents
Cis-Pipeline
Code-Review
Commit-Confirmation-Pattern
Cursor-For-Everything
Design-Gate
Design-Station
Discovery-Gate
Dolt-As-Agentic-Database
Factory-Rules
Factory-V3
Full-Pipeline
Gas-Town-Daemons
Ios-Factory-Pipeline
Learning-Loop
Marketing-Factory
Mcp-Model-Context-Protocol
Memory
Memory-System
Multi-Agent-Pipeline
Mysql-Vs-Version-Controlled-Db-For-Agents
Pipeline-Stages
Pipeline-State
Polish-Gate
Quick-Path
Research-Station
Ship-Or-No-Ship
Software-Factory
Sub-Agent-Parallelism
Tea-Agent
Tea-Audit
Tools
Versioning
Visual-Diff-Data-Apps
Workflows