Inner Speech: The Secret to Smarter Artificial Intelligence - podcast episode cover

Inner Speech: The Secret to Smarter Artificial Intelligence

Feb 27, 202627 minSeason 1Ep. 13
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

Researchers at the Okinawa Institute of Science and Technology found that AI systems improve when trained to use internal dialogue. By simulating human-like “inner speech” and incorporating a working memory, these models handle multi-step reasoning and unfamiliar tasks more effectively.

This episode explores how self-interaction enables better generalization with minimal training data—bridging developmental psychology and machine learning, and pointing toward more adaptable real-world AI systems.

This episode includes AI-generated content.

Transcript

Speaker 1

Welcome to the Sentient Code, where intelligence is engineered, autonomy is emerging, and a line between human and machine grows thinner. Each episode, we decode the algorithms, explore the robotics, and examine the ideas shaping the future of artificial minds.

Speaker 2

You know that voice in your head, the one you're using right now to process what I'm saying. Maybe it is saying, Okay, where is he going with this? Or maybe it's just reminding you that you forgot to switch the laundry right.

Speaker 3

The internal monologue, the narrator of the documentary that is your life exactly.

Speaker 2

We have always thought of that inner voice as just a human quirk, maybe even a byproduct of consciousness, something that just happens because we have language. But what if it is not just noise? What if that little voice is actually the engine of intelligence?

Speaker 3

That is the billion dollar question. And if you ask the researchers at the Okinawa Institute of Science and Technology or OIST, they will tell you that the reason AI has been hitting a wall lately is precisely because it doesn't have that voice. It doesn't mumble to itself.

Speaker 2

Mumbling that was the technical term they use.

Speaker 3

Well, they call it self directed internal speech. But yeah, expectively it is mumbling, and we are looking at a really fascinating study today. This was published just this January twenty eighth, twenty twenty six, in the journal Neural Computation. It is led by first author doctor Jeffrey Kaiser of the Cognitive Neurorobotics Research Unit, and it proposes something that frankly sounds a little sci fi.

Speaker 2

Yeah. I read through the material for this steep dive and my immediate thought was, great, now the robots are going to be talking to themselves on.

Speaker 3

The bus exactly, just muttering in the corner.

Speaker 2

But the implications here are massive, right. We aren't just talking about a chatbot that is a little bit wittier or more conversational, No, not at all.

Speaker 3

We are talking about a fundamental restructuring of how machines learn. We are moving away from the whole big data approach.

Speaker 2

Where you just feed a computer the entire Internet.

Speaker 3

Right, just scraping everything. We are moving away from that and towards something much more biological, something that learns a lot more like a human child does.

Speaker 2

So the mission for our deep dive today is to really figure out why giving an artificial intelligence, A mumble and a scratch pad might actually be the key to the next generation of robotics. Because usually when we hear about AI upgrades, it's always, oh, we need more chips, or we need massive new data centers.

Speaker 3

More compute, more power, alway.

Speaker 2

Right, But this is different. This is about the architecture itself.

Speaker 3

It is about architecture, but honestly, it's also about psychology because to understand this machine architecture, we actually have to start with a human brain. We have to ask why do you talk to yourself?

Speaker 1

Usually to keep.

Speaker 2

From panicking, to be honest, or if I'm cooking, if I am making a really complex recipe, I am definitely muttering. Okay, onions are done. Now I need the garlic. Where to put the garlic?

Speaker 3

Exactly, you are using self talk as an executive function. You aren't just making noise into the void. You are actively organizing disparate ideas. You are weighing conflicting choices. You are processing sensory data in real time. So it have a purpose, a very specific purpose. In psychology. We call this metacognition.

Speaker 2

Thinking about thinking, right.

Speaker 3

It allows you to objectify your own thought process. It creates a feedback loop where the output of one thought, like the onions are done, becomes the direct input for the next thought, which is get the garlic.

Speaker 2

So it's essentially a chain of logic.

Speaker 3

It is a chain. And doctor Kwiser's team is saying, look, this biological habit isn't a glitch in the human system. It is a highly functional mechanism. It is literally how we organize our minds. And if we want AI to navigate ambiguity the way humans do, we need to import this biology directly into the code.

Speaker 2

But it is not just the voice, right. There is this other piece of the puzzle that the paper emphasizes called working memory. And I really want to pause on this because in the study they talk a lot about slots, Yes, slots, slots, right, and they make a really big deal about how this is entirely different from how a normal neural network remembers things. So help me out here, because I think a lot of people would assume doesn't the standard chatbot already have

a memory. It remembers what I typed three prompts ago.

Speaker 3

It does, but it is a completely different kind of memory. Think of a standard neural network like the ones running most current large language models as a giant piece of tied fabric.

Speaker 2

Hi die Okay, I am picturing a vintage T shirt from the sixties.

Speaker 3

Perfect. When a standard neural network learns something new, the die spreads out everywhere. The information is distributed across all the connections, all the mathematical weights simultaneously. It is a holographic kind of storage.

Speaker 2

I see.

Speaker 3

So if you want to change one specific fact, or if you just need to hold one specific number in your head for a second, it is really hard to do that without messing up the pattern of the whole.

Speaker 2

Shirt because it's messy. You can't just one specific thread out without unraveling the entire image or changing the surrounding colors exactly.

Speaker 3

That architecture is fantastic for recognizing broad patterns, but it is actually really bad for holding specifics. Now, what doctor Kwaiser and his team did was introduce these explicit slots. Imagine that on top of that TIDI shirt, you sew on a few clear plastic pockets.

Speaker 2

Okay, like a plastic badge holder or a bocket protector.

Speaker 3

Right, These are distinct protected containers. You can write a number on a piece of paper, put it in slot, A and it stays perfectly safe. It doesn't bleed into the TIDI fabric at all. It functions as a true variable I see.

Speaker 2

So the AI can say, okay, I am currently holding the number seven in my left hand, and it completely doesn't matter what the rest of the network is doing. That seven is safe and isolated precisely.

Speaker 3

And this is absolutely crucial for formal logic. If I tell you to reverse the sequence seven, two, nine, you need to hold those three numbers in your head, in your slots and shuffle them around a standard AI struggles with this because it tries to memorize the concept of seven, two, nine based on how often it has seen those specific numbers grouped together in the past.

Speaker 2

So it's essentially trying to vibe its way vibe.

Speaker 3

Its way through a math problem. Yes, that is hilarious, but it's true. It is vibing based purely on statistics. It looks at the data and says, well, usually seven is followed by eight, but here it's two, and it just gets confused. But the OIC model is different. It puts seven and slot one two and slot two and nine and slot three, and then that is when the inner voice, the mumbling kicks in, and.

Speaker 2

The mumble says, swap slot one and slot three.

Speaker 3

Bingo. It generates a symbolic command directed at its own memory system, swap one in three. It absolutely does not care that the numbers are seven and nine. They could be an apple and an orange. They could be completely made up words. The logic holds perfectly because the slots are entirely separate from the content inside them.

Speaker 2

And this sounds exactly like what computer scientists called generalization.

Speaker 3

That is the magic word here, generalization.

Speaker 2

Because in the paper they use this incredibly dense phrase they call it content agnostic information processing. It is a mouthful, it really is, but it seems to be the core of why this works.

Speaker 3

It is a mouthful, but it is the holy grail of artificial intelligence research. Content agnostic means the AI understands the underlying rule, regardless of the specific data it is looking at. Think about basic algebra. If you know the A plus B equal C, you can solve that equation whether A is five or a is five million, or a is a banana.

Speaker 2

Right because I know the relationship between the parts, not just the parts themselves exactly.

Speaker 3

Traditional AI is often just memorizing millions examples, if it has seen the sequence one two three reverses three to one a million times in its training data, it can do it easily. But if you give it xyz, it might fail simply because it hasn't seen those specific letters in that specific.

Speaker 2

Order before, which seems so brittle.

Speaker 3

It is extremely britle. But the OIST researchers found that their model, the one equipped with the memory slaw and the internal mumbling, could look at a sequence it had literally never seen before in its life and apply the reverse rule perfectly on the first try.

Speaker 2

Because it wasn't looking at the letters themselves, it was looking at the containers. Take what is in slot one and move it to slot three exactly.

Speaker 3

It completely separates the algorithm from the data, and that is something humans do naturally all day long, but neural networks have historically been terrible at it.

Speaker 2

Okay, so let's dig into the actual mumbling mechanism itself, because I am trying to visualize this. Yeah, how does a computer actually mumble? I mean, is it generating a tiny sound file? Is there microphone involved?

Speaker 3

No, no audio is being generated. It is generating tokens. In AI terminology, a token is just a fundamental unit of information, like a word or a piece of a word. In a normal chatbot that you might use online, the tokens it generates come out immediately as text on your screen. But in this OHES system, the researchers created a recurrent loop.

Speaker 2

A loop, so it feeds back on itself.

Speaker 3

Right, the system generates a token. Let's say it generates the token for the word swat, but instead of showing that word to the user, it feeds that token directly back into its own input layer for the very next millisecond of processing.

Speaker 2

So it is whispering back into its own ear.

Speaker 3

It is a quiet mumble. The paper describes it as the low level generation of tokens. It acts as an intermediate computational step. And the researchers did something very specific here to make this happen. They actively encouraged the system to do this during training.

Speaker 2

Encouraged like they gave it a digital cookie.

Speaker 3

Sort of yeah. In machine learning we use things called loss functions and targets to guide behavior. They essentially set a strict target where the system was required to produce a certain amount of internal speech while it was attempting to solve the problem. They basically said to the AI, you cannot just guess the final answer. You have to show your work. You have to talk it through step by step.

Speaker 2

Man That instantly reminds me of my high school algebra teacher. I don't care if you got the right answer, show me the steps, and.

Speaker 3

Your teacher was exactly right, because if you show the steps, you actually prove that you understand the logic behind the solution. If you just write down the final number, you might have just memorized it from the textbook or taken a lucky guess. By forcing the AI to mumble the intermediate steps, they forced it to break the complex problem down into manageable logical.

Speaker 2

Chunks, which brings us directly to the specific tasks they use to test this theory. We mentioned reversing sequences earlier. The paper also talks about pattern creation. But why are these specific tasks so important for the researchers to use. They seem, I don't know, almost too simple, like reversing a list of items. A cheap pocket calculator can do that.

Speaker 3

A calculator can do that because a calculator is hard coded by a human software engineer to do exactly that. A neural network, on the other hand, has to learn how to do it completely from scratch just by looking at examples. And for a neural network, these types of tasks are actually brutal. They are highly computationally because they require what we call sequential processing.

Speaker 2

Sequential meaning involves time.

Speaker 3

Yes, time and order. You have to remember the beginning of the sentence while you are simultaneously reading the end of the sentence, and then you have to purposefully manipulate the order of those elements. This requires holding multiple distinct data points in your head simultaneously without them overwriting each other.

Speaker 2

Ah, we are back to the tid eye problem.

Speaker 3

Exactly, if I add blue dye for the end of the sentence, it might bleed over and turn the red dye at the beginning of the sentence into purple.

Speaker 2

So the information corrupts itself just by existing in the same space.

Speaker 3

Right, And the study showed that the models equipped with the explicit slots and the internal mumble just blue the standard models out of the water. They could handle significantly longer sequences, much more complex patterns. And here's the really mind blowing part. They could switch between different tasks without crashing.

Speaker 2

Multitasking. Multitasking Now, humans are pretty famous for thinking we are amazing at multitask while actually being terrible at it. But for AI, it's usually a complete disaster, isn't it.

Speaker 3

It is usually catastrophic. In fact, there is an official term for it in the field. It's called catastrophic forgetting.

Speaker 2

That sounds incredibly dramatic, it really is.

Speaker 3

If you train a standard artificial intelligence to play chess and it gets really good, and then you try to teach that exact same model to play checkers, it will almost always completely forget how to play chess. That's totally why, completely overwritten, because it overwrites the mathematical weights to learn the new game. The tiedeie pattern essentially gets entirely redied with new colors.

Speaker 2

But the OST model didn't do that.

Speaker 3

It remember both it did, and doctor Kwoiser observed that the mumbling was the absolute key to this capability. The internal speech acted as a dynamic context manager.

Speaker 2

Break that down for me. A context manager.

Speaker 3

Thing of a professional chef working in a really busy kitchen. They are chopping onions on the cutting board, but they also have a delicate sauce simmering over on the stove. They chop chop, chop, and they fit physically stop and say out loud to themselves, Okay, check the sauce. They walk over, they stir the sauce. Then they say, sauce is good. Back to onions.

Speaker 2

That little phrase back to onions. It resets their mental state, It.

Speaker 3

Resets the context. The OST system uses its mumble to explicitly label which task it is currently performing. It says internally, I am now doing task A, and it uses the memory slots specifically assigned for task A. Then it mumbles switching to task B, and that command clears the slots or moves its attention to new slots. It actively prevents the parameters of the tasks from bleeding into each other.

Speaker 2

That is wild. That essentially bridges the huge gap between the rigid, single task focus of traditional AI, where you have one specific bot for playing chess and a totally different bot for chatting, and the flexible, fluid adaptability that human beings have.

Speaker 3

It is a massive step towards general purpose intelligence, and it leads us directly to another incredible benefit outline in the research, which is data efficiency.

Speaker 2

Yes, this is a huge topic right now in the tech world. I like constantly keep reading articles saying that we are basically running out of Internet, that the big tech companies have scraped every single book, every news article, every Reddit post, and there is literally nothing left of high quality to train the next generation of models on.

Speaker 3

That is a very real, very pressing problem. The current dominant paradigm in AI development is essentially scale is all you need. Just make the model bigger, throw more processing power at it, and give it more data. But we are rapidly hitting the hard seiling of what is actually available out there. The OST research suggests a completely viable way.

Speaker 2

Out of that trap, sparse data utilization.

Speaker 3

Right. Because the OST system is learning how to think, meaning the general underlying rules, rather than just what to think, which is just memorizing specific answers, it needs significantly less data to achieve the same or better performance.

Speaker 2

Going back to your algebra analogy earlier, if I teach a student the actual rules of algebra, I really only need to show them maybe ten practice problems, and they get the concept they can apply it anywhere. But if I try to teach them malogy but purely by showing them every single possible math problem in existence so they can memorize the answers. I would literally need infinite data.

Speaker 3

That is a perfect analogy. The OIS model is learning the rules of the game. Doctor Kawiser explicitly calls it a complementary, lightweight alternative to these massive, heavy data models. And you have to imagine what that means for the real world. Think about the environment, think about the energy costs. We wouldn't need to build these massive city size data centers that consume as much electricity as a small country just to train a smart AI, and we.

Speaker 2

Would need a supercomputer to actually run the AI once it's trained. Yeah, which brings us to the part of the paper that got me really truly excited, and that is robotics.

Speaker 3

Yes, the real world application of all this theory.

Speaker 2

Because right now, let's be honest, robots are kind of dumb. They work perfectly in a car factory where everything is literally bolted down to the floor, the lighting never changes and the exact same part comes down the assembly line every three seconds. But you put a state of the art robot in my messy living it is total chaos. It gets stuck on a rug exactly.

Speaker 3

The paper explicitly talks about the challenge of transitioning AI from controlled environments to dynamic environments.

Speaker 2

Let's really take this out of the laboratory, because the paper specifically mentions agricultural robots as a use case. Let's visualize that you have got a robotic tractor, or let's go at a weed bot out in a massive cornfield.

Speaker 3

Okay, so you have this robot. Its sole job is to drive down the row, visually identify a weed and pull it out, but obviously leave the valuable corn alone. Now, in a sterile lab setting, that is incredibly easy. The lighting is perfectly calibrated, the corn is bright green, the weed has a distinct leaf shape. The cameras process it instantly.

Speaker 2

But out in the actual real war, in the.

Speaker 3

Real world, a dark cloud passes over the sun. The ambient light drops by fifty percent in two seconds. A gust of wind blows the corn stock, so it is suddenly leaning over at a forty five degree angle. Maybe there's a splash of mud that gets splattered right on the robot's camera lens.

Speaker 2

To a standard vision based AI, that visual input just changed completely. It completely freaks out. It thinks the leaning corns an entirely new, unrecognized object. It thinks the shadow from the cloud is a deep hole in the.

Speaker 3

Ground, exactly, it throws an error and crashes, or worse, it just happily pulls up all the expensive corn But a robot equipped with this inner voice architecture and working memory can actually self correct in real time. It can literally talk itself through the sensory confusion, so it.

Speaker 2

Is internally mumbling, Okay, the light just got a lot darker, but my sensors say I didn't actually move forward, so the object directly in front of me is highly likely to still be the cornstock I was just looking at.

Speaker 3

Yes, exactly. It maintains a continuous state. It explicitly says to itself. Current state is weeding row four. Event is sudden light reduction. Action is continue current task. It bridges the sudden gap in its sensory data by relying on a logical internal narrative. It creates a cognitive buffer against the unpredictability and chaos of the physical world.

Speaker 2

That is just remarkably human. I mean, that is exactly what I do. When I am driving on the highway in a sudden rainstorm. I am talking to myself saying, okay, I can't see much, just slow down, keep the wheel straight, look for the tail lights ahead. I am not completely relearning how to drive a car every single second. I am actively talking myself through the noise and the fear.

Speaker 3

And that is exactly why this research is so huge for the field of robotics. You simply cannot upload the entire Internet into the memory banks of a farm tractor. It is impossible. You need a centralized brain that is small, highly efficient, and capable of actively reasoning its way out of a novel problem, rather than just cross referencing a massive database to remember a pre programmed solution. This is the fundamental difference between simple automation and true autonomy.

Speaker 2

Break that distinction down from me a bit more automation versus autonomy. People use those words interchangeably a lot.

Speaker 3

They do, but they are very different. Automation is like a train on a track. It is incredibly powerful, it is fast, it is efficient, but if a cow suddenly wanders on to the track, the train doesn't know how to evaluate the situation. It just hits the brakes and stops, or it crashes. Current robots are still largely just automated. They rigidly follow a script. Go forward ten feet, turn left, ninety degrees stop, but.

Speaker 2

The real world does not have tracks exactly.

Speaker 3

Autonomy, on the other hand, is like driving a car. You can see the cow, evaluate the shoulder of the road, and steer around it. You can decide to go off road if you have to. Autonomy means you are writing the behavioral script in real time as the situation unfolds. The mumbling we are talking about is effectively that real time script writing process.

Speaker 2

And because this whole architecture is so lightweight, as doctor Quaser puts it, you can actually put this brain physically inside the robot itself.

Speaker 3

Right, it becomes an embedded system. The robot doesn't need to constantly talk to a massive cloud server for every single micro decision, and that drastically reduces latency. If that automated tractor sees a itch suddenly appear, it needs to stop right now, not in the two seconds it takes to send a video frame to a server farm in Virginia and wait to get a stop command back.

Speaker 2

Two seconds is an eternity when you are driving a tractor into.

Speaker 3

A ditch exactly.

Speaker 2

So, if I'm tracking this right, we have a proposed system that learns significantly faster uses a fraction of the data can multitask without forgetting its primary directive and functions exponentially better in the messy, unstructured real world, and honestly sounds almost too good to be true. There has to be a catch, or rather, what does this actually mean for the future of how we as humans are going to interact with these things?

Speaker 3

Well, there is actually one more really interesting side effect of this mumbling architecture that we haven't touched on yet, and it solves a major headache in the field interpretability.

Speaker 2

Interpretability like being able to translate.

Speaker 3

It more like being able to understand its motives. One of the absolute biggest fears about modern AI, especially the massive deep learning models, is that they are essentially a black box. We feed data in, we get an answer out, but we really don't know why made that specific decision. It just spits out the final output based on billions obscure mathematical weights. But with this ost system, the actual thought process is explicit and trackable.

Speaker 2

Because it is actively generating and mumbling those tokens.

Speaker 3

Yes, we can theoretically open up the system and read the literal transcript of its internal deliberation. So if that agricultural robot does something crazy and drives straight through a wooden fence. The engineers don't have to just throw their hands up and guess why the weights failed. They can look at the internal log and literally read the mumble. They can see it said identified wooden fence as tall dry grass proceeding forward.

Speaker 2

Oh wow, So it gives us an actual readable audit trail of its thought process.

Speaker 3

Exactly. It makes safety engineering and debugging so much easier and more transparent. We can debug the actual logic of the machine, not just try to tweak the underlying math and hope for the best. We can see exactly where the reason is went off the rails.

Speaker 2

That is fascinating. It's exactly like being able to read a student's rough draft of an essay to see exactly where they misunderstood the core assignment, rather than just giving the final paper an f and moving on.

Speaker 3

It really is and all of this leads us to a final sort of philosophical point that the paper touches on. Doctor Kwiser and his team make a point to mention that this research isn't just about building better, more efficient robots for industry. It is fundamentally about understanding ourselves.

Speaker 2

Getting back to the biological blueprint we talked about the start right.

Speaker 3

By successfully modeling inner speech and working memory as a distinct computational advantage in a machine, the study strongly validates the hypothesis that our own internal monologue is a critical functional component of human intelligence. It's not just some weird evolutionary quirk or a side effect of learning to speak out loud. We evolve the ability to talk to ourselves because it is quite literally the most efficient way to run our own biological software.

Speaker 2

So we are basically biological machines running a continuous mumble algorithm on a wetwear neural network.

Speaker 3

In a very real way. Yes, it suggests that the act of thinking is really just internal self.

Speaker 2

Communication, and that is that is heavy.

Speaker 3

It is heavy. It really changes how we look at artificial intelligence going forward. Instead of seeing AI as this alien, hyperfast super calculator that just knows things instantly, we might start to see it as something that occasionally needs to just take a minute pause and think things through before it acts.

Speaker 2

We are moving towards systems that do not just blindly process incoming data, but actively interact with their own internal states to figure out the world.

Speaker 3

Correct the future of robust, reliable artificial intelligence lies in machines that quite literally talk to themselves.

Speaker 2

I really love that perspective. It makes the AI feel a lot less like a terrifying magic box and a lot more like a well like a thinker, a.

Speaker 3

Thinker with a very organized scratch pad.

Speaker 2

A thinker with a scratch pad and a habit of uttering under its breath.

Speaker 3

Exactly.

Speaker 2

So let's recap the really big takeaways here for everyone. We started with the observation that traditional AI has been somewhat stuck in this big data trap, right.

Speaker 3

Relying purely on massive, unsustainable data inputs to essentially memorize the entire world.

Speaker 2

And then this team, it always he comes along and says, no, stop building bigger data centers. Look at the architecture of the human brain. Instead, we have working memory, which gives us those isolated slots, and we have internal speech, which gives us the mumble.

Speaker 3

And when you successfully combine those two biological concepts and code, you achieve content agnostic information processing. You get a system with the ability to learn the underlying rules of a problem, not just memorize the facts of the training.

Speaker 2

Data, which directly leads to much better generalization, the ability to deal with the alien alphabet or the completely novel sequence without crashing.

Speaker 3

And significantly better multitasking, the chef managing the kitchen without catastrophic forgetting.

Speaker 2

And finally, it unlocks the potential for true real world robotics. The autonomous tractor navigating a sudden storm without needing to ask a cloud server what a shadow.

Speaker 3

Is, achieving true autonomy through internal self regulation.

Speaker 2

It really seems like we are witnessing a true maturing of the entire field of AI, moving away from just brute force computing and moving toward truly elegant, biologically inspired design.

Speaker 3

I would go so far as to call it a fundamental shift from artificial intelligence to artificial cognition. We aren't just trying to simulate the final results of human thinking anymore. We are actually simulating the step by step process of thinking.

Speaker 2

That is a very crucial distinction to make.

Speaker 3

It is, and doctor Kaiser's work really challenges all of us to reconsider our basic definition of what learning actually is. Learning is not just the massive accumulation of disjointed facts. It is the act of development of the internal logical processes required to manipulate and understand those facts.

Speaker 2

And the memory slots provide the stable canvas upon which that complex process is drawn Together.

Speaker 3

They enabled the machine to finally step out of the rigid, fragile constraints of its historical training data and dynamically engage with a sheer, novelty and chaos of the real world.

Speaker 2

As we wrap up this deep dive, I want to leave you the listener, with a final thought to mole over the next time you catch yourself talking to yourself, maybe you are rehearsing an argument in the shower, or muttering under your breath while you tear apart the house looking for your car keys. Do not feel crazy, definitely not.

Speaker 3

You are highly functional.

Speaker 2

You're just actively optimizing your working memory. You are running some very high level executive code, and pretty soon your smart toaster might be doing the exact same thing while it figures out how to perfectly brown your bagel.

Speaker 3

Let's just hope the toaster doesn't start arguing back about what settings you chose.

Speaker 2

That is definitely a problem for another deep dive. This has been a truly fascinating look into the study. AI that talks to itself learns faster and smarter coming out of the Okanau Institute of Science and Technology.

Speaker 3

A very signific can step forward in the field of cognitive neurorobotics.

Speaker 2

Thank you so much for taking the time to break all of this complex architecture down with us today. It was my absolute pleasure, and thank you for listening. Keep talking to yourselves everyone, It is genuinely good for your brain.

Transcript source: Provided by creator in RSS feed: download file
For the best experience, listen in Metacast app for iOS or Android