Skip to main content

Introduction

This blog is a collaborative effort to explain the things we achieve by trying to understand how the mind works.
It will probably be useful to make more approachable the topic of artificial intelligence (AI from now on) to people who don't know much about it, and it may be the crib to new ideas and maybe papers... Who knows?
Let me present myself: I'm Alejandro Navas and I've always loved the topic of AI, to the point that my dream was creating it. I guess I'm kind of late. AI is now in the phase of early adoption by the industry and while most research was made in universities, now it's made in companies.
Contrary to what happens in industry, we are not moved by profiting from artificial intelligence techniques, but rather by curiosity. We want to understand how intelligence and consciousness come to exist.
This blog will be a journal of our team, as we explain step by step how we abstract and represent the mind. You'll see our struggles as we try to find humanly understandable terms and good analogies to explain the concepts that appear in this path.
Bear with us, give us feedback and learn... AI will be the bread and butter of our future.

Comments

Popular posts from this blog

How to spot the broken link?

So sorry, my love but this is not exactly what you requested. I've thought a lot about this and I'm in trouble, so let's explain what is the trouble Im facing. I've seen this pattern, the pattern that some complex systems seem to follow... You see, complex systems are systems composed by many many many similar agents that interact between each other. Right? Imagine, each agent as a state machine... ok, sorry, I know you don't know what a state machine is, so let's try to explain what it is... we use them A LOT! A state machine is a THING, and that thing has a state. State can be anything, like 1 or 0, the most common for computers which use a lot of them. But it can be "happy" (like a person) or "excited" (like a neuron). The state of the machines change, that's obvious. But how does it change? That's what makes every state machine different. A state machine (like a transistor, a human or a neuron) changes its own state dependin...

In the beginning it was chaos

So we've agreed that the brain is a complex system that somehow manages to work as a control system for the body. It receives info from the body (input), info from itself (state), and produces info for the body (output). For now, however, let's forget that it's a control system for the body and let's just focus on the fact that it's a complex system. So what's a system? Imagine a set of pieces that interact among them: a clock? the brain? a beehive? a city? they all are systems. Some more complex, some less. This explanation could become way more complex but there's no need (pun intended). A complex system is also a system... only it has extra characteristics: 1) it's conformed by an unusually large number of pieces, 2) the pieces are very similar, and 3) the pieces have relatively many relationship among them. Known complex systems are: The brain, cities, weather, economy, etc. There's also an artificially made complex system cal...

You're not alone

So we've explained that our quest is to find and simulate a simplification/reduction of the brain that displays intelligence. We summarized that we were gonna try many simplifications until one of those actually worked. We lied... kind of. It's not that easy. This blog was created in order to show how we build ONE simplification that, we hope, works. We'll walk you through all that path trying to be as simple and explicit and possible. Remember that everything is about finding and simulating a simplification of the brain that works. However we need to define what "it works" means in this context. But we won't... Let's just assume that we all can recognize intelligence (even if it we don't know how it works). At the end we may have a (measurable) definition of what intelligence means. Let's start In the most aggressive simplification we can make of the brain, we can deduce something:  brain is not alone. What do we mean by this? We mea...