Skip to content
Home » Andrew Ng: Building Faster with AI (Transcript)

Andrew Ng: Building Faster with AI (Transcript)

Read the full transcript of Founder of DeepLearning.AI Andrew Ng’s lecture titled “Building Faster with AI”, on June 17, 2025 at AI Startup School in San Francisco.

Listen to the audio version here:

Building Faster with AI: Lessons from the Startup Trenches

ANDREW NG: It’s really great to see all of you. What I want to do today, since this is Build a Startup School, is share with you some lessons I’ve learned about building startups at AI Funds. AI Funds is a venture studio, and we build an average of about one startup per month. And because we co-found the startups, we’re in there writing code, helping the customers design our features, determining pricing. And so we’ve done a lot of reps of not just watching others build startups, but actually being in the weeds, building startups with entrepreneurs.

What I want to do today is share with you some of the lessons I’ve learned building startups, especially around this changing AI technology and what it enables. And it’ll be focused on the theme of speed. It turns out that for those of you that want to build a startup, I think a strong predictor for startups’ odds of success is execution speed. I have a lot of respect for the entrepreneurs and executives that can just do things really quickly. And new AI technology is enabling startups to go much faster. So what I hope to do is share with you some of those best practices, which are frankly changing every two to three months still, to let you get that speed that hopefully lets you have a higher odds of success.

The AI Stack and Opportunities

Before diving to speed, a lot of people ask me, “Hey, Andrew, where are the opportunities for startups?” This is what I think of as an AI stack, where at the lowest level are the semiconductor companies, then the clouds or hyperscalers built on top of that. A lot of the AI foundation model companies built on top of that. And even though a lot of PR excitement and hype has been on these technology layers, it turns out that almost by definition, the biggest opportunities have to be at the application layer, because we actually need the applications to generate even more revenue so that they can afford to pay the foundation, cloud, and semiconductor technology layers.

For whatever reason, media and social media tends not to talk about the application layer as much. But for those of you thinking of building startups, almost by definition, the biggest opportunities have to be there. Although, of course, the opportunities are all layers of the stack.

The Rise of Agentic AI

One of the things that’s changed a lot over the last year, and in terms of AI tech trends, if you ask me what’s the most important tech trend in AI, I would say it is the rise of agentic AI. About a year and a half ago, when I started to go around and give talks to try to convince people that AI agents might be a thing, I did not realize that around last summer, a bunch of marketers would get a hold of this term and use it as a sticker and slap it on everything in sight, which made it almost lose some of its meaning. But I want to share with you from a technical perspective why I think agentic AI is exciting and important and also opens up a lot more startup opportunities.

It turns out that the way a lot of us use LLMs is to prompt it, to have it generate an output. And the way we have an LLM output something is as if you’re going to a human or in this case an AI and asking it to please type out an essay for you by writing from the first word to the last word all in one go without ever using backspace. And humans, we don’t do our best writing, being forced to type in this linear order. And it turns out neither does AI. But despite the difficulty of being forced to write in this linear way, our LLMs do surprisingly well.

With agentic workflows, we can go to the AI system and ask it to please first write an essay online, then do some web research if it needs to, and fetch some web pages to put in the LLM context, then write the first draft, then read the first draft and critique it and revise it and so on. And so we end up with this iterative workflow where your model does some thinking, does some research, does some revision, goes back to do more thinking. And by going around this loop many times, it is slower, but it delivers a much better work product.

For a lot of projects that AI Fund has worked on, everything from pulling out complex compliance documents to medical diagnosis, to reasoning about complex legal documents, we found that these agentic workflows are really a huge difference between working versus not working. But a lot of the work that needs to be done, a lot of valuable businesses to be built still, will be taking workflows, existing or new workflows, and figure out how to implement them into these types of agentic workflows.

So just to update the picture for the AI stack, what has emerged over the last year is a new agentic orchestration layer that helps application builders orchestrate or coordinate a lot of calls to the technology layers underneath. And the good news is the orchestration layer has made it even easier to build applications. But I think the basic conclusion, the application layer has to be the most valuable layer of the stack still holds true.

Best Practices for Startup Speed

With a bias of focus on the application layer, let me now dive into some of the best practices I’ve learned for how startups can move faster.