The "new-fangled" AI, as the article calls it, is often useful when the stakes are low, and you can accept mistakes in outcomes. Examples of such applications are: trying to determine which of your friends occur in a photo, which movies a subscriber may be interested in, or which action could lead to victory in a computer game. Getting a rough translation of a newspaper entry, as mentioned in the article, is also a g…
The only barrier for higher stakes applications is going to be the frequency of errors. Flying an airplane or running a factory has a lot less margin for error, but humans don't do those things perfectly either (Chernobyl, Three Mile Island, Union Carbide-Bhopal disaster). It doesn't have to be perfect, just better than humans. And in fact, I'd argue that by having no deterministic outcomes prevents systemic failure,…
Good Old Fashioned AI is dead, long live New-Fangled AI
61–70 of 96 posts
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#62"Finally, a vital question is, how will this affect today’s working artists? Here the answer is not so optimistic." I have a different take on this. I think this technology will allow more people, not less, to make money as a living (so, professionally) in a visual arts related industry. So I'm broadening the field to include not just "artists" but "commercial art" as well (designers, commercial illustrators, video/f…
Truth be told, I'm yet to see an AI-generated or AI-assisted work that provokes any internal experience other than thinking "hey, cool pixels/sounds/sentences/whatever". Not even the usual "somebody paid a lot of money to make this thing, so I better pay attention" which is the official function of commercial art.
It's certainly a very interesting academic exercise, and possibly a lucrative line of business. But if the value proposition is supposed to be "now it's easier for more people to create more complex stuff" (i.e. operate at a higher level of abstraction), why do I keep finding many "manually produced" works that speak to me on some level, even among the shitfountain of mass culture - while no AI-made thing has yet got me thinking anything other than "hey, cool tech?"
I'll start worrying when an AI chooses to ignore its incentives and, instead of doing something more rewarding, goes on to create a work of art just because. I'll also start worrying when people start becoming unreceptive to non-AI art, which I think is more likely to happen within our lifetimes.
Because what I see here is some cool tech for creating some ersatz sensory stimuli. And obviously, with enough compute you can make this advanced enough to confidently supplant the previous generation of tech for creating ersatz sensory stimuli. Somewhat less obviously, this reduces the risk of a spontaneous transcendental experience when perceiving AI art to a safe margin. Which is... probably good for business somehow?
At the end of the day, the human sensory system has a finite complexity, so you can create more and more compelling simulacra. Have at it. What'll happen is the next generation of humans will grow up awfully prone to Wile E. Coyote moments - tragic as well as comic.
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#63Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#64Alot of GOFAI was about symbolic reasoning which is back in fashion thanks to areas like Neurosymbolic AI and Graph Learning. One could argue that Generative AI like Stable Diffusion is incorporating some of these techniques. What is prompt engineering and textual inversion if not the manipulation of symbols? Add more recent interest in areas like Answer Set Programming and "what is old is new again". It's not like G…
This is no different to tree search, not really anyway, it's just that ANNs are used to handle the intractability of expanding an infinite and continuous space or providing the probabilities within a MCTS - which is what AlphaGo and AlphaZero do.
One could argue that LMs / Causal Transformers are also doing treesearch, indeed one of our evaluation metrics, perplexity, is a measurement of the model's uncertainty in the transition p(token_i | token_{i-1} ... token_{0}).
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#65Earlier quoted context omitted.
The tragedy is that GOFAI did all these things as built-ins. Procedural expert systems have been doing introspection, backtracing, declaring confidence intervals etc since the 1960s. Layering "assurance" on top of inherently jittery statistical/stochastic and neural systems seems to misunderstand how these models evolved, where they come from and why there are alternatives.
While horses don't consume fossil fuels, they also don't solve the problem of transoceanic flight. Yet for some reason every discussion of airplane design ends up dominated by a vocal contingent of buggy whip salesmen.
https://www.newyorker.com/tech/annals-of-technology/the-past...
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#66The author undersells himself - AlphaGo basically searches the game tree the same way he describes of GOFAI. Monte Carlo Tree Search is old yet essential. The neural network mainly improves the game evaluation heuristic, using function approximation which I'm sure the author is familiar with. Modern AI abilities are mind boggling but they're not that complicated to understand, especially with a GOFAI background!
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#67The "new-fangled" AI, as the article calls it, is often useful when the stakes are low, and you can accept mistakes in outcomes. Examples of such applications are: trying to determine which of your friends occur in a photo, which movies a subscriber may be interested in, or which action could lead to victory in a computer game. Getting a rough translation of a newspaper entry, as mentioned in the article, is also a g…
[1]: https://www.youtube.com/watch?v=M-QUkgk3HyE&ab_channel=Stanf...
[2]: https://papers.nips.cc/paper/2003/hash/b427426b8acd2c2e53827...
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#68"Finally, a vital question is, how will this affect today’s working artists? Here the answer is not so optimistic." I have a different take on this. I think this technology will allow more people, not less, to make money as a living (so, professionally) in a visual arts related industry. So I'm broadening the field to include not just "artists" but "commercial art" as well (designers, commercial illustrators, video/f…
These sorts of things are less likely to be subject to someone typing a command into an AI generator program. AI stuff will have impacts on grunt work, and will be used to come up with crazy ideas when artists are stuck, and there will be some people who will make a lot of money with a line of text and some software, but overall, the art world values uniqueness, the human touch or at least the human conceit that goes into "computer art" or "machine art".
Art is only worth what people (real live humans) will pay for it. The NFT market has finally started to crater as people have realized there's nothing there there.
Re: Good Old Fashioned AI is dead, long live New-Fangled AI
#69People spend an awful lot of time talking about current successes in AI without often reflecting on how much (or little actually) AI impacts their lives. Despite all of the energy put into current gen AI, as far as every day impacts the biggest things I can think of are: - Spam filtering/email sorting - Web search - GPS/Wayfinding - Voice assistants These are the only practical applications of "AI" that I use more or…
You might be surprised where AI shows up. Use a credit card? Fraud monitoring, KYC, and other financial models run through (e.g. Early Warning service). Log into a website? Application monitoring with anomaly detection. Own a 401k with shares in a financial vehicle like an ETF? AI used to predict the market for in-the-money trades. Gone to the ER? Risk levels of mortality, sepsis, etc. are constantly pushed to your m…