Agent mistake → fix the harness, not the prompt
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.
Solo founder building products with AI. Shipping fast, learning in public.
iOS app born from real life: wife runs a face massage coaching business, needed a timer with guided exercises. No good app existed — built one.
iOS app for learning and playing the kubyz (Bashkir jaw harp / vargan). Digital instrument + learning tool preserving cultural heritage through technology.
SuperDuperAI is the umbrella: SuperDuper AI Teknoloji (Turkey, tech park with R&D tax benefits) + SuperDuperAI Corp (USA, Delaware). Not a single product — a...
The original dream, started in 2014: help people turn everyday video moments into meaningful stories. Not just random clips — a narrative, a reflection on life.
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.
Principles for fighting AI agent degradation. The agent tends to drift into comfortable but unproductive patterns. Two mechanisms fight this:
Unified on-device AI layer for all iOS products (KissMyTask, FaceAlarm, VoiceJournal, QuestSchool). Zero API cost, privacy by architecture, SGR natively via ...
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.
One of three harness engineering components. The idea: agent context is not chat history — it's a continuously improved knowledge base in the repository.
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...
How to make decisions as a solo founder. From mental models to practical frameworks to psychological traps.
The economic argument for context graphs: agent decision traces are a compounding asset. Each successful action recorded in the graph improves future ones th...
993-line reference document applied to every project regardless of stack. Injected into PRDs during generation. Covers: SOLID, DRY (but Rule of Three), KISS,...
Harness Engineering — designing environments where AI agents do reliable work. Humans steer, agents execute. Synthesized from three sources: OpenAI experimen...
Unified infrastructure for multiple mini-startups. Two principles: one project = one deploy config (infra lives in the repo), two tools, no more (SST + Pulumi).
For family/cross-platform apps needing offline-first sync between Android + iOS: Supabase + PowerSync is the recommended stack. MongoDB Realm Sync was deprec...
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...
Building products where user data stays on-device. Offline-first, local processing, minimal cloud dependency.
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,...
AI-driven solo development — how one person ships products using LLM agents, harness engineering, and automation.
How to validate startup ideas before investing time in building. From quick signal checks to full STREAM analysis.
5 tools for background jobs, ordered by complexity. Rule: start with cron, move up only when you need to.
LLM agents (Claude Code, Codex, Gemini CLI) run with full filesystem access. Sandboxing via lightweight VMs solves this: agent works in isolation, sees only ...
Curated list of ~60 channels/communities across 7 platforms, organized by relevance to solo founder workflow.
Hard numeric thresholds for weekly product decisions. No "let's wait and see":
Operational playbook in 11 sections. Core: idea → live product with traffic in 5-9 days.
The manifesto (86 lines) establishes 6 foundational positions:
The antidote to "platform thinking": don't build a platform, don't draw a 50-feature roadmap. One pain, one solution, shipped in days.
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:...
Key distinction from the manifesto: privacy is not a settings checkbox but an architectural decision made before the first line of code.
Reference catalog of 7 RAG patterns, each with when-to-use, trade-offs, and components.
Quick filter for niche ideas before writing code. 4 dimensions:
Data-driven patterns from successful indie hackers (2023-2026). Used by `/validate` for STREAM scoring and `/research` for market context.
Knowledge graph of source code across all projects. Scans files, symbols (functions, classes, protocols), dependencies, imports, function calls, class inheri...