AIAI EngineerAug 12, 2026· 19:43

Intelligence + Continual Learning = Expertise — Yu Su, NeoCognition

Yu Su, professor at Ohio State and CEO of NeoCognition, argues that the AI field conflates intelligence with expertise, and that scaling raw intelligence alone yields the 'world's smartest novice'—brilliant at isolated problems but accumulating nothing between them. He explains why coding agents succeed while other digital work remains brittle: code is a language-native, symbolic world with tests as rewards, whereas modern society is 'millions of micro worlds' with idiosyncratic local physics too heterogeneous for a static model to compress. Expertise, he contends, is accumulated, situated competence that compresses search space through learned shortcuts, and continual learning—defined as 'adaptive compression of experience into reusable structures'—is the bridge from intelligence to expertise. He presents a figure plotting raw intelligence against expertise as largely orthogonal, and proposes the goal of 'unbounded expertise from bounded intelligence': once intelligence crosses a…

  1. 0:00Intro
  2. 1:19History
  3. 3:55Outside Code
  4. 4:49Modern Paradox
  5. 6:25Intelligence vs Expertise
  6. 10:28Continual Learning
  7. 12:42The Graph
  8. 15:14Open Questions
  9. 17:37Call to Action

Powered by PodHood

Transcript

Intro0:00

Yu Su0:13

Allright. Uh, I understand that I'm standing between you and the lunch, so I'll try to be quick. My name's Yu Su, I'm a professor at Ohio State—The Ohio State—and I also have another job, which is CEO at a company called NeoCognition, and we focus on agents and continual learning.

So today's talk, um, it won't be too technical, but I will— it will be mainly a conceptual one. But I think it's a very important conceptual distinction that I will try to make between what is intelligence and what is expertise.

And through this, I will try to answer some of the very bothering questions for me that, like, why we are so successful at the coding agents but so terrible at anything else,right? Why the current agents are so token-inefficient, uh, to the degree that every companyright now is, like, coming out and trying to curb their, uh, their token maxing efforts in the company.

Um, so hopefully this will provide some food for thought before lunch. Allright, first, a bit of history. So AI agents are not a new thing,right? It's— we have been trying to develop agents throughout the whole history of AI.

History1:19

Yu Su1:36

But the problem is that in the early stages, let's say, um, in the nin- in the 1960s to '80s, when we developed these expert systems or logical agents, or like in the 2010s when we developed these deep RL-based neural agents, we were only able to capture some very limited facets of human intelligence,right?

Whether it's like logical reasoning or it's like perception in single modalities to decision. Only recently, with multi-modal LLMs and the language agent built on top of them, for the first time, we have a neural model that is able to encode multi-sensory inputs into a unified neural representation that is also conducive to symbolic reasoning and communication,right?

So that was a trait unique to humans. Now, AI agents finally have the same thing. So that drastically improved their expressiveness, their reasoning ability, and adaptivity. So that's why I think we have really entered a new evolutionary stage of machine intelligence.

And it didn't take long for these language agents to find their first mass markets, which is coding. And the best way to illustrate this is probably through the revenue graph of Anthropic,right? In just under two years, their revenue has grown 400 times to 40 billion.

I think the newest number is maybe 60 billion annualized runway. And it's largely driven by coding and coding-related productivity capabilities. But if we think about it,right, coding is the— really the ideal market for these language agents because code is already a language native world.

Everything is already represented symbolically and, like, recorded in a very structured way. And you get your rewards, you get your, like, tests all in place in symbolic ways. So then what happens when we leave the privileged world of code?

Well, not so well. We are running into a lot of challenges deploying these agents in enterprise settings and also in personal settings, like the open clause, constantly making this, like, quite brittle and silly errors. And then to the extent that Andrew Karpathy said that it's not going to be the year of agents, it's going to be the decade of agents because they cannot do computer use, they don't have continual learning.

Outside Code3:55

Yu Su4:29

I don't know how much Android's thought has changed since, like, last time because of the coding agent and everything. But I think the difficulties with computer use with continual learning are still largely the sameright now. So how can something be so small but also so brittle at the same time?

Modern Paradox4:49

Yu Su4:49

Here's my thesis around it. I think we are actually witnessing a modern version of the Moravec's paradox,right? So the Moravec's paradox essentially says that for AI, hard things are easy, easy things are hard. So the modern version here is that we are very good at these symbolic reasoning tasks like coding and math, which were considered the crown jewel of intelligence earlier.

But then we still struggle with this everyday digital work because they really require quite a different set of cognitive competencies to excel at them. And more specifically, I think modern society is really not just one unified world. It's millions of these micro worlds.

Like, every domain, every profession is different, every company is different. Even if you're using the same software, every company configures it differently. So it's extremely idiosyncratic, especially in the digital world. It has this unique local physics, like different structures, constraints, affordances, and dynamics that you have to learn.

It's just, like, too heterogeneous and dynamic for any monolithic model to try to compress it into one static representation. So agents must continually learn on the job to acquire what I call specialized expertise for each specific micro world.

The second part of the talk, I will try to establish the differences between intelligence and expertise. Here are the working definitions. For intelligence, it's the capacity to reason through unfamiliar problems from available context,right? This is what the frontier models are increasingly good at.

Intelligence vs Expertise6:25

Yu Su6:46

You give it the problem statement, the context, the tools, and it can reason through this even if it's seeing them for the first time, and it can do a great job. Every episode is more or less, like, independent from each other here.

But expertise is different. Expertise is really accumulated and situated competence. It's the ability to act reliably, efficiently, and with judgment to achieve reproducibly superior performance in a particular domain,right? So this is in stark contrast with intelligence.

And to show what does expertise actually contain, I think the key idea from cognitive science is that experts don't just know more facts. They actually see the world differently,right? So

the expertise allows you to do different pattern recognition. So you see through the surface patterns. Like, if you're looking—an expert is looking at, like, a gigantic bug report, they can immediately locate, like, the most plausible places where things could go wrong.

And they think about the problem with, like, a very deep structure,right? When you are scheduling a meeting, you know that it's not just, like, finding the shared slots on everyone's calendar. It's actually a constraint optimization problem over everyone's authority, the priorities, theurgency, and everything.

And we don't—experts don't just operate with a set of rules, a set of facts. We know that every single thing is conditional,right? Every rule has, like, the preconditions where it applies. But we also know when we can bend the reality.

We can bend the rules when exceptions happen,right? And finally, that also gives us judgment and taste. It's importantly what's, like, high quality and, very importantly, when to stop, when it's good enough. So all this together, I think experts effectively have built a world model of their environments,right?

That it's a generalized notion of world model that captures how that micro world works, and that becomes the basis for all of our perception, reasoning, decision making, and judgment.

So intelligence and expertise are really quite different across many dimensions. But some of the interesting ones here are, like, intelligence is about, hey, when we have the context, how to solve the problem through the context. But expertise actually will bring you theright context,right?

Given any problem, we know what context we bring into is important for this problem and bring it in to solve the problem. And because of that, intelligence tends to expand our search. Like, every problem solving is a search problem.

So intelligence tends to brute force it, try to spin up, like, 100 different, like, parallel ways to try to solve the problem. While expertise will actually try to compress the search space because expertise has constructed this—has learned these essential shortcuts for the problem space so that whenever you have a problem, you know the most plausible ways to solve it.

And then I also think the final part here is that I think continual learning is the important bridge from intelligence to expertise. But first, let me try to define continual learning because it's such a confusing term. And Jack just gave some definition earlier with, like, 10 different names.

Continual Learning10:28

Yu Su10:50

But here's the definition I work with. I think continual learning is adaptive compression of experience into reusable structures for future behavior. So all of these four elements here are very important. For experience, we need to answer the question, like, what kind of experience we're talking about?

It's more like episodes of experience or it's, like, these semantic facts or procedures or feedback from human or environments. And how do we compress that? So we embed them into vectors or we index them into some symbolic structure.

We distill them into model parameters or do some kind of reinforcement learning. And it's not just, like, one-time compression. It needs to be adaptive compression. Like, what you have learned, what you have compressed so far should largely influence how you compress further.

And what kind of structure we're looking at? It's just, like, parameters, like adapters of your language models or it's vectors, graphs, skills, or even world models. And then how do you use these reusable structures? It's, like, you use it just to record these facts or use it for prediction of, like, future states.

You use it for better planning or even for the control, like actuation layer of the agent or as a value function for potential states,right? So it's because of this, the continual learning problem is so rich. Like, it has these four different aspects.

And if different aspects can be instantiated in different ways, that makes this field so confusing. But hopefully, this is a definition that encompasses most of the versions of continual learning.

The Graph12:42

Yu Su12:42

Then I think this is maybe the most important figure in this talk. If we put raw intelligence as the x-axis and expertise as the y-axis, I think we'll find that they are largelyorthogonal to each other. If you don't have continual learning, all you do is scaling your model to get better, like, raw intelligence.

Then what we will get is what I call the world's smartest novice,right? It's super smart. It can try to attack at any problem given to it, but it doesn't accumulate expertise. So it ends up just, like, brute forcing its way at every problem.

Then if you have continual learning, like, different continual learning algorithms will essentially set the slope of your learning curve here,right? If you have a sloppy scale algorithm, maybe some kind of simple in-context learning, then with, like, increasing intelligence, then your expertise will increase, like, a little bit.

But if you have a really strong continual learning algorithm, then the expertise will increase, like, rapidly. Of course, this is assuming, like, a given time horizon and experience horizon.

And then among all of these potential futures that good continual learning will bring us, I think this is probably the one I like the most or I think it is the most interesting, which I call the unbounded expertise from bounded intelligence,right?

What if we can come up with a continual learning algorithm such that once the raw intelligence has crossed a certain threshold, we don't need stronger intelligence anymore. Like, continual learning will bring us, like, unbounded expertise once we have, like, a reasonable level of intelligence,right?

Then we can call this the escape intelligence. And if this is indeed true, then it will have a lot of implications for the whole ecosystem,right? Do we need to continually train these larger and larger models or, like, these models, like, methods, maybe they're already good enough.

What we're missing is just, like, better continual learning algorithms.

Open Questions15:14

Yu Su15:14

So to be a little bit more concrete, I think to provide more food for thought, here are some open questions, I think, in this space. The overarching question is, like, given any domain or environment,right, how can an agent continue to learn to specialize and reach expert-level competency?

But to do that, you need to answer many other questions. Like, how do you even define and measure expertise? And this is probably environment-specific. And how to handle the trade-off between reliability and plasticity,right? We want these agents to be both reliable and plastic, but they are inherently conflicting with each other,right?

Reliable systems or stable systems, they resist change, but the plastic systems like to change. So how do we reconcile that? But fortunately, we do have a living existence proof, which is us ourselves, humans, that we are incredibly plastic but also manage to be dependable most of the time.

Then from a technical perspective, like, when we talk about learning, largely, there are, like, two forms of learning, parametric or non-parametric. So how and my belief here is that both are really needed for this type of continual learning to actually work.

But how do we synergize the two? And finally, even though we are focusing on specialization, I think there is a great potential for specialization to actually lead to, like, better generalization. You know, we have exhausted the public data for training LLMs, but the next stage of training, the next internet-scale data opportunity is actually in all of these different, like, private worlds.

If we can make this specialized agent work, they can learn in situ and channel back the learning to the general model. I think that may be the next internet-scale data opportunity. Okay. So finally, a call to action. I think let's start scaling expertise.

Call to Action17:37

Yu Su17:37

This will be a new dimension for us to scale because intelligence is already becoming abundant. The frontier models, they are probably smarter than average humans, but expertise is still scarce. And we want to build a world where expertise becomes abundant, where everyone can get expert support because in an ideal world, everyone can have their personal healthcare, personal financial advisor, and personal tutors, and so on and so forth.

And then every company can build their own learning loop,right? They can, as Satya said two weeks ago, like, we want to enable this human-AI learning loop at each company that turns into institutional memory and for every company to build their own modes and to still be in charge of their means of production.

And finally, I think with abundance of expertise, we will actually see more types of work become possible becauseright now, there are still a lot of opportunities that are locked up because the friction is just so high to make them economically viable.

But with abundance of expertise, I think we will be able to lower the friction and make many of the new type of work across the threshold of worth doing. So this is the future we're building towards at NeoCognition.

And happy to share this with you. And thanks for the attention.