Skip to content
AI Commentary

Lex Fridman #490 – The state of AI in 2026

In this article

  1. There probably won’t be one clear AI winner
  2. Open models are becoming strategically important
  3. Coding assistants are powerful, but control matters
  4. AI probably won’t replace programmers in the simple version people imagine
  5. Agency matters more than passive consumption
  6. There is a real risk in automating away the fun bit
  7. Bigger models are not the only story
  8. What this means for solo builders
  9. Final takeaway

The State of AI in 2026: What Solo Builders Should Take From Lex Fridman’s Conversation With Nathan Lambert and Sebastian Raschka

Lex Fridman’s conversation with Nathan Lambert and Sebastian Raschka is one of those AI episodes that sounds enormous from the title alone.

LLMs. Coding. Scaling laws. China. Agents. GPUs. AGI.

The whole buffet.

It’s Lex Fridman Podcast #490, and it runs for roughly four and a half hours, so this is not exactly a quick “listen while the kettle boils” situation. But it is a useful conversation if you’re interested in where AI is actually heading in 2026, beyond the usual launch-day shouting and “this changes everything” nonsense.

Nathan Lambert and Sebastian Raschka are good guests for this kind of thing because they’re technical enough to get into the weeds, but they’re also good at explaining why the weeds matter. Nathan is the post-training lead at the Allen Institute for AI, and Sebastian is known for his machine learning books, including Build a Large Language Model (From Scratch) and Build a Reasoning Model (From Scratch).

The episode covers a lot: the US versus China AI race, ChatGPT versus Claude versus Gemini, open-weight models, coding assistants, scaling laws, agents, robotics, GPUs, AGI timelines, and whether AI is actually going to replace programmers.

But the useful thread running through it is more practical than dramatic:

AI is still moving fast, but the useful questions are becoming more specific.

Not:

Which model wins everything?

More like:

Which model is best for this job, in this workflow, with this level of control?

That’s a much better question for solo builders.


There probably won’t be one clear AI winner

One of the stronger points in the conversation is that there probably won’t be one obvious winner in AI.

That doesn’t mean all models are equal, or that the big labs don’t matter. They obviously do. But the conversation pushes against the idea that one company will simply win AI and everyone else will be reduced to API-shaped crumbs.

Sebastian talks early on about how “winning” depends on the time scale you’re looking at. He also points out that ideas move quickly, while the harder advantages may come from things like budget, hardware constraints, compute, product focus, distribution, and culture.

That matters because the AI world still has a strong “who is winning?” obsession.

Is OpenAI winning? Is Anthropic winning? Is Google back? Is China catching up? Is open source the real threat? Is everyone secretly doomed because NVIDIA owns the shovel shop?

The answer seems to be: yes, no, maybe, depends, and please calm down.

For builders, the practical takeaway is not to treat model choice like a religion. The useful question is whether a model or tool helps with the work you’re actually doing. A model can be brilliant at code and awkward at writing. Another might be great at reasoning through long documents but slower or less pleasant for quick daily use.

There may not be one model to rule them all.

There may just be better tools for different jobs.

Very annoying for people who want a simple leaderboard.

Very normal for people who actually build things.


Open models are becoming strategically important

The discussion around China and open-weight models is one of the most interesting parts of the episode.

The DeepSeek moment comes up early. Lex frames it as a major point in January 2025, when DeepSeek R1 surprised a lot of people with strong performance and a much lower reported cost profile.

The bigger point is not just DeepSeek as a single model. It’s the idea that open-weight model ecosystems may become a serious strategic advantage rather than just a developer curiosity.

That’s worth paying attention to.

Open models matter because they change who gets to experiment. If useful models can be downloaded, fine-tuned, studied, hosted, inspected, or adapted outside the largest closed labs, then more people can build around them. Researchers can test ideas. Developers can ship weird small tools. Companies can avoid depending entirely on one provider’s product decisions.

There are still hard limits. Compute matters. Hardware matters. Deployment matters. Open models are not automatically cheap, easy, or good enough for every task.

But the direction is important.

For solo builders, this is where the old-web/new-tools angle gets interesting. The best future probably isn’t just “use whatever the biggest AI company gives you through a chat box.” It may also include smaller models, local models, open-weight models, specialised tools, and boring workflows that use AI in narrow, useful ways.

Not every useful AI thing needs to be a giant general-purpose assistant with a dramatic logo and a monthly subscription.

Sometimes the useful thing is a model doing one job well inside a small workflow.


Coding assistants are powerful, but control matters

For OSJ readers, the coding tools section is probably the most relevant part of the whole episode.

Lex, Nathan, and Sebastian talk through the difference between using AI as a helper inside your editor and using more agentic tools that can take on larger chunks of work. Claude Code comes up as part of that broader shift toward tools that don’t just complete code, but operate across a project.

That is a real change.

A coding assistant that suggests a function is one thing. An agentic coding tool that edits multiple files, runs commands, reasons about errors, and tries to complete a task is something else.

The practical takeaway is not “agents are good” or “agents are bad”.

It’s that the amount of control you give them matters.

Some people want the model to take over more of the workflow. They want to describe the outcome and let the tool handle the details. That can be powerful, especially if the person still knows how to inspect, test, and steer the result.

Other people want to stay closer to the code. They want to see the changes, understand the patch, and keep tight control over the project structure. That’s often the safer path for small projects, old codebases, and solo builders who will be the poor soul debugging the thing later.

I’m very much in the second camp most of the time.

Not because I think AI coding tools are weak. The opposite. They’re strong enough to create a lot of mess quickly if you give them too much freedom.

The useful version is usually this:

Let AI speed up the work, but don’t let it become the person deciding what the product should be.

That theme comes up again and again in practical AI use.

The tool can help write code.

You still own the project.


AI probably won’t replace programmers in the simple version people imagine

The episode also pushes back on the flat, lazy version of the “AI will replace programmers” story.

That doesn’t mean programming jobs won’t change. They already are changing. Coding assistants are getting better, and some tasks that used to take hours now take minutes. More of the work is moving toward planning, reviewing, testing, debugging, product judgement, and knowing what to ask for next.

But “AI replaces programmers” is too blunt.

What seems more likely, at least from a solo-builder perspective, is that AI changes the shape of programming. The person using the tool still needs to know what they want, what the code should do, what a safe change looks like, and when the result is wrong.

That last bit matters.

AI can generate code that looks plausible and still breaks the product. It can make tidy changes that remove important behaviour. It can solve the wrong problem very neatly. It can make you feel productive while quietly pushing technical debt into the walls.

So yes, coding is changing.

But the builder still needs judgement.

That is not an anti-AI point. It is the practical point. The more powerful the tool becomes, the more important steering becomes.

A faster workshop assistant is great.

A faster workshop assistant holding the steering wheel, your wallet, and production credentials is less relaxing.


Agency matters more than passive consumption

One of the parts I liked most in the conversation is the push toward agency.

The simple response to AI is either hype or avoidance. One side says AI will change everything tomorrow and you must adopt every tool immediately or be replaced by Tuesday. The other side says it’s all slop, it’s all bad, and the only moral response is to stand very still and complain.

Neither is especially useful.

The better response is to build with it.

Use the tools. Test them. Learn what they’re good at. Learn where they fail. Build small things. See what breaks. Use AI for boring work, scaffolding, research cleanup, code explanation, testing checklists, and first drafts. Then keep your judgement switched on.

That is where the useful learning happens.

Not from watching launch demos all day.

Not from arguing under model benchmark charts.

From actually using the tools on real work and noticing the difference between impressive and useful.

This is especially true for solo builders because AI gives one person more leverage. It can help with code, writing, product thinking, debugging, planning, documentation, and repetitive admin. But it only becomes useful when you turn that into a workflow instead of a pile of disconnected chats.

The practical stance is:

Don’t passively consume AI output. Use AI to make things and understand the tool better.

That feels much healthier than both panic and worship.


There is a real risk in automating away the fun bit

There is a quieter warning in the episode that I think matters a lot.

If AI takes over the parts of the work you actually enjoy, you may not feel more empowered. You may just end up managing a machine that does the fun bit for you.

That sounds a bit soft compared with arguments about compute, AGI, and geopolitics, but for solo builders it’s very real.

A lot of people build small projects because they enjoy the work. They like shaping the idea, writing the code, finding the little product decisions, designing the interface, fixing the weird bug, and finally getting something online.

If you hand all of that to an agent, what’s left?

Maybe you still get the result faster. That can be good. But if the result is the only thing that matters, you may end up turning a creative, practical hobby into project management for a very fast machine.

That might suit some people. It won’t suit everyone.

For me, the sweet spot is not “AI does everything”. It is AI helping with the boring, repetitive, stuck, or annoying parts so I can spend more energy on the decisions I actually care about.

Let the AI write the boilerplate.

Let it explain the error.

Let it help with the tedious layout tweak.

Let it draft the first version of a helper function.

But keep the parts where your taste, judgement, and curiosity matter.

Otherwise you may win productivity and lose the reason you were building in the first place.

That feels like a bad trade.


Bigger models are not the only story

A lot of AI discussion still gets pulled toward bigger models, scaling laws, and AGI timelines.

Those things matter. The episode spends plenty of time on them, and the compute/hardware side is clearly still central to where AI goes next.

But from a practical builder angle, bigger is not the only story.

The useful questions are more grounded:

  • Which model is good enough for this task?
  • Which tool fits this workflow?
  • How much control do I want to give it?
  • Can I understand and test the output?
  • Does it reduce friction or create cleanup?
  • Does it help me build something I actually care about?

For many everyday uses, the best AI tool might not be the biggest model. It might be the model that is fast enough, cheap enough, available where you need it, and reliable for a narrow job.

That’s a less exciting headline, but a better way to work.

A small tool that reliably saves you 20 minutes every week is more useful than a frontier demo you never actually use.

Boring AI wins more often than people admit.


What this means for solo builders

The episode is big, but the solo-builder takeaway is fairly simple.

AI is not settling into one obvious shape. Models are improving. Open-weight ecosystems matter. Coding assistants are getting more capable. Agents are becoming more real. Compute and hardware still matter. The US/China race is not just politics; it affects what models exist, how open they are, and who gets to build with them.

But none of that changes the basic question for a builder:

Does this help me make something useful?

That is the lens I’d keep using.

Don’t ask whether AI changes everything. That question is too big to be useful on a Tuesday afternoon when you’re trying to fix a route table, write an article, or build a small tool.

Ask smaller questions:

  • Can this model help me understand this code?
  • Can this assistant make this patch safer?
  • Can this workflow turn rough notes into something usable?
  • Can this open model solve a narrow task without sending everything to a closed API?
  • Can this agent help without taking over the project?
  • Can this tool reduce friction without replacing my judgement?

Those are the questions that matter in daily use.

And daily use is where the hype either becomes useful or falls apart.


Final takeaway

Lex Fridman’s conversation with Nathan Lambert and Sebastian Raschka is worth listening to if you want a broad, technical, but still readable snapshot of where AI is heading in 2026.

The big themes are there: model competition, China, open weights, scaling laws, coding agents, robotics, GPUs, AGI, and the future of work.

But the useful lesson for solo builders is smaller and more practical.

AI is becoming less about one magic model and more about choosing the right tool, the right workflow, and the right level of control for the job in front of you.

Use it to reduce friction.

Use it to build things.

Use it to learn.

But don’t hand over your judgement just because the tool got faster.

That’s still your job.

Annoying, obviously.

Also the interesting bit.

↑ Top