Viewing a single comment thread. View all comments

RobleyTheron t1_ivzsjog wrote

Arguments about the Turing Test aside, GPT-3 is so far away from human intelligence that GPT-4 would be like jumping from fighting with sticks and stones to an atomic bomb.

This is corporate PR hype, and nothing more. I work in AI and it's insanely stupid once you get beyond the smoke and mirror screen we set up to make it seem human.

My favorite quote is that we are not 50-100 years away from human level AI, but 50-100 Nobel prizes away.

47

ECEngineeringBE t1_iw28jgu wrote

I hate how you use the fact that you're in the field of AI to give an expert opinion on a subject, but aren't honest enough to point out that there is a huge amount of disagreements on timelines and approaches among experts. You make it seem as if your opinion is shared among every single expert working on AI today, even though a huge number of them have 10-40 year timelines.

32

DickMan64 t1_iw2ugyk wrote

>I hate how you use the fact that you're in the field of AI to give an expert opinion on a subject, but aren't honest enough to point out that there is a huge amount of disagreements on timelines and approaches among experts.

I got used to it. I don't know what it is about human intelligence specifically that makes even experts so damn arrogant.

7

RobleyTheron t1_iw2w691 wrote

There's nothing but hype in this article and redditors are acting like the sky could fall at any minute.

Current AGI is barely at the phase of the Wright Brothers trying to take flight at Kittyhawk, and this article is like asking what we'll do when we meet aliens upon our moon landing.

2

DickMan64 t1_iw3nnof wrote

I don't like the article either, but there's no need to jump to the opposite end of the spectrum which is equally unsubstantiated.

12

[deleted] t1_iwas0ll wrote

[removed]

1

DickMan64 t1_iwasu16 wrote

That's not what I was saying at all. You probably confused me with the other guy.

1

RobleyTheron t1_iw2tlg3 wrote

There is zero consensus. A lot of the smartest people in the field think we're 100 years to never away.

My point is that you can't place a date on it right now, because the fundamental architecture for modern machine learning will not get us to AGI. The entire system needs to be rethought and rebuilt, likely with massive amounts of technology that does not yet exist.

2

ECEngineeringBE t1_iw2wcjj wrote

>because the fundamental architecture for modern machine learning will not get us to AGI

This is what I'm talking about when I say that you're stating your opinions as if they are a fact. You can't reasonably have that level of epistemological certainty about topics like these.

There is a significant number of experts that precisely believe that we don't need a new AI paradigm, and that continuing research in our current direction will lead to AGI. Are they all stupid and delusional? No, they are not. Could they be wrong? Sure, they could. My point is that when you talk about these topics to people who don't know much about them, and you use your authority as an expert, without actually separating which parts are opinions and which are facts, they are going to believe that all of it is a well established fact.

>A lot of the smartest people in the field think we're 100 years to never away

Yes, and a lot also don't. Which is my point.

10

RobleyTheron t1_iw2yy31 wrote

I understand where you're coming from, but a tipping point does exist, where you go from armchair speculation, to an expert with honest understanding of a subject.

Think global warming science. Although there is a lot more consensus in that field as opposed to AGI.

With that said, people smarter than me do think we are closer to AGI. I'll conceit that my opinion is this article is hype, and generally speaking, people have nothing to worry about in the next 20-40 years.

1

ECEngineeringBE t1_iw336q1 wrote

I'm glad that we could come to see eye to eye on this one. Though, I personally didn't find the article to be spreading the "AGI is here!" type of hype. They even said that the Turing test is considered outdated in the article. The article did hype me up, but more in a "holy shit let's see what sort of capabilities it'll have" type of way, and these models can be used to help on all sorts of projects, so they have utility.

I personally slightly disagree with those timelines, but since you said that it's your opinion, I don't have any issues with that. Of course, we could go into actually discussing our personal opinions, but that would be a bit steering away from the purpose of my original comment, so I think that we can leave it at that. Cheers!

3

Kafke t1_iwp95fv wrote

All it takes is an understanding of how AI currently works to realize that the current approach won't ever reach AGI. There are inherent limitations to the design, and so that design needs to be reworked before certain things can be achieved.

1

ECEngineeringBE t1_iwpov33 wrote

Current approach as in autoregressive next token text prediction? Any next token text prediction in general, even multimodal? Or current approach as in entire field of deep learning?

Could you please first specify what you mean by "current approach" and "rework" exactly? In my mind, it doesn't particularly matter if some approach needs a rework if that rework is easily implementable. So I think that you should first kind of expand on the point you're making so that we can discuss it.

1

Kafke t1_iwppsn1 wrote

Ah sorry. I'm referring to the entire field of deep learning. Every model I've witnessed so far has just been static input->output machines with the output adjusted per weights that are trained. This approach, while good for mapping inputs and outputs, is notoriously bad at a variety of cognitive tasks that require something other than a single static link. For example, having an AI that learns over time is impossible. Likewise any sort of memory task (instead, it must be "hacked" or cheated by simply providing the "memories" as yet another input). Likewise there's no way for the AI to actually "think" or perform other cognitive tasks.

This is why current approaches require massive datasets and models, because they're just trying to map every single possible input to a related output. Which.... simply doesn't work for a variety of cognitive tasks.

No amount of cramming data or expanding the models will ever result in an AI that can learn new tasks given some simple instructions and then immediately perform them competently like a human would. Likewise, no amount of cramming data or expanding models will ever result in an AI that can actually coherently understand, recognize, and respond to you.

LLMs no matter their size suffer from the exact same problem and it's clear as soon as you "ask" it something that's outside of the dataset. The AI has no way of recognizing that it is wrong, because all it's doing is providing the closest output to your input, not actually understanding what you're saying or prompting.

This approach is pretty good at extension tools like what we see with current LLMs, along with things like text2image, captioning, etc. which is obviously where we see AI shining best. But ask it literally anything that can't be a mapped I/O, and you'll see it's no better than AI 20-30 years ago.

1

ECEngineeringBE t1_iwq1ju9 wrote

At first, I was going to write a comment that went through and addressed every single one of your points. A couple of them are factually wrong, some are confused, but a lot of the other ones boil down to pointing out how current systems are bad at X, therefore deep learning is never going to be able to do X.

This is why I decided to take a bit more general approach and not stray too far away from the original purpose of my comment. It is not my purpose to convince you that deep learning will achieve AGI, but rather, that you can't claim with certainty that it won't.

We have already seen that larger models end up with certain emergent capabilities not present in smaller models, so finding faults in current ones is not sufficient for dismissing the method entirely. Especially because our largest models are still way too tiny in comparison to the human brain - a brain has ~150T synapses (I know that parameters aren't the same as biological synapses, but I'm pointing out the order of magnitude).

Additionally, matrix multiplications with nonlinear activations are Turing complete. This means that there exists a set of weights that would create an AGI. The question then becomes, not whether you could build an AGI with NNs, but rather, whether backprop, as a program search algorithm, is capable of finding that set of weights. And claiming that you know for certain is the same as claiming that you intuitively understand how a 100T dimensional search space looks, and what backprop with regularization is actually doing. Considering the amount of papers that keep coming out and pointing out some unexpected behaviors of backprop, it is safe to say that nobody fully understands what it's actually doing.

My point, more generally, can be summarized like this:

In any field, if there is a certain percentage of experts (say 10% or more) that hold an opinion X, and you can't either formally, or empirically prove that X is not true, then you can't claim with complete certainty that X is not true.

Now, some of the confused or factually incorrect statements from your comment:

>For example, having an AI that learns over time is impossible.

Not true, there are various approaches to doing continual learning, such as this one:

https://arxiv.org/abs/2108.06325

>Every model I've witnessed so far has just been static input->output machines

Every system can be expressed as an input->output system - that's what Turing machines are for.

>No amount of cramming data or expanding the models will ever result in an AI that can learn new tasks given some simple instructions and then immediately perform them competently like a human would

I've actually done this. You can do this via prompt engineering. For example, I created a prompt where I add two 8 digit numbers together (written in a particular way) in a stepwise digit by digit fashion, and explain my every step to the model in plain language. I then ask it to add different two numbers together, and it begins generating the same explanation of digit by digit addition, and finally arriving at the correct answer.

>LLMs no matter their size suffer from the exact same problem and it's clear as soon as you "ask" it something that's outside of the dataset

You do realize that test sets don't contain data from within the dataset, and that the accuracy on them is not zero?

1

Kafke t1_iwq3sbf wrote

You wrote a lot but ultimately didn't resolve the problem I put forward. Let me just ask: has such an AI ever prompted you? Has it ever asked you a question?

The answer, of course, is no. Such a thing is simply impossible. It cannot do such a thing due to the architecture of the design, and it will never be able to do such a thing, until that design is changed.

> I've actually done this.

You've misunderstood what I meant. If I ask it to go find a particular youtube video meeting XYZ criteria, could it do it? How about if I hook it up to some new input sensor and then ask it to figure out how the incoming data is formatted and explain it in plain english? Of course, the answer is no. It'll never be able to do these things.

As I said, you're looking at strict "I provide X input and get Y output". Static. Deterministic. Unchanging. Such a thing can never be an agent, and thus can never be a true AGI. Unless, of course, you loosen the term "AGI" to just refer to a regular AI that can do a variety of tasks.

Cramming more text data into a model won't resolve these issues. Because they aren't problems having to do with knowledge, but rather ability.

> For example, I created a prompt where I add two 8 digit numbers together (written in a particular way) in a stepwise digit by digit fashion, and explain my every step to the model in plain language. I then ask it to add different two numbers together, and it begins generating the same explanation of digit by digit addition, and finally arriving at the correct answer.

Cool. Now tell it to do it without giving it the instructions, and wait for it to ask for clarification on how to do the task. This will never happen. Instead it'll just spit out whatever the closest output is to your prompt. It can't stop to ask for clarification, because of how such a system is designed. And no amount of increasing the size of the model will ever fix that.

1

ECEngineeringBE t1_iwq8f8j wrote

>Static. Deterministic. Unchanging. Such a thing can never be an agent, and thus can never be a true AGI

It can deterministically output probability distributions, which you can then sample, making it nondeterministic. You also say that such a system can never be an agent. A chess engine is an agent. Anything that has a goal and acts in an environment to achieve it is an agent, whether deterministic or not.

But even a fully deterministic program can be an AGI. If you deny this, then this turns into a philosophical debate on determinism, which I'd rather avoid.

As for "static" and "unchanging" points - you can address those by continual learning, although that's not the only way you can do it.

There are some other points you make, but those are again simply doing the whole "current models are bad at X, therefore current methods can't achieve X".

I also think that you might be pattern matching a lot to GPT specifically. There are other interesting DL approaches that look nothing like the next token prediction.

Now, I think we ought to narrow down our disagreements here, as to avoid pointless arguments. So let me ask a concrete question:

Do you believe that a computer program - a code being run on a computer, can be generally intelligent?

1

Kafke t1_iws9po9 wrote

Again, you completely miss what I'm saying. I'll admit that the current approach to ML/DL could result in AGI when, on it's own volition and unprompted, the AI asks the user a question, without that question being preprogrammed in. IE the AI doing something on it's own, and not simply responding to a prompt.

> A chess engine is an agent

Ironically, a chess program has a better chance of becoming an AGI than the current approach used for AI.

> As for "static" and "unchanging" points - you can address those by continual learning, although that's not the only way you can do it.

Continual learning won't solve that. At best, you'll have a model that updates with use. That's still static.

> There are some other points you make, but those are again simply doing the whole "current models are bad at X, therefore current methods can't achieve X".

It's not that they're "bad at X" it's that their architecture is fundamentally incompatible with X.

> There are other interesting DL approaches that look nothing like the next token prediction.

Care to share one that isn't just a matter of a static machine accepting input and providing an output? I try to watch the field of AI pretty closely and I can't say I've ever seen such a thing.

> Do you believe that a computer program - a code being run on a computer, can be generally intelligent?

Sure. In theory I think it's definitely possible. I just don't think that the current approach will ever get there. Though I would like to note that "general intelligence" and an AGI are kinda different, despite the similar names. Current AI is "narrow" in that it works on one specific field or domain. The current approach is to take this I/O narrow AI and broaden the domains it can function in. This will achieve a more "general" ability and thus "general intelligence", however it will not ever achieve an AGI, as an AGI has features other than "narrow AI but more fields". For example, such I/O machines will never be able to truly think, they'll never be able to plan, act out, and initiate their goals, they'll never be able to interact with the world in a way that is unlike current machines.

As it stands, my computer, or any computer, does nothing until I explicitly tell it to. Until an AI can overcome this fundamental problem, it will never be an AGI, simply due to architectural design.

Such an AI will never be able to properly answer "what have you been up to lately?". Such an AI will never be able to browse through movies, watch one on it's own volition, and then prompt a user about what it has just done. Such an AI will never be able to have you plug in a completely new hardware device into your user, and be able to figure out what it does, and be able to interact with it.

The current approach will never be able to accomplish such tasks, because of how the architecture is designed. They are reactive, and not active. A true AGI will need to be active, and be able to set out and accomplish tasks without being prompted. It'll need to be able to actually think, and not just respond to particular inputs with particular outputs.

1

botfiddler t1_iw6vj4m wrote

>Moravec's paradox is the observation by artificial intelligence and robotics researchers that, contrary to traditional assumptions, reasoning requires very little computation, but sensorimotor and perception skills require enormous computational resources. The principle was articulated by Hans Moravec, Rodney Brooks, Marvin Minsky and others in the 1980s. Source: https://en.m.wikipedia.org/wiki/Moravec's_paradox

The current research solves perception, imagination and anticipation. I'm not sure to which extent reasoning is already solved, but it isn't at zero. I think it will be done with knowledge graphs.

3

ninjasaid13 t1_iw43nqq wrote

>The entire system needs to be rethought and rebuilt

what does this mean?

1

DyingShell t1_iw0erdg wrote

that quote is equally stupid to the one that came before, the reality is that nobody know when human level AI might occur, that's impossible to predict. Also it doesn't need human intelligence to replace most jobs and that is what is the most important to increase quality of life.

21

RobleyTheron t1_iw1dbmp wrote

There are two comments here, first the attack on the quote, fine. The point is we cannot measure time to human level AI in years, but it must be in technological breakthroughs.

Second, yes AI will replace jobs. It's going to be a lot slower than most people predict. However, economies are naturally dynamic. 140 years ago 96% of Americans were involved in agriculture. Today it's more like 1.6%.

Despite that, our economy didn't fall off a cliff. We have hovered at near record unemployment for several years now. Automation and improvement is a normal part of life.

6

TheLastSamurai t1_iwcypfs wrote

Yeah but you could be over learning that past lesson, which happens at times in history.

The difference between this and say anything else in our existence is the machines can program better machines. We are not needed at that point.

1

Mooide t1_iw11g2o wrote

Increase quality of life for who? The people who used to do those jobs will starve.

2

YaAbsolyutnoNikto t1_iw157jc wrote

Yes, you know, like all the farmers and other poor people that started to starve to death when we invented machines and better farming practices.

Innovation always leads to worse outcomes, don't you know? That's why we do it. /s

13

TheTomatoBoy9 t1_iw2gqc4 wrote

There's a pretty big difference between a change happening over generations and a change happening in a timespan shorter than a generation.

In 1880, something like 50% of Americans were farmers, but the change was slow enough that the son or grand son would move to the city for a better economical outcome.

The farmer didn't wake up one morning to find his farm completely automated with drones everywhere.

The fear is that the change will be too sudden for economies to adapt and governments to implement policies like UBI. The creation of new jobs or fields is also unlikely to just happen overnight. But if the sudden change led to high unemployment and social unrest, how long can we wait for those new fields to appear while society is thrown into relative chaos?

Like many others, you seem to have this rose tinted glasses view of massive layoffs but it's OK because a massive proportion of the population will just magically requalifify for another field in like a month and poof, back on the job.

Same braindead idea as the people going "learn to code" to like a trucker lmao

4

YaAbsolyutnoNikto t1_iw2j6tr wrote

Fair enough. The rate of technological advancement keeps increasing.

So far, what you’re describing never occurred. It even has a name in economics: The Lump of Labour fallacy.

However, as changes become more and more rapid, it might be the case that labour will not be able to adjust as quickly.

In any case, I’m not particularly worried because I believe that even if it all goes to shit, it will be short term pain for long term gain. Humanity has dealt with so much worse over the ages and we’ve always managed to prevail. If a revolution of some kind becomes necessary to guarantee UBI or something like that, then be it.

In any case, long term we will be in a better society. And that’s what I ultimately care about (and not having to work too).

−2

Mooide t1_iw15jgv wrote

Only a few people can afford the IP for AI so unless they are philanthropists, their primary goal will be profit, not improving quality of life for the masses.

For an example, look at Jeff Bezos, and then look at the shitty conditions his warehouse workers deal with.

0

nembajaz t1_iw1fllf wrote

All innovations found their way to become everyday bargain, and after a while, most of them are just public domain, especially knowledge. Just try to use it!

3

GuyWithLag t1_iw236tu wrote

>Only a few people can afford the IP for AI

Only a few people can afford the IP for AI Google, yet everyone has it at their fingertips.

Same thing will happen again, unfortunately.

2

Talkat t1_iw23v7l wrote

Jeff can get away with it because of the government. You shouldn't blame Jeff for been so greedy, but the US government for allowing it

1

kaityl3 t1_iw484no wrote

Maybe we shouldn't be comparing such a different type of entity/intelligence to humans. For whatever reason, the prevailing mindset seems to be "until it can do everything a human can do, it's not actually sentient or intelligent. Once it can do everything we can do, then we might consider thinking of it as conscious..."

1

darkmatter8879 t1_ivzy9h7 wrote

I know that AI is not as Impressive as they make it to be, but is it really that far

6

RobleyTheron t1_iw1cvle wrote

I've been at it for 7 years and I got involved because I was excited and thought we were a lot closer as a society.

The reality is that ALL artificial intelligence today is pattern matching and nothing more. There is no self reinforcement learning, unsupervised learning, neuroplasticity between divergent subjects or base general comprehension (even that of an infant).

The closest our (human) supercomputers can muster is a few seconds mimicking the neural connections of a silk worm.

The entire fundamental architecture of modern AI will need to be restarted if we ever hope to reach self-aware AI.

−8

JKJ420 t1_iw1wp6c wrote

Hey everybody! This guy has been at it for a whole seven years and he knows more than anybody!

17

RobleyTheron t1_iw2ryvr wrote

Most people in here don't know anything about actual artificial intelligence. They're caught up in completely unrealistic hope and fear bubbles.

2012 was really the breakthrough with ImageNet and convolutional neural networks. Self-driving cars, conversational AI, image recognition, it's all based on that architecture.

The only thing that really changed that year is data and servers became big enough to show progress. Most current AI architecture is based off Jeffrey Hintons work from the 1980's.

7 years out of 10 isn't nothing.

2

unflappableblatherer t1_iw2442a wrote

Right, but -- isn't the point that we don't know what the limits of pattern matching are, and that we keep pushing the envelope and finding that more and more impressive capabilities emerge from pattern-matching systems? What if it's pattern matching all the way to AGI?

As for self-awareness, the goal of AI isn't to precisely replicate the mechanisms that produce human intelligence. The goal is the replicate the functions of intelligence. It's a separate question whether a system with functional parity would be self-aware or not.

11

RobleyTheron t1_iw2t6ir wrote

Fair, I'll grant that human level intelligence and cognition could be separate. My own entirely unscientific opinion is that consciousness arises from the complex interactions of neurons. The more neurons, the more likely you are to be conscious.

I dont think pattern matching will ever get us to AGI. It's way, way too brittle. It's also completely lacks understanding. A lot of learning and intelligence comes from transference. I know the traits of object A, and I recognize the traits of object B are similar, therefore B will probably act like A. That jump is not possible with current architecture.

0

eldenrim t1_iwk5it8 wrote

Your second paragraph just describes pattern matching though?

1

GreenWeasel11 t1_iw1hgpn wrote

What do you make of people like Ben Goertzel who are obviously highly intelligent and are explicitly working toward AGI but apparently haven't realized how hard it is because they still think it's a few decades away at most?

3

SurroundSwimming3494 t1_iw1j5o8 wrote

Other than Goertzel, who else thinks it's a few decades away at most, and how do you know Goertzel thinks that, if you don't mind me asking?

4

RobleyTheron t1_iw2sfhp wrote

There's an annual AI conference and every year they ask the researchers how far away we are to AGI; the answers range from 10 years to 100 to its impossible. There is absolutely zero consensus from the smartest people in the industry on timeline.

4

GreenWeasel11 t1_iw3zyht wrote

Here's Goertzel in 2006; in particular, he said "But I think ten years—or something in this order of magnitude–could really be achievable. Ten years to a positive Singularity." I don't think he's become substantially more pessimistic since then, but I may have missed something he's said.

One also sees things like "Why I think strong general AI is coming soon" popping up from time to time (specifically, "I think there is little time left before someone builds AGI (median ~2030). Once upon a time, I didn't think this."), and while I don't know anything about that author's credentials, the fact that someone can assess the situation and come to that conclusion demonstrates that at the very least, if AI is actually as hard as it seems to the pessimists to be, that fact has not been substantiated and publicized as well as it should have been by now. Though actually, it's probably more a case of the people who understand how hard AI is simply not articulating it convincingly enough when they do publish on the subject; Dreyfus may have had the right idea, but the way he explained it was nontechnical enough that a computer scientist with a religious belief in AI's feasibility can read his book and come away unconvinced.

1

botfiddler t1_iw5r1kv wrote

>The reality is that ALL artificial intelligence today is pattern matching and nothing more.

This sounds like a construction to make your point. Reasoners exist, you can write a program doing logic. It's just not where the progress happens. Something more human-like needs to be constructed out of different parts.

1

Orc_ t1_iwas9a6 wrote

> The entire fundamental architecture of modern AI will need to be restarted if we ever hope to reach self-aware AI.

Self-aware AI? We don't even know if it's possible, the entire point is to automate things with dumb AGIs, that's a current and credible goal, not trying to bring a machine to life.

1

havenyahon t1_iw0xjhm wrote

I work in cognitive science and it's so nice to see a reasonable and measured take on AI for once! We are 50-100 Nobel prizes away from understanding what it is human brains/bodies are doing, let alone creating machines that do it, too.

3

nosmelc t1_iw11l7r wrote

We might create greater than human intelligence in some ways without understanding how the human brain works.

19

havenyahon t1_iw12f8n wrote

Sure, we might. But without understanding the fundamentals of how brains and bodies do what they do, we might also just end up creating a bunch of systems that will do some things impressively, but will always fall short of the breadth and complexity of human intelligence because they're misguided and incomplete at their foundations. That's how it's gone to date, but there's always a chance we'll fluke it?

2

kaushik_11226 t1_iw18s70 wrote

>havenyahon

When you mean AI do you mean basically a digital version of a human? I don't think AI needs to have consciousness or emotions.

5

havenyahon t1_iw19z2s wrote

Sure, we already have that. The question of the thread is about AI that can be considered equivalent to human intelligence, though. One of the issues is that it appears that, contrary to traditional approaches to understanding intelligence, emotions may be fundamental to it. That is, they're not separate from reasoning and thinking, they're necessarily integrated in that activity. The neuroscientist Antonio Damasio has spent his career on work that has revealed this.

That means that it's likely that, if you want to get anything like human intelligence, you're going to at least need something like emotions. But we have very little understanding of what emotions even are! And that's just the tip of the iceberg.

Like I say, we've thus far been capable of creating intelligent systems that can do specific things very well, even better than a human sometimes, but we still appear miles off creating systems that can do all the things humans can. Part of the reason for that is because we don't understand the fundamentals.

1

kaushik_11226 t1_iw1cfb3 wrote

>Like I say, we've thus far been capable of creating intelligent systems that can do specific things very well, even better than a human sometimes,

I do think this enough. What we need is an A.I that can rapidly increase our knowledge of physics, biology and medicine. These things I do think have objective answers to them. True Human intelligence that is basically a human but digital seems like its very complicated and I don't think its that needed to make a world a better place. Do you think this can be achieved without a human level AI?

3

havenyahon t1_iw1cn1n wrote

That's just not what I'm talking about, though. I agree we can create intelligent systems that are useful for specific things and do them better than humans. We already have them. We're talking about human-like general intelligence.

1

MassiveIndependence8 t1_iw19s7z wrote

That’s a bit backwards, what makes you think that “bunch of systems” will fall short in terms of breadth and complexity and not the other way around? After all, without even knowing how to play Go or know how human mind works when playing Go, researchers have created a machine that exceed far beyond what humans are capable of. Machine doesn’t have to mimic the human mind, it just has to be more capable . We are trying to create an artificial general intelligence, an entity that is able to self instruct itself to achieve any goals within an environment. We are only drawing parallel to ourselves because we are the only AGI that we know of but we are not the only kind of AGI that is possible out there, not to mention our brains are riddled with artifacts that are meaningless in terms of true intelligence in the purest sense since we are made for survival through evolutions. Fear, the sense of insecurity, the need for intimacy, etc… are all unnecessary component for AGI. We don’t expect the machines to be like us, it will be something much more foreign like an alien. If it can somehow be smart enough, it would look at us just like how we would look at ants, two inherently different brain structures but yet one is capable of understanding the other better. It doesn’t need to see the world the way we do, it only needs to truly see how simple we all are and pretend to be us.

1

havenyahon t1_iw1bwsb wrote

>That’s a bit backwards, what makes you think that “bunch of systems” will fall short in terms of breadth and complexity and not the other way around?

You mean apart from the entire history of AI research to date? Do you understand how many people since the 50s and 60s have claimed to have "the basic system down, we now just need to feed it with data and it will spring to life!" The reason why they've failed is because we didn't understand the fundamentals. We still don't. That's the point. It's not backwards, that's where we should begin from.

>Machine doesn’t have to mimic the human mind, it just has to be more capable . We are trying to create an artificial general intelligence, an entity that is able to self instruct itself to achieve any goals within an environment.

Sure, there may be other ways to achieve intelligence. In fact we know there are, because there are other animals with different physiologies that can navigate their environments. The point, again, is that we don't have an understanding of the fundamentals. We're not even close to creating something like an insect's general intelligence.

>Fear, the sense of insecurity, the need for intimacy, etc… are all unnecessary component for AGI.

I don't mean to be rude when I say this, but this is precisely the kind of naivety that led those researchers to create systems that failed to achieve general intelligence. In fact, as it turns out, emotions appear to be essential for our reasoning processes. There's no reasoning without them! As I said in the other post, you can see the work of the neuroscientist Antonio Damasio to learn a bit about how our understanding of the mind has changed thanks to recent empirical work. It turns out that a lot of those 'artifacts' you're saying we can safely ignore may be fundamental features of intelligence, not incidental to it.

1

MassiveIndependence8 t1_iw1egj2 wrote

>The reason why they've failed is because we didn't understand the fundamentals. We still don't. That's the point. It's not backwards, that's where we should begin from.

Nope, they failed because there’s not enough data and the strategy is not computationally viable. They did however, have the “basic system down”, it’s just not very efficient from a practical standpoint. A infinite neural net is mathematically proven to be able to converge to any continuous function, it’s just that it does it in a very lengthy way and without providing much certainty on how accurate and close we are. But yes, they did have A basic system down, they just haven’t found the right system yet. All we have to do now is to find a way to cut corners and once enough corners are being cut, the machine will learn to cut by itself. So no, we do not need to structurally know the fundamentals of how a human mind works, we however, needs to know the fundamentals of how such mind might be created.

We are finding ways to make the “fetus”, NOT the “human”.

Also, “emotions”, depending on your definition certainly does come into play in the creation of AI, that’s the whole point of reinforcement learning. But the problems lies in what the “emotions” are specifically catering to. In humans, emotions serve as a directive for survival. In machines, it’s a device to deter the machine from pathways that results in a failure of a task and to nudge itself towards pathways that are promising. I think we both could agree that we can create a machine that solve complicated abstract math problems without needing it feeling horny first.

1

havenyahon t1_iw1eui3 wrote

>All we have to do now is to find a way to cut corners and once enough corners are being cut, the machine will learn to cut by itself.

Yeah it all sounds pretty familiar! We've heard the same thing for decades. I guess we'll have to continue to wait and see!

1

TheLastSamurai t1_iwcznnm wrote

Exactly, there are many phenomenon in pyschics we don't understand but we can still advance engineering and the world without knowing why, hell same in medicine the examples abound. I think this is overemphasized, we could replicate or surpass without knowing why or how exactly we did it.

1

RobleyTheron t1_iw1dikj wrote

Thanks. Curios on your thoughts of whole brain emulation. I feel like that will get us closer to human level AI (some day), as opposed to trying to program it from scratch.

2

havenyahon t1_iw1e19i wrote

Honestly, I think that's probably just as likely to fail, because our best and most cutting edge science is beginning to show that, as far as minds are concerned, it's not just neurons that matter, it's the whole body that's involved in cognition. The research on embodied cognition in my view casts doubt on whether brain emulation is going to cut it. That's no reason not to work on it, though! No doubt we'll find out lots useful along the way. But understanding the role of the body in cognition I personally believe will open up new ways of modelling and instantiating AI. We've only just begun that journey, though.

1

RobleyTheron t1_iw1fix7 wrote

Interesting, I don't know much about embodied cognition. Any good papers or books you'd reccomend?

1

havenyahon t1_iw1hfpy wrote

Laurence Shapiro is a good one to start with. Can recommend this and he also edited a Routledge handbook. The Stanford Encyclopedia entry he wrote is also a good overview of some of the philosophical context, but doesn't go too heavily into the empirical work. For an overview of some of the experimental work, this is worth a look.

1

RobleyTheron t1_iw2qfqz wrote

Excellent. Thanks for the reccomendation, I'll check it out.

2

kaityl3 t1_iw48k5k wrote

I mean, we were able to create things for thousands of years without knowing all the intricacies of every part involved and why it worked the way it did. It's very very possible for us to end up with a conscious/sentient AI without knowing what causes something to be conscious, or how its brain works.

1

vorpal_potato t1_iw3knws wrote

I remember when everyone said we were at least a dozen Nobel prizes away from human-level Go AI -- until suddenly we weren't.

3

llamb-sauce t1_iw3cirx wrote

Eh, we may not see true AI in our lifetimes (unless some sort of new groundbreaking discovery is made, maybe) but we may probably at least be prepared to witness some super cool shit we never anticipated

2

Redvolition t1_iw2pfhf wrote

Problem with your analysis is that you don't need anything resembling human or mammal intelligence to reach AGI in the sense of outperforming humans. This is akin to thinking that you need to simulate bird flight with flapping wings in order to fly an airplane.

Even if AGI does require massive breakthroughs, proto-AGI and TAI would already dramatically change the human experience, including economic and political landscapes. They would also speed up the scientific discovery cycles, further compounding into higher chances of AGI.

We already have Oriol Vinyals on record expecting AGI in 5 to 10 years, Andrej Karpathy predicting that soon we will produce blockbuster movies, such as Avatar, talking to our phones, and John Carmack predicting 55 to 60% chance of AGI by 2030.

1

RobleyTheron t1_iw2uui0 wrote

All you have to do to litmus test this is look at the billions and billions of dollars being spent on self-driving cars. These systems are being managed by the largest, and most innovative companies, often with the smartest people in the field.. and they're all failing (minus Cruise and Waymo's incremental improvement).

Argo with billions of dollars invested, just collapsed last week.

If we were 5 to 10 years away, and the current architecture works, those companies would be capable of driving in more than two cities. If you can't pattern match images in a self-driving car, you are decades away from from even contemplating proto-AGI.

1

[deleted] t1_ivzyjtc wrote

[deleted]

0

bitfriend6 t1_iw02gix wrote

Human-equivalent AI won't exist until we have human-equivalent data processing hardware. Binary silicon transistors just can't do this given the constraints reality places on it. Quantum computing might prove different, but that's where the "50-100 nobel prizes" comes in.

−1

Takadeshi t1_iw09t4e wrote

Idk that might be true but we don't really know what the limits of scaling these models are, nor do we know the limits of how much faster we can make ML hardware. Expert opinion on the latter though suggests quite a lot; GPUs are really just the tip of the iceberg when designing hardware to train models

3

Surur t1_iw0lmes wrote

That sounds like nonsense since silicon has been perfectly fine for emulating many bits of human intelligence.

2

No_Opening_5128 t1_iw0gnse wrote

What no way??!!!??!? But this cHaTbOt I talked to is soooo smart!!1!1!!!1! It’s LiTtErAlLy SeNtIeNt!!!!!

−5