37:14

Now Anyone Can Code: How AI Agents Can Build Your Whole App

From Y Combinator · Published Jul 20, 2025 · Watch on YouTube

TL;DR

Replit Agent, a multi-agent system in early beta, lets users build and deploy complete web apps from a short prompt by orchestrating code generation, package management, and deployment. The system uses Claude Sonnet 3.5 for codegen, GPT-4o in some cases, and a custom retrieval system that goes beyond RAG.

Key insights

  • The retrieval system is a custom neurosymbolic approach (embedding model + function/symbol lookup) because standard RAG fails for figuring out where to edit code.
  • The agent behaves like a human developer: it writes code, makes guesses, encounters bugs, fixes them, and sometimes asks the user for help.
  • Memory management is crucial: the agent must rank, augment, or remove memories of past errors to avoid repeating them.

Want the full analysis - every claim cited to the second it was said?

This page only shows a teaser. Sign up to chat with the complete, cited breakdown of "Now Anyone Can Code: How AI Agents Can Build Your Whole App".