The original is one click away. Open original ↗
How Replit grew from a coding tool to an AI app-building platform
Executive overview
Most software development tools optimise for existing developers. Replit bet on the opposite: reduce friction until anyone can build production software.
The company nearly failed before AI agents became viable. A major layoff in 2024 preceded a full pivot to Replit Agent — timed precisely to Claude 3.5's release, which was the first model capable of sustained agentic work.
The core insight: once making things gets easy enough, the bottleneck shifts from execution to ideas — and the addressable market becomes every knowledge worker, not just engineers.
The bet-the-company pivot
- Pre-2024 Replit grew headcount but burned too much cash; ~50+ people were cut
- Everything was staked on the agent product; without Claude 3.5, Amjad believes it would have failed
- GPT-4o could stay coherent for 2–3 minutes; Claude 3.5 extended that to 5–10 minutes — enough to make agents viable
- Claude 3.7 extended coherence further; Anthropic's Opus reportedly reached 7-hour sustained operation
- Strategy: build at the edge of what's possible; wait for the model to catch up to the product
Growth and what it actually means
- Since the agent launch: 45% compound monthly growth
- Replit deliberately avoids ARR goals; optimises for retention and product quality instead
- Warning sign in AI: high top-line growth with near-100% churn and poor gross margins — more growth makes the business worse
- Investors largely can't yet distinguish between products in this space; differentiation will clarify over the next 12 months
Who is using Replit Agent and how
- Primary users: product managers, operations staff, non-technical founders
- PMs are shipping A/B tests and product changes without involving engineers
- Some teams deploy straight to production, creating tension with engineering leads around ownership, on-call responsibility, and bugs
- Replit's response: absorb the risky components (auth, payments) so users don't have to touch them
- Built-in auth component with CAPTCHA and security defaults; partnership with Semgrep for automated security scanning at deploy time
Agent architecture and infrastructure
- Replit's infrastructure is fully transactional: snapshot-based file system and database, virtual machine state committed in lockstep with code
- This enables safe rollbacks and — critically — parallel agent sampling: spawn N agents on the same task, verify results, keep the best branch
- Sampling already shown to lift benchmark scores from ~70% to ~80%; cheap with LLMs, prohibitively expensive with humans
- Two-year investment in a distributed snapshot-based network file system; nothing off-the-shelf existed
- NixOS under the hood with a multi-terabyte cached package store attached to every container
- Model selection is handled internally via continuous evals; users see no dropdown — Replit picks the best model for each task
Near-term blockers to full autonomy
- Computer use is the biggest gap: agents can't reliably interact with external systems via GUI
- Browser Use (YC) and Pig (Windows automation) are close; Amjad expects weeks to single-digit months before they work well
- Security remains the hardest surface area: LLMs consistently produce poor auth code, use outdated hashing methods
- Scalability scanning, adversarial/fuzzing agents, and enterprise design-system integration are the next engineering targets
- Human trust and organisational inertia will be the longest-lasting friction
The future of building and work
- Visual programming never reached Turing completeness; natural language + a structured abstraction layer above code is the likely synthesis
- Future interface: multimodal, ambient — start on desktop, hand off to a mobile agent, get notified when work is done
- Vertical SaaS is at risk; platform SaaS with plugin ecosystems (e.g. Salesforce) is safer
- Advice for founders: predict where models will be in 12–18 months, build a product that gets better automatically as the underlying model improves
- For children: don't prioritise learning to code — prioritise learning to make things, with code, video, or any AI tool
More like this — when you're ready for early access.
Join the waitlist for a personal account and content recommendations based on what you're working on.
No spam. Unsubscribe at any time.
You're on the list. We'll be in touch before launch.