Archive for the ‘Alphazero’ Category

How This Startup Aims to Disrupt Copywriting Forever – Inc.

Writer's block is too often a big impediment to effective copy, which means it lowers a scribe's performance in the eyes of a client or employer. Every writer may go through it, but there aremore demands placed on storytellers given today's breakneck speed of digital marketing and social media.

Copy.ai taps into the power of artificial intelligence (A.I.) to give professional wordsmiths, editors, marketers, and even students the ability to review several written versions of what they'd like to write about to overcome the psychological barrier of writer's block. This tool also eliminates those annoying errors and redundant phrases that glare at discerning readers.

Chris Lu and Paul Yacoubian founded Copy.ai to give content creators an ability to optimize written text. And democratize access to creativity.

Having tried it, I found the A.I.-powered tool turns concepts into conversational and relatable text. The site can optimize messages including product descriptions, blogs, social media posts, landing pages, and everything else with text.

A user types a description and the tool generates almost a dozen versions of possible headlines, intros, and bodies, and even Valentine's Day greetings. For example, the A.I. can ideate different versions of a paragraph from which to choose. Even if you only input a few words to describe the subject matter.

Interestingly, the tool seems like a godsend for procrastinating students who pull all-nighters.

Disrupting a shrinking industry

According to the Bureau of Labor Statistics, there are 131,200 writers and authors in the United States. The average wage is $30 an hour.

There is an expected 2 percentdecline in employment (equaling 3,100 fewer jobs) from 2019 to 2029.

The job losses may be exacerbated by A.I. and machine learning, since innovators are training these emerging technologies to completely replace human scribes. Whether that's possible remains to be seen. (This writer thinks that will definitely happen sooner or later.)

About six or seven years ago, there were primitive tools that attempted to rewrite communications that were copied and pasted from other websites. These were intended to pass plagiarism checks. But the tech in those days produced such bad output as to make them unusable.

Fast-forward to today and A.I. wordsmiths can now craft intelligent phrases that seem more humanly than your average scribe's. Therefore, the future of copywriting is here.

Just watch how IBM Watson destroyed human competitors on Jeopardy. And that took place a decade ago. Similarly, it's now almost impossible for the best chess players to defeat Google's AlphaZero.

It may be humbling, but truth is truth.

The human touch

In music, an emotive rendition of The Sound of Music or other classics makes the sheet come alive. Can computers match the rhythmic artistry of the masters? Time will tell.

When it comes to writing styles, there's an overwhelming preference for simple, digestible language. Nonfiction is the dominant force that has drastically reduced the existence of fiction-writing artistry.

With Copy.ai, it's difficult for an editor or audience to determine that the communication they're seeing on a device screen is crafted by a nonsentient entity. The output text is relatable, which creates the illusion of a personal touch. The A.I.'s phrases and syntax are not mechanical at all.

"Converting ideas into text is where this magic happens.I can see this supporting peoplewhosefirst language might not be Englishby validating their ideas. They often know exactly what to say but are unsure how it might land. Having a variety of options will help them craft the perfect piece. --Tarik Sehovic, growth adviser, Copy.Ai

A natural progression

One thing is certain: Brands, marketers, and advertisers will love the increasing capabilities of A.I. and machine learning.

Should copywriters and editors fear the same? They should remember that readers are their customers and A.I. tools lead to better drafts. Audiences are short on time and therefore impatient with badly written text.

Writers and authors must adapt with the times or risk being relegated to a bygone era. A consumer-facing wordsmith should use the best tools for engaging audiences.

There's a reason why stone tablets, scrolls, pencils, and typewriters are obsolete. These don't add enough value in the Information Age. What does add value is efficient and effective messages that are consumed by target demographics.

Cognitive systems are radically changing what we think of as "content." And traditional forms are being eclipsed by smarter, interactive mediums.

The opinions expressed here by Inc.com columnists are their own, not those of Inc.com.

Follow this link:
How This Startup Aims to Disrupt Copywriting Forever - Inc.

Between Games and Apocalyptic Robots: Considering Near-Term Societal Risks of Reinforcement – Medium

With many of us stuck at home this past year, weve seen a surge in the popularity of video games. That trend hasnt been limited to humans. DeepMind and Google AI both released results from their Atari playing AIs, which have taught themselves to play over fifty Atari games from scratch, with no provided rules or guidelines. The unique thing about these new results is how general the AI agent is. While previous efforts have achieved human performance on the games they were trained to play, DeepMinds new AI Agent, MuZero could teach itself to beat humans at Atari games it had never encountered in under a day. If this reminds you of AlphaZero which taught itself to play Go then Chess well enough to outperform world champions, thats because it demonstrates an advance in the same suite of algorithms, a class of machine learning called Reinforcement Learning (RL).

While traditional machine learning parses out its model of the world (typically a small world pertaining only to the problem its designed to solve) from swathes of data, RL is real-time observation based. This means RL learns its model primarily through trial and error interactions with its environment, not by pulling out correlations from data representing a historical snapshot of it. In the RL framework, each interaction with the environment is an opportunity to build towards an overarching goal, referred to as a reward. An RL agent is trained to make a sequence of decisions on how to interact with its environment that will ultimately maximize its reward (i.e. help it win the game).

This unique iterative learning paradigm allows the AI model to change and adapt to its environment, making RL an attractive solution for open-ended, real-world problem-solving. It also makes it a leading candidate for artificial general intelligence (AGI) and has some researchers concerned about the rise of truly autonomous AI that does not align with human values. Nick Bostrom first posed what is now the canonical example of this risk among AI Safety researchers a paperclip robot with one goal: optimize the production efficiency of paperclips. With no other specifications, the agent quickly drifts from optimizing its own paperclip factory to commandeering food production supply chains for the paperclip making cause. It proceeds to place paperclips above all other human needs until all thats left of the world is a barren wasteland covered end to end with unused paper clips. The takeaway? Extremely literal problem solving combined with inaccurate problem definition can lead to bad outcomes.

This rogue AGI (albeit in more high-stakes incarnations like weapons management) is the type of harm usually thought of when trying to make RL safe in the context of society. However, between an autonomous agent teaching itself games in the virtual world and an intelligent but misguided AI putting humanity in existential risk lay a multitude of sociotechnical concerns. As RL is being rolled out in domains ranging from social media to medicine and education, its time we seriously think about these near-term risks.

How the paperclip problem will play out in the near term is likely to be rather subtle. For example, medical treatment protocols are currently popular candidates for RL modeling; they involve a series of decisions (which treatment options to try) with uncertain outcomes (different options work better for different people) that all connect to the eventual outcome (patient health). One such study tried to identify the best treatment decisions to avoid sepsis in ICU patients based off of multitudes of data, including medical histories, clinical charts and doctors notes. Their first iteration was an astounding success. With very high accuracy, it identified treatment paths that resulted in patient death. However, upon further examination and consultation with clinicians it turned out that though the agent had been allowed to learn from a plethora of potentially relevant treatment considerations, it had latched onto only one main indicator for death whether or not a chaplain was called. The goal of the system was to flag treatment paths that led to deaths, and in a very literal sense thats what it did. Clinicians only called a chaplain when a patient presented as close to death.

Youll notice that in this example, the incredibly literal yet unhelpful solution the RL agent was taking was discovered by the researchers. This is no accident. The field of modern medicine is built around the reality that connections between treatment and outcomes typically have no known causal explanations. Aspirin, for example, was used as an anti-inflammatory for over seventy years before we had any insight into why it worked. This lack of causal understanding is sometimes referred to as intellectual debt; if we cant describe why something works, we may not be able to predict when or how it will fail. Medicine has grown around this fundamental uncertainty. Through strict codes of ethics, industry standards, and regulatory infrastructure (i.e. clinical trials), the field has developed the scaffolding to minimize the accompanying harms. RL systems aiming to help with diagnosis and treatment have to develop within this infrastructure. Compliance with the machinery medicine has around intellectual debt is more likely to result in slow and steady progress, without colossal misalignment. This same level of oversight does not apply to fields like social media, the potential harms of which are hard to pin down and which have virtually no regulatory scaffolding in place.

We may have already experienced some of the early harms of RL based algorithms in complex domains. In 2018 YouTube engineers released a paper describing an RL addition to their recommendation algorithm that increased daily watch time by 6 million hours in the beta testing phase. Meanwhile, anecdotal accounts of radicalization through YouTube rabbit holes of increasingly conspiratorial content (e.g., NYTimes reporting on YouTubes role in empowering Brazils far right) were on the rise. While it is impossible to know exactly which algorithms powered the platforms recommendations at the time, this rabbit hole effect would be a natural result of an RL algorithm trying to maximize view time by nudging users towards increasingly addictive content.

In the near future, dynamic manipulation of this sort may end up at odds with established protections under the law. For example, Facebook has recently been put under scrutiny by the Department of Housing and Urban Development for discriminatory housing advertisements. The HUD suit alleges that even without explicit targeting filters that amount to the exclusion of protected groups, its algorithms are likely to hide ads from users whom the system determines are unlikely to engage with the ad, even if the advertiser explicitly wants to reach those users. Given the types of (non-RL) ML algorithms FB currently uses in advertising, proving this disparate impact would be a matter of examining the data and features used to train the algorithm. While the current lack of transparency makes this challenging, it is fundamentally possible to roll out benchmarks capable of flagging such discrimination.

If advertising were instead powered by RL, benchmarks would not be enough. An RL advertising algorithm tasked with ensuring it does not discriminate against protected classes, could easily end up making it look as though it were not discriminating instead. If the RL agent were optimized for profit and the practice of discrimination was profitable, the RL agent would be incentivized to find loopholes under which it could circumvent protections. Just like in the sepsis treatment case, the system is likely to find a shortcut towards reaching its objective, only in this case the lack of regulatory scaffolding makes it unlikely this failure will be picked up. The propensity of RL to adapt to meet metrics, while skirting over intent, will make it challenging to tag such undesirable behavior. This situation is further complicated by our heavy reliance on data as a means to flag potential bias in ML systems.

Unlike RL, traditional machine learning is innately static; it takes in loads of data, parses it for correlations, and outputs a model. Once a system has been trained, updating it to accommodate a new environment or changes to the status quo requires repeating most or all of that initial training with updated data. Even for firms that have the computing power to make such retraining seamless, the reliance on data has allowed an in for transparency. The saying goes, machine learning is like money laundering for bias. If an ML system is trained using biased or unrepresentative data, its model of the world will reflect that. In traditional machine learning, we can at least follow the marked bills and point out when an ML system is going to be prone to discrimination by examining its training data. We may even be able to preprocess the data before training the system in an attempt to preemptively correct for bias.

Since RL is generally real-time observation-based rather than training data-based, this follow-the-data approach to algorithmic oversight does not apply. There is no controlled input data to help us anticipate or correct for where an RL system can go wrong before we set it loose in the world.

In certain domains, this lack of data-born insight may not be too problematic. The more we can specify what the moving parts of a given application are and the ways in which they may failbe it through an understanding of the domain or regulatory scaffoldingthe safer it is for us to use RL. DeepMinds use of RL to lower the energy costs of its computing centers, a process ultimately governed by the laws of physics, deserves less scrutiny than the RL based K-12 curriculum generator Googles Ed Chi views as a near-term goal of the field. The harder it is to describe what success looks like within a given domain, the more prone to bad outcomes it is. This is true of all ML systems, but even more crucial for RL systems that cannot be meaningfully validated ahead of use. As regulators, we need to think about which domains need more regulatory scaffolding to minimize the fallout from our intellectual debt, while allowing for the immense promise of algorithms that can learn from their mistakes.

Follow this link:
Between Games and Apocalyptic Robots: Considering Near-Term Societal Risks of Reinforcement - Medium

Trapping the queen – Chessbase News

Today's programs are all so strong that they seem to really differ in the details more often than in a decisive statement of strength, and there is no question that when arguing the differences at the stratosphere, it seems almost ludicrous. Engine A is 3568 Elo, while Engine B is inferior because it is only 3565 Elo. So stated by the humans all hovering under 2800 barring a small fistful.

Still, the game made such a powerful impression on Peter Graysonthat he declared,

"Considering the fast time control that was quite amazing by Fat Fritz 2 and its subtlety was of a sophistication I would associate more with the human mind than an engine particularly for the follow up that confirmed the engine can execute a long term strategy.Perhaps the Fritz network does provide a more human rather than mechanical, logical approach?"

The game starts quietly, almost innocuously. An English line that has seen proponents on bothsides at the highest echelons.

Yet by move 12 they had both left most of the known cases behind, with only an Italian correspondence game cited in Mega 2021. The key move that incited so much enthusiasm and which got Black into such a dangerous situation came here:

"On the face of it this looks to be in line with the idea of controlling an open file where the controlling side tends to have an advantage.The following moves question that idea when it is a wing file and also whether it is advisable for the queen to lead on the rank that will likely be the first piece to come under attack. White's reply may not be immediately obvious until it is seen and few other engines find it, certainly not within the context of the game."

"How important this move was to the outcome of the game should not be understated. With Black seeking to gain control of the open a-file, suddenly the queen looks cut off and potentially a liability. That is the theme of the ensuing moves. Perhaps it deserves !!! What is fascinating is that Fat Fritz 2 exhibits almost human-like qualities to threaten the snaring of the queen."

While Black does manage to avoid the outright loss of the queen, it comes at a heavy price that ultimately costs the game.

White now threatens to win the queen in two moves with 30. b4 a4 31. a4. Black avoids this fate by giving up the exchange, but this in itself proves fatal.

Fat Fritz 2

Fat Fritz 2.0 is the successor to the revolutionary Fat Fritz, which was based on the famous AlphaZero algorithms. This new version takes chess analysis to the next level and is a must for players of all skill levels.

Here is the full game with the generous comments by Peter Grayson.

See more here:
Trapping the queen - Chessbase News

AI 101: All the Ways AI Could Improve or End Our World – Interesting Engineering

We are as gods and might as well get good at it. Stewart Brand, 1968

In December 2017, AlphaZero, a chess-playing, artificial intelligence (AI) developed by Google, defeated Stockfish 8, the reigning world champion program at that time. AlphaZero calculates around 80,000 moves per second, according to The Guardian. Stockfish? 70 million.

Yet, out of 100 matches, AlphaZero won 28 and tied 72.

Stockfishs open-source algorithm has been continually tweaked by human input over the years. The New Yorker reports that coders suggestan idea to update the algorithm, and the two versions are then pitted against each other for thousands of matches to see which comes out on top.

Google claims that AlphaZeros machine learning algorithm had no human input beyond the programming of the basic rules of chess. This is a type of deep learning, wherein programs carry out complex tasks without human intervention or oversight. After being taught the basics of the game, AlphaZero was then set free to teach itself how to get better.

So, how quickly was the AI able to develop its algorithm well enough to beat one of the most advanced chess programs in the world?

Four hours.

It wasnt just the speed with which it machine-learned its way to chess mastery that amazed people, either. It was AlphaZeros, for lack of a better word, creativity. Writing in The Atlantic, historian Yuval Noah Harari, author of Sapiens: A Brief History of Mankind and Homo Deus: A Brief History of Tomorrow, notes that some of AlphaZeros strategies could even be described as genius.

Everything about AlphaZero is indicative of how fast and how acute the AI revolution is likely to be. Programs like this will essentially be doing the same kind of information processing our brains do except better far better with a breadth and depth that no biological system (including the human brain) could ever hope to compete with.

Debates about consciousness and free-will aside, these programs will undoubtedly possess intelligence by at least some definition of the word. Unconstrained by biology and with a human-like ability to learn and course-correct, the potential for change is so large that it may be impossible to comprehend, let alone predict.

Yet, we do have some ideas about where we may end up.

But to truly understand what that final finish line may look like, we first need to understand what artificial intelligence really is.

What is artificial intelligence? There is no single, universally-accepted definition of AI, meaning it can be easy to get lost in the philosophical and technical woods while trying to outline it. There are, however, a few key points that researchers agree are relevant to any definition.

The Stanford Encyclopedia of Philosophy notes that many scientists and philosophers have attempted to define AI through the concept of rationality, expressed in either machine thinking or behavior. A 2019 report released by the European Commission describes the basics of how AI programming achieves that rationality through perceiving the environment, interpreting the information found within it, and then deciding on the best course of action for a particular goal, potentially altering the environment in the process.

Experts at IBM and the Massachusetts Institute of Technology (MIT) founded the MIT-IBM Watson AI Lab in 2017 and offer useful perspectives on how to think of the technology. The labs name may be familiar to you; Watson was the program that beat out two human competitors to win on the game show Jeopardy back in 2011. The lab defines AI as enabling computers and machines to mimic the perception, learning, problem-solving, and decision-making capabilities of the human mind. This is an umbrella definition that does an excellent job of encapsulating the basic idea.

Importantly, the lab then distinguishes between three AI categories. "Narrow AI" is composed of algorithms that perform specific tasks at a daunting speed. Narrow AI encompasses much of the AI technologies in existence today voice assistance technology, translation services, and those chess programs mentioned above are all examples of this type of AI.

The Watson AI Lab aims to take AI two critical steps further. First to "broad AI", which is programming systems that are able to learn with greater flexibility. And eventually to "artificial general intelligence," which are systems capable of complex reasoning and full autonomy.

This last category would be something akin to the archetypal sci-fi version of autonomous machines.

For now, most AI technology remains in the narrow classification. By looking at the current progress of that narrow AI and its benefits and risks, we can see hints of what the future might bring.

Pulling back from the slightly esoteric nature of programs like AlphaZero, Stockfish, and Watson, we see how AIs reach currently extends into the life of the average person. Millions of people use programs like Siri and Alexa every day.Chatbots help consumers troubleshoot their problems, and foreign language students and travelers around the world rely on online translation services. When you do a simple Google search, human-tweaked algorithms carefully arrange what you see and what you dont.

A trip to the hospital or clinic could put you in close contact with AI, too. In 2019, Harvard University reported that, while the majority of current medical AI applications deal in simple numerical or image-based data, such as analyzing blood pressure or MRIs, the technology is advancing to impact health in much larger ways. For example, researchers from Seoul National University Hospital and College of Medicine have developed an algorithm capable of detecting abnormalities in cell growth, including cancers. When stacked against the performance of 18 actual doctors, the algorithm outperformed 17 of them.

Meteorology is getting a boost from AI as well. A collaboration between Microsoft and the University of Washington has resulted in a weather prediction model that uses nearly 7,000 times less computing power than traditional models to generate forecasts. While those forecasts were less accurate than the most advanced models currently in use, this work represents an important step forward in cutting down the time and energy it takes to create weather and climate models, which could someday save lives.

The farming industry is another area that would benefit greatly from the development of such weather-predicting AI. And those working in agriculture are just as busy incorporating the technology into much of what they do.

Forbes reports that, by 2025, investment in smart technology for agricultural use will reach over $15 billion. This AI is starting to transform the field, bettering crop yields and lowering production costs. Coupled with drones and field-based sensors, AI is helping to generate completely new information pools the sector has never had access to before, allowing farmers to better analyze fertilizer effectiveness, improve pest management, and monitor the health of livestock.

Machine learning is even being used to create systems that mimic human characteristics like humor. In 2019, Wired reported on researchers who designed an AI capable of creating puns. It may be possible in the near future to shoot the breeze with a linguistically sharp Siri or Alexa, trading wordplay as you go. You know what they say about an eye for an AI.

All of this is exciting. Despite the game-changing levels of hope and optimism that AI is ushering in for humanitys future, however, there are unavoidable conversations regarding the dangers it could pose as well.

The risks associated with using AI are many. Its important to understand that, however bright AI could potentially make the future, it could also be used to bring about practices that would be perfectly at home in an Orwellian or Huxleyan context.

In nearly every field in which AI is being applied, important ethical questions are being raised. Critically, whatever problems AI exhibits in the future are likely to be reflections and extensions of the humans behind it.

Unfortunately, a look at those simple, everyday Google searches shows how human input can drive machine learning for better or for worse. According to reporting by The Wall Street Journal in 2019, Googles algorithms are subject to regular tinkering from executives and engineers who are trying to deliver relevant search results, while also pleasing a wide variety of powerful interests and driving its parent companys more than $30 billion in annual profit. This raises concerns of who influences what billions of search engine users see on a daily basis and how that influence might change according to undisclosed agendas.

It could lead us to a kind of propaganda and social engineering that is terrifyingly effective.

And while its true that AI is revolutionizing the medical world in life-saving ways, the benefits it brings are, likewise, subject to serious pitfalls.

Writing in the journal AI & Society in 2020, Maximilian Kiener warns that machine learning is vulnerable to cyber attacks, data mismatching, and the biases of its programmers, at the very least. Kiener references a study in which, according to scans made by an AI algorithm, black women being tested for breast cancer exhibited a lower risk of potential mutations compared to white women, despite having a similar risk in reality.

Errors like this could potentially be fatal, and they could result in specific groups and classes of people who are unable to reap the benefits of modern medicine.

As AI integrates more and more with medical technology, the disclosure of such risks to patients is imperative.

Similarly, self-driving cars are not exempt from a host of sobering technical and ethical challenges. In 2018, a self-driving Uber car hit an Arizona pedestrian who later died at the hospital from her injuries. As NBC News reports, there was no malfunction in the cars AI programming it had been trained to recognize pedestrians only at crosswalks, not when jaywalking.

It seems like a minor oversight, but once they are fully integrated into our infrastructure, AI systems that are similarly "blind" could cause a catastrophic loss of life.

AI has also found its way into the wars of the world. Militaries engaged in this generations arms race are trying to perfect the technology inautomated weapons systems. While this could certainly bring about a lot of good in terms of reducing loss of life, the question of how comfortable humanity is with machine learning deciding who lives and who dies in certain situations is one that we are already facing right now.

And in other arenas, some governments and private security organizations have already utilized facial recognition software to frightening effect. Chinas use of technology to profile Uyghur people within its borders has been raising moral eyebrows for some time, for example.

As the journal Nature reported at the end of 2020, some researchers are beginning to push back against those in the academic community who have published papers on how to build facial recognition algorithms.

Amazon, one of the largest providers of facial recognition AI to both the US government and private security organizations in China, has faced much scrutiny about the technologys relationship with civil rights abuses. In June 2020, the MIT Technology Review reported that facing public backlash as well as pressure from the American Civil Liberties Union, the company decided to suspend sales of facial recognition technology for a one-year period following similar declarations by both IBM and Microsoft. According to the BBC, Amazon is waiting on Congress to implement new rules regarding the technologys use.

For now? There is little legislation governing where and how the technology is deployed, whether it be for catching suspected criminals o undocumented immigrants or monitoring where you shop, what you buy, and who you go to dinner with.

How we design and use AI also has a tangible effect on human psychology and social cohesion, particularly with respect to the kinds of information we are shown online.

The Wall Street Journal reported back in 2018 how YouTubes algorithms recommend high-traffic videos that are more likely to keep people on the site and watching. Whether by design or not, this frequently leads viewers to consume increasingly extreme content, even when those users havent shown interest in such content. Since it has been established that the internet is particularly prone to fostering the development of conspiracy theories, worries about how these algorithms play a part in societys troubles and radicalization may be well justified.

The social ramifications could go far deeper. Dirk Helbing is a professor of computational social science at ETHZurich whose research specializes in applying computer modeling and simulations to the phenomena of social coordination, conflict, and collective opinion formation. In the book Towards Digital Enlightenment: Essays on the Dark and Light Sides of the Digital Revolution, he, Bruce Frey of the University of Kansas, and seven other researchers write lucidly on how the relationship of coder and coded is becoming a two-way street.

Some software platforms are moving towards persuasive computing. In the future, using sophisticated manipulation technologies, these platforms will be able to steer us through entirecourses of action, be it for the execution of complex work processes or to generate free content for Internet platforms, from which corporations earn billions. The trend goes from programming computers to programming people.

Yuval Noah Harari suggests similarly disconcerting scenarios. While he warns that dystopian visions of malevolent leaders monitoring citizens biometrics and psyches with AI are a distinct possibility, it might not be the one we should be most worried about:

We are unlikely to face a rebellion of sentient machines in the coming decades, he writes in The Atlantic, but we might have to deal with hordes of bots that know how to press our emotional buttons better than our mother does and that use this uncanny ability, at the behest of a human elite, to try to sell us something be it a car, a politician, or an entire ideology.

Ultimately, it is impossible to list all the benefits and risks of artificial intelligence, as the technology already impacts nearly every aspect of our lives. From what we watch, to what we buy, to how we think, and what we know. Likewise, it is impossible to know exactly where we will end up. However, the multitude of options here highlight just how important this issue is, and they make one thing abundantly clear: The decisions we make todaydictate where we end up tomorrow, which is why it is so very important to go slow andnot"move fast and break things."

The realization of general AI, something that seems to be an inevitability at this point, could end up being humanitys greatest ever technological achievement or our demise. While delivering a speech for TedTalks in Alberta, Canada in 2016, neuroscientist and AI commentator Sam Harris emphasized just how important it is to get the initial conditions of that achievement right:

When youre talking about superintelligent AI that can make changes to itself, it seems to me that we only have one chance to get [it] right. The moment we admit that information processing is the source of intelligence, [...] and we admit that we will improve these systems continuously, and we admit that the horizon of cognition very likely far exceeds what we currently know then we have to admit that were in the process of building some sort of god. Now would be a good time to make sure its a god we can live with.

Continue reading here:
AI 101: All the Ways AI Could Improve or End Our World - Interesting Engineering

Quick Scripts AlphaZero

The AlphaZero.Scripts module provides a quick way to execute common tasks with a single line of code. For example, starting or resuming a training session for the connect-four example becomes as simple as executing the following command line:

The first argument of every script specifies what experiment to load. This can be specified as an object of type Experiment or as a string from keys(Examples.experiment).

Perform some sanity checks regarding the compliance of a game with the AlphaZero.jl Game Interface.

Launch a training session where hyperparameters are altered so that training finishes as quickly as possible.

This is useful to ensure the absence of runtime errors before a real training session is started.

Start or resume a training session.

The optional keyword arguments are passed directly to the Session constructor.

Play an interactive game against the current agent.

Use the interactive explorer to visualize the current agent.

Read more here:
Quick Scripts AlphaZero