News: 0176629743

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

A Quarter of Startups in YC's Current Cohort Have Codebases That Are Almost Entirely AI-Generated (techcrunch.com)

(Thursday March 06, 2025 @11:50AM (msmash) from the new-world-order dept.)


A quarter of startups in Y Combinator's Winter 2025 batch have [1]95% of their codebases generated by AI , YC managing partner Jared Friedman said. "Every one of these people is highly technical, completely capable of building their own products from scratch. A year ago, they would have built their product from scratch -- but now 95% of it is built by an AI," Friedman said.

YC CEO Garry Tan warned that AI-generated code may face challenges at scale and developers need classical coding skills to sustain products. He predicted: "This isn't a fad. This is the dominant way to code."



[1] https://techcrunch.com/2025/03/06/a-quarter-of-startups-in-ycs-current-cohort-have-codebases-that-are-almost-entirely-ai-generated/



Are they... (Score:4, Funny)

by Barny ( 103770 )

Offering bug bounties?

Someone told me that AI isn't impacting hiring (Score:2)

by TheStatsMan ( 1763322 )

New white color tech jobs are going to be gone in 10 years.

Re: (Score:2)

by thrasher thetic ( 4566717 )

No, not gone. They'll be different, and probably reduced in number.

Re: (Score:2)

by TheStatsMan ( 1763322 )

I think you're right.

Don't expose your illiteracy this way. (Score:4, Informative)

by tiqui ( 1024021 )

It's becoming more and more common to see people spelling out words and phrases in ways that advertise that they have not READ them but have heard (and misunderstood) them. People who are well read do not make these errors, but people who have spent most of their lives absorbing info [poorly] by watching TV shows and movies do.

It's NOT "white color", the proper term is "white collar" and it's a reference to the color of the fabric in a the shirt a man wears when he goes to work. In decades past, average guys who had no college degree [or perhaps simply preferred to work with their hands] and worked in factories, maintenance shops, the trades, etc wore blue shirts (and hence these jobs were referred to as "blue collar" jobs). The college educated men who worked in offices, or places like engineering areas wore traditional suits which generally included coats, ties, and white shirts [which would easily by ruined by dirty work]. These jobs were referred to as "white collar" jobs - again, a reference to the color of the fabric of the shirt worn (specifically, the fabric visible around the neck even if a person is wearing a shop apron or a coat).

This error is similar to the error made by persons who say somebody "could care less" when trying to indicate some person has no regard for something or someone. The proper expression is "couldn't care less". These sorts of errors are becoming more common and the folks making them do not realize that they are indicating to those around them that they either do not read, or they lack proper reading comprehension skills. You may not think this matters, but you never know when the person interviewing you for your next job may take note...

Re: (Score:2)

by TheStatsMan ( 1763322 )

There's something known as a common vernacular. If you want to communicate with other people, you use a common vernacular.

I couldn't care less if you disagree with my use of the expression "white collar."

Re: (Score:3)

by gillbates ( 106458 )

Your vernacular makes you sound racist, as if you believed those particular jobs were only for people with a particular skin color.

You don't just appear uneducated, but racist too.

Re: (Score:2)

by TheStatsMan ( 1763322 )

I think if I asked 100 people a question about white collar vs. blue collar jobs, maybe 1 (or less) would suggest that I was racist.

Please just replace "white collar" with "college educated men who worked in offices or from home that traditionally wear hoodies" and return the relevant conversation.

Re: Don't expose your illiteracy this way. (Score:2)

by flyingfsck ( 986395 )

Sigh, only in America the colour of a collar can be considered racist.

Re: (Score:2)

by gillbates ( 106458 )

Yes, but if you spelled it "white color" as you originally posted, that figure would probably jump from 1 to 25-35.

Spelling matters.

Re: (Score:2)

by TheStatsMan ( 1763322 )

My dude, it was a typo.

Re: (Score:2)

by taustin ( 171655 )

If it was a typo, i.e., a mistake you made while typing, then you are illiterate. More likely, it was an autocorrect error, and you didn't review what it put in before you posted, or did, and are too illiterate to realize it was a mistake.

So we can add "typo" to the list of words you don't know the meaning of.

Re: (Score:2)

by kamapuaa ( 555446 )

And sometimes people say "I'm so hungry I could eat a horse," but then if you presented them with a horse they wouldn't eat it! Thank you for fighting the good fight my dear autistic gentleman.

Re: (Score:2)

by taustin ( 171655 )

My mom bought horse meat from the butcher shop when my parents were in Iceland.

Some people will, in fact, eat a horse.

Re: Really? (Score:3)

by godrik ( 1287354 )

My guess, and I haven't looked at it, is that most of those are essentially reskins of existing code.

"make slashdot but for coffee nerds". or "Make a tinder to match 3d modelers with nerds playing D&D".

There is actually very little new coding involved and so it is easy to generate from other projects.

This is actually a very good usecase for gen-AI and it is great it is used like this. I don't want to have to write this kind of slop.

Wordpress revolutionized how people wrote website. And that's great! AI

Ai (Score:2)

by fluffernutter ( 1411889 )

I haven't tried many AIs but many people have said that they can't do complete code for anything more complex than a basic standalone app. How is it that so much was done with AI then? Don't understand the gap here.

Re: (Score:2)

by mysidia ( 191772 )

I believe you prompt AIs the same way a developer organizes tasks mentally. Piece by piece,

and that's how you can use AI code. You still need a human builder, and the AI is not a true intelligence behind the design of your software.

AI cannot tell you what a good design is.

It's not that you can tell the AI "Write me a program that does (complicated list of things)" and get a viable result..

You tell the AI "create a function for this file A that takes X input and does Y"

Then you the human have to sort

Re: Ai (Score:2)

by fluffernutter ( 1411889 )

So they are promoting thousands of times and linking thousands of bids of code together in a way that works? That sounds painful.

Re: (Score:2)

by mysidia ( 191772 )

It's not that painful. You go into the Copilot editor and start typing a function, then it suggests code for you.

The code it suggests considers the context of where the code is being added and the existing content of your program.

Re: (Score:2)

by jonsmirl ( 114798 )

And 80% of the time that code is horribly wrong when working on anything more sophisticated that a college homework assignment.

Re: (Score:2)

by Wycliffe ( 116160 )

Not only painful but not much different than how normal development works without AI.

It might speed things up slightly if it doesn't introduce hidden bugs but the human is still the architect

who is breaking it down into small parts and making those small parts work together and work

with external 3rd party APIs and libraries.

Re: Ai (Score:2)

by fluffernutter ( 1411889 )

How do I try this? Say I need to make a dart class that extends from another dart class, implements the parent methods, and then makes a few async library streams that other classes can connect to. Wouldn't something that simple take a long time? Is there any way to try it for free?

Just like Seth Brundle (Score:2)

by www.sorehands.com ( 142825 )

He didn't really build a teleporter, he just put together the pieces.

so... (Score:4, Insightful)

by tiqui ( 1024021 )

A quarter of startups in Y Combinator's Winter 2025 batch are a scam. These startups are staffed by lazy people whose ideas are so simple an AI chatbot can code them, yet the staff has no idea how they work and could not fix/maintain them to save their own lives. There's also, arguably, no IP at these companies, given that their product was not the creation of a human mind. Bad investment; any other group of jerks can come along and ask another AI to code an equivalent thing and suddenly have a product that's the same or better.

Caveat emptor.

A more interesting number (Score:4, Insightful)

by dskoll ( 99328 )

A more interesting number will be how many are successful 5 years from now.

Re: (Score:2)

by gweihir ( 88907 )

As that number might well be zero, it would not make for good "news".

That's not a good metric (Score:2)

by rsilvergun ( 571051 )

The question isn't how many are successful because most startups fail. The question is how much of the ideas and technology they prototyped using AI go on to become useful products.

Think of it like a 3D printer. Drastically changes and reduces the cost of and the man hours for prototyping and getting things off the ground.

If we still had a functional capitalist system with competition this would be a great thing but we pissed that away years ago while we focused on moral panics. So the complete lack

History Repeats (Score:3)

by Petersko ( 564140 )

Remember back in the 90s when for a brief period anybody who could grasp XML and build a rudimentary web page could find work as a web designer? While coding seems somehow different, it just has a longer arc. Commodity programmers are on the block. If your output is mostly CRUD... buckle up. Add on top of that the growing reluctance to hire new grads because of generational attitude differences, and the river has run dry for the entry level.

I saw the writing on the wall and I planned my escape. But lots of people are getting caught flat footed. It's an inconvenience to change your career at 21. It's a catastrophe if you're 50 with dependents.

Copyright laundering (Score:3)

by Xylantiel ( 177496 )

What we call "AI" now seems to be largely a copyright washing-machine. It takes code or other work licensed in a particular way, washes it of its license and context, and re-creates it. Of course that is cheaper than actually respecting licenses. Don't want to use a particular library because of its license? Just ask a code agent for a similar thing and it will just regurgitate the library with its license removed. Or just skip the first question altogether because the entity running the LLM wants you dependent on them as the middle-man instead of having the original code. Tada, 95% LLM-generated code that can't ever be reused.

AI is the new compiler (Score:2)

by gillbates ( 106458 )

Today AI works in much the same way a compiler translates high level language into assembly language (or its object-code equivalent).

The only difference is that AI translates English into python, rather than C/C++ into assembly. You still have to be smarter than what you're working with in order to use it, and unlike compilers, the code produced by AI is very frequently buggy.

More than two decades ago, I wrote a macro expander for my assembly language course which would take the psuedocode provided in

This is a fad (Score:2)

by gweihir ( 88907 )

And a dangerous one. Most of that stuff will have to be thrown away.

Possible predictor: StackOverflow? (Score:2)

by DragonWyatt ( 62035 )

I wonder if we could predict future success of this approach by trying to understand if previous startups used StackOverflow very heavily with great success.

I love children. Especially when they cry -- for then someone takes them away.
-- Nancy Mitford