AI at Y Combinator
How YC startups use AI for coding
Curated from 390 AI startups in Y Combinator's public directory.
Coding is where AI stopped autocompleting and started doing the engineering. The clearest proof is Y Combinator's own portfolio: a run of startups from 2023 to today building the AI-native version of writing, reviewing, and shipping software.
Read in order, these nine companies trace one shift, from an assistant that suggests the next line to a team of agents that opens the pull request. What each one automates, the patterns they share, and how to copy the playbook as a small team are below. Company names and batches are public on Y Combinator (see Sources).
The shift: from autocomplete to a team of agents
The old model treats AI as a faster keyboard. It suggests the next line, you accept or reject it, and a human still owns every step of the work: reading the ticket, finding the right file, writing the change, reviewing it, and adding the tests. That version helped, but the human stayed in every loop, so the team's output still scaled with headcount.
The AI-native model hands the agent a whole job, not a line. You describe the task, the agent finds the context across the codebase, writes the change on its own branch, reviews it, and writes the tests, and you approve the result instead of typing it. You can see all three shifts in the companies below: the unit of work moved from a suggestion to a pull request, the agent runs in parallel so a solo founder can supervise several at once, and a review-and-test layer grew up around them so the speed does not cost you correctness.
Nine YC startups building AI coding agents
- CosineYC Winter 2023
An early bet on a fully agentic software engineer, now training its own coding model so the agent can be deployed where a company's sensitive code already lives.
Founders: Alistair Pullen, Yang Li · Cosine on LinkedIn
- SweepYC Summer 2023
Put the autonomous coding agent inside the IDE rather than a chat window, taking a JetBrains task from description to working change without leaving the editor.
Founders: William Zeng, Kevin Lu · Sweep on LinkedIn
- MorphYC Summer 2023
Builds the fast apply-and-search models that sit underneath other coding agents, so an agent can edit a large file in a second instead of rewriting the whole thing.
Founder: Tejas Bhakta · Morph on LinkedIn
- GreptileYC Winter 2024
Reviews every pull request with the full context of your codebase, catching the bug that only shows up because of how two distant files interact.
Founders: Daksh Gupta, Soohoon Choi, Vaishant Kameswaran · Greptile on LinkedIn
- EllipsisYC Winter 2024
Runs an automatic review on every commit and fixes the issues it finds, turning code review from a queue your teammates wait in into a step that just happens.
Founder: Hunter Brooks · Ellipsis on LinkedIn
- TuskYC Winter 2024
Points an agent at the unglamorous part: it writes the unit and integration tests your team keeps meaning to backfill, so coverage grows while you ship.
Founders: Marcel Tan, Sohil Kshirsagar · Tusk on LinkedIn
- ConductorYC Summer 2024
Runs a team of coding agents in parallel on your Mac, each in its own isolated workspace, so one person reviews and merges several agents' work at once.
Founders: Charlie Holtz, Jackson de Campos · Conductor on LinkedIn
- MagnitudeYC Summer 2025
A coding agent that runs most tasks on open models and escalates to a frontier model only when the work demands it, so cost tracks difficulty instead of usage.
Founders: Tom Greenwald, Anders Lie · Magnitude on LinkedIn
- SourcebotYC Fall 2025
A self-hosted layer that helps both humans and agents understand a large codebase, so the agent reasons over the real architecture instead of guessing from one file.
Founders: Michael Sukkarieh, Brendan Kellam · Sourcebot on LinkedIn
What they have in common
- The unit of work is a pull request, not a suggestion. The agent takes a described task and produces a reviewable change on its own branch, instead of handing a developer a snippet to paste.
- They run in parallel and isolated. Each agent works in its own branch or workspace, which is what lets one person supervise several at once rather than babysitting a single chat.
- A review-and-test layer grew up alongside the writing agents. The same wave that writes code faster also reviews every PR and backfills the tests, so the speed does not quietly cost you correctness.
- Several sell the layer under the agent, not the agent itself: the fast edit model, the codebase-understanding index, the self-hosted deployment. For coding, owning the context and the guardrails is its own market.
How to copy this as a small team
- Pick one repetitive job to hand off first, not all of engineering. Test backfilling, small bug fixes, and a first-pass code review are the highest-volume, lowest-judgment work and the easiest place for an agent to earn trust. Module 3 (AI Agents & Automation) frames this as finding the one task worth automating before you scale it.
- Move from suggestions to whole tasks deliberately. Start by letting an agent open a pull request you review, then run a few in parallel on separate branches once you trust the output, so your time goes to approving changes instead of typing them.
- Give the agent least access first: read-only on the codebase, then the ability to open a branch and a PR, and never a direct push to main. A human approves the merge, and a CI run plus an AI review gate the change. Treat the agent like a new hire, not a trusted admin.
- Keep tests and review in the loop, not optional. The point of shipping faster is not skipping the safety net; it is automating it too, so every agent-written change is reviewed and covered before it merges.
Building support this way (AI that resolves, with a human in the loop and least-access by default) is exactly Module 3 (AI Agents & Automation) of AI Operating System for Startups.
Build your AI Operating System
Learn to put AI to work across your startup, safely. v1.0 launches July 31, join the waitlist.
Frequently asked questions
How are startups using AI for coding?
The AI-native pattern is a whole task, not a suggestion. You describe what you need, an agent finds the context across the codebase, writes the change on its own branch, and opens a pull request, while a separate review-and-test layer checks it. The newest wave runs several agents in parallel, so one person supervises a small team of agents instead of typing every line themselves.
Which YC startups build AI coding tools?
Examples across YC batches include Cosine and Sweep (early agentic software engineers), Morph (the fast edit models under other agents), Greptile and Ellipsis (AI code review and bug fixes), Tusk (AI-generated tests), Conductor (parallel agents on your Mac), Magnitude (cost-routed coding), and Sourcebot (codebase understanding for humans and agents). The list above shows what each one automates.
Can an AI coding agent really replace a developer?
For repetitive, well-scoped work (small bug fixes, test backfilling, first-pass review), increasingly yes, end to end. The judgment-heavy parts (architecture, what to build, tradeoffs under ambiguity) still need a person. The practical approach for a small team is to let agents handle volume on separate branches and keep a human on design and the final merge.
Is it safe to give an AI agent access to your codebase?
It can be, with the same discipline you would give a new hire. Grant least access first: read-only, then a branch and a pull request, never a direct push to main. Require a human approval on every merge, gate changes behind CI and an AI review, keep an audit log, and use a self-hosted or business-tier model that does not train on your code. For proprietary code, treating safety as a feature is what lets you move fast without leaking your source or shipping an unreviewed change.
Sources
Company names, batches, and descriptions are public and can be looked up on each company's Y Combinator profile. Each company links to its own website above, and founder and company LinkedIn profiles were verified via public sources. The analysis is our own.
CampeloLabs is not affiliated with or endorsed by Y Combinator. “Y Combinator” and “YC” are trademarks of Y Combinator, LLC.