Dark Factory Kb
Compiled knowledge base — 129 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
Primary source: Simon Willison's Substack article "Agentic Engineering Patterns" (https://simonw.substack.com/p/agentic-engineering-patterns). The guide is maintained at https://simonwillison.net/guid…
"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…
"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 to 2026-04-24 · 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…
"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-04-27 · analysis · dark-factory-kb
It is hand-crafted HTML with custom CSS (dark theme, DM Mono/DM Sans fonts), not a simple markdown catalog
"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:
"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 to 2026-04-24 · 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 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…
"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…
BMAD Library — Behavioural Model–Driven Agent Design
2026-04-28
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…
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)
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…
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…
Factory Overviews
Concepts
7-Agent Crew Topology — The Enterprise Crew Architecture
2026-04-28
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
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…
HiM Model — Human-in-the-Loop Orchestration
2026-04-28
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…
ISC — Inference Selection Criteria
2026-04-28
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
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
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…
World Model — Shared Cognitive Architecture for Multi-Agent Systems
2026-04-28
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…
Agents
Angry-Mob
Architecture
Artifact-Pattern
Autonomous-Builder
Bmad-Library
Bmm-Agents
Buildmyidea
Cis-Agents
Cis-Pipeline
Design-Gate
Design-Station
Discovery-Gate
Factory-Rules
Factory-V3
Full-Pipeline
Ios-Factory-Pipeline
Learning-Loop
Marketing-Factory
Memory
Memory-System
Multi-Agent-Pipeline
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
Workflows