YC CEO Rebuilt a $10M Startup in 3 Weeks: Why Your Agent Framework is Wrong
Source: Dev.to
Background
Y Combinator CEO Garry Tan recently demonstrated a striking rebuild of a startup using his open‑source GStack framework. The original product took two years and ten engineers to develop; Garry recreated it in just three weeks.
Architectural Philosophy
Garry proposes a radical approach he calls “Thin Harness, Fat Skills.”
- Thin Harness – a lightweight CLI that maintains terminal context and orchestrates handoffs.
- Fat Skills – high‑context, persona‑driven domain experts that plug into the terminal.
Demo Highlights
-
Office Hours Skill – Before any code is written, GStack runs an “Office Hours” agent that embodies the perspective of YC partners. It asks founders probing questions such as:
- “What is your strongest evidence that anyone wants this?”
- “TurboTax already exists. Why you?”
-
Business Pivot – In the demo, the AI nudged Garry to pivot from a $2 tool to a profitable CPA marketplace funnel, acting more as a co‑founder with strong business sense than a mere code generator.
-
Adversarial Review – After the PRD is drafted, two agents engage in an adversarial review, debating architecture and catching issues like missing 2FA handling or lack of failure handling.
-
Automated Fixes – The agents automatically identified and patched sixteen architectural vulnerabilities without human intervention, showcasing the power of an Agent OS.
Implications
The marginal cost of software development is approaching zero. Success in this new era no longer hinges on being the best syntax writer; instead, it requires three key attributes:
- Taste – discerning valuable ideas and market fit.
- Vision – seeing the broader potential of a product.
- Audacity – the willingness to pivot and iterate rapidly.