<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>rustman — build in public</title>
    <link>https://rustman.org</link>
    <description>Solo founder building products with AI. Principles, methodology, lessons learned.</description>
    <language>en</language>
    <atom:link href="https://rustman.org/rss.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Agent mistake → fix the harness, not the prompt</title>
      <link>https://rustman.org/wiki/agent-mistake-fix-harness</link>
      <guid>https://rustman.org/wiki/agent-mistake-fix-harness</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>The single most important principle from harness engineering: when an AI agent makes a mistake, don't fix the prompt or try a better model. Fix the environment.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Agent self-discipline — drift detector and complexity thresholds</title>
      <link>https://rustman.org/wiki/agent-self-discipline</link>
      <guid>https://rustman.org/wiki/agent-self-discipline</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Principles for fighting AI agent degradation. The agent tends to drift into comfortable but unproductive patterns. Two mechanisms fight this:</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Apple Foundation Models — zero-cost on-device AI for iOS portfolio</title>
      <link>https://rustman.org/wiki/apple-on-device-ai</link>
      <guid>https://rustman.org/wiki/apple-on-device-ai</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Unified on-device AI layer for all iOS products (KissMyTask, FaceAlarm, VoiceJournal, QuestSchool). Zero API cost, privacy by architecture, SGR natively via ...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>CLI-first testing — every project gets a CLI mirror</title>
      <link>https://rustman.org/wiki/cli-first-testing</link>
      <guid>https://rustman.org/wiki/cli-first-testing</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Every project should have a CLI utility that mirrors the core business logic without UI. Not a separate tool — the same modules, different entry point.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Context engineering — context as code</title>
      <link>https://rustman.org/wiki/context-engineering</link>
      <guid>https://rustman.org/wiki/context-engineering</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>One of three harness engineering components. The idea: agent context is not chat history — it's a continuously improved knowledge base in the repository.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Context Graphs — agent trajectories and organizational memory</title>
      <link>https://rustman.org/wiki/context-graphs-summary</link>
      <guid>https://rustman.org/wiki/context-graphs-summary</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Context Graph — a graph capturing AI agent decision-making trajectories: not just *what* the agent did, but *how* and *why*. "A system of record for decision...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Decision Making</title>
      <link>https://rustman.org/wiki/decision-making</link>
      <guid>https://rustman.org/wiki/decision-making</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>How to make decisions as a solo founder. From mental models to practical frameworks to psychological traps.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Decision traces compound — each agent action improves future ones</title>
      <link>https://rustman.org/wiki/decision-traces-compound</link>
      <guid>https://rustman.org/wiki/decision-traces-compound</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>The economic argument for context graphs: agent decision traces are a compounding asset. Each successful action recorded in the graph improves future ones th...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Universal Development Principles — every project, any stack</title>
      <link>https://rustman.org/wiki/dev-principles-summary</link>
      <guid>https://rustman.org/wiki/dev-principles-summary</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>993-line reference document applied to every project regardless of stack. Injected into PRDs during generation. Covers: SOLID, DRY (but Rule of Three), KISS,...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Harness Engineering — development in the age of agents</title>
      <link>https://rustman.org/wiki/harness-engineering-summary</link>
      <guid>https://rustman.org/wiki/harness-engineering-summary</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Harness Engineering — designing environments where AI agents do reliable work. Humans steer, agents execute. Synthesized from three sources: OpenAI experimen...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Infrastructure: two tools, serverless by default</title>
      <link>https://rustman.org/wiki/infra-two-tools</link>
      <guid>https://rustman.org/wiki/infra-two-tools</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Unified infrastructure for multiple mini-startups. Two principles: one project = one deploy config (infra lives in the repo), two tools, no more (SST + Pulumi).</description>
      <category>wiki</category>
    </item>
    <item>
      <title>KMP sync — Supabase + PowerSync for offline-first cross-platform</title>
      <link>https://rustman.org/wiki/kmp-sync-strategy</link>
      <guid>https://rustman.org/wiki/kmp-sync-strategy</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>For family/cross-platform apps needing offline-first sync between Android + iOS: Supabase + PowerSync is the recommended stack. MongoDB Realm Sync was deprec...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>PostHog analytics: one product = one project, cross-platform identity</title>
      <link>https://rustman.org/wiki/posthog-cross-platform</link>
      <guid>https://rustman.org/wiki/posthog-cross-platform</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Unified analytics for solo founder with mobile apps + web landings. Core problem: one person on landing and in app = 2 anonymous IDs. Broken attribution, bro...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Privacy-First Architecture</title>
      <link>https://rustman.org/wiki/privacy-first</link>
      <guid>https://rustman.org/wiki/privacy-first</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Building products where user data stays on-device. Offline-first, local processing, minimal cloud dependency.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>SGR — schemas first, logic second, UI last</title>
      <link>https://rustman.org/wiki/schema-guided-reasoning</link>
      <guid>https://rustman.org/wiki/schema-guided-reasoning</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>Schema-Guided Reasoning (SGR): all projects built from schemas to logic, not the other way around. Schemas are the contract between AI agent, business logic,...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Solo Methodology</title>
      <link>https://rustman.org/wiki/solo-methodology</link>
      <guid>https://rustman.org/wiki/solo-methodology</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>AI-driven solo development — how one person ships products using LLM agents, harness engineering, and automation.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Startup Validation</title>
      <link>https://rustman.org/wiki/startup-validation</link>
      <guid>https://rustman.org/wiki/startup-validation</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>How to validate startup ideas before investing time in building. From quick signal checks to full STREAM analysis.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Background jobs — cron → CF Workers → Prefect → Temporal → Trigger.dev</title>
      <link>https://rustman.org/wiki/background-jobs-ladder</link>
      <guid>https://rustman.org/wiki/background-jobs-ladder</guid>
      <pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
      <description>5 tools for background jobs, ordered by complexity. Rule: start with cron, move up only when you need to.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Agent sandboxing — safe LLM agent execution on Mac</title>
      <link>https://rustman.org/wiki/agent-sandboxing</link>
      <guid>https://rustman.org/wiki/agent-sandboxing</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>LLM agents (Claude Code, Codex, Gemini CLI) run with full filesystem access. Sandboxing via lightweight VMs solves this: agent works in isolation, sees only ...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Inspiration sources — curated channels, communities, newsletters</title>
      <link>https://rustman.org/wiki/inspiration-sources</link>
      <guid>https://rustman.org/wiki/inspiration-sources</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Curated list of ~60 channels/communities across 7 platforms, organized by relevance to solo founder workflow.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Kill / Iterate / Scale — weekly decision rules</title>
      <link>https://rustman.org/wiki/kill-iterate-scale</link>
      <guid>https://rustman.org/wiki/kill-iterate-scale</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Hard numeric thresholds for weekly product decisions. No "let's wait and see":</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Launch Playbook — From Niche to Revenue</title>
      <link>https://rustman.org/wiki/launch-playbook-summary</link>
      <guid>https://rustman.org/wiki/launch-playbook-summary</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Operational playbook in 11 sections. Core: idea → live product with traffic in 5-9 days.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Solo Founder Manifesto — Core Values</title>
      <link>https://rustman.org/wiki/manifest-summary</link>
      <guid>https://rustman.org/wiki/manifest-summary</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>The manifesto (86 lines) establishes 6 foundational positions:</description>
      <category>wiki</category>
    </item>
    <item>
      <title>One pain → one feature → launch</title>
      <link>https://rustman.org/wiki/one-pain-one-feature-launch</link>
      <guid>https://rustman.org/wiki/one-pain-one-feature-launch</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>The antidote to "platform thinking": don't build a platform, don't draw a 50-feature roadmap. One pain, one solution, shipped in days.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Portfolio approach — multiple small bets, not one big bet</title>
      <link>https://rustman.org/wiki/portfolio-approach</link>
      <guid>https://rustman.org/wiki/portfolio-approach</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Build multiple small products instead of going all-in on one. Pieter Levels: 70+ projects, 3-4 active revenue sources. John Rush: 20+ products. Danny Postma:...</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Privacy is architecture, not a feature</title>
      <link>https://rustman.org/wiki/privacy-as-architecture</link>
      <guid>https://rustman.org/wiki/privacy-as-architecture</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Key distinction from the manifesto: privacy is not a settings checkbox but an architectural decision made before the first line of code.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>RAG patterns — 7 approaches from vector to agentic</title>
      <link>https://rustman.org/wiki/rag-patterns</link>
      <guid>https://rustman.org/wiki/rag-patterns</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Reference catalog of 7 RAG patterns, each with when-to-use, trade-offs, and components.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>S.E.E.D. — niche scoring in 10 minutes</title>
      <link>https://rustman.org/wiki/seed-niche-scoring</link>
      <guid>https://rustman.org/wiki/seed-niche-scoring</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Quick filter for niche ideas before writing code. 4 dimensions:</description>
      <category>wiki</category>
    </item>
    <item>
      <title>Solopreneur success patterns — benchmarks, pricing, distribution</title>
      <link>https://rustman.org/wiki/solopreneur-patterns-summary</link>
      <guid>https://rustman.org/wiki/solopreneur-patterns-summary</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Data-driven patterns from successful indie hackers (2023-2026). Used by `/validate` for STREAM scoring and `/research` for market context.</description>
      <category>wiki</category>
    </item>
    <item>
      <title>CodeGraph — code intelligence across all projects via FalkorDB + tree-sitter</title>
      <link>https://rustman.org/wiki/codegraph-guide</link>
      <guid>https://rustman.org/wiki/codegraph-guide</guid>
      <pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate>
      <description>Knowledge graph of source code across all projects. Scans files, symbols (functions, classes, protocols), dependencies, imports, function calls, class inheri...</description>
      <category>wiki</category>
    </item>
  </channel>
</rss>