284 comments

[ 2.4 ms ] story [ 274 ms ] thread
Typo in the title, ought to be “Skeptic.” Unless, that is, his skepticism is also directly tied to handling sewage.
No, both spellings are good. The sewage thing would be "septic".
(comment deleted)
I find his comment about hallucinating faces in the snow amusing given that humans hallucinate faces in things all the time. And then either post it to Reddit or have a religious experience.
Yes, that is explicitly part of the point Doctorow is making. It’s why the essay mentions the fact that humans see faces in clouds, etc. Humans typically know when they are “hallucinating” a face, and ML algorithms don’t. When humans see a face in the snow, they post it to Reddit; they don’t warn their neighbor that a suspicious character is lurking outside. This is the distinction the essay draws.
People perceive nonexistent threats all the time and call the police. The threshold is simply higher than current AI but that’s a question of magnitude rather than inherent difference. Fine tune a reinforcement model on 5 years of 16 hours a day video and I’m sure it will also have a better threshold.
There is general knowledge about the world for humans to know that there isn’t a giant human in the sky no matter how good the face looks.

Train it with as many images as you want and as long as a good enough face shows up, the model is going to have a positive match. The entire problem is it’s missing that upper level of intelligence that evaluates “that looks like a face, could it actually be a human?”

>There is general knowledge about the world for humans to know that there isn’t a giant human in the sky no matter how good the face looks.

Is there? Humans used to think the gods were literally watching them from the sky and the constellations were actual creatures sent into the night. So this seems learned behavior from data rather than some inherent part of human thinking.

>Train it with as many images as you want and as long as a good enough face shows up, the model is going to have a positive match.

So will a human if something is close enough to a face. A shadow at night for example might look just like a human face. Children will often think there's a monster in the room or under their bed.

Children will think there is a monster under their bed based on no evidence at all. That speaks to something beyond object recognition that happens at a different processing layer.

Humans do not need to be trained on billions of images from around the globe to semantically understand where human faces are not expected to appear. Modern AI can certainly recognize faces really well with that level of training now, but it still doesn’t even understand what a face is (i.e. no model of reality to verify its identification against).

But very seldom do they do that because of a hallucination.
Well, we seem to experience such things in a split second, and then we correct ourselves. We use some kind of reasoning to double-check suspicious sensory experiences.

(I was thinking of this when I was driving in a new place. Suddenly it looked like the road ended abruptly and I got ready to act, but of course it didn't end and I realized that just a split second later.)

Those humans don't typically believe those hallucinated faces belong to people though nor do they call the cops.
You don't think a person has ever called the police because they hear a noise they thought was an intruder, or saw someone or something suspicious only in their mind? People make these kind of mistakes too.
Of course, but the consistency of the false positive is the issue. An able-minded person can readily reconcile their confusion.
Then that’s a question of training data.
The problem with this line of reasoning is that it can be used as a non-constructive counter to any observation about AI failure. It’s always more and more training data or errors in the training set.

This really is a god-of-the-gaps answer to the concerns being raised.

No, my point is that if two systems show very similar classes of errors but at different thresholds with one trained on significantly more data than the more likely conclusion is that there isn't enough data in the other.
Don't most high-end machine learning solutions have more training data than a human could consume in a lifetime?
I don't think there is a realistic way to make that comparison.

For consideration, our brains start with architecture and connections that have evolved over a billion years (give or take) of training. Then we are exposed to a lifetime of embodied experience coming in through 5 (give or take) senses.

ML is picking out different things, but it's not obvious to me that models are actually getting more data then we have been trained on. Certainly GPT has seen more text, but I don't think that comparing that to a person's training is any more meaningful than saying we'll each encounter tens of thousands of hours of HD video during our training.

They aren't very similar errors, ML solutions are equally accurate as humans in at a glance performance but longer and humans clearly wins. I'd say that the system is similar to humans in some ways, but humans have a system above that which is used to check if the results makes sense or not, that above system is completely lacking from modern ML theory and it doesn't seem to work like our neural net models at all (the brain isn't a neural net).
An ML system generally can reconcile (and also avoid) this kind of confusion, with present technology. The example is more a question of responsible implementation than of a gap in the state of the art.
I found this to be a very succinct, sober analysis of ML ("AI") techno-solutionism. Cory is a great writer and knows how to explain ideas in a simple, no-nonsense way. This article reminded me of Evgeny Morozov's "To Save Everything, Click Here", where you can find many more examples of how focusing on the quantitative aspect of a problem and ignoring the social, qualitative context it around it often goes wrong.

https://bookshop.org/books/to-save-everything-click-here-the...

Are there any approaches to artificial intelligence that do involve qualitative data or don’t rely entirely on statistical inference?
Not really adjacent to what we do today.

I view A.I. as dual to "neoliberal M.B.A. culture". Just as the business schools taught that managers should be generalists without craft knowledge applying coarse microeconomics, A.I. that we have created is the ultimate pliant worker that also knows nothing deep and works from statistics. In a bussiness ecosystem where analytics and presentations are more important than doing things, they are a perfect match. Of course, a bunches of statistician-firms chasing each other in circles is going to exhibit the folly, not wisdom, of crowds.

I think solution is to face reality that more people need to learn programming, and more domain knowledge needs to be codified old school. https://www.ma.imperial.ac.uk/~buzzard/xena/ I thus think is perhaps the best application of computing, ever.

Training A.I. to be a theorem prover tactic is a great way to make it better: if we can't do theory and empiricism at the same time, we can at least do meta-empiracism on theory building!

I think once we've codified all the domains like that and been running A.I. on the theories, we'll be better positioned to go back to the general A.I. problem, but we might also decided the "manually programmed fully automated society" is easier to understand and steer, and thus less alienation, and we won't even want general A.I.

Cybernetics and control theory, broadly speaking, involve the design of data feedback loops to govern simple machines or complex socio-technical systems. For instance, an organization might instrument a feedback loop to use qualitative survey data to inform decision-making. That isn't ML, but it is cybernetics. And, based on Peter Norvig's definition, it is a form of AI.

Consider that "autopilot" was invented in 1914, long before digital computers. From this perspective, Artificial Intelligence might even be seen as an ancient human practice— present whenever humans have used artifacts to govern complex systems.

Does qualitative data actually exist? Named colors are considered qualitative, but rbg and cmyk are quantitative. Does converting from one to the other switch whether it is qualitative or quantitative?

Surely semantic meaning is qualitative, but look at word replacement in Google search. That’s entirely based on statistics, thesaurus graphs, and other ultimately quantitative data.

The neat thing about neural nets is that they are ultimately making a very, very complicated stepwise function. Brains are not neural nets, but are they doing anything other than create a very complex, entirely numerical, time and state dependent function? No matter which way you try to understand something, ultimately you are relying entirely on statistical inference.

Kind of does exist even with colors: try to map "brown" into an RGB or CMYK data point.

I think the real difference is that in qualitative data the numerical representation does not mean anything. Sure, the names of the archangels can be represented digitally (quantitative) but that is just a change of representation - the bit strings' numerical value carries no theological meaning.

Brown is (165,42,42). You can argue about false precision, but the term “brown” has false precision as well. The likely variation in interpretations can be described by error bars. Your understanding of someone saying “brown” is informed entirely by statistical inference of your past experience with “brown”.

Changing the representation of the names doesn’t matter, but attempting to understand the meaning behind the names is ultimately quantitative. The numbers are run in the giant black box that is your brain and then your consciousness receives other qualitative answers.

Asking for an AI without statistical inference or quantitative data is asking for consciousness without a brain.

What is quantitative in understanding the meaning of a name? We don't know that the brain runs on "numbers" (and no, it's no just like a "computer").

To respond to your edit: That is not brown... there is a whole science of color perception, have a look.

It’s not a computer, but it is quantified.
That touches on the really tricky point that some things can be quantified but not computed, so again, we don't know how that measurable representation relates to they way results are derived.
Numbers implies you can do mathematical operations on them that makes sense.

So how would you quantify "good" or "bad"? You can't unless you also answer what "good" + "bad" should be. In psychology they just assume that mapping those onto 1 and 5 makes sense, so "good" + "bad" = 5 + 1 = 6, but that doesn't make sense since it would imply that "good" is the same as "bad" + "bad" + "bad" + "bad" + "bad". You get similar but different issues if you start including negative numbers, or if you just use relative measures and don't have a proper zero, no matter what you do numbers doesn't properly represent feelings as we know them.

It is quantitative, but in an abstract way.

You see the color "brown" as a reception of a photon of a certain wavelength onto your retina, which is sent to your brain.

Visual perception can be equated to camera perception, but the data isn't represented the same way. Humans are just much better at "analog input" than computers are.

When you see things around you, it's natural to try to classify it at multiple levels. In our early formative years, we learn shapes, lines, colours, etc.

This said, "Brown" is just a label we put on a the perception of a photo's wavelength, which is quantitative on the light spectrum. All raw data is quantitative. Qualitative data are just the labels we put on it, but if we're going to general intelligence, we can't shortcut learning this way.

Maybe if we could invent quantum DNA computing + ML = artificial intelligence that would be perceived and understood by humans.
Well causal inference is considered distinct from statistical inference, and accounts for part of the gap here. (Not sure I would call that "qualitative" though.)
This article is mostly a straw man, while still containing some valid ML criticism. I am a ML s(c|k)eptic too, in that popular conceptions of what ML is currently overpromise, often don't even understand what ML actually is, and are often just some layperson's imagination about what "artificial intelligence" might do.

This article is the opposite. He's treating ML as basically a simple supervised architecture that doesn't allow any domain knowledge to be incorporated and simply dead-reckons, making unchecked inferences from what it learned in training. Under these constraints, everything he says is correct. But there is no reason ML has to be used this way, in fact it is extremely irresponsible to do so in many cases. ML as part of a system (whether directly part of the model architecture and learned or imposed by domain knowledge) is possible, and is generally the right way to build an "AI" system.

I think ML has its limitations and will be surprised to see current neural networks evolve into AGI. But I also don't think the engineers working in this space are as out to lunch as the author seems to imply, and would not write off the possibilities of what contemporary ML systems can accomplish based on the flaws pointed out in relation to a very narrow view of what ML is.

> But I also don't think the engineers working in this space are as out to lunch as the author seems to imply.

Are you at all close to this space? It sounds you may be underestimating corporate politics and the lack of rigour and ethical thought with which these systems are applied. The example Cory puts on policing -- and the many other examples you can find in Evgeny Morozov's book or "The End of Trust" -- are solid proof of this.

My first thought was that I'm not the target audience of this article. I'm a ML practitioner. This seems more like an overstated opinionated wake up call to mgmt and sales people. Is not it?
If you are an ML practitioner and you think you're not part of the target audience, then you're probably part of the target audience.
Agreed. What I called a straw man in the OP could also be characterized as a simplification to get his point across to lay-audiences. (Personally I dont agree with the simplification, per my other post). It's meant for popular audiences (as someone else points out, this is from a sci-fi magazine)
There are three entirely different groups at work here.

The deepmind team etc type of group who actually know what they’re doing and the boundaries of what they are working with

the “AI-washing” startups, corporate groups who know they are faking it and that what they’re doing is extremely limited

the corporate project team types who are just doing random tool play and honestly don’t understand what they are doing or that they are absolutely clueless with no self-awareness at all

I’ve worked with all three and they really are just totally different things that are all being lumped together. They also are listed in terms of increasing proportion. For every self-aware AI-washer team I’ve seen 50 “we are doing AI” Corp team types spinning out one trivial demo after another to execs who know zero.

Where does Google Vision Cloud sit in your categorization?

https://algorithmwatch.org/en/google-vision-racism/

First group.

You’re observing that they aren’t doing a perfect job, which is true, but my grouping isn’t related to perfection of results.

> The deepmind team etc type of group who actually know what they’re doing and the boundaries of what they are working with.

You claim that they "know what they are doing and the boundaries of what they are working with" -- and yet they recklessly make public a racist vision product?

Your argument is that knowing what you are doing means error free output.
It's more like applying the technology with caution and accountability when you already know beforehand that the output is not error-free.
They never promised that the output would be error free, having output with errors is still useful for many applications. And the issues you are talking about got fixed as soon as it was discovered and since then Google has made sure to always diversify their datasets by race. Nowadays that is common knowledge that you need to do it, but back then it wasn't obvious that a model wouldn't generalize across human races and it is much thanks to that mistake that everyone now knows it is an issue.
It was discovered by others, not them; they fixed the issue only retroactively when it was called out in public. This lack of oversight is part of what I mean with applying things with caution.

And why would they have assumed in the first place that the model _would_ generalize across human races, or any other factor for that matter?

I have a PhD in neural networks, haven't used it in many a year, but some of the knowledge is still there. Some of the memories of racking my brains to understand what the hell is going on are still there, too.

It is easy to have a theory of what is going on, to model the processes of how things are playing out inside the system, to make external predictions of the system, and to be utterly wrong.

Not because your model is wrong, but because either the boundary conditions were unexpected, or there was an anti-pattern in the data, or because the underlying assumptions of the model were violated by the data (in my case, this happened once when all the data was taken in the Southern Hemisphere...)

In all these cases, you can know what you're doing, you can know the boundaries of what what you're working with, and you can get results that surprise you. It's called "research" for a reason.

The model can also be ridiculously complex. Some of the equations I was dealing with took several lines to write down, and then only because I was substituting in other, complicated expressions to reduce the apparent complexity. It's easy to make mistakes - and so you can know what you're doing, and the boundaries that you're working with, and still have a mistake in the model that leads to a mistake in the data ... garbage in, garbage out.

In short, this shit is hard, yo!

Forgive me because I myself do not have a PhD in ML, but if this is hard (making a non-racist system) why are there not serious guardrails you prevent releasing racist systems to the public?
Is it your contention that Google intentionally devised a racist system and imposed it on the public ? That would be quite the claim.

If instead it was a fuckup, well that seems adequately covered by “this shit is hard”.

If you are instead complaining about a lack of oversight, I don’t have a horse in that race. Ask someone else, I don’t care about the politics, I’m here for the technology.

(comment deleted)
The same this is happening in the academics.
I feel like we're missing the point here. The dangerous groups are those execs you mention who will have the decision about whether to move something into production or not.

When this technology gets into their hands with a dev leash it will be recklessly implemented and people will die.

> Are you at all close to this space?

I am.

> The example Cory puts on policing

My most upvoted comment on this website was discussing this exact scenario. https://news.ycombinator.com/item?id=23655487

Could you perhaps clarify the generalization you're making about me and people like me so I can understand it?

Excellent. One problem in my mind that I don't see discussed enough -- and also not in your other post -- is that there is a large divide between those who use the technology (the cops in this case) and those who supply it, and there is no accountability in any of the two groups when something goes wrong. Like you write in your other post, "the system works (according to an objective function which maximizes arrests.)", and that is as far as the engineer goes. On the other hand, the cop picks up the technology and blindly applies it. To make any improvement to the system would require both groups to work together, but as far as I know, that is not happening. A recent example can be found in the adventures of Clearview AI. So from that perspective, I do think that the engineers (and the cops, and everybody else) are out to lunch, each doing their own work in a bubble and not paying enough attention to (or caring about) the side effects of the applications of this technology.

Also, the lack of thought and accountability that I mention above I think is fairly general from my experience, even outside of policing. That is why I don't generally agree with the lunch statement. Guys are having a hell of a party as far as I can tell -- at the expense of horror stories suffered by the victims of these systems.

I second this. I spend a great deal of time digging through where we've positioned big data models to steer population scale behavior, and very infrequently do the implementers of the system ever stop to analyze the changes they are seeding or think beyond the first or second degree consequences once things take off.

That is all part of engineering to me, so by definition, I think many in the field are in fact, out to lunch.

Yes, thank you. Analyzing the effects of our technology should be part of the engineering process. The physicists back where I studied all go through a mandatory ethics class. Us software crowd, well...

   "Don't say that he's hypocritical
   Say rather that he's apolitical
   'Once the rockets are up, who cares where they come down?
   That's not my department!' says Wernher von Braun

   Some have harsh words for this man of renown
   But some think our attitude
   Should be one of gratitude
   Like the widows and cripples in old London town
   Who owe their large pensions to Wernher von Braun"
Tom Lehrer "Wernher von Braun"
I actually think you're being too generous. Most people who work in ML are not ignorant that it has risks and flaws.

Many people are very resistant to the idea that their particular work can have a negative impact or that they should take responsibility for that. See Yan Lecun quitting Twitter (https://syncedreview.com/2020/06/30/yann-lecun-quits-twitter...)

Other people are very aware of the dangers of their work. But, when the money gets big enough, they take their concerns to the bank and their therapist. See Sam Altman's concerns about the dangers of machine intelligence before he invested in OpenAI (https://blog.samaltman.com/machine-intelligence-part-1) Contrast that with his decision to become the CEO, take the company private and license GPT-3 exclusively to Microsoft. (https://www.technologyreview.com/2020/02/17/844721/ai-openai...) He had reasons. He posts here. He might defend himself. But to me it seems like the kind of moral drift I've seen happen when people in silicon valley have to make hard choices about money and power.

There are also applications of ML that are generally safe and can be of benefit to society. See the many medical uses including cancer detection.(https://www.nature.com/articles/d41586-020-00847-2) Most of the work being done to expose the risks and biases of ML is being done by researchers who are at least somewhat within the field. In my math and computer science program, two and a half of the 25 students are doing their thesis in safe ML. (I'm giving myself a half because I'm working on logic based ML.) I don't think it's fair to believe that every person working in ML is participating in something negative for society.

Ultimately, I think we need some reasonable regulation and a lot more funding for research into safe ML. Corporations and governments want ML for purposes that can be unethical. Unfortunately they also control a lot of the research grants. So they have a disincentive to fund AI ethics or safe ML over pushing the boundaries of what ML can accomplish.

Finally, I think many engineers would like their work to be positive for society. Unfortunately, with what we know now, a lot of the edge cases we run into are unfixable. When Google Photos started classifying black people as gorillas, Google just removed primates from the search terms. Years later, they hadn't fixed it. (https://www.wired.com/story/when-it-comes-to-gorillas-google...) I'm sure most engineers on the project knew that was a hack. When faced with an unfixable issue like that, the engineer either tries to get the company to stop using ML for that problem, compartmentalizes and ignores the issue, or they quit. Where do you draw the ethical line? It's good to hold people accountable but it's unrealistic to expect that to solve the problem.

Thank you for the summary. The arrogance and moral bankruptcy of the first two stories are marvels of human behaviour. I was not aware "safe ML" was a thing; I was aware of explanatory models, but I guess the safe ML research you do covers more than just that?

Your third and fourth points I think are linked. I am not exactly sure where or how you would draw the line, but I kind of think of these ML/AI applications as something that could be export-controlled or be regulated along those lines, just like certain pieces of hardware are export-controlled on the grounds that they could be used for harm, and weapons, of course (and I mean, add some salt here because governments will cause the harm regardless, but hopefully the point comes across.) Once the regulations are in place, and corporations take _substantial_ economical hits for their errors (unlike, say, GDPR violations, which Google just factors into their OPEX), those corporations will rapidly start effecting real change. Corporations understand the language of (economic) violence suprisingly well, it's an effective tool for change. But like you said, it is precisely the same governments and corporations driving the research and exercising economic and political power, so I am not entirely sure how that would start shaping into place. Like almost everything else in life, the first step will probably be to keep raising social awareness; change will emanate from us at the bottom -- if we can direct our anger correctly and if the climate catastrophe that is upon us does not wipe us all first.

3gg was replying to version_five. You're bhntr3. There is no generalization being made about you or even people like you, in a post that is a specific response to an account that is not yours.
I believe they are disagreeing whether "engineers working in this space are out to lunch" and since I have been "an engineer working in this space" I was asking for more clarification about what it meant to be "out to lunch".
That's how I felt too. Most of the article is trying to pull us with an emotional attachment (mostly to racist things a computer will do if tasked to do important things). While that criticism is welcome, it's not specifically meaningful towards an argument against AGI. The only part that was seemed to be that statistical inference is not a path to AGI which is somehow backed up by the emotional stuff.

What deep learning seems to step into more and more is time-based statistical inference.

AGI is not:

seeing that a girl has a frown on their face.

seeing that a girl has a frown, because someone said "you look fat"

seeing that a girl has a frown because her boyfriend said you look fat

seeing that Maya has generally been upset with her boyfriend who also most recently told her she is fat.

But keep going and going and going and we might get somewhere. Do we have the computer power to keep going? I don't know.

AGI is that capability to orchestrate layering of topical filters and feature detections in order to create an actionable perception. Note that it isn't anything to do with the implementations of said filters and detectors, but with the ability to artistically arrange them to satisfy a goal, and very possibly, must be coupled with the capacity to synthesize new ones.

That executive and arranging function is the unknown. From whence cometh that characteristic of Dasein? That preponderance of concern with the act of being as Being?

It's a tough nut to crack, even in philosophical circles. To think that we're going to articially create it by any means other than accident or luck is hubris of the highest order.

I like your comment here starting with "straw man" .. and agree with some of the statements.. I have seen lengthy, detailed and authoritative reports that say some of the same things, but in a formal, long-winded way with more added..

This meta-comment of restatement in various contexts, with various amounts of story-telling and technical detail, brings up the educational burdens of communication -- to be effective you have to reach a reader where there are today .. in terms of assumptions, technical learning, and focus of topic.. since this is such a fast-moving and wide subject area, its super easy to miss the distinction between "low value, high volume audio clips recognition" and "life and death medical diagnosis for less than 100 patients". hint - that matters a lot in the tech chain AND the legal structure, and therefore combined, the "do-ability"

Agreed. The article reminds me of the arguments that religious fundamentalists make against evolution: "there are still monkeys, so how could it be that we evolved from monkeys, wouldn't all the monkeys have evolved as well?"

Clearly, no biologist claims that humans evolved from modern primates, just like no modern AI researcher seriously thinks that current machine learning methods will lead to "True AI".

> This article is mostly a straw man, while still containing some valid ML criticism.

I don't think this is an example of a straw man, given that his audience is readers of Locus, a science fiction magazine. While researchers and practitioners in ML understandably hold a more nuanced, informed view, the position he's arguing against is pretty common among the general public, and certainly common in science fiction.

The author conflates AI and statistical, in particular, causal inference.

A ML model and most of what we currently call AI, is a statistical model. It predicts things, and in the process of "training" this model we can also learn about the world it interacts with.

Anyone who has ever spend any amount of time on the issue knows that the idea of "generalizing" or "adapting"in ML corresponds directly to causal inference. This is not some secret to be uncovered by every other pundit, it's a direct consequence of ML models being.. statistical models. If our AI can understand when statistical relationships hold and when they do not, then it is inferring causality from data. Currently, we are dealing with ML algorithms adapting or generalizing: learning which regularities to "trust" and which to "discard" when the "DGP" changes. This sounds nebulous and difficult, but that's only the case because the models are complex.

Nevertheless, the underlying statistical problem is old. Ancient. Talked to death in every scientific field that tries to do an experiment, to infer some causal parameter from observational data, or construct counterfactuals to guide policy. Similarly, the divide between quantitative and qualitative approaches, are decades (if not centuries) old.

These problems are so well understood that we can state very precisely what needs to happen to make our inference causal. The catch is, that first it depends on the DGP and our model thereof, and further that none of these things can be proven to be true in the same framework. Whether the DGP is as we need it to be, or whether the model identifies what we want, is something we can be confident about given a set of assumptions, but it is not something we can know to be true. And guess what, if the model is complex, then so is thinking about its inferential capabilities.

The discussion seems tired, because it is. It's not a deep philosophical issue. It's a practical one. That doesn't imply there is a good solution to it either, but the basic issue hasn't changed for a long time. Maybe we are not trying to predict a treatment's effect on some randomly selected population, maybe we are instead trying to land a plane under conditions we can barely foresee. But what needs to happen for these two predictions to be unbiased, consistent, low variance, whatever... has not changed.

Researchers are frustrated with these article, because pundit after pundit claims to uncover some general problem with AI or ML in face of reality. But it is not about AI. It's about statistics, and we all want to say: "Yes, we know. Now what?"

they say that those who ignore the past are doomed to repeat it, data driven algorithms provide statistical guarantees of repeating it.
Covid is a bio-weapon. Fauci is the dealer.
I think he's doing a bit of bait and switch there. Knowing reliably whether arrests are genuinely racist or if winks are flirtatious is superhuman intelligence.

> But the idea that if we just get better at statistical inference, consciousness will fall out of it is wishful thinking.

I'm a mostly disinterested spectator in current AI research, and even I know that it's not all about that. Just google "AI alignment" for an example, and god only knows what's going on in private research.

I think the definition of racism in this context can be simple. If the rate of false positives for blacks is significantly higher than the average across the nation, then it's racism. Significantly higher can mean "one stddev higher".
Exactly my point - I happen to disagree. We're not going to have AI come and tell us the Truth, at least not from day one. They'll help, but not with _this_ kind of questions. This is why I commented, because they seem specifically chosen to be some of the most complicated questions we face.

(On topic: blacks could commit more crime then average. They could do it because of systemic racism, but in this case the _arrests_ are not racist.)

> I am an AI skeptic. I am baffled by anyone who isn’t. I don’t see any path from continuous improvements to the (admittedly impressive) ‘machine learning’ field that leads to a general AI

- I share the skepticism towards any progress towards 'general AI' - I don't think that we're remotely close or even on the right path in any way.

- That doesn't make me a skeptic towards the current state of machine learning though. ML doesn't need to lead to general AI. It's already useful in its current forms. That's good enough. It doesn't need to solve all of humanity's problems to be a great tool.

I think it's important to make this distinction and for some reason it's left implicit or it's purposefully omitted from the article.

I'm in favor of changing the terminology from AI and ML to something along the lines of 'prediction model' so that the idea of machines 'thinking' is replaced with them 'predicting'. it's just easier for our mushy meat brains to think that AI and ML means that it'll lead to general AI or as I like to call it 'general purpose decision maker'. it's all about the language!
I like the term “data driven algorithm“. It makes it clear to everyone involved that what we’re doing is just adjusting an algorithm based on the data we have. No-one in their right minds would confuse that with building a true “A.I.”.
What about “data derived algorithm”? The algorithm itself isn’t really driven by data after it has been designed anymore.
I mean if we want to be really accurate, we could say something like "highly dimensional data-derived function"
why stop at that? 'high dimensional matrix parameterised data derived non linear function optimisation and unique hypothesis generation' just rolls off the tongue doesn't it xD
To be frank: that very much does not make it clear to everyone involved. If you told the average Joe you had a “data driven algorithm” instead of “AI” you would likely get a blank stare in return.
(comment deleted)
I'm sorry to say that I don't see any clear line separating "data driven algorithms" from the embodied minds that we are.
why? we don't understand the architecture, but the brain certainly uses electrical signals in an algorithmic way
In not so long past, there was another popular expression - "computer-aided ...", which was quite fit for the practical use (like CAD for design, CAT for translation etc)

Perhaps, CAI for inference or insight would express it more fairly.

Alternatively, AI could've stood for 'automated inference', but sure it's all too late to rebrand.

We humans still not clear about nature of our own intelligence, yet already claimed being able to manufacture it.

I think inference isn't the right term either. I think current ML is more like automated inductive reasoning.
Automated inductive reasoning sounds a lot like artificial intelligence to me...
Idk maybe it's semantics, inference to me sounds more like a logical leap is happening, whereas in my mind the simplest form of inductive reasoning is just expecting a pattern to repeat itself.
Expecting a pattern to repeat itself may not be sufficient to count as intelligence, but general purpose pattern recognition certainly seems to fit the bill.
Computer Aided Pattern Recognition sounds reasonable in setting public expectations.
I think you're right if you eliminate the word "aided"
ML seems to be an ok term to me? It's the "intelligence" part in AI that needs a disclaimer.
I propose “heuristic optimization”.
I like this the most, but you can also generate things, which isn’t implied by optimization strongly.
We already have "Pattern Recognition", not sure why it got absorbed by Machine Learning (the two terms seemed to co-exist with some overlap on what they covered), and then ML got absorbed by AI.
ML is still widely used and is much more common than AI as a term. So I wouldn't say that it has been absorbed by AI but their use sometimes overlaps depending on the target audience.
Iirc, predictive coding is a well known branch of math that's said to be the next big step towards AI.
When I have encountered for the first time ML term I decided to learn what is that new great stuff. To my great surprise this was a typical old new thing called "statistical inference" in the days when I was working as a statistician.

There were a few new things, like ignoring model, choosing right variables, whatever was available was thrown into the equation, if it was clear that such "model" is over-fitted, there were some methods to overcome this by adding some random coefficients to the model that were smoothing it a little.

So, the naming is there... could be modified by adding some clarification that we don't care that much about understanding model we plan to use.

> I think it's important to make this distinction and for some reason it's left implicit or it's purposefully omitted from the article

I beg to disagree. They clearly state your opinion at the end of the piece, using the metal-beat analogy. Great things were done by blacksmiths beating metal, but not an ICE

> I don’t see any path from continuous improvements to the (admittedly impressive) ‘machine learning’ field that leads to a general AI

> I share the skepticism towards any progress towards 'general AI' - I don't think that we're remotely close or even on the right path in any way.

This isn't how science works though. Quoting the wikipedia page for Thomas Kuhn's "The Structure of Scientific Revolutions" (https://en.wikipedia.org/wiki/The_Structure_of_Scientific_Re...):

"Kuhn challenged the then prevailing view of progress in science in which scientific progress was viewed as "development-by-accumulation" of accepted facts and theories. Kuhn argued for an episodic model in which periods of conceptual continuity where there is cumulative progress, which Kuhn referred to as periods of "normal science", were interrupted by periods of revolutionary science."

I think this is the accepted model in the philosophy of science since the 1970s. That's why I find this argument about AI so strange, especially when it comes from respected science writers.

The idea that accumulated progress along the current path is insufficient for a breakthrough like AGI is almost obviously true. Your second point is important here. Most researchers aren't concerned with AGI because incremental ML and AI research is interesting and useful in its own right.

We can't predict when the next paradigm shift in AI will occur. So it's a bit absurd to be optimistic or skeptical. When that shift happens we don't know if it will catapult us straight to AGI or be another stepping stone on a potentially infinite series of breakthroughs that never reaches AGI. To think of it any other way is contrary to what we know about how science works. I find it odd how much ink is being spent on this question by journalists.

This seems akin to Asimov's "Elevator Effect": https://baixardoc.com/preview/isaac-asimov-66-essays-on-the-... starting p 221.

I agree that one would think that Science Fiction writers would have enough of an imagination to be able to consider alternate futures (Cory CYA's by saying such a scenario would make a good SF story) - but there are already promising approaches to AGI: Minsky's "Society of Mind", Jeff Hawkins' neuro-based approaches, the fairly new Hinton idea GLOM: https://www.technologyreview.com/2021/04/16/1021871/geoffrey... .

“By 2029, computers will have human-level intelligence,” Kurzweil said in an interview at SXSW 2017.

Time to get to work, eh? https://www.timeanddate.com/countdown/to?msg=Kurzweil%20AGI%...

That's funny. Of course, I was referring to Asimov's Elevator Effect, which is that if aliens visited NYC with some probe in 1800 and then in 1950, they would be astonished at all the very tall buildings, and would have to assume people were now living in these tall towers for reasons TBD. They would not know that elevators had been invented, and hence, the buildings would only be occupied 8 hours per day or so; and nobody would live in them. Elevators allowed this major unexpected result. There is more, I couldn't find the actual essay.
1960s Herbert Simmons predicts "Machines will be capable, within 20 years, of doing any work a man can do."

1993 - Vernor Vinge predicts super-intelligent AIs 'within 30 years'.

2011 ray Kurzweil predicts the singularity (enabled by super-intelligent AIs) will occur by 2045, 34 years after the prediction was made.

So until his revised timeline for 2029 the distance into the future before we achieve strong AI and hence the singularity was, according to it's most optimistic proponents, receding by more than 1 year per year.

I wonder what it was that lead him to revise his timeline so aggressively. I think all of those predictions were unfounded, until we have a solid concept for an architecture and a plan for implementing it an informed timeline isn't possible.

>So it's a bit absurd to be optimistic or skeptical.

We skeptics aren't skeptical that AI is possible, were skeptical of specific claims. I think it's perfectly reasonable to be skeptical of the optimistic estimates, since they really are little more than guesses with little or no foundation in evidence.

>I think this is the accepted model in the philosophy of science since the 1970s.

Perhaps, but "philosophy of science" has never been something the majority practicing scientists consider relevant, care about, or are influenced by, since forever.

is this related to Foucault? in an old debate with Chomsky, Foucault spends a lot of time on a concept similar to what you are talking about
I think you're misunderstanding Kuhn slightly. He invented the term paradigm shift. What he means by normal science with intertwined spurts of revolution is more provocative. He means that in order to observe periods of revolution, the "dogma" of normal science must be cast aside and new normal must move in to replace it. Normal science hits a wall, gets stuck in a "rut" as Kuhn describes it.

I think, in a way, Doctorow is making that same argument for the current state of ML: "I don't think that we're remotely close or even on the right path in any way". In other words, general thinking that ML will lead to AGI is stuck in a rut and needs a new approach and no amount of progressive improvement on ML will lead to AGI. I don't think Doctorow's opinion here is especially insightful, he's just a writer so he commits thoughts to words and has an audience. I don't even know wether I agree or not. But I do think this piece comes off as more in the spirit of Kuhn than you're suggesting.

And of course you can interpret Kuhn however you want. I don't think Kuhn was saying you shouldn't use/apply the tools built by normal science to everyday life. But he, subtly, argues that some level of casting off entrenched dogmatic theories, in the academic domain, is a requirement for revolutionary progress. Kuhn agrees that rationalism is a good framework for approaching reality, but also equates phases of normal science to phases of religious domination that predated it. Essentially truly free thought is really really hard because society invents normals (dogma) and makes it hard to deviate. Academia is no exception. Science, during periods of normals, is (or can become) essentially over-calibrated and over-dependent on its own contemporary zeitgeist. If some contemporary theory that everyone bases progressive research off of is not quite right, it kinda spoils the derivative research. Not always true because sometimes the theories are correct.

This is an excellent post. Thank you!

I felt like the part that wasn't in line with Kuhn was the idea that there was something wrong with a field if incremental improvement couldn't lead to a breakthrough like AGI. You're right. He's arguing Kuhn's point. But he seems to use it to conclude that machine learning is a dead end when it comes to AGI. Further, he seems to think this means AGI won't happen any time soon.

But, if I'm not misinterpreting Kuhn again, knowing that a revolution is necessary to overturn the current dogma (which I would argue is deep learning) doesn't tell us anything about when the revolution will occur. It could be tomorrow or 50 years from now or never. So, specifically, it doesn't tell us anything about machine learning in general, whether AGI is possible, or when AGI will happen.

I'm am both.

Why I'm pro-AI: Neural nets.

I worked on object detection for several years at one company using traditional methods, predating TensorFlow by a few years. We had a very sophisticated pipeline that had a DSP front end and a classical boundary detection scheme with a little neural net. The very first SSDMobileNet we tried blew away 5 years worth of work with about two weeks of training and tuning.

Other peers of mine work in industrial manufacturing, and classification and segmentation with off the shelf NN's has revolutionized assembly line testing almost overnight.

So yes, DNNs absolutely do some things vastly better than previous technology. Hand's down.

Why I'm Anti-AI: hype

The class of problems addressed by recent developments in NN/DNN software have failed horribly in scaling to even modestly real-world, rational multi-tasking. ADAS level 5 is the poster child. When hype master Elon Musk backs away, that is telling.

We're on the bleeding edge here, IMHO we NEED to try everything. There's no telling which path has fruit. Look at elliptic curves: half a century with no applications, now they are the backbone of the internet. Yes, there will be BS, hype, snake oil, vaporware, but there will also be some amazing tech.

I say be patient and skeptical.

> it's left implicit or it's purposefully omitted from the article

It's explicitly right there in the essay...

> Machine learning has bequeathed us a wealth of automation tools that operate with high degrees of reliability to classify and act on data acquired from the real world. It’s cool!

> Brilliant people have done remarkable things with it.

You seem to be in agreement with the article but don't realize it.

Isn't that what's meant by "admittedly impressive"?
Yeah I agree - during undergrad, I spent a few years studying neuroscience, and I was very let down by my first ML/AI course. Compared to what I had learned about the brain, what we called an "ANN" just seemed like such a silly toy.

The more you learn about neurobiology, the more apparent it is that there are so many levels of computation going on - everything from dendritic structure, to cellular metabolism, to epigenetics has an effect on information processing. The idea that we could reach some approximation of "general intelligence" by just scaling up some very large matrix operations just seemed like a complete joke.

However, as you say, that doesn't mean what we've done in ML is not worthwhile and interesting. We might have over-reached thinking ML is ready to drive a car without major fourth-coming advancements, but use-cases like style transfer and DLSS 2 are downright magical. Even if we just made marginal improvements in current ML, I'm sure there is a ton of untapped potential in terms of applying this tech to novel use-cases.

I'm not sure I buy that - biology is often messier because of nature related constraints, it gets optimized for other things (energy, head size, etc.)

The way a plane flies is quite different than the way a bird flies in complexity - they share an underlying mechanism, but planes don't need to flap wings.

It's possible that scaling up does lead to generality and we've seen hints of that.

- https://deepmind.com/blog/article/generally-capable-agents-e...

Also check out GPT-3’s performance on arithmetic tasks in the original paper (https://arxiv.org/abs/2005.14165)

Pages: 21-23, 63

Which shows some generality, the best way to accurately predict an arithmetic answer is to deduce how the mathematical rules work. That paper shows some evidence of that and that’s just from a relatively dumb predict what comes next model.

It’s hard to predict timelines for this kind of thing, and people are notoriously bad at it. Few would have predicted the results we’re seeing today in 2010. What would you expect to see in the years leading up to AGI? Does what we’re seeing look like failure?

I've heard this airplane argument before, and while I do consider it plausible that AGI might be achievable with some system which is fundamentally much different than the human brain, I still don't think it can be achieved using simple scaling and optimization of the techniques in use today.

I think this for a couple reasons:

1. The current gap in complexity is so huge. Nodes in an ANN roughly correspond to neurons, and the brain has somewhere on the order of 100 billion of them.

Even if we built an ANN that big, we would only be scratching the surface of the complexity we have in the brain. Each synapse is basically an information processing unit, with behavioral characteristics much more complicated than a simple weight function.

2. The brain is highly specific. The structure and function of the auditory cortex is totally different to that of the motor cortices, to that of the hypothalamus and so on. Some brain regions depend heavily on things like spike timing and ordering to perform their functions. Different brain regions use different mechanisms of plasticity in order to learn.

Currently most ANN's we have are vaguely inspired by the visual cortex (which is probably why a lot of the most interesting things to come out of ML so far have been related to image processing) and use something roughly analogous to net firing frequency for signal processing. I would consider it highly likely that our current ANNs are just structurally incapable of performing some of the types of computation we would consider intrinsically linked to what we think of as general intelligence.

To make the airplane analogy, I believe we're probably closer to Leonardo da Vinci's early sketches of flying machines than we are to the Right Brothers. We might have the basic idea, but I would wager we're still missing some of the key insights required to get AGI off the ground.

edit: it looks like you added some lines while I was typing, so to respond to your last points:

> it’s hard to predict timelines for this kind of thing, and people are notoriously bad at it. Few would have predicted the results we’re seeing today in 2010. What would you expect to see in the years leading up to AGI? Does what we’re seeing look like failure?

I totally agree that it's hard to predict, that technology usually advances faster than we expect, and that tremendous progress is being made. But the road to understanding human intelligence has been characterized by a series of periods of premature optimism followed by setbacks. For instance, in the 20th century, when dyes were getting better, and we were starting to understand how different brain regions had different functions, it may have seemed like we were close to just mapping all the different pieces of the brain, and that completing the resulting puzzle would give a clear insight into the workings of the human mind. Of course it turns out we were quite far from that.

As far as what we can expect in the years leading up to AGI, I suspect it's going to be something that comes on gradually - I think computers will take on more and more tasks that were once reserved for humans over time, and the way we think about interfacing with technology might change so much that the concept of AGI might not seem relevant at some point.

As to whether the current state of things is a failure - I would not characterize it that way. I think we're making real progress, I just also think there is a bit of hubris that we may have "cracked the code" of true machine intelligence. I think we're still a few major revelations away from that.

(comment deleted)
> It’s hard to predict timelines for this kind of thing, and people are notoriously bad at it. Few would have predicted the results we’re seeing today in 2010. What would you expect to see in the years leading up to AGI? Does what we’re seeing look like failure?

Few have predicted a reasonably-capable text-writing engine or automatic video face replacement, but many have predicted self-driving cars would have been readily available to consumers by now and semi-intelligent helper-robots being around.

Just because unforeseen advancements have been made, does not mean that foreseen advancements come true.

Automatic video face replacement always seemed an obvious application to me. I'm more surprised that the tools for it are still so rough. I guess we can thank social taboos for that.

When I was a kid, I remember wondering how Soviets were obsessed with faking photos. A few years later, I saw Terminator 2 and realized that faking videos was also a thing. The tools for it would clearly get better and better over time. When I studied ML in the early 2000s, it seemed obvious that pattern recognition tasks such as image manipulation would be "easy" for computers, once we found the right approach and made the ML systems big enough. In the end, I decided not to pursue ML, because jobs were still scarce and I found discrete problems more interesting. That was probably the worst career mistake I've ever made.

People tend to predict simple technological substitutes for human tasks rather than novel things. I suspect we won't get artificial humans because we'll end up not actually wanting that and getting something better instead. Just like we got cars instead of artificial horses.
AGI isn't really about artificial humans.

It's about very good general problem solving software that's way beyond the capabilities of humans while not being aligned with human interests. Not because the software is evil, but because aligning values is an unsolved problem (humans aren't even totally aligned - and values also change).

If you have an intelligence that's very good at achieving its goal and you don't have a good way to align its goal with human goals, you can very quickly get into trouble if that intelligence thinks much faster than you do.

https://www.lesswrong.com/posts/mMBTPTjRbsrqbSkZE/sorting-pe...

https://www.lesswrong.com/posts/4ARaTpNX62uaL86j6/the-hidden...

https://www.lesswrong.com/posts/BEtzRE2M5m9YEAQpX/there-s-no...

https://www.lesswrong.com/posts/5wMcKNAwB6X4mp9og/that-alien...

self-driving cars are available to consumers now. Search for FSD on youtube and see all the consumers using their self driving cars.

Or, watch the latest Veritasium

https://www.youtube.com/watch?v=yjztvddhZmI

And yet all of them force you to keep your eyes on the road at all times or you can die. Can you honestly call that FSD?
(comment deleted)
#1 it's still beta. The point is to show the progress is real

#2 see linked video, he sits in the backseat, there is no driver and no one to take control.

It’s as much FSD as my robot vacuum not hitting the wall…

These are just overhyped drive assist tools that market themselves immorally as something they aren’t.

(comment deleted)
If you can't go to sleep, the car is not fully self-driving
We used to think that machines would be bad at arithmetic and pure logical reasoning, and good at the more primitive animalistic ones, but it turns out the latter is a much harder problem.

Also, self-driving cars were mostly hyped up by companies, FSD is quite obviously a hard problem, much closer to general intelligence than the average NN application.

The quirky thing to remember about gpt-3 is that it really is just a giant autocomplete based on the internet. It can do math insofar as it’s memorized some text which did that math with slightly different verbiage etc.

If you ask it to compute something that would never have been seen on the internet it’s likely to fail. E.g. add 2 extremely large/rare numbers together

You should read the excerpts in the paper I link to which suggest otherwise (that it’s not memorized and that it’s deducing rules).
As another poster indicates, that's specifically not the case. Most possible arithmetic problems of reasonable size aren't anywhere in the dataset, but it can solve them with pretty good accuracy.
A good example of those constraints is there are hard upper limits to heat and energy use by a brain that are simply outdone by, say, a massive supercomputer.

A rough calculation, humans can feasibly consume 4-5 TJ/annum of energy, of which a lot is going to go into motion or whatever. And if devoted to mental activity, it has a shelf life of ~70 years before they die.

A distributed computer might theoretically burn TJ/hr and once the weights are known they may as well be in a permanent record. The upper limits of what computers can learn and get good at are much higher than what humans can. They won't need as much implementation trickery as biology to get results.

The converse is also true: a supercomputer built using current tech that could do everything a human can, could neither fit in the volume of a human skull nor use as little energy as a human brain.
> The way a plane flies is quite different than the way a bird flies in complexity

And a plane is a vastly simpler machine than a bird!

> they share an underlying mechanism, but planes don't need to flap wings.

A lot of birds don't need to flap their wings either.

Not if we mount a jet engine to their backs.
> Few would have predicted the results we’re seeing today in 2010.

That's hardly accurate - didn't Musk and Co. promise self-driving cars by 2012? We're in 2020, and the SDC's are great for making youtube videos, but not any good at piloting a vehicle without human intervention.

Since the 90s it has been clear that the only thing holding back what we have today is limited processing power. While there may be some new insights and directions in AI, they are not "general" and they require 3 orders of magnitude more processing power for a lot smaller improvement in performance.

What has been clear since 2010 is that this field has passed the point of diminishing returns already. We throw vastly more computational power at problems that we ever did before, and then call the result an improvement.

Deep blue beat the best human at chess using 11.8 GFLOPS of computational power. Alphago beat the best human at go using 720000 GFLOPS of power. The complexity difference between Chess and Go are within a single order of magnitude - 10x to 99x difference in complexity (https://en.wikipedia.org/wiki/Game_complexity). The difference in AI processing power to beat the best human between Chess and Go is between 4 and 5 orders of magnitude (1000x and 100000x).

This does not look like a success to me - it looks like a brute-force approach. If you spend 10000x more resources for a 10x more benefit, you're at the point of diminishing returns.

Here's a great paper that should be written (but won't be) - plot the improvements in AI and the usage of computational power for AI on the same chart.

From the 90s (https://en.wikipedia.org/wiki/History_of_self-driving_cars#1...): "The robot achieved speeds exceeding 109 miles per hour (175 km/h) on the German Autobahn, with a mean time between human interventions of 5.6 miles (9.0 km), or 95% autonomous driving."

Yup, 95% autonomous. Today we have 95.x% autonomous with roughly 10000x the resource power thrown at the problem.

So, yeah, your assertion that "Few would have predicted the results we’re seeing today in 2010." is wildly off mark, we predicted more than what we see today because we did not expect to hit a point of diminishing returns quite so quickly.

The people who did the 95% SDC in 1997 would have been disbelieving if anyone told them, in 1997, that even with 10000x more processing power thrown at the problem and new sensor hardware that was not available to them, it won't get much better than what they had.

Waymo is doing better, I believe.

> plot the improvements in AI and the usage of computational power for AI on the same chart.

Would that be meaningful? I mean, I use an infinity times the computational power for writing a letter than people did 100 years ago, still producing more or less the same results.

With animal intelligence all involved parts are optimized. Remove the thumb and catching a tennisball becomes many fold as complex. A self driving car is an attempt to make carts work without rails while behaving just like railed vehicles. its an unintelligent idea. Perhaps if roads grew naturally it would make some sense?

Some CAI guy made a facinating remark. Self driving cars are the ultimate weapon.

Currently the goal is to avoid all kinds of harm, when we have that it is easy to allow something specific. There could even be plausible deniability.

Where is the intelligence?

- 2010 isn’t 2012 (and I don’t think that it’s true Elon even said that at the time - at best he may have said 2016?)

- FSD is one example, but the improvement of computer vision since 2015 has been massive and deep learning approaches to general problem solving too. This wasn’t something people were predicting in 2010.

- The deep blue and stock fish style approaches vs. the alpha go or alpha zero approaches are categorically different - the latter being a lot more interesting and closer to general learning vs. the older approach which is more like brute force.

- GOFAI was a bad approach and the optimism in the 60s was wrong. Today’s looks more promising. Being wrong in the 60s doesn’t necessarily mean people are wrong now. It’s hard to know: https://intelligence.org/2017/10/13/fire-alarm/

For the AGI bit I’d recommend reading some of Eliezer Yudkowsky’s writing or Bostrom’s book (though I find Bostrom’s writing style tedious). There’s a lot of good writing about take offs and AGI/goal alignment that’s worth reading to get a base level understanding of the concepts people have thought through.

AGI doesn’t need to be human like to be dangerous - it can be good at general problem solving with poorly aligned goals and just act much faster. Brains exist everywhere in nature, simpler than human brains. A lot of that computation in training could be an analog of the genetic “pre-training” of evolution for humans that gets our baseline which could be one reasons humans don’t seem to require so much. There was a massive amount of “computation” over time via natural selection to get to our current state.

So you took an undergrad ML course and you're using this as the basis for your conclusions about how ML can scale? You understand modern neural networks as large matrix operations and then attack that idea leading to intelligence as a joke?

I also find it improbable that intelligence will emerge from modern ML without some major leap. But you have added nothing to the discussion, beyond some impressions from undergrad, when we are talking about something that is a very active and evolving research area. It's insulting to researchers and practitioners who have devoted years to studying ML to just dismiss broad areas of applicability because you took a course once.

I'm sorry, I don't mean to insult or offend anyone. I'm just recounting my observations based on my understanding of the subject - and that is really not to disparage the amazing work that's being done, but rather to highlight the scale of the problem you have to solve when you're talking about creating something similar to human intelligence. It's entirely possible I'm wrong about this, and I would love to be proven so.

Do you disagree substantively with anything I have said, or do you just think I could have phrased it better?

Thanks for your reply. I suppose a quick way to summarize my criticism is that it reads to me like you've dismissed the strengths of ML on technical grounds, while you imply you don't have any real technical experience in the field. You make a superficial comparison between the compexity of biology and ML, without providing any real insight, just saying one has lots going on and the other is matrix multiplication.

If your conclusion is that current gradient based methods probably won't scale up to AGI, you're probably right. But if you want to get involved in the discussion of why this is true, what ML actually can and can't do, etc. I would encourage you to learn more about the subject and the current research areas, and draw on that for your discussion points.

Otherwise, it comes across as "I once saw a podcast that said..." type stuff that is hard to take seriously.

No doubt I come across as condescending, please take what I say with the usual weight you'd assign to the views of a random guy on the internet :)

You don’t have to be an expert in a field to recognize that the current popular approaches to something aren’t even close to getting there.
Actually you do have to be an expert to make sweeping statements with any credibility in a young field making advances every day. Huge ones and surprising ones every year.

If you can’t characterize the technical problem that creates a limitation then you are just expressing an uninformed opinion.

Even if you were an expert!

Not to get into the rest of the discussion, but I disagree with the classification of ML as a young field. AI is an established field and I would argue that nothing in modern ML is _fundamentally_ so different that it would justify classifying it as a new field.
Yeah, it's almost as old as computing - likely 60-70 years old. The thing about it is we had the blueprints for a lot of stuff like neural networks almost at the dawn of computing, but it took almost half a century for us to even begin to try out some of the ideas, because the computing hardware wasn't even close - it would have been like trying to build a CPU out of vacuum tubes.

Once we finally had the tools to even start trying, in the late 80s/early 90s, it took us a very long time to "calibrate" these general ideas and figure out the "devils in the details" that were necessary to make certain ideas viable (for example, neural networks were discarded as a dead end in the 80s, and only considerably later were we able to discover that multi-layer networks essentially "salvaged" the idea).

Machine learning without the era of "modern computers" was a bit like flight before we'd really mastered the internal combustion engine - we understood quite a bit about it, and had theories about a lot of stuff (like the basic shape of a wing), and could successfully build gliders and such. Contrary to a lot of propaganda, the Wright Brothers didn't just arrive in the world like "lightning from a clear sky", but ... it had to become practical to do for us to then move on to putting the ideas through the paces, and all of the established theory from beforehand ran into the usual treatment of "no plan of battle survives contact with the enemy".

In terms of its origins, and the core algorithms, I agree neural networks have many decades on them.

However until the hardware and software support for mainstream massively parallel execution became available it was a niche tool.

So the level of adoption, experimentation, deployment and research resources available are multiple orders of magnitude greater than 20 or 30 years ago.

As a practitioner (for my entire career) the field still operates as a new field, with enormous areas for new experimentation and interesting new creative advances happening quickly.

So we are still at the beginning.

And there's so much we still don't know about the nervous system and cognition.
I think most of the complexity of biology is accidental, not essential. Eg. why don’t we have a normal abstraction for sending signals? Instead, we have like 10s of slightly different ones with different failings each, but each having many repetitive machinery leading to inefficient “spaghetti code”.

And while our brain is objectively very impressive, I don’t see how our complex abilities are anything but emerging features.

Yes and no - the brain is also incredibly parsimonious with respect to how little resources it uses to achieve the information processing power it has. If you could make a computer which could compete in terms of utility, energy usage, and size, you'd be a billionaire in no time.

It's probably true that you could imagine a "perfectly designed" brain which could perform better on some tasks with less complexity, but I think it's also true that there's been a lot of selection pressure towards increased intelligence, so this is probably fairly well optimized.

> why don’t we have a normal abstraction for sending signals? Instead, we have like 10s of slightly different ones with different failings each, but each having many repetitive machinery leading to inefficient “spaghetti code”.

What do you mean exactly by this? Like different neurotransmitter systems? Because I think it's actually quite elegant how the properties of different neurohormones lead to different processing modalities. It's like we have purpose-built hardware on the scale of individual proteins specialized for different purposes. I'm not so sure a more homogenized process for neural signaling would be an improvement.

John von Neumann wrote an essay on the topic titled The computer and the brain, which is quite a good comparison between the two types of systems, even though knowledge of the two was pretty primitive at the time. The basic idea is that computers are multiple orders of magnitude faster at serial calculations, but brains offset this difference by the sheer number of “dumb” processing units, with insane number of interconnections. Also, I don’t think that comparing the training of a neural network to the brain is fair from an energy usage point of view - compare the usage of the final NN with it.

As for how optimized is the human brain, well good question. I think not even a single biological cell is close to efficient, at most it is at a local minima. The reason is perhaps that “worse is better” in terms of novel functionality. But I don’t think there was a big evolutionary pressure on sufficient intelligence once it emerged - it is sort of a first past the post wins all.

> John von Neumann wrote an essay on the topic titled The computer and the brain

I have to be honest, I would take any such comparison from the 1950's with a huge pinch of salt. I think perceptions about how "dumb" an individual neuron is as a processing unit have shifted quite a bit since then.

> Also, I don’t think that comparing the training of a neural network to the brain is fair from an energy usage point of view - compare the usage of the final NN with it.

I'm not considering this in terms of the training efficiency, I'm looking at it in terms of the ratio between operational utility and energy used. There's no trained ANN with anything remotely close to the overall utility of the human brain at any scale, let alone one that weighs 3lbs, fits into a human skull and runs on 20 Watts of power.

I only mentioned that essay because I think the fundamental vision of it is still correct — in serial computations silicone beats “meat” hands down. And that is in both power efficiency and performance.

The fundamental difference between our current approach and biological brains is just as much a hardware one as it is theoretical. CPUs and GPUs are simply not best fit for this sort of usage — a “core” of them is way too powerful for what a single neuron can do (even with the more correct belief that they are not as dumb as we first thought), even if they can calculate multiple ones simultaneously. I’m not sure of specifics but couldn’t we print a pre-trained NN to a circuit that could match/beat a simple biological neural network in both speed and power efficiency? Cells are inefficient.

> in serial computations silicone beats “meat” hands down. And that is in both power efficiency and performance.

I just don't think this is a meaningful comparison, and I'm not convinced it's evidence of the "limitations" of biological computation.

Silicone beats biology in doing binary computation because they're a single-purpose machine built for this task. But a brain is capable of serving as a control system to operate millions of muscle fibers in parallel to navigate the body smoothly in unpredictable 3D space, while at the same time modulating communication to find the right way to express thoughts and advance interests in complex and uncertain social hierarchies, while at the same forming opinions about pop-culture, composing sonnets, falling in love and contemplating death.

For me to buy the argument that ANN's can be more efficient than biology, you'd have to show me a computer which can do all of that using less resources than the human brain. Currently we have an assembly line for math problems.

> a “core” of them is way too powerful for what a single neuron can do

I just think you're vastly under-counting the complexity of what happens inside a single neuron. At every synapse, there's a complex interplay of chemistry, physics and biology which constitutes the processing of the neurotransmitter signal from the presynaptic neuron. To simulate a single neuron accurately, we actually need all the resources of a very powerful computer.

So it may be the case that we can boil down intelligence to some kind of process which can be printed in silicon. But I think it's also entirely likely that the extreme parallelism (vast orders of magnitude greater than the widest GPU) of the brain is required for the kind of general intelligence that humans express, and the "slowness" of biological computation is a necessary trade-off for the flexibility we enjoy. If that's the case, it's going to be very hard for a serial computer to emulate intelligence.

I by no means say that our brain is not impressive - even a fly’s is marvelously complex and capable. But all of them are made up from cells that were created through evolution, not intelligent design. The same way the giraffe has a recurrent nerve going all the way down and up inside its neck for absolutely no reason other than evolution modifying only one factor (neck length) without restructuring, cells have many similar sorts of “hacks”. So I think it is naive to think that biological systems are efficient. They do tend to optimize for a local minima, but there are inherent hard limits there.

Also, while indeed we can’t simulate the whole of neuron, why would we want to do that? I think that is backwards. We only have to model the actually important function of a neuron. If we were to have a water computer, would it make sense to simulate fluid dynamics instead of just the logical gates? Due to the messiness of biology, indeed some hard to model factors will effect things (in the analogy, water will be spilt/evaporated) but we should rather overlook the ones that have a minimal influence on the results.

> while indeed we can’t simulate the whole of neuron, why would we want to do that? I think that is backwards. We only have to model the actually important function of a neuron.

Yeah so I think this is where we fundamentally differ. It seems like your assumption is that neurobiology is fundamentally messy and inefficient, and we should be able to dispense with the squishy bits and abstract out the real core "information processing" part to make something more efficient than a brain.

So if that's your assertion, what would that look like? What would be the subset of a neuron that we could simulate which would represent that distillation of the information processing part?

Because my argument would be, the squishy, messy cellular anatomy is the core information processing part. So if we try to emulate neural processing with the assumption that a whole neuron is the base unit, we will miss a lot of that micro-level processing which may be essential to reaching the utility and efficiency achieved by the human brain.

I'm not against the idea that whatever brains we happened to evolved are not the most efficient structure possible. But my position would be, we're probably quite far in terms of current computing technology from being able to build something better. I would imagine we might have to be able to bioengineer better neurons if we really want to compete with the real thing, rather than trying so simulate it in software.

I can’t think of any field of research where the model used is completely accurate. At one point we will have to leave behind the messy real world. While a simple weighted node is insufficient for modeling a neuron, there are more complex models that are still orders of magnitudes less complex than simulating every single interaction between the I don’t know how many moles of molecule (which we can’t even do as far as I know, not even on a few molecule basis, let alone at such a huge volume).

But I feel I may be misrepresenting your point now. To answer your question, maybe a sufficient model (sufficient to be able to reproduce some core functionality of the brain, eg. make memories) would be one that incorporates a weight for each sort of signal (neurotransmitter) it can process, complete with a fatigue model per signal type, as well as we can perhaps add the notable major interactions between pathways (eg. activation of one temporarily decreasing the weight of another, but in a way bias is sorta this in the very basic NNs). But to be honest, such a construction would be valuable even with arbitrary types of signals, no need to model it exactly based on existing neurotransmitters. I think most properties interesting from a GAI perspective are emerging ones, and whether dopamine does this and that is an implementation detail of human brains.

> What would be the subset of a neuron that we could simulate which would represent that distillation of the information processing part?

You only need to accurately simulate the input and the output.

Frankly, if that can’t be done with a Markov process I’d be very surprised, and we already know that Markov chains can be simulated with ANNs

So just to unpack this a little - there's a lot of different mechanisms going on in neural computation.

For instance one of those is spike-timing dependent plasticity. Basically the idea is that the sensitivity of a synapse gets up-regulated or down-regulated depending on the relative timing of the firing of the two neurons involved. So in the classic example, if the up-stream neuron fires before the down-stream neuron, the synapse gets stronger. But if the down-stream neuron fires first, the synapse gets weaker.

Another one is synchronization. It appears that the firing frequency of groups of neurons which are - for instance representing the same feature - become temporally synchronized. I.e. you could have different neural circuits active at the same time in the brain, but oscillating at different frequencies.

Another interesting mechanism is how dopamine works in the Nucleus Accumbens. Here you have two different types of receptors at the same synapses: one of them is inhibitory, and is sensitive at low concentrations of dopamine. The other is excitatory, and is sensitive at high concentrations. What this means is, at a single synapse, the same up-stream neuron can either increase or decrease the activation of the down-stream neuron: if the up stream neuron is firing just a little, the inhibitory receptors dominate. But if it's firing a lot, the excitatory receptors take over, and the down-stream neuron starts to activate more. Which kind of connection weight in an ANN can model that kind of connection?

My overall question would be, do you think back-propogation and markov chains are really sufficient to account for all that subtlety we have in neural computation, especially when it comes to specific timing and frequency-dependent effects?

If Markov processes won’t cut it, a Turing machine will. And an ANN can approximate a Turing machine.

To boil it down, if you really want to argue that the behaviour of a neuron can’t be simulated by an ANN, you’re arguing that a neuron is doing something non-computable. At which point you might as well argue it’s magical.

So I think this thread was about two claims:

1. Can ANN's (in their current iteration) achieve general intelligence

2. Can they do it more efficiently than a biological brain

It certainly has not been established that a Turing machine can achieve general intelligence.

I dunno man, when I got into learning CNN it becomes very easy to see how neural networks work at an intuitive level and how that plays into its "intelligence". For example, early layers of the network respond very well to simple features like edges and simple patterns, while later layers respond really well to more and more abstract things, like the shape of a person or a wheel etc. The craziest part is that this is all emergent from a random initialized state, all these patterns and abstractions develop with no manual intervention, they just happen to be the result of backpropagation consistently lowering a cost function.

The biggest thing is that computing is just now finally able to have enough data and large enough networks to really start to create more generalized models. With a computer 20 years ago you might be able to do squeeze out simple pattern recognition, but for every layer and every neural node you add to a neural network, the more complex the model becomes and the more edge cases it can fold into itself.

Take a look at Universal approximation theorem and how, with enough nodes in a neural network, you can solve pretty much any problem given the right weights.

There's good reason to be skeptical of AI as it is. Here's a couple of reasons

Racial bias in facial recognition: "Error rates up to 34% higher on dark-skinned women than for lighter-skinned males. "Default camera settings are often not optimized to capture darker skin tones, resulting in lower-quality database images of Black Americans" https://sitn.hms.harvard.edu/flash/2020/racial-discriminatio...

Chicago’s “Heat List” predicts arrests, doesn’t protect people or deter crime: https://mathbabe.org/2016/08/18/chicagos-heat-list-predicts-...

It's very easy to fix these problems though. There's nothing inherently broken about the models or direction that prevents error rates from being made more uniform. In fact newer facial recognition models with better datasets do perform approximately equally well across skin tones and sex
Easy to fix technically, but first the issue must be recognized and demonstrated, then the delicate process of negotiating the social and economic realities in which the technology operates.

And that's the problem with ML in general: its failure to recognize the implicit biases in choice of dataset and training and the resulting problems, of which Microsoft racist chatbot Tay[1] is merely the most blatantly ludicrous.

1 https://spectrum.ieee.org/in-2016-microsofts-racist-chatbot-...

And the first cars didn't have seatbelts.

It's fine, these are not complicated problems, and they are much easier to spot and fix than most problems in software engineering at scale. Don't be fooled by the negative PR campaigns and clickbait, there's no reason to be skeptical about ML in general because of this.

Also, Tay attempted to solve a much harder problem than image classification. It's hard to build a safe hyperloop. It's no longer hard to build a safe microwave oven.

Forgive me, because I’m not an expert in ML. If this is an easy problem to solve why is it still a problem years after it’s so widespread that msm both knows about it and have written continual investigative journalism about it? It’s clearly not cutting edge anymore once it gets to that point and yet it’s still a problem. Why?
It's some work, but not hard to solve technically having been at companies that deal with very similar problems. The main difficulty is less technical and more investment needed vs value + investment is partly outside of the modeling engineers making the system. Part of the improvement can be done by classical computer vision techniques. But mixing classical computer vision techniques with modern ones both feels somewhat like a hack and complicates the system. The other big area though is dataset improvement. Engineers building ml systems and the people collecting and organizing the needed datasets are normally different people with mild connections to each other. For companies that rely mostly on existing datasets and finetune from them, having to add a data curation process is a big pain point. Most companies have immature data curation processes. Many of the popular open source ml datasets have poor racial diversity. The most popular face generation dataset is celebA, full of celebrities (mostly white ones).

Other issue is for many of these systems having a racial bias in the error rate has mild business impact which makes it harder to prioritize in fixing. Last issue the work needed to fix this tends to be less interesting than most of the other work to make the system.

So overall, the main issues are lack of good open source fair datasets with loose licensing, cross organizational need to solve it (engineers can not code up a fair dataset), and business prioritization.

edit: Also solve here is getting accuracy across races to be close not zero. ML models will always have an error rate and if your goal is 0 errors related to racial factors that is extremely hard. Modeling is about making estimates of data not knowing the truth of that data.

Overfitting is also a technically easy problem to solve, but high profile cases in which it's not solved with obvious negative consequences could also lead to investigative journalism.
The short answer to your question is the same as the one to a lot of programming questions: It's not a technical problem, it's a people problem. Just getting the industry to recognize and acknowledge bias took investigative reporting. The prime example really is the situation with social media and targeted advertising algorithms. We still have people, influential people, like Mark Zuckerberg going around saying that ML isn't really a problem, everything's fine, social media isn't playing any role in destabilizing democracy, targeted ads aren't a threat to anyone's safety, and neither of them have anything to do with the breathtaking levels of economic equality we see.

No doubt there are still plenty of other issues with ML that haven't (yet) made it to popular attention, and the people employing it aren't making decisions based on social value or common good, but simply invoking free markets and capitalism as their guiding philosophies.

I'm afraid the problems with ML are less like "whoops. we don't have seatbelts" and more "surely internal combustion engines optimized for power and mass production couldn't cause problems. It's not like there are going to be millions of them crammed together in lines 3 or 4 across crawling around at 10mph every day. Plus, fossil fuels are cheap, plentiful, and really have no downside we know of. Way better than coal at least - much less awful black smoke!"
I'm curious how the physics of light is termed racial bias, it's skin-colour bias if anything -- you can be "black" and be lighter skinned than a "white" person, for example -- but surely it's a consequence of how cameras/light works rather than a bias.

Of course if you don't take account of the difficulties that come with using the tool then you might be acting with racial bias, but that's different. Or, all cameras/eyes/visual imaging means are "racist".

Well, if you really want to know, I have done the research and can recommend several other papers in addition to the one linked. The short answer is that it's not "just physics", and choices made by the chemists and technicians at Kodak, Fuji, Ilford, Agfa, etc to decide how films depicted skin tones were made with racial bias. Digital imaging built on the color rendering tools and tests that originated in the film industry, and thus inherited their flaws.
Sure, that would be interesting to read about - it would be weird not to adjust your film sensitivity according to market, of that were possible. Always happy to learn, link me up.
Isn’t that just human bias seeping through into the data set, so of course the neural net trained on that will show similar biases. The problem here is the human element.
As they say, it's not a technical problem, it's a people problem. But it's not "just" human, it's that the field in general is elevating ML, AI, whatever you want to call it, with hype like "algorithms aren't biases like a human would be", which is technically true, but also trivial. The people creating these systems didn't even consider that they would reflect and even enshrine, with all kind of high-priest-of-technology-blessings, their biases, that's why we got Tay and why things PredPol is terrible. The key is to acknowledge and actively protect against systematic bias, not make a business of it (coughtwitterfacebookcough).
> It doesn't need to solve all of humanity's problems to be a great tool.

As a side note, I'd like to say humanity's own intelligence is actually able to come up with solutions to its problems, we don't need AGI for that. Humanity is unable to implement those solutions for reasons beyond technical. How an AGI would get over those hurdles I have no idea

Humanity has been able to introduce at last as many problems as it managed to solve. The big question is what is AI/ML trying to accomplish.
> I share the skepticism towards any progress towards 'general AI' - I don't think that we're remotely close or even on the right path in any way.

I actually think that AGI is deceptively simple. I don't have a proof, but I have a (rather embryonic, frankly) theory of how is it gonna work.

I believe AGI is an analogue of third Futamura projection, but for (reinforcement) learners and not compilers.

So the first level is you have problem and a learner, and you teach learner to solve the problem. The representation of the problem is implicit in the learner.

The second level is that you have a language, which can describe the problem and its solution, and a (2nd level) learner, and you teach the 2nd level learner to create (1st level) solvers of the problem based on the problem description language. The ability to interpret the problem description language is implicit in the 2nd level learner.

The third level is, you have a general description language that is capable of describing any problem description language, and you teach the 3rd level learner to take a description of the problem description language, and produce 2nd level learners that can use this language to solve problems created in it.

Now, just like in Futamura projections, this is where it stops. You have a "generally intelligent" creature on the 3rd level. You can talk to them on level of how to effectively describe or solve problems (create a specialized language for it) and they will come all the way down with the way to attack (solve) them.

In humans, the 3rd level, general intelligence (AKA "sentience"), evolved eventually from the 2nd level, and it was a creation of the general internal language (which probably co-evolved to be shared). The 2nd level is an internal representation of the world that can be manipulated, but only ever refer to the external world, not itself, so it allows creatures to make conscious plans, but lack the ability to reflect on the planning (and also learning) process itself. The "bicameral mind" is a theory how we acquired 3rd level from the 2nd, and the 3rd level is why "we are strange loops".

Anway, the problem is, the higher you go up the chain, the harder it becomes to create the learner, it's a lot more general problem. But I think the ladder must be, and should be, climbed. I believe that Deepmind (and RL research) has solved the 1st level, is now working on the 2nd level, but they already somewhat dimly see the 3rd level.

I feel like this would have felt more relevant maybe five-ten years ago when there was more of a feeling that deep neural nets was the end all. He mentions correlation vs causation but seems to have missed that causal inference is one of the most active and interesting fields of research today.
I see no path from "observation" to "model" that does not involve an arbitrary (aesthetic? Nonrational, human-necessitating?) choice.

This would suggest that "general" AI is impossible.

ON THE OTHER HAND

There is a variety of general AI, called an "optimizer". It starts with something better than a void. Maybe that's the path we should be looking at.

Well, human thinking relies on prior models/filters for understanding the world as well so that would invalidate us as having general intelligence too?
Those relied-upon models may be acquired nonrationally.

Via aesthetics etc.

Or, in the case of the optimizer, I think the human equivalent would be desire.

Human thinking includes building new models/filters for understanding the world, not just applying old ones. And that isn't used for learning, we do it all the time when solving any kind of challenging problem or even for simple problems like trying to recognize a face. Computer models might never compete with human performance unless they can learn how to solve a problem as it is solving it, because that is what humans do.
I am on the same page.

To talk about the models some more...

There's this big mass of models. And it's got all kinds of sections. Special sections that we learn about in school. Special sections called "science". Sections that we invent ourselves. Sections that we inherit from our parents, religion, etc. It's partially biological. Partially cultural. A massive library of models, mostly inherited.

You move in relationship with the mass in different ways.

You can create new models. That's what basic science is. Extending the edge of the mass. Naming the nameless.

You can operate freely from the mass. Creating your own models or maybe operating model-less. Artists, mystics, weirdos.

You can operate completely within the mass. Never really contending with unmodelled reality. The map and territory become one. Like in a videogame. I think that's the most popular way.

> I don’t see any path from continuous improvements to the (admittedly impressive) ‘machine learning’ field that leads to a general AI any more than I can see a path from continuous improvements in horse-breeding that leads to an internal combustion engine.

While I also don't expect that AGI will emerge solely through optimizing statistical inference models, I also don't think "improvements to the machine learning field" consist only of such optimizations. Surely further insights, paradigm shifts, etc., will continue to play a role in advancing AI.

Perhaps it's more a matter of semantics and a bad analogy; "machine learning" seems far more broad a field than "horse-breeding." Horse-breeding is necessarily limited to horses. Machine learning is not limited to a specific algorithm or data model.

Even calling it a "statistical inference tool", while not wrong, is deceptive. What exactly does he or anyone expect or want an AGI to do that can't be understood at some level as "statistical inference"? One might say: "Well, I want it to actually understand or actually be conscious." Why? How would you ever know anyway?

It gets philosophical quickly, is "consciousness" repeatedly modifying cloud of random floats?
It's worth pointing out that "machine learning" is a specific term of art, not a term for AI in general. It refers very specifically to the type of "convolutional neural networks" that have made a bunch of progress over the past 15-25 years.

The moment you have a paradigm shift, sure, it can be considered "learning done by machines", but it's not "Machine Learning™" anymore.

--

This is why the author put it in quotes; because, since it's a term comprehensible to anybody, it's got this unfortunate side effect where people on the outside of the field take the "plain english" meaning of it rather than realizing it's loaded with some extra specific meaning for the practitioners in the field.

> It's worth pointing out that "machine learning" is a specific term of art, not a term for AI in general. It refers very specifically to the type of "convolutional neural networks" that have made a bunch of progress over the past 15-25 years.

In my experience, "machine learning" is more broad than "convolutional neural networks", aligning with Wikipedia's definition: "the study of computer algorithms that improve automatically through experience and by the use of data." https://en.wikipedia.org/wiki/Machine_learning

For a short and very non-technical article, this is well written.

The current approach to machine learning is not going to go towards general-purpose AI with steady steps and gradual innovations. Things like GPT-3 seem amazingly general at first. But even it will quickly plateau towards the point where you need a bigger and bigger model, more and more data, and training for smaller and smaller gain.

There need to be several breakthroughs similar to the original Deep Learning breakthrough away from statistical learning. I would say it's 4-7 Turing awards away at a minimum. Some expect less, some more.

Strange you're saying that, the unexpected outcome from gpt3 was specifically that it did not plateau as they were expecting and quite opposite deeper understanding emerged in different areas.
> But the idea that if we just get better at statistical inference, consciousness will fall out of it is wishful thinking. It’s a premise for an SF novel, not a plan for the future.

My impression of Silicon Valley types like Ray Kurzweil in "The Age of Spiritual Machines" that if we wire up enough transistors somehow consciousness will somehow arise out of the material world. The somehow is not explained. Materialism is a dead end in my opinion. I am more interested in theories about consciousness as a field and our brains as receivers.

If our brains are receivers to a field of consciousness, why would it be impossible to replicate one of those receivers with a machine?

You also seem to have just kicked the can down the road. "Consciousness arises from a field somehow, and the brain acts as a receiver somehow. The somehow is not explained."

I didn't say I knew how. I said I believe materialism is a dead end, by which I mean I doubt the consciousness arises out of atoms configured as neurons. How those neurons receive a conscious field seems a more productive line of inquiry, but for some reason people resist this idea. Not sure why.
My main point was that you seemed to be criticizing materialism for not yet having a solid answer for "how", which is the same issue any alternative theory has.
Imho, materialism and non-materialism mesh well together. It's just the two camps, materialists and occultists, are too arrogant to recognize that the other camp might understand certain things better.

A self aware intelligent organism or machine needs three key components: a material foundation that's sufficiently organized (a large net of neurons, a silicon crystal, etc.), a material fluid-like carrier to control the foundation (that's always electricity and magnetism) and the immutable immaterial principle to constrain the carrier (math rules, physical laws, software algorithms). That's the core idea of occultism rephrased in today's terminology.

The "conscious field" would be identical with the magnetic field here and neurons don't need any magical properties to receive this field: they just need to be conductive, like transistors. I think the reason the AI progress has stalled is because 0-1 transistors are too primitive and too rigid for the task. I guess that superintelligence is only different in the performance and connectivity degree of the material foundation: instead of slow neurons with 10k of connections it would be fast quasi crystal like structure with billions of connections that needs to move very little matter around (but it has to be material and consist of atoms of some sort).

By studying the atoms configured as neurons, we've managed to develop machines that can learn to play board games and Atari games better than humans, and can write prose and poetry at a convincingly human level. Those skills may not require consciousness, but it's not clear that these machines would be more useful if they could "receive a conscious field".

Do you think that animals receive a conscious field? Could we create an accurate representation of a mouse's brain just from modelling its neurons? If a mouse brain can't receive a conscious field, but a human brain can, then what relevant physiological differences are there between the two, other than size?

Start that argument once we can model insect brains. Mouse brains aren't even on the horizon of what we can do.
> Start that argument once we can model insect brains.

I'm not sure what level of modelling you'd accept, but we appear to be close:

https://pubmed.ncbi.nlm.nih.gov/32880371/

> Mouse brains aren't even on the horizon of what we can do.

I would say that they are "on the horizon", given that the mouse brain connectome has already been published:

https://advances.sciencemag.org/content/6/51/eabb7187

They have mapped out the synapse structure, there is no evidence that synapse structure is enough to actually run the brain. If you can run that brain and show it is an accurate representation of a flea brain then you'd have something, but until then I'll believe that the neurons do way more than ML researchers hope they do.
Everyone I've ever spoken to who has insisted that materialism is a dead end, has never been able to provide a compelling explanation for why they believe that. It's not as if materialistic progress in neuroscience and ML/AI has stalled. If anything, it's accelerating.

I have no doubt that Kurzweil's timelines and outcomes are wrong, as have the predictions of just about every prior futurist. I don't see what that has to do with materialism being a dead end.

> It’s not sorcery, it’s “magic” – in the sense of being a parlor trick, something that seems baffling until you learn the underlying method, whereupon it becomes banal.

I think part of the problem is the belief that human or animal intelligence is somehow more mystical.

People who think like this will see an ML implementation solve a problem better and/or faster than a human and counter "well, it's just using statistical inference or pattern recognition" and my response is "so?" Humans use the same processes and parlor tricks to understand and replay things.

Where humans excel is in generalizing knowledge. We can apply bits and pieces of our previous parlor tricks to speed up comprehension in other problem spaces.

But none of it is magic. We're all simple machines.

>simple machines.

Ooof. Premed dropout here, so admittedly not an expert in human biology but this is a wild statement. A neuron is simple in the same way a transistor is simply a silicon sandwich doped with metals.

A parlor trick is something that once you understand, is straightforward to implement on your own. Are you arguing that anyone now or in the foreseeable future could simply recreate the abilities of a human? If so, what evidence could you show me to support that?

I'm arguing that animal or lesser intelligence is built around hundreds of thousands of parlor tricks operating in a complex ensemble.

There's a bias toward the marvel of human intelligence that causes some people to dismiss ML for the same underlying reasons we don't try to put a square peg in a round hole after infancy.

Side note: disagree all you like but starting a rebuttal with "oof" is the kind of dismissive language that lets people know you'll be taking a very reductionist approach in your reply.

> I'm arguing that animal or lesser intelligence is built around hundreds of thousands of parlor tricks operating in a complex ensemble.

Until ML/AI can perform a single one of those parlor tricks without the constant direction of human intelligence, there’s no reason to stop marveling.

We are not "simple machines" we are the result of 3.7 billion years of evolution. We are the most complex known thing in the universe. We are far more complicated than anything we can hope to make in the forseeable future, if ever.
You and every living organism around you, was hammered out by the same evolutionary process.
> We're all simple machines.

Great. Prove it. Build the simple machine that acts as a human does. Should be simple, right?

Personally, I don't think there's any magic. But it's not "simple" either.

(comment deleted)
I just read one of his books for school.
I like the term “AI” and the classic definition of achieving human like performance in specific domains. I don’t think that there is much confusion about the term for the general population, and certainly not in the tech community.

The term “AGI” is also good, “artificial general intelligence” describes long term goals.

Unfortunately it’s pretty clear from the article that Cory does not have much familiarity with the research going on in the field of machine learning, and is creating a straw man. Quite a lot of work is being done on causal inference, out-of-distribution generalization, fairness, etc. Just because that is not the focus of the big sexy AI posts from Google et al does not mean that the work isn’t being done. I’d also point out that humans can infer causality for simple systems, but for any sufficiently complex system we also can’t reason causally. But that does not mean we can’t infer useful properties and make informed, reasonable decisions.

I’d also point out that not all models are “theory-free”, as he describes it. I specifically do work in areas where we combine “theory” and machine learning, and it works very well.

And finally, his point about comprehension does not really fly for me. There is no magical comprehension circuit in our brain. It’s all done via biological processes we can study and emulate. Will that end up being a scaled up version of current neural nets? Will it need to arise from embodied cognition in robots? Will it be something else? I don’t know, but it’s certainly not magic, and we’ll get there eventually. Whether that’s 10 years or 1000, who knows.

Are current paradigms going to lead to AGI? Frankly, I’d just be guessing if I even tried to answer that. My gut instinct is no, but again, that’s just a guess. Can current methods evolve into better constrained systems with more generalizable results and measurable fairness? Absolutely.

Do you have an example/reference of the type of work you are thinking about ?
> Are current paradigms going to lead to AGI? Frankly, I’d just be guessing if I even tried to answer that. My gut instinct is no

I'll just note that while you start off saying Doctorow has no idea what he's talking about, you finish by pretty much fully agreeing with the essay.

I'm not sure what issue others had with your comment. You're quite correct that he ignores vast swaths of current ML art and attacks a narrow conception of what ML is. Many of his criticism are legit with the right caveats, but he leaves out a lot of information that could lead to a different thesis.

My read of the discussion here is that there is lots of idle speculation by people who don't have any real experience with ML research / engineering, that overwhelms a minority who actually know what they are talking about and are calling CD out on this, or at least challenging aspects of his arguments.

C. Doctorow is one of these (admittedly few) famous people I'd like to meet IRL.
ML or not, at the most fundamental level, classical computers simply do not possess the type of logic that's truly reflective of our reality. Its binary nature forces it to always resolve any single statement to either a true or false answer only.

A very simple example. If we ask our classical computer this question "are people currently supportive of COVID-19 vaccines?", then it would probably give us a straight answer of either a "yes" or "no" based on statistical inference of the percentage of total people who have received vaccinations at this point.

At its most fundamental level, classical computers just cannot comprehend a reality that could resolve that answer to both "Yes" and "No" in a single statement, which btw is possible in a quantum computing environment under its superposition state.

In our reality, some people who may not be fully supportive of the vaccines, but under special circumstances they may be forced to receive it because of workplace requirements, pressures from their loved ones, etc...

I'm tired of the Norvig vs. Chomsky style debates about what is cognition/intelligence/learning. I think this piece does rehash that debate somewhat, but it's not at all the focus.

It's key contributions are about the mainstream domination of quantitative vs. qualitative methods, especially in this paragraph:

> Quantitative disciplines are notorious for incinerating the qualitative ele­ments on the basis that they can’t be subjected to mathematical analysis. What’s left behind is a quantitative residue of dubious value… but at least you can do math with it. It’s the statistical equivalent to looking for your keys under a streetlight because it’s too dark where you dropped them.

and also of note is the "veneer of empirical facewash that provides plausible deniability", for discrimination, and for doing a poor job but continuing to be rewarded for it.

If I had to summarize it would be:

- The ML/AI community, which includes the researchers, practitioners, and the evangelists, are broadly utopian in what they think they can achieve. They are overconfident even in the domain of detecting the face of potential burglars in a home security camera, never mind in terms of creating new life with AGI. I think Doctorow's critique equally applies to "algorithms" even only as complex as a fancy Excel sheet, but he focuses on ML/AI as the most common source of this excess of optimism, that recording data and running it through a model is almost certainly the _most sensible thing to do_ for any given problem.

- If there is a manufactured consensus that the almost purely quantitative approach is the _most sensible thing to do_, then any failures or short-comings can be hand-waved away. Say sorry, "the model/algorithm did it", and just ignore the issue or apply a minor manual fix. This is a huge benefit for decision-makers wishing to maintain their status/livelihoods in both the public and private sector. Crucially, this excuse works if you're just ineffective, or if you're a bad actor.

Note that this is a critique of CEOs and government officials, more than of engineers -- we would only be complicit by association. If there is a critique for engineers, it's that we provide fodder for the excess of optimism in summary point 1 because we love playing with our tools, and that we allow ourselves to be the scapegoat for summary point 2.

> Let’s talk about what machine learning is...it analyzes training data to uncover correlations be­tween different phenomena.

The author seems to have missed or excluded reinforcement learning and planning algorithms in this definition.

My criticism of AI criticism in general is that no one admits that at the root of it, we do not understand thinking (or "consciousness"). We are merely the "recipient" or enjoyer of the process, which is opaque. Just as AlphaGo, even if it just a facsimile of a Go player, could beat a human at Go, it is probable that an AI could produce a passable facsimile of thinking at one point. Its mechanisms would be as opaque as human thinking (, even to itself), but the results would be undeniable. AGI is a possibility.

I believe we do understand, broadly speaking, thinking and consciousness. There remains a lot more to learn, as in anything in science...

IMO the main difficulty is that humans have terrible self-awareness or self-insight. We want to believe we're special, we want to believe we're intelligent, we want to believe we're different than machines. We're in denial about that.

Our brains aren't any more special than computers, other than that it's really quite formidable that we evolved them by chance in this universe of chemical soup we find ourselves in. At the end of the day, however, a computer is a computer, and "thinking" and "consciousness" simply do emerge from low-level computations given some special structures.

Are you kidding? Go read Hegel's phenomonology of mind and get back to me on that
A philosophical treatise from 1807, no matter how interesting or insightful, could hardly represent the current state of understanding of the topic.

My comment is loosely based on a general appreciation of textbook-level neuroanatomy and recent advances in AI/comp sci.

>The problems of theory-free statistical inference go far beyond hallucinat­ing faces in the snow. Anyone who’s ever taken a basic stats course knows that “correlation isn’t causation.” For example, maybe the reason cops find more crime in Black neighborhoods because they harass Black people more with pretextual stops and searches that give them the basis to unfairly charge them, a process that leads to many unjust guilty pleas because the system is rigged to railroad people into pleading guilty rather than fighting charges. (...)

Being able to calculate that Inputs a, b, c… z add up to Outcome X with a probability of 75% still won’t tell you if arrest data is racist, whether students will get drunk and breathe on each other, or whether a wink is flirtation of grit in someone’s eye.

Except if information about what we consider racist etc. also passes through the same inference engine (feeding it with information on arbitrary additional meta levels).

So, sure, an AI which is just fed crime stats to make inferrences, can never understand beyond that level.

But an AI which if fed crime stats, plus cultural understanding about such data (e.g. which is fed language, like a baby is, and which is then fed cultural values through osmosis - e.g. news stories, recorded discussions with people, etc).

In the end, it could also be through actual socialization: you make the AI into a portable human-like body (the classic sci-fi robot), and have it feed its learning NN by being around people, same as any other person.

(comment deleted)
This is a well-written and well-reasoned argument - BUT - I tend toward the materialist philosophy, so the argument doesn't really hold there.

Yes, an ML model that infers B from A might not "understand" what A or B are....yet. But what is it to "understand" anyway? Just a more complex process in a different part of the machine.

If the human brain is just a REALLY large, trained, NN, there's no reason that we won't be able to replicate it given enough computing power.

> If the human brain is just a REALLY large, trained, NN, there's no reason that we won't be able to replicate it given enough computing power.

I think one clear sign that the human mind is more than just a big NN is how large neural networks are already.

Take GPT-3, which is was trained on 45 terabytes of text and has 175 billion parameters. Contrast that with the human brain, which has around 86 billion neurons and is able to do much of what GPT-3 can do with only a tiny fraction of the training data. And it has to be said that while GPT-3 has more competency than an average human at some text generation related tasks, the average human brain is vastly more capable than GPT-3 at any non-text related task.

So for neural networks to approach human level capability we would need a whole stack of GPT3-ish size networks for all the other non-text related things the human brain can do: speech, vision, motor control, social interactions, and so on. By that point the amount of training data and parameters is so astronomical, there can be no question that the functioning of human brains must be significantly different than that of contemporary computer neural networks.

To be clear, I am also a materialist and subscribe to the computational theory of mind, but just based on the size of training data alone, it seems obvious that human brains work differently than neural networks.

A parameter in a neural network is more comparable to a synapse of which the brain has 100 trillion. And yes, we will get there too one day.
That's a good point, but amount of training data these neural networks take doesn't seem compatible to me.

If I read all day everyday from the moment I was born until now, I couldn't have read 45 terabytes of text.

Don't forget the training that you did before you were born through evolution. It wasn't text but was a bunch of transferrable skills that help us understand text.
Yes, but what we understand about how the process of natural selection shaped the human brain looks even less like a neural network than what we understand about brains.

I guess if we want to reduce the comparison to something vague like "the human brain and neural networks both developed over many iterations," I could agree with that, but that doesn't seem very interesting.

If the two were actually comparable, it would look more like: 1. Use NN (or GP) to develop set of hyper parameters 2. Give said HP to neural nets that, thanks to the HP, can be trained on a very limited said of data.

I am not aware of any successes with methods like these.