{"appState":{"pageLoadApiCallsStatus":true},"categoryState":{"relatedCategories":{"headers":{"timestamp":"2023-05-31T12:01:06+00:00"},"categoryId":33576,"data":{"title":"General AI","slug":"general-ai","image":{"src":null,"width":0,"height":0},"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"parentCategory":{"categoryId":33574,"title":"AI","slug":"ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"}},"childCategories":[],"description":"AI shows up in everything from the operating room to your home entertainment system. Check out these articles for a heads-up on the latest developments in artificial intelligence.","relatedArticles":{"self":"https://dummies-api.dummies.com/v2/articles?category=33576&offset=0&size=5"},"hasArticle":true,"hasBook":true,"articleCount":47,"bookCount":3},"_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"relatedCategoriesLoadedStatus":"success"},"listState":{"list":{"count":10,"total":47,"items":[{"headers":{"creationTime":"2018-07-11T01:53:30+00:00","modifiedTime":"2023-05-26T18:15:05+00:00","timestamp":"2023-05-26T21:01:03+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"What Is AI Technology?","strippedTitle":"what is ai technology?","slug":"4-ways-define-artificial-intelligence-ai","canonicalUrl":"","seo":{"metaDescription":"Discover the world of AI with our complete guide for dummies. Understand what AI is and how it works. ✓ Get started with artificial intelligence today.","noIndex":0,"noFollow":0},"content":"The first concept that’s important to understand is that artificial intelligence (AI) doesn’t really have anything to do with human intelligence. Yes, some AI is modeled to simulate human intelligence, but that’s what it is: a simulation.\r\n\r\nWhen asking \"what is artificial intelligence?\" notice an interplay between goal seeking, data processing used to achieve that goal, and data acquisition used to better understand the goal.\r\n\r\nAI technology relies on algorithms to achieve a result that may or may not have anything to do with human goals or methods of achieving those goals. With this in mind, you can categorize AI in four ways:\r\n<ul>\r\n \t<li>\r\n<p class=\"first-para\"><strong>Acting like a human:</strong> When a computer acts like a human, it best reflects the Turing test, in which the computer succeeds when <a href=\"http://www.turing.org.uk/scrapbook/test.html\" target=\"_blank\" rel=\"noopener\">differentiation between the computer and a human</a> isn’t possible. This category also reflects what the media would have you believe AI is all about. You see it employed for technologies such as natural language processing, knowledge representation, automated reasoning, and machine learning (all four of which must be present to pass the test).</p>\r\n<p class=\"child-para\">The original Turing Test didn’t include any physical contact. The newer, Total Turing Test does include physical contact in the form of perceptual ability interrogation, which means that the computer must also employ both computer vision and robotics to succeed.</p>\r\n<p class=\"child-para\">Modern techniques include the idea of achieving the goal rather than mimicking humans completely. For example, the Wright Brothers didn’t succeed in creating an airplane by precisely copying the flight of birds; rather, the birds provided ideas that led to aerodynamics that eventually led to human flight. The goal is to fly. Both birds and humans achieve this goal, but they use different approaches.</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n \t<li><strong>Thinking like a human:</strong> When a computer thinks as a human, it performs tasks that require intelligence (as contrasted with rote procedures) from a human to succeed, such as driving a car. To determine whether a program thinks like a human, you must have some method of determining how humans think, which the cognitive modeling approach defines. This model relies on three techniques:\r\n<ul>\r\n \t<li><strong>Introspection:</strong> Detecting and documenting the techniques used to achieve goals by monitoring one’s own thought processes.</li>\r\n \t<li><strong>Psychological testing:</strong> Observing a person’s behavior and adding it to a database of similar behaviors from other persons given a similar set of circumstances, goals, resources, and environmental conditions (among other things).</li>\r\n \t<li><strong>Brain imaging:</strong> Monitoring brain activity directly through various mechanical means, such as Computerized Axial Tomography (CAT), Positron Emission Tomography (PET), Magnetic Resonance Imaging (MRI), and Magnetoencephalography (MEG).</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">After creating a model, you can write a program that simulates the model. Given the amount of variability among human thought processes and the difficulty of accurately representing these thought processes as part of a program, the results are experimental at best. This category of thinking humanly is often used in psychology and other fields in which modeling the human thought process to create realistic simulations is essential.</p>\r\n\r\n<ul>\r\n \t<li>\r\n<p class=\"first-para\"><strong>Thinking rationally:</strong> Studying how humans think using some standard enables the creation of guidelines that describe typical human behaviors. A person is considered rational when following these behaviors within certain levels of deviation. A computer that thinks rationally relies on the recorded behaviors to create a guide as to how to interact with an environment based on the data at hand.</p>\r\n<p class=\"child-para\">The goal of this approach is to solve problems logically, when possible. In many cases, this approach would enable the creation of a baseline technique for solving a problem, which would then be modified to actually solve the problem. In other words, the solving of a problem in principle is often different from solving it in practice, but you still need a starting point.</p>\r\n</li>\r\n \t<li><strong>Acting rationally:</strong> Studying how humans act in given situations under specific constraints enables you to determine which techniques are both efficient and effective. A computer that acts rationally relies on the recorded actions to interact with an environment based on conditions, environmental factors, and existing data. As with rational thought, rational acts depend on a solution in principle, which may not prove useful in practice. However, rational acts do provide a baseline upon which a computer can begin negotiating the successful completion of a goal.</li>\r\n</ul>\r\n<h2 id=\"tab1\" >Hintze's AI classifications</h2>\r\nThe categories used to define AI offer a way to consider various uses for or ways to apply AI. Some of the systems used to classify AI by type are arbitrary and not distinct. For example, some groups view AI as either strong (generalized intelligence that can adapt to a variety of situations) or weak (specific intelligence designed to perform a particular task well).\r\n\r\nThe problem with strong AI is that it doesn’t perform any task well, while weak AI is too specific to perform tasks independently. Even so, just two type classifications won’t do the job even in a general sense. The four classification types promoted by <a href=\"http://theconversation.com/understanding-the-four-types-of-ai-from-reactive-robots-to-self-aware-beings-67616\" target=\"_blank\" rel=\"noopener\">Arend Hintze</a> form a better basis for understanding AI:\r\n<ul>\r\n \t<li><strong>Reactive machines:</strong> The machines you see beating humans at chess or playing on game shows are examples of reactive machines. A reactive machine has no memory or experience upon which to base a decision. Instead, it relies on pure computational power and smart algorithms to recreate every decision every time. This is an example of a weak AI used for a specific purpose.</li>\r\n \t<li><strong>Limited memory:</strong> A self-driving car or autonomous robot can’t afford the time to make every decision from scratch. These machines rely on a small amount of memory to provide experiential knowledge of various situations. When the machine sees the same situation, it can rely on experience to reduce reaction time and to provide more resources for making new decisions that haven’t yet been made. This is an example of the current level of strong AI.</li>\r\n \t<li><strong>Theory of mind:</strong> A machine that can assess both its required goals and the potential goals of other entities in the same environment has a kind of understanding that is feasible to some extent today, but not in any commercial form. However, for self-driving cars to become truly autonomous, this level of AI must be fully developed. A self-driving car would not only need to know that it must go from one point to another, but also intuit the potentially conflicting goals of drivers around it and react accordingly.</li>\r\n \t<li><strong>Self-awareness:</strong> This is the sort of AI that you see in movies. However, it requires technologies that aren’t even remotely possible now because such a machine would have a sense of both self and consciousness. In addition, instead of merely intuiting the goals of others based on environment and other entity reactions, this type of machine would be able to infer the intent of others based on experiential knowledge.</li>\r\n</ul>\r\n<h2 id=\"tab2\" >Problems defining AI</h2>\r\nArtificial Intelligence has had several false starts and stops over the years, partly because people don’t really understand what AI is all about, or even what it should accomplish.\r\n\r\nA major part of the problem is that movies, television shows, and books have all conspired to give false hopes about hat AI could accomplish. In addition, the human tendency to <em>anthropomorphize</em> (give human characteristics to) technology makes it seem as if AI must do more than it can hope to accomplish.\r\n\r\nOf course, the basis for what you expect from AI is a combination of how you define AI, the technology you have for implementing AI, and the goals you have for AI. Consequently, everyone sees AI differently.\r\n\r\nBefore you can use a term in any meaningful and useful way, you must have a definition for it. After all, if nobody agrees on a meaning, the term has none; it’s just a collection of characters. Defining the idiom (a term whose meaning isn’t clear from the meanings of its constituent elements) is especially important with technical terms that have received more than a little press coverage at various times and in various ways.\r\n\r\nThe term artificial intelligence doesn’t really tell you anything meaningful, which is why there are so many discussions and disagreements about it. Yes, you can argue that what occurs is artificial, not having come from a natural source. However, the intelligence part is, at best, ambiguous.\r\n<h2 id=\"tab3\" >Discerning intelligence</h2>\r\nPeople define intelligence in many different ways. However, you can say that intelligence involves certain mental activities composed of the following:\r\n<ul>\r\n \t<li><strong>Learning:</strong> Having the ability to obtain and process new information</li>\r\n \t<li><strong>Reasoning:</strong> Being able to manipulate information in various ways</li>\r\n \t<li><strong>Understanding:</strong> Considering the result of information manipulation</li>\r\n \t<li><strong>Grasping truths:</strong> Determining the validity of the manipulated information</li>\r\n \t<li><strong>Seeing relationships:</strong> Divining how validated data interacts with other data</li>\r\n \t<li><strong>Considering meanings:</strong> Applying truths to particular situations in a manner consistent with their relationship</li>\r\n \t<li><strong>Separating fact from belief:</strong> Determining whether the data is adequately supported by provable sources that can be demonstrated to be consistently valid</li>\r\n</ul>\r\n<h2 id=\"tab4\" >How does AI work?</h2>\r\nThe list above could easily get quite long, but even this list is relatively prone to interpretation by anyone who accepts it as viable. As you can see from the list, however, intelligence often follows a process that a computer system can mimic as part of a simulation:\r\n<ol>\r\n \t<li>Set a goal based on needs or wants.</li>\r\n \t<li>Assess the value of any currently known information in support of the goal.</li>\r\n \t<li>Gather additional information that could support the goal. The emphasis here is on information that could support the goal, rather than information that you know will support the goal.</li>\r\n \t<li>Manipulate the data such that it achieves a form consistent with existing information.</li>\r\n \t<li>Define the relationships and truth values between existing and new information.</li>\r\n \t<li>Determine whether the goal is achieved.</li>\r\n \t<li>Modify the goal in light of the new data and its effect on the probability of success.</li>\r\n \t<li>Repeat Steps 2 through 7 as needed until the goal is achieved (found true) or the possibilities for achieving it are exhausted (found false).</li>\r\n</ol>\r\nEven though you can create algorithms and provide access to data in support of this process within a computer, a computer’s capability to achieve intelligence is severely limited.\r\n\r\nFor example, a computer is incapable of understanding anything because it relies on machine processes to manipulate data using pure math in a strictly mechanical fashion. Likewise, computers can’t easily separate truth from mistruth. In fact, no computer can fully implement any of the mental activities described in the list that describes intelligence.\r\n\r\nAs part of deciding what intelligence actually involves, categorizing intelligence is also helpful. Humans don’t use just one type of intelligence, but rather rely on multiple intelligences to perform tasks.\r\n\r\nHoward Gardner of Harvard has defined a number of these types of intelligence, and knowing them helps you to relate them to the kinds of tasks that a computer can simulate as intelligence (see the table below for a modified version of these intelligences with additional description).\r\n<p style=\"text-align: center;\"><strong>The Kinds of Human Intelligence and How AIs Simulate Them</strong></p>\r\n\r\n<table>\r\n<thead>\r\n<tr>\r\n<td><strong>Type</strong></td>\r\n<td><strong>Simulation Potential</strong></td>\r\n<td><strong>Human Tools</strong></td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Visual-spatial</td>\r\n<td>Moderate</td>\r\n<td>Models, graphics, charts, photographs, drawings, 3-D modeling, video, television, and multimedia</td>\r\n<td>Physical-environment intelligence used by people like sailors and architects (among many others). To move at all, humans need to understand their physical environment — that is, its dimensions and characteristics. Every robot or portable computer intelligence requires this capability, but the capability is often difficult to simulate (as with self-driving cars) or less than accurate (as with vacuums that rely as much on bumping as they do on moving intelligently).</td>\r\n</tr>\r\n<tr>\r\n<td>Bodily-kinesthetic</td>\r\n<td>Moderate to High</td>\r\n<td>Specialized equipment and real objects</td>\r\n<td>Body movements, such as those used by a surgeon or a dancer, require precision and body awareness. Robots commonly use this kind of intelligence to perform repetitive tasks, often with higher precision than humans, but sometimes with less grace. It’s essential to differentiate between human augmentation, such as a surgical device that provides a surgeon with enhanced physical ability, and true independent movement. The former is simply a demonstration of mathematical ability in that it depends on the surgeon for input.</td>\r\n</tr>\r\n<tr>\r\n<td>Creative</td>\r\n<td>None</td>\r\n<td>Artistic output, new patterns of thought, inventions, new kinds of musical composition</td>\r\n<td>Creativity is the act of developing a new pattern of thought that results in unique output in the form of art, music, and writing. A truly new kind of product is the result of creativity. An AI can simulate existing patterns of thought and even combine them to create what appears to be a unique presentation but is really just a mathematically based version of an existing pattern. In order to create, an AI would need to possess self-awareness, which would require intrapersonal intelligence.</td>\r\n</tr>\r\n<tr>\r\n<td>Interpersonal</td>\r\n<td>Low to Moderate</td>\r\n<td>Telephone, audio conferencing, video conferencing, writing, computer conferencing, email</td>\r\n<td>Interacting with others occurs at several levels. The goal of this form of intelligence is to obtain, exchange, give, and manipulate information based on the experiences of others. Computers can answer basic questions because of keyword input, not because they understand the question. The intelligence occurs while obtaining information, locating suitable keywords, and then giving information based on those keywords. Cross-referencing terms in a lookup table and then acting on the instructions provided by the table demonstrates logical intelligence, not interpersonal intelligence.</td>\r\n</tr>\r\n<tr>\r\n<td>Intrapersonal</td>\r\n<td>None</td>\r\n<td>Books, creative materials, diaries, privacy, and time</td>\r\n<td>Looking inward to understand one’s own interests and then setting goals based on those interests is currently a human-only kind of intelligence. As machines, computers have no desires, interests, wants, or creative abilities. An AI processes numeric input using a set of algorithms and provides an output; it isn’t aware of anything that it does, nor does it understand anything that it does.</td>\r\n</tr>\r\n<tr>\r\n<td>Linguistic (often divided into oral, aural, and written)</td>\r\n<td>Low for oral and aural\r\n\r\nNone for written</td>\r\n<td>Games, multimedia, books, voice recorders, and spoken words</td>\r\n<td>Working with words is an essential tool for communication because spoken and written information exchange is far faster than any other form. This form of intelligence includes understanding oral, aural, and written input, managing the input to develop an answer, and providing an understandable answer as output. In many cases, computers can barely parse input into keywords, can’t actually understand the request at all, and output responses that may not be understandable at all. In humans, oral, aural, and written linguistic intelligence come from different areas of the brain, which means that even with humans, someone who has high written linguistic intelligence may not have similarly high oral linguistic intelligence. Computers don’t currently separate aural and oral linguistic ability — one is simply input and the other output. A computer can’t simulate written linguistic capability because this ability requires creativity.</td>\r\n</tr>\r\n<tr>\r\n<td>Logical-mathematical</td>\r\n<td>High (potentially higher than humans)</td>\r\n<td>Logic games, investigations, mysteries, and brain teasers</td>\r\n<td>Calculating a result, performing comparisons, exploring patterns, and considering relationships are all areas in which computers currently excel. When you see a computer beat a human on a game show, this is the only form of intelligence that you’re actually seeing, out of seven kinds of intelligence. Yes, you might see small bits of other kinds of intelligence, but this is the focus. Basing an assessment of human-versus-computer intelligence on just one area isn’t a good idea.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2 id=\"tab5\" >The reality vs. hype</h2>\r\nThere is a lot of hype about AI out there. If you watch movies such as <em>Her</em> and <em>Ex Machina,</em> you might be led to believe that AI is further along than it is. The problem is that AI is actually in its infancy, and any sort of application like those shown in the movies is the creative output of an overactive imagination.\r\n\r\nHowever, the importance of artificial intelligence to the future of technology cannot be overstated. It is already helping people in everyday technologies, and has great potential in everything from customer service to health care, to outer space exploration.\r\n<h2 id=\"tab6\" >The five tribes and the master algorithm</h2>\r\nYou may have heard of something called the singularity, which is responsible for the potential claims presented in the media and movies. The <em>singularity</em> is essentially a master algorithm that encompasses all five tribes of learning used within machine learning.\r\n\r\nTo achieve what these sources are telling you, the machine must be able to learn as a human would — as specified by the seven kinds of intelligence discussed earlier.\r\n\r\nHere are the five tribes of learning:\r\n<ul>\r\n \t<li><strong>Symbologists:</strong> The origin of this tribe is in logic and philosophy. This group relies on inverse deduction to solve problems.</li>\r\n \t<li><strong>Connectionists:</strong> This tribe’s origin is in neuroscience, and the group relies on backpropagation to solve problems.</li>\r\n \t<li><strong>Evolutionaries:</strong> The evolutionaries tribe originates in evolutionary biology, relying on genetic programming to solve problems.</li>\r\n \t<li><strong>Bayesians:</strong> This tribe’s origin is in statistics and relies on probabilistic inference to solve problems.</li>\r\n \t<li><strong>Analogizers:</strong> The origin of this tribe is in psychology. The group relies on kernel machines to solve problems.</li>\r\n</ul>\r\nThe ultimate goal of machine learning is to combine the technologies and strategies embraced by the five tribes to create a single algorithm (the <em>master algorithm</em>) that can learn anything. Of course, achieving that goal is a long way off. Even so, scientists such as Pedro Domingos at the University of Washington are currently working toward that goal.\r\n\r\nTo make things even less clear, the five tribes may not be able to provide enough information to actually solve the problem of human intelligence, so creating master algorithms for all five tribes may still not yield the singularity.\r\n\r\nAt this point, you should be amazed at just how much people don’t know about how they think or why they think in a certain manner. Any rumors you hear about AI taking over the world or becoming superior to people are just plain false.\r\n<h2 id=\"tab7\" >Considering sources of hype</h2>\r\nThere are many sources of AI hype. Quite a bit of the hype comes from the media and is presented by people who have no idea of what AI is all about, except perhaps from a sci-fi novel they read once. So, it’s not just movies or television that cause problems with AI hype; it’s all sorts of other media sources as well.\r\n\r\nYou can often find news reports presenting AI as being able to do something that it can’t possibly do because the reporter doesn’t understand the technology. Oddly enough, many news services now use AI to at least start articles for reporters.\r\n\r\nSome products should be tested a lot more before being placed on the market. The “2020 in Review: 10 AI Failures” article at SyncedReview.com discusses ten products hyped by their developer but which fell flat on their faces. Some of these failures are huge and reflect badly on the ability of AI to perform tasks as a whole.\r\n\r\nHowever, something to consider with a few of these failures is that people may have interfered with the device using the AI. Obviously, testing procedures need to start considering the possibility of people purposely tampering with the AI as a potential source of errors. Until that happens, the AI will fail to perform as expected because people will continue to fiddle with the software in an attempt to cause it to fail in a humorous manner.\r\n<p class=\"article-tips warning\">Another cause of problems comes from asking the wrong person about AI. Not every scientist, no matter how smart, knows enough about AI to provide a competent opinion about the technology and the direction it will take in the future. Asking a biologist about the future of AI in general is akin to asking your dentist to perform brain surgery — it simply isn’t a good idea. Yet, many stories appear with people like these as the information source. To discover the future direction of AI, it’s best to ask a computer scientist or data scientist with a strong background in AI research.</p>\r\n\r\n<h2 id=\"tab8\" >Understanding user overestimation</h2>\r\nBecause of hype (and sometimes laziness or fatigue), users continually overestimate the ability of AI to perform tasks. For example, a Tesla owner was recently found sleeping in his car while the car zoomed along the highway at 90 mph. However, even with the user significantly overestimating the ability of the technology to drive a car, it does apparently work well enough (at least, for this driver) to avoid a complete failure.\r\n\r\nHowever, you need not be speeding down a highway at 90 mph to encounter user overestimation. Robot vacuums can also fail to meet expectations, usually because users believe they can just plug in the device and then never think about vacuuming again. After all, movies portray the devices working precisely in this manner.\r\n\r\nThe article “How to Solve the Most Annoying Robot Vacuum Cleaner Problems” at RobotsInMyHome.com discusses troubleshooting techniques for various robotic vacuums for a good reason — the robots still need human intervention. The point is that most robots need human intervention at some point because they simply lack the knowledge to go it alone.\r\n<h2 id=\"tab9\" >What is AI technology?</h2>\r\nArtificial intelligence is a sub-discipline of computer science that works by combining large amounts of data with fast, iterative algorithms with the goal of enabling computers to solve complex problems and complete complex tasks.\r\n\r\nTo see AI at work, you need to have some sort of computing system, an application that contains the required software, and a knowledge base. For artificial intelligence, the computers could be anything with a chip inside; in fact, a smartphone does just as well as a desktop computer for some applications.\r\n\r\nOf course, if you’re Amazon and you want to provide advice on a particular person’s next buying decision, the smartphone won’t do — you need a really big computing system for that application. The size of the computing system is directly proportional to the amount of work you expect the AI to perform.\r\n\r\nThe application can also vary in size, complexity, and even location. For example, if you’re a business and want to analyze client data to determine how best to make a sales pitch, you might rely on a server-based application to perform the task.\r\n\r\nOn the other hand, if you’re a customer and want to find products on Amazon to go with your current purchase items, the application doesn’t even reside on your computer; you access it through a web-based application located on Amazon’s servers.\r\n\r\nThe knowledge base varies in location and size as well. The more complex the data, the more you can obtain from it, but the more you need to manipulate it as well. You get no free lunch when it comes to knowledge management. The interplay between location and time is also important. A network connection affords you access to a large knowledge base online but costs you in time because of the latency of network connections. However, localized databases, while fast, tend to lack details in many cases.","description":"The first concept that’s important to understand is that artificial intelligence (AI) doesn’t really have anything to do with human intelligence. Yes, some AI is modeled to simulate human intelligence, but that’s what it is: a simulation.\r\n\r\nWhen asking \"what is artificial intelligence?\" notice an interplay between goal seeking, data processing used to achieve that goal, and data acquisition used to better understand the goal.\r\n\r\nAI technology relies on algorithms to achieve a result that may or may not have anything to do with human goals or methods of achieving those goals. With this in mind, you can categorize AI in four ways:\r\n<ul>\r\n \t<li>\r\n<p class=\"first-para\"><strong>Acting like a human:</strong> When a computer acts like a human, it best reflects the Turing test, in which the computer succeeds when <a href=\"http://www.turing.org.uk/scrapbook/test.html\" target=\"_blank\" rel=\"noopener\">differentiation between the computer and a human</a> isn’t possible. This category also reflects what the media would have you believe AI is all about. You see it employed for technologies such as natural language processing, knowledge representation, automated reasoning, and machine learning (all four of which must be present to pass the test).</p>\r\n<p class=\"child-para\">The original Turing Test didn’t include any physical contact. The newer, Total Turing Test does include physical contact in the form of perceptual ability interrogation, which means that the computer must also employ both computer vision and robotics to succeed.</p>\r\n<p class=\"child-para\">Modern techniques include the idea of achieving the goal rather than mimicking humans completely. For example, the Wright Brothers didn’t succeed in creating an airplane by precisely copying the flight of birds; rather, the birds provided ideas that led to aerodynamics that eventually led to human flight. The goal is to fly. Both birds and humans achieve this goal, but they use different approaches.</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n \t<li><strong>Thinking like a human:</strong> When a computer thinks as a human, it performs tasks that require intelligence (as contrasted with rote procedures) from a human to succeed, such as driving a car. To determine whether a program thinks like a human, you must have some method of determining how humans think, which the cognitive modeling approach defines. This model relies on three techniques:\r\n<ul>\r\n \t<li><strong>Introspection:</strong> Detecting and documenting the techniques used to achieve goals by monitoring one’s own thought processes.</li>\r\n \t<li><strong>Psychological testing:</strong> Observing a person’s behavior and adding it to a database of similar behaviors from other persons given a similar set of circumstances, goals, resources, and environmental conditions (among other things).</li>\r\n \t<li><strong>Brain imaging:</strong> Monitoring brain activity directly through various mechanical means, such as Computerized Axial Tomography (CAT), Positron Emission Tomography (PET), Magnetic Resonance Imaging (MRI), and Magnetoencephalography (MEG).</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">After creating a model, you can write a program that simulates the model. Given the amount of variability among human thought processes and the difficulty of accurately representing these thought processes as part of a program, the results are experimental at best. This category of thinking humanly is often used in psychology and other fields in which modeling the human thought process to create realistic simulations is essential.</p>\r\n\r\n<ul>\r\n \t<li>\r\n<p class=\"first-para\"><strong>Thinking rationally:</strong> Studying how humans think using some standard enables the creation of guidelines that describe typical human behaviors. A person is considered rational when following these behaviors within certain levels of deviation. A computer that thinks rationally relies on the recorded behaviors to create a guide as to how to interact with an environment based on the data at hand.</p>\r\n<p class=\"child-para\">The goal of this approach is to solve problems logically, when possible. In many cases, this approach would enable the creation of a baseline technique for solving a problem, which would then be modified to actually solve the problem. In other words, the solving of a problem in principle is often different from solving it in practice, but you still need a starting point.</p>\r\n</li>\r\n \t<li><strong>Acting rationally:</strong> Studying how humans act in given situations under specific constraints enables you to determine which techniques are both efficient and effective. A computer that acts rationally relies on the recorded actions to interact with an environment based on conditions, environmental factors, and existing data. As with rational thought, rational acts depend on a solution in principle, which may not prove useful in practice. However, rational acts do provide a baseline upon which a computer can begin negotiating the successful completion of a goal.</li>\r\n</ul>\r\n<h2 id=\"tab1\" >Hintze's AI classifications</h2>\r\nThe categories used to define AI offer a way to consider various uses for or ways to apply AI. Some of the systems used to classify AI by type are arbitrary and not distinct. For example, some groups view AI as either strong (generalized intelligence that can adapt to a variety of situations) or weak (specific intelligence designed to perform a particular task well).\r\n\r\nThe problem with strong AI is that it doesn’t perform any task well, while weak AI is too specific to perform tasks independently. Even so, just two type classifications won’t do the job even in a general sense. The four classification types promoted by <a href=\"http://theconversation.com/understanding-the-four-types-of-ai-from-reactive-robots-to-self-aware-beings-67616\" target=\"_blank\" rel=\"noopener\">Arend Hintze</a> form a better basis for understanding AI:\r\n<ul>\r\n \t<li><strong>Reactive machines:</strong> The machines you see beating humans at chess or playing on game shows are examples of reactive machines. A reactive machine has no memory or experience upon which to base a decision. Instead, it relies on pure computational power and smart algorithms to recreate every decision every time. This is an example of a weak AI used for a specific purpose.</li>\r\n \t<li><strong>Limited memory:</strong> A self-driving car or autonomous robot can’t afford the time to make every decision from scratch. These machines rely on a small amount of memory to provide experiential knowledge of various situations. When the machine sees the same situation, it can rely on experience to reduce reaction time and to provide more resources for making new decisions that haven’t yet been made. This is an example of the current level of strong AI.</li>\r\n \t<li><strong>Theory of mind:</strong> A machine that can assess both its required goals and the potential goals of other entities in the same environment has a kind of understanding that is feasible to some extent today, but not in any commercial form. However, for self-driving cars to become truly autonomous, this level of AI must be fully developed. A self-driving car would not only need to know that it must go from one point to another, but also intuit the potentially conflicting goals of drivers around it and react accordingly.</li>\r\n \t<li><strong>Self-awareness:</strong> This is the sort of AI that you see in movies. However, it requires technologies that aren’t even remotely possible now because such a machine would have a sense of both self and consciousness. In addition, instead of merely intuiting the goals of others based on environment and other entity reactions, this type of machine would be able to infer the intent of others based on experiential knowledge.</li>\r\n</ul>\r\n<h2 id=\"tab2\" >Problems defining AI</h2>\r\nArtificial Intelligence has had several false starts and stops over the years, partly because people don’t really understand what AI is all about, or even what it should accomplish.\r\n\r\nA major part of the problem is that movies, television shows, and books have all conspired to give false hopes about hat AI could accomplish. In addition, the human tendency to <em>anthropomorphize</em> (give human characteristics to) technology makes it seem as if AI must do more than it can hope to accomplish.\r\n\r\nOf course, the basis for what you expect from AI is a combination of how you define AI, the technology you have for implementing AI, and the goals you have for AI. Consequently, everyone sees AI differently.\r\n\r\nBefore you can use a term in any meaningful and useful way, you must have a definition for it. After all, if nobody agrees on a meaning, the term has none; it’s just a collection of characters. Defining the idiom (a term whose meaning isn’t clear from the meanings of its constituent elements) is especially important with technical terms that have received more than a little press coverage at various times and in various ways.\r\n\r\nThe term artificial intelligence doesn’t really tell you anything meaningful, which is why there are so many discussions and disagreements about it. Yes, you can argue that what occurs is artificial, not having come from a natural source. However, the intelligence part is, at best, ambiguous.\r\n<h2 id=\"tab3\" >Discerning intelligence</h2>\r\nPeople define intelligence in many different ways. However, you can say that intelligence involves certain mental activities composed of the following:\r\n<ul>\r\n \t<li><strong>Learning:</strong> Having the ability to obtain and process new information</li>\r\n \t<li><strong>Reasoning:</strong> Being able to manipulate information in various ways</li>\r\n \t<li><strong>Understanding:</strong> Considering the result of information manipulation</li>\r\n \t<li><strong>Grasping truths:</strong> Determining the validity of the manipulated information</li>\r\n \t<li><strong>Seeing relationships:</strong> Divining how validated data interacts with other data</li>\r\n \t<li><strong>Considering meanings:</strong> Applying truths to particular situations in a manner consistent with their relationship</li>\r\n \t<li><strong>Separating fact from belief:</strong> Determining whether the data is adequately supported by provable sources that can be demonstrated to be consistently valid</li>\r\n</ul>\r\n<h2 id=\"tab4\" >How does AI work?</h2>\r\nThe list above could easily get quite long, but even this list is relatively prone to interpretation by anyone who accepts it as viable. As you can see from the list, however, intelligence often follows a process that a computer system can mimic as part of a simulation:\r\n<ol>\r\n \t<li>Set a goal based on needs or wants.</li>\r\n \t<li>Assess the value of any currently known information in support of the goal.</li>\r\n \t<li>Gather additional information that could support the goal. The emphasis here is on information that could support the goal, rather than information that you know will support the goal.</li>\r\n \t<li>Manipulate the data such that it achieves a form consistent with existing information.</li>\r\n \t<li>Define the relationships and truth values between existing and new information.</li>\r\n \t<li>Determine whether the goal is achieved.</li>\r\n \t<li>Modify the goal in light of the new data and its effect on the probability of success.</li>\r\n \t<li>Repeat Steps 2 through 7 as needed until the goal is achieved (found true) or the possibilities for achieving it are exhausted (found false).</li>\r\n</ol>\r\nEven though you can create algorithms and provide access to data in support of this process within a computer, a computer’s capability to achieve intelligence is severely limited.\r\n\r\nFor example, a computer is incapable of understanding anything because it relies on machine processes to manipulate data using pure math in a strictly mechanical fashion. Likewise, computers can’t easily separate truth from mistruth. In fact, no computer can fully implement any of the mental activities described in the list that describes intelligence.\r\n\r\nAs part of deciding what intelligence actually involves, categorizing intelligence is also helpful. Humans don’t use just one type of intelligence, but rather rely on multiple intelligences to perform tasks.\r\n\r\nHoward Gardner of Harvard has defined a number of these types of intelligence, and knowing them helps you to relate them to the kinds of tasks that a computer can simulate as intelligence (see the table below for a modified version of these intelligences with additional description).\r\n<p style=\"text-align: center;\"><strong>The Kinds of Human Intelligence and How AIs Simulate Them</strong></p>\r\n\r\n<table>\r\n<thead>\r\n<tr>\r\n<td><strong>Type</strong></td>\r\n<td><strong>Simulation Potential</strong></td>\r\n<td><strong>Human Tools</strong></td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Visual-spatial</td>\r\n<td>Moderate</td>\r\n<td>Models, graphics, charts, photographs, drawings, 3-D modeling, video, television, and multimedia</td>\r\n<td>Physical-environment intelligence used by people like sailors and architects (among many others). To move at all, humans need to understand their physical environment — that is, its dimensions and characteristics. Every robot or portable computer intelligence requires this capability, but the capability is often difficult to simulate (as with self-driving cars) or less than accurate (as with vacuums that rely as much on bumping as they do on moving intelligently).</td>\r\n</tr>\r\n<tr>\r\n<td>Bodily-kinesthetic</td>\r\n<td>Moderate to High</td>\r\n<td>Specialized equipment and real objects</td>\r\n<td>Body movements, such as those used by a surgeon or a dancer, require precision and body awareness. Robots commonly use this kind of intelligence to perform repetitive tasks, often with higher precision than humans, but sometimes with less grace. It’s essential to differentiate between human augmentation, such as a surgical device that provides a surgeon with enhanced physical ability, and true independent movement. The former is simply a demonstration of mathematical ability in that it depends on the surgeon for input.</td>\r\n</tr>\r\n<tr>\r\n<td>Creative</td>\r\n<td>None</td>\r\n<td>Artistic output, new patterns of thought, inventions, new kinds of musical composition</td>\r\n<td>Creativity is the act of developing a new pattern of thought that results in unique output in the form of art, music, and writing. A truly new kind of product is the result of creativity. An AI can simulate existing patterns of thought and even combine them to create what appears to be a unique presentation but is really just a mathematically based version of an existing pattern. In order to create, an AI would need to possess self-awareness, which would require intrapersonal intelligence.</td>\r\n</tr>\r\n<tr>\r\n<td>Interpersonal</td>\r\n<td>Low to Moderate</td>\r\n<td>Telephone, audio conferencing, video conferencing, writing, computer conferencing, email</td>\r\n<td>Interacting with others occurs at several levels. The goal of this form of intelligence is to obtain, exchange, give, and manipulate information based on the experiences of others. Computers can answer basic questions because of keyword input, not because they understand the question. The intelligence occurs while obtaining information, locating suitable keywords, and then giving information based on those keywords. Cross-referencing terms in a lookup table and then acting on the instructions provided by the table demonstrates logical intelligence, not interpersonal intelligence.</td>\r\n</tr>\r\n<tr>\r\n<td>Intrapersonal</td>\r\n<td>None</td>\r\n<td>Books, creative materials, diaries, privacy, and time</td>\r\n<td>Looking inward to understand one’s own interests and then setting goals based on those interests is currently a human-only kind of intelligence. As machines, computers have no desires, interests, wants, or creative abilities. An AI processes numeric input using a set of algorithms and provides an output; it isn’t aware of anything that it does, nor does it understand anything that it does.</td>\r\n</tr>\r\n<tr>\r\n<td>Linguistic (often divided into oral, aural, and written)</td>\r\n<td>Low for oral and aural\r\n\r\nNone for written</td>\r\n<td>Games, multimedia, books, voice recorders, and spoken words</td>\r\n<td>Working with words is an essential tool for communication because spoken and written information exchange is far faster than any other form. This form of intelligence includes understanding oral, aural, and written input, managing the input to develop an answer, and providing an understandable answer as output. In many cases, computers can barely parse input into keywords, can’t actually understand the request at all, and output responses that may not be understandable at all. In humans, oral, aural, and written linguistic intelligence come from different areas of the brain, which means that even with humans, someone who has high written linguistic intelligence may not have similarly high oral linguistic intelligence. Computers don’t currently separate aural and oral linguistic ability — one is simply input and the other output. A computer can’t simulate written linguistic capability because this ability requires creativity.</td>\r\n</tr>\r\n<tr>\r\n<td>Logical-mathematical</td>\r\n<td>High (potentially higher than humans)</td>\r\n<td>Logic games, investigations, mysteries, and brain teasers</td>\r\n<td>Calculating a result, performing comparisons, exploring patterns, and considering relationships are all areas in which computers currently excel. When you see a computer beat a human on a game show, this is the only form of intelligence that you’re actually seeing, out of seven kinds of intelligence. Yes, you might see small bits of other kinds of intelligence, but this is the focus. Basing an assessment of human-versus-computer intelligence on just one area isn’t a good idea.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2 id=\"tab5\" >The reality vs. hype</h2>\r\nThere is a lot of hype about AI out there. If you watch movies such as <em>Her</em> and <em>Ex Machina,</em> you might be led to believe that AI is further along than it is. The problem is that AI is actually in its infancy, and any sort of application like those shown in the movies is the creative output of an overactive imagination.\r\n\r\nHowever, the importance of artificial intelligence to the future of technology cannot be overstated. It is already helping people in everyday technologies, and has great potential in everything from customer service to health care, to outer space exploration.\r\n<h2 id=\"tab6\" >The five tribes and the master algorithm</h2>\r\nYou may have heard of something called the singularity, which is responsible for the potential claims presented in the media and movies. The <em>singularity</em> is essentially a master algorithm that encompasses all five tribes of learning used within machine learning.\r\n\r\nTo achieve what these sources are telling you, the machine must be able to learn as a human would — as specified by the seven kinds of intelligence discussed earlier.\r\n\r\nHere are the five tribes of learning:\r\n<ul>\r\n \t<li><strong>Symbologists:</strong> The origin of this tribe is in logic and philosophy. This group relies on inverse deduction to solve problems.</li>\r\n \t<li><strong>Connectionists:</strong> This tribe’s origin is in neuroscience, and the group relies on backpropagation to solve problems.</li>\r\n \t<li><strong>Evolutionaries:</strong> The evolutionaries tribe originates in evolutionary biology, relying on genetic programming to solve problems.</li>\r\n \t<li><strong>Bayesians:</strong> This tribe’s origin is in statistics and relies on probabilistic inference to solve problems.</li>\r\n \t<li><strong>Analogizers:</strong> The origin of this tribe is in psychology. The group relies on kernel machines to solve problems.</li>\r\n</ul>\r\nThe ultimate goal of machine learning is to combine the technologies and strategies embraced by the five tribes to create a single algorithm (the <em>master algorithm</em>) that can learn anything. Of course, achieving that goal is a long way off. Even so, scientists such as Pedro Domingos at the University of Washington are currently working toward that goal.\r\n\r\nTo make things even less clear, the five tribes may not be able to provide enough information to actually solve the problem of human intelligence, so creating master algorithms for all five tribes may still not yield the singularity.\r\n\r\nAt this point, you should be amazed at just how much people don’t know about how they think or why they think in a certain manner. Any rumors you hear about AI taking over the world or becoming superior to people are just plain false.\r\n<h2 id=\"tab7\" >Considering sources of hype</h2>\r\nThere are many sources of AI hype. Quite a bit of the hype comes from the media and is presented by people who have no idea of what AI is all about, except perhaps from a sci-fi novel they read once. So, it’s not just movies or television that cause problems with AI hype; it’s all sorts of other media sources as well.\r\n\r\nYou can often find news reports presenting AI as being able to do something that it can’t possibly do because the reporter doesn’t understand the technology. Oddly enough, many news services now use AI to at least start articles for reporters.\r\n\r\nSome products should be tested a lot more before being placed on the market. The “2020 in Review: 10 AI Failures” article at SyncedReview.com discusses ten products hyped by their developer but which fell flat on their faces. Some of these failures are huge and reflect badly on the ability of AI to perform tasks as a whole.\r\n\r\nHowever, something to consider with a few of these failures is that people may have interfered with the device using the AI. Obviously, testing procedures need to start considering the possibility of people purposely tampering with the AI as a potential source of errors. Until that happens, the AI will fail to perform as expected because people will continue to fiddle with the software in an attempt to cause it to fail in a humorous manner.\r\n<p class=\"article-tips warning\">Another cause of problems comes from asking the wrong person about AI. Not every scientist, no matter how smart, knows enough about AI to provide a competent opinion about the technology and the direction it will take in the future. Asking a biologist about the future of AI in general is akin to asking your dentist to perform brain surgery — it simply isn’t a good idea. Yet, many stories appear with people like these as the information source. To discover the future direction of AI, it’s best to ask a computer scientist or data scientist with a strong background in AI research.</p>\r\n\r\n<h2 id=\"tab8\" >Understanding user overestimation</h2>\r\nBecause of hype (and sometimes laziness or fatigue), users continually overestimate the ability of AI to perform tasks. For example, a Tesla owner was recently found sleeping in his car while the car zoomed along the highway at 90 mph. However, even with the user significantly overestimating the ability of the technology to drive a car, it does apparently work well enough (at least, for this driver) to avoid a complete failure.\r\n\r\nHowever, you need not be speeding down a highway at 90 mph to encounter user overestimation. Robot vacuums can also fail to meet expectations, usually because users believe they can just plug in the device and then never think about vacuuming again. After all, movies portray the devices working precisely in this manner.\r\n\r\nThe article “How to Solve the Most Annoying Robot Vacuum Cleaner Problems” at RobotsInMyHome.com discusses troubleshooting techniques for various robotic vacuums for a good reason — the robots still need human intervention. The point is that most robots need human intervention at some point because they simply lack the knowledge to go it alone.\r\n<h2 id=\"tab9\" >What is AI technology?</h2>\r\nArtificial intelligence is a sub-discipline of computer science that works by combining large amounts of data with fast, iterative algorithms with the goal of enabling computers to solve complex problems and complete complex tasks.\r\n\r\nTo see AI at work, you need to have some sort of computing system, an application that contains the required software, and a knowledge base. For artificial intelligence, the computers could be anything with a chip inside; in fact, a smartphone does just as well as a desktop computer for some applications.\r\n\r\nOf course, if you’re Amazon and you want to provide advice on a particular person’s next buying decision, the smartphone won’t do — you need a really big computing system for that application. The size of the computing system is directly proportional to the amount of work you expect the AI to perform.\r\n\r\nThe application can also vary in size, complexity, and even location. For example, if you’re a business and want to analyze client data to determine how best to make a sales pitch, you might rely on a server-based application to perform the task.\r\n\r\nOn the other hand, if you’re a customer and want to find products on Amazon to go with your current purchase items, the application doesn’t even reside on your computer; you access it through a web-based application located on Amazon’s servers.\r\n\r\nThe knowledge base varies in location and size as well. The more complex the data, the more you can obtain from it, but the more you need to manipulate it as well. You get no free lunch when it comes to knowledge management. The interplay between location and time is also important. A network connection affords you access to a large knowledge base online but costs you in time because of the latency of network connections. However, localized databases, while fast, tend to lack details in many cases.","blurb":"","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"Hintze's AI classifications","target":"#tab1"},{"label":"Problems defining AI","target":"#tab2"},{"label":"Discerning intelligence","target":"#tab3"},{"label":"How does AI work?","target":"#tab4"},{"label":"The reality vs. hype","target":"#tab5"},{"label":"The five tribes and the master algorithm","target":"#tab6"},{"label":"Considering sources of hype","target":"#tab7"},{"label":"Understanding user overestimation","target":"#tab8"},{"label":"What is AI technology?","target":"#tab9"}],"relatedArticles":{"fromBook":[{"articleId":254261,"title":"Performing Health Care Tasks Using Automation","slug":"performing-tasks-using-automation","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254261"}},{"articleId":254258,"title":"New Surgical Techniques and Artificial Intelligence","slug":"new-surgical-techniques-artificial-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254258"}},{"articleId":254255,"title":"Artificial Intelligence and Special Needs","slug":"artificial-intelligence-special-needs","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254255"}},{"articleId":254252,"title":"How AI Can Enhance Physical Ability","slug":"artificial-intelligence-making-humans-capable","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254252"}},{"articleId":254249,"title":"Portable Patient Monitoring","slug":"portable-patient-monitoring","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254249"}}],"fromCategory":[{"articleId":298910,"title":"What Is ChatGPT and How Does It Work?","slug":"what-is-chatgpt","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/298910"}},{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281623,"slug":"artificial-intelligence-for-dummies","isbn":"9781119796763","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119796768-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/artificial-intelligence-for-dummies-2nd-edition-cover-9781119796763-203x255.jpg","width":203,"height":255},"title":"Artificial Intelligence For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b><b data-author-id=\"9110\">Luca Massaron</b></b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000.</p>","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-64711e0f13d41\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-64711e0f1525a\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Explore","lifeExpectancy":"Five years","lifeExpectancySetFrom":"2023-05-08T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":254174},{"headers":{"creationTime":"2023-05-19T19:45:13+00:00","modifiedTime":"2023-05-25T19:18:16+00:00","timestamp":"2023-05-25T21:01:03+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"What Is ChatGPT and How Does It Work?","strippedTitle":"what is chatgpt and how does it work?","slug":"what-is-chatgpt","canonicalUrl":"","seo":{"metaDescription":"Discover ChatGPT a powerful and user-friendly chat platform. Learn all about its features and how it makes communication effortless. ✓ Try ChatGPT now!","noIndex":0,"noFollow":0},"content":"ChatGPT is a huge phenomenon and a major paradigm shift in the accelerating march of technological progression. Artificial intelligence (AI) research company OpenAI released a free preview of the chatbot in November 2022, and by January 2023, it had more than a million users. So, what is chatgpt? It's a large language model (LLM) that belongs to a category of AI called <em>generative AI </em><em>, </em>which can generate new content rather than simply analyze existing data.\r\n\r\nAdditionally, anyone can interact with ChatGPT (GPT stands for generative pre-trained transformer) in their own words. A natural, humanlike dialog ensues.\r\n\r\nChatGPT <em> </em>is often directly <a href=\"https://chat.openai.com/auth/login\" target=\"_blank\" rel=\"noopener\">accessed online</a> by users, but it is also being integrated with several existing applications, such as Microsoft Office apps (Word, Excel, and PowerPoint) and the Bing search engine. The number of app integrations seems to grow every day as existing software providers hurry to capitalize on ChatGPT’s popularity.\r\n<h2 id=\"tab1\" >What is ChatGPT used for?</h2>\r\nThe ways to use ChatGPT are as varied as its users. Most people lean towards more basic requests, such as creating a poem, an essay, or short marketing content. Students often turn to it to do their homework. Heads up, kids: ChatGPT stinks at answering riddles and sometimes word problems in math. Other times, it just makes things up.\r\n\r\nIn general, people tend to use ChatGPT to guide or explain something, as if the bot were a fancier version of a search engine. Nothing is wrong with that use, but ChatGPT can do so much more.\r\n\r\nHow much more depends on how well you write the prompt. If you write a basic prompt, you’ll get a bare-bones answer that you could have found using a search engine such as Google or Bing. That’s the most common reason why people abandon ChatGPT after a few uses. They erroneously believe it has nothing new to offer. But this particular failing is the user’s fault, not ChatGPT’s.\r\n<h2 id=\"tab2\" >What can ChatGPT do?</h2>\r\nThis list covers just some of the more unique uses of this technology. Users have asked ChatGPT to:\r\n<ul>\r\n \t<li>Conduct an interview with a long-dead legendary figure regarding their views of contemporary topics.</li>\r\n \t<li>Recommend colors and color combinations for logos, fashion designs, and interior decorating designs.</li>\r\n \t<li>Generate original works such as articles, e-books, and ad copy.</li>\r\n \t<li>Predict the outcome of a business scenario.</li>\r\n \t<li>Develop an investment strategy based on stock market history and current economic conditions.</li>\r\n \t<li>Make a diagnosis based on a patient’s real-world test results.</li>\r\n \t<li>Write computer code to make a new computer game from scratch.</li>\r\n \t<li>Leverage sales leads.</li>\r\n \t<li>Inspire ideas for a variety of things from A/B testing to podcasts, webinars, and full-feature films.</li>\r\n \t<li>Check computer code for errors.</li>\r\n \t<li>Summarize legalese in software agreements, contracts, and other forms into simple laymen language.</li>\r\n \t<li>Calculate the terms of an agreement into total costs.</li>\r\n \t<li>Teach a skill or get instructions for a complex task.</li>\r\n \t<li>Find an error in their logic before implementing their decision in the real world.</li>\r\n</ul>\r\nMuch ado has been made of ChatGPT’s creativity. But that creativity is a reflection and result of the human doing the prompting. If you can think it, you can probably get ChatGPT to play along.\r\n\r\nUnfortunately, that’s true for bad guys too. For example, they can prompt ChatGPT to find vulnerabilities in computer code or a computer system; steal your identity by writing a document in your style, tone, and word choices; or edit an audio clip or a video clip to fool your biometric security measures or make it say something you didn’t actually say. Only their imagination limits the possibilities for harm and chaos.\r\n<h2 id=\"tab3\" >Unwrapping ChatGPT fears</h2>\r\nPerhaps no other technology is as intriguing and disturbing as generative artificial intelligence. Emotions were raised to a fever pitch when 100 million monthly active users snatched up the free, research preview version of ChatGPT within two months after its launch. You can thank science fiction writers and your own imagination for both the tantalizing and terrifying triggers that ChatGPT is now activating in your head, making you wonder: Is ChatGPT safe?\r\n\r\nThere are definitely legitimate reasons for caution and concern. Lawsuits have been launched against generative AI programs for copyright and other intellectual property infringements.\r\n\r\nOpenAI and other AI companies and partners stand accused of illegally using copyrighted photos, text, and other intellectual property without permission or payment to train their AI models. These charges generally spring from copyrighted content getting caught up in the scraping of the internet to create massive training datasets.\r\n\r\nIn general, legal defense teams are arguing the inevitability and unsustainability of such charges in the age of AI and requesting that charges be dropped.\r\n\r\nThe lawsuits regarding who owns the content generated by ChatGPT and its ilk lurk somewhere in the future. However, the U.S. Copyright Office has already ruled that AI-generated content, be it writing, images, or music, is not protected by copyright law. In the U.S., at least for now, the government will not protect anything generated by AI in terms of rights, licensing, or payment.\r\n\r\nMeanwhile, realistic concerns exist over other types of potential liabilities. ChatGPT and ChatGPT alternatives are known to sometimes deliver incorrect information to users and other machines. Who is liable when things go wrong, particularly in a life-threatening scenario?\r\n\r\nEven if a business’s bottom line is at stake and not someone's life, risks can run high and the outcome can be disastrous. Inevitably, someone will suffer and likely some person or organization will eventually be held accountable for it.\r\n\r\nThen, there are the magnifications of earlier concerns, such as data privacy, biases, unfair treatment of individuals and groups through AI actions, identity theft, deep fakes, security issues, and <em>reality apathy,</em> which is when the public can no longer tell what is true and what isn’t and thinks the effort to sort it all out is too difficult to pursue.\r\n\r\nIn short, all of this probably has you wondering: Is ChatGPT safe? The potential to misuse it accelerates and intensifies the need for the rules and standards currently being studied, pursued, and developed by organizations and governments seeking to establish guardrails aimed at ensuring responsible AI. The big question is whether they’ll succeed in time, given ChatGPT’s incredibly fast adoption rate worldwide.\r\n\r\nExamples of groups working on guidelines, ethics, standards, and responsible AI frameworks include the following:\r\n<ul>\r\n \t<li>ACM US Technology Committee’s Subcommittee on AI & Algorithms</li>\r\n \t<li>World Economic Forum</li>\r\n \t<li>UK’s Centre for Data Ethics</li>\r\n \t<li>Government agencies and efforts such as the US <em>AI Bill of Rights</em> and the European Council of the European Union’s <em>Artificial Intelligence Act.</em></li>\r\n \t<li>IEEE and its 7000 series of standards</li>\r\n \t<li>Universities such as New York University’s Stern School of Business</li>\r\n \t<li>The private sector, wherein companies make their own responsible AI policies and foundations</li>\r\n</ul>\r\n<h2 id=\"tab4\" >How does ChatGPT work?</h2>\r\nChatGPT works differently than a search engine. A search engine, such as Google or Bing, or an AI assistant, such as Siri, Alexa, or Google Assistant, works by searching the internet for matches to the keywords you enter in the search bar. Algorithms refine the results based on any number of factors, but your browser history, topic interests, purchase data, and location data usually figure into the equation.\r\n\r\nYou’re then presented with a list of search results ranked in order of relevance as determined by the search engine’s algorithm. From there, the user is free to consider the sources of each option and click a selection to do a deeper dive for more details from that source.\r\n\r\nBy comparison, ChatGPT generates its own unified answer to your prompt. It doesn't offer citations or note its sources. You ask; it answers. Easy-peasey, right? No. That task is incredibly hard for AI to do, which is why generative AI is so impressive.\r\n\r\nGenerating an original result in response to a prompt is achieved by using either the GPT-3 (Generative Pre-trained Transformer 3) or GPT-4 model to analyze the prompt with context and predict the words that are likely to follow. Both GPT models are extremely powerful large language models capable of processing billions of words per second.\r\n\r\nIn short, transformers enable ChatGPT to generate coherent, humanlike text as a response to a prompt. ChatGPT creates a response by considering context and assigning weight (values) to words that are likely to follow the words in the prompt to predict which words would be an appropriate response.\r\n\r\nSome ChatGPT basics here: User input is called a <em>prompt</em> rather than a command or a query, although it can take either form. You are, in effect, prompting AI to predict and complete a pattern that you initiated by entering the prompt.\r\n<p class=\"article-tips tip\">If you'd like a comprehensive ChatGPT guide, including more detail on how it works and how to use it, check out my book <a href=\"https://www.dummies.com/book/technology/information-technology/ai/general-ai/chat-gpt-for-dummies-298861/\" target=\"_blank\" rel=\"noopener\"><em>ChatGPT For Dummies</em></a>.</p>\r\n\r\n<h2 id=\"tab5\" >Peeking at the ChatGPT architecture</h2>\r\nAs its name implies, ChatGPT is a chatbot running on a GPT model. GPT-3, GPT-3.5, and GPT-4 are large language models (LLMs) developed by OpenAPI. When GPT-3 was introduced, it was the largest LLM at 175 billion parameters. An upgraded version called GPT-3.5 turbo is a highly optimized and more stable version of GPT-3 that's ten times cheaper for developers to use.\r\n\r\nChatGPT is now also available on GPT-4, which is a multimodal model, meaning it accepts both image and text inputs although its outputs are text only. It's now the largest LLM to date, although GPT-4’s exact number of parameters has yet to be disclosed.\r\n\r\n<em>Parameters</em> are numerical values that weigh and define connections between nodes and layers in the neural network architecture. The more parameters a model has, the more complex its internal representations and weighting. In general, more parameters lead to better performance on specific tasks.\r\n<h2 id=\"tab6\" >ChatGPT for beginners</h2>\r\nHere, you'll learn the basics of how to use ChatGPT and why it relies on your skills to optimize its performance. But the real treasure here are the tips and insights on how to write prompts so that ChatGPT can perform its true magic. You can learn even more about writing prompts in my book <em>ChatGPT For Dummies</em>.\r\n<h3>Writing effective ChatGPT prompts</h3>\r\nChatGPT appears deceptively simplistic. The user interface is elegantly minimalistic and intuitive, as shown in the figure below. The first part of the page offers information to users regarding ChatGPT’s capabilities and limitations plus a few examples of prompts.\r\n\r\n[caption id=\"attachment_298917\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298917\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-research-preview-free-version.jpg\" alt=\"Screenshot showing The ChatGPT screen on the free, research preview version\" width=\"630\" height=\"387\" /> ©John Wiley & Sons, Inc.<br />The ChatGPT screen on the free, research preview version[/caption]\r\n\r\nThe prompt bar, which resembles a search bar, runs across the bottom of the page. Just enter a question or a command to prompt ChatGPT to produce results immediately.\r\n\r\nIf you enter a basic prompt, you’ll get a bare-bones, encyclopedic-like answer, as shown in the figure below. Do that enough times and you’ll convince yourself that this is just a toy and you can get better results from an internet search engine. This is a typical novice’s mistake and a primary reason why beginners give up before they fully grasp what ChatGPT is and can do.\r\n\r\n[caption id=\"attachment_298916\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298916\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-response-example-business-plan.jpg\" alt=\"Screenshot showing a ChatGPT response for a business plan\" width=\"630\" height=\"473\" /> ©John Wiley & Sons, Inc.<br />ChatGPT responds with a general outline for a business plan.[/caption]\r\n\r\nUnderstand that your previous experience with keywords and search engines does not apply here. You must think of and use ChatGPT in a different way. Think hard about how you’re going to word your prompt. You have many options to consider. You can assign ChatGPT a role or a persona, or several personas and roles if you decide it should respond as a team, as illustrated in the figure below.\r\n\r\n[caption id=\"attachment_298919\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298919\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-response-team-doctors.jpg\" alt=\"Screenshot showing an example of a ChatGPT response\" width=\"630\" height=\"988\" /> ©John Wiley & Sons, Inc.<br />ChatGPT responds as a team of doctors.[/caption]\r\n\r\nYou can assign yourself a new role or persona as well. Or tell it to address any type of audience — such as a high school graduating class, a surgical team, or attendees at a concert or a technology conference.\r\n\r\nYou can set the stage or situation in great or minimum detail. You can ask a question, give it a command, or require specific behaviors.\r\n\r\nA prompt, as you can see now, is much more than a question or a command. Your success with ChatGPT hinges on your ability to master crafting a prompt in such a way as to trigger the precise response you seek.\r\n\r\nAsk yourself these questions as you are writing or evaluating your prompt. Who do you want ChatGPT to be? Where, when, and what is the situation or circumstances you want ChatGPT’s response framed within? Is the question you're entering in the prompt the real question you want it to answer, or were you trying to ask something else? Is the command you're prompting complete enough for ChatGPT to draw from sufficient context to give you a fuller, more complete, and richly nuanced response?\r\n\r\nAnd the ultimate question for you to consider: Is your prompt specific and detailed, or vague and meandering? Whichever is the case, that’s what ChatGPT will mirror in its response.\r\n\r\nChatGPT’s responses are only as good as your prompt. That’s because the prompt starts a pattern that ChatGPT must then complete. Be intentional and concise about how you present that pattern starter — the prompt.\r\n<h2 id=\"tab7\" >Starting a chat</h2>\r\nTo start a chat, just type a question or command in the prompt bar, shown at the bottom of the figure below. ChatGPT responds instantly. You can continue the chat by using the prompt bar again. Usually, you do this to gain further insights or to get ChatGPT to further refine its response.\r\n\r\n[caption id=\"attachment_298918\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298918\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-user-interface.jpg\" alt=\"Screenshot showing the ChatGPT user interface\" width=\"630\" height=\"486\" /> ©John Wiley & Sons, Inc.<br />ChatGPT user interface[/caption]\r\n\r\nFollowing, are some things you can do in a prompt that may not be readily evident:\r\n<ul>\r\n \t<li>Add data in the prompt along with your question or command regarding what to do with this data. Adding data directly in the prompt enables you to add more current info as well as make ChatGPT responses more customizable and on point. You can use the Browsing plug-in to connect ChatGPT to the live internet, which will give it access to current information. However, you may want to add data to the prompt anyway to better focus its attention on the problem or task at hand. However, there are limits on prompting and response sizes, so make your prompt as concise as possible.</li>\r\n \t<li>Direct the style, tone, vocabulary level, and other factors to shape ChatGPT's response.</li>\r\n \t<li>Command ChatGPT to assume a specific persona, job role, or authority level in its response.</li>\r\n</ul>\r\nIf you’re using ChatGPT-4, you'll soon be able to use images in the prompt too. ChatGPT can extract information from the image to use in its analysis.\r\n\r\nWhen you’ve finished chatting on a particular topic or task, it’s wise to start a new chat (by clicking or tapping the New Chat button in the upper left). Starting a new dialogue prevents confusing ChatGPT, which would otherwise treat subsequent prompts as part of a single conversational thread. On the other hand, starting too many new chats on the same topic or related topics can lead the AI to use repetitious phrasing and outputs, whether or not they apply to the new chat’s prompt.\r\n\r\nTo recap: Don't confuse ChatGPT by chatting in one long continuous thread with a lot of topic changes or by opening too many new chats on the same topic. Otherwise, ChatGPT will probably say something offensive or make up random and wrong answers.\r\n<p class=\" article-tips tip\">When writing prompts, think of the topic or task in narrow terms. For example, don't have a long chat on car racing, repairs, and maintenance. To keep ChatGPT more intently focused, narrow your prompt to a single topic, such as determining when the vehicle will be at top trade-in value so you can best offset a new car price. Your responses will be of much higher quality.</p>\r\nChatGPT may call you offensive names and make up stuff if the chat goes on too long. Shorter conversations tend to minimize these odd occurrences, or so most industry watchers think.\r\n\r\nFor example, after ChatGPT responses to Bing users became unhinged and argumentative, Microsoft limited conversations with it to 5 prompts in a row, for a total of 50 conversations a day per user. But a few days later, it increased the limit to 6 prompts per conversation and a total of 60 conversations per day per user. The limits will probably increase when AI researchers can figure out how to tame the machine to an acceptable — or at least a less offensive — level.","description":"ChatGPT is a huge phenomenon and a major paradigm shift in the accelerating march of technological progression. Artificial intelligence (AI) research company OpenAI released a free preview of the chatbot in November 2022, and by January 2023, it had more than a million users. So, what is chatgpt? It's a large language model (LLM) that belongs to a category of AI called <em>generative AI </em><em>, </em>which can generate new content rather than simply analyze existing data.\r\n\r\nAdditionally, anyone can interact with ChatGPT (GPT stands for generative pre-trained transformer) in their own words. A natural, humanlike dialog ensues.\r\n\r\nChatGPT <em> </em>is often directly <a href=\"https://chat.openai.com/auth/login\" target=\"_blank\" rel=\"noopener\">accessed online</a> by users, but it is also being integrated with several existing applications, such as Microsoft Office apps (Word, Excel, and PowerPoint) and the Bing search engine. The number of app integrations seems to grow every day as existing software providers hurry to capitalize on ChatGPT’s popularity.\r\n<h2 id=\"tab1\" >What is ChatGPT used for?</h2>\r\nThe ways to use ChatGPT are as varied as its users. Most people lean towards more basic requests, such as creating a poem, an essay, or short marketing content. Students often turn to it to do their homework. Heads up, kids: ChatGPT stinks at answering riddles and sometimes word problems in math. Other times, it just makes things up.\r\n\r\nIn general, people tend to use ChatGPT to guide or explain something, as if the bot were a fancier version of a search engine. Nothing is wrong with that use, but ChatGPT can do so much more.\r\n\r\nHow much more depends on how well you write the prompt. If you write a basic prompt, you’ll get a bare-bones answer that you could have found using a search engine such as Google or Bing. That’s the most common reason why people abandon ChatGPT after a few uses. They erroneously believe it has nothing new to offer. But this particular failing is the user’s fault, not ChatGPT’s.\r\n<h2 id=\"tab2\" >What can ChatGPT do?</h2>\r\nThis list covers just some of the more unique uses of this technology. Users have asked ChatGPT to:\r\n<ul>\r\n \t<li>Conduct an interview with a long-dead legendary figure regarding their views of contemporary topics.</li>\r\n \t<li>Recommend colors and color combinations for logos, fashion designs, and interior decorating designs.</li>\r\n \t<li>Generate original works such as articles, e-books, and ad copy.</li>\r\n \t<li>Predict the outcome of a business scenario.</li>\r\n \t<li>Develop an investment strategy based on stock market history and current economic conditions.</li>\r\n \t<li>Make a diagnosis based on a patient’s real-world test results.</li>\r\n \t<li>Write computer code to make a new computer game from scratch.</li>\r\n \t<li>Leverage sales leads.</li>\r\n \t<li>Inspire ideas for a variety of things from A/B testing to podcasts, webinars, and full-feature films.</li>\r\n \t<li>Check computer code for errors.</li>\r\n \t<li>Summarize legalese in software agreements, contracts, and other forms into simple laymen language.</li>\r\n \t<li>Calculate the terms of an agreement into total costs.</li>\r\n \t<li>Teach a skill or get instructions for a complex task.</li>\r\n \t<li>Find an error in their logic before implementing their decision in the real world.</li>\r\n</ul>\r\nMuch ado has been made of ChatGPT’s creativity. But that creativity is a reflection and result of the human doing the prompting. If you can think it, you can probably get ChatGPT to play along.\r\n\r\nUnfortunately, that’s true for bad guys too. For example, they can prompt ChatGPT to find vulnerabilities in computer code or a computer system; steal your identity by writing a document in your style, tone, and word choices; or edit an audio clip or a video clip to fool your biometric security measures or make it say something you didn’t actually say. Only their imagination limits the possibilities for harm and chaos.\r\n<h2 id=\"tab3\" >Unwrapping ChatGPT fears</h2>\r\nPerhaps no other technology is as intriguing and disturbing as generative artificial intelligence. Emotions were raised to a fever pitch when 100 million monthly active users snatched up the free, research preview version of ChatGPT within two months after its launch. You can thank science fiction writers and your own imagination for both the tantalizing and terrifying triggers that ChatGPT is now activating in your head, making you wonder: Is ChatGPT safe?\r\n\r\nThere are definitely legitimate reasons for caution and concern. Lawsuits have been launched against generative AI programs for copyright and other intellectual property infringements.\r\n\r\nOpenAI and other AI companies and partners stand accused of illegally using copyrighted photos, text, and other intellectual property without permission or payment to train their AI models. These charges generally spring from copyrighted content getting caught up in the scraping of the internet to create massive training datasets.\r\n\r\nIn general, legal defense teams are arguing the inevitability and unsustainability of such charges in the age of AI and requesting that charges be dropped.\r\n\r\nThe lawsuits regarding who owns the content generated by ChatGPT and its ilk lurk somewhere in the future. However, the U.S. Copyright Office has already ruled that AI-generated content, be it writing, images, or music, is not protected by copyright law. In the U.S., at least for now, the government will not protect anything generated by AI in terms of rights, licensing, or payment.\r\n\r\nMeanwhile, realistic concerns exist over other types of potential liabilities. ChatGPT and ChatGPT alternatives are known to sometimes deliver incorrect information to users and other machines. Who is liable when things go wrong, particularly in a life-threatening scenario?\r\n\r\nEven if a business’s bottom line is at stake and not someone's life, risks can run high and the outcome can be disastrous. Inevitably, someone will suffer and likely some person or organization will eventually be held accountable for it.\r\n\r\nThen, there are the magnifications of earlier concerns, such as data privacy, biases, unfair treatment of individuals and groups through AI actions, identity theft, deep fakes, security issues, and <em>reality apathy,</em> which is when the public can no longer tell what is true and what isn’t and thinks the effort to sort it all out is too difficult to pursue.\r\n\r\nIn short, all of this probably has you wondering: Is ChatGPT safe? The potential to misuse it accelerates and intensifies the need for the rules and standards currently being studied, pursued, and developed by organizations and governments seeking to establish guardrails aimed at ensuring responsible AI. The big question is whether they’ll succeed in time, given ChatGPT’s incredibly fast adoption rate worldwide.\r\n\r\nExamples of groups working on guidelines, ethics, standards, and responsible AI frameworks include the following:\r\n<ul>\r\n \t<li>ACM US Technology Committee’s Subcommittee on AI & Algorithms</li>\r\n \t<li>World Economic Forum</li>\r\n \t<li>UK’s Centre for Data Ethics</li>\r\n \t<li>Government agencies and efforts such as the US <em>AI Bill of Rights</em> and the European Council of the European Union’s <em>Artificial Intelligence Act.</em></li>\r\n \t<li>IEEE and its 7000 series of standards</li>\r\n \t<li>Universities such as New York University’s Stern School of Business</li>\r\n \t<li>The private sector, wherein companies make their own responsible AI policies and foundations</li>\r\n</ul>\r\n<h2 id=\"tab4\" >How does ChatGPT work?</h2>\r\nChatGPT works differently than a search engine. A search engine, such as Google or Bing, or an AI assistant, such as Siri, Alexa, or Google Assistant, works by searching the internet for matches to the keywords you enter in the search bar. Algorithms refine the results based on any number of factors, but your browser history, topic interests, purchase data, and location data usually figure into the equation.\r\n\r\nYou’re then presented with a list of search results ranked in order of relevance as determined by the search engine’s algorithm. From there, the user is free to consider the sources of each option and click a selection to do a deeper dive for more details from that source.\r\n\r\nBy comparison, ChatGPT generates its own unified answer to your prompt. It doesn't offer citations or note its sources. You ask; it answers. Easy-peasey, right? No. That task is incredibly hard for AI to do, which is why generative AI is so impressive.\r\n\r\nGenerating an original result in response to a prompt is achieved by using either the GPT-3 (Generative Pre-trained Transformer 3) or GPT-4 model to analyze the prompt with context and predict the words that are likely to follow. Both GPT models are extremely powerful large language models capable of processing billions of words per second.\r\n\r\nIn short, transformers enable ChatGPT to generate coherent, humanlike text as a response to a prompt. ChatGPT creates a response by considering context and assigning weight (values) to words that are likely to follow the words in the prompt to predict which words would be an appropriate response.\r\n\r\nSome ChatGPT basics here: User input is called a <em>prompt</em> rather than a command or a query, although it can take either form. You are, in effect, prompting AI to predict and complete a pattern that you initiated by entering the prompt.\r\n<p class=\"article-tips tip\">If you'd like a comprehensive ChatGPT guide, including more detail on how it works and how to use it, check out my book <a href=\"https://www.dummies.com/book/technology/information-technology/ai/general-ai/chat-gpt-for-dummies-298861/\" target=\"_blank\" rel=\"noopener\"><em>ChatGPT For Dummies</em></a>.</p>\r\n\r\n<h2 id=\"tab5\" >Peeking at the ChatGPT architecture</h2>\r\nAs its name implies, ChatGPT is a chatbot running on a GPT model. GPT-3, GPT-3.5, and GPT-4 are large language models (LLMs) developed by OpenAPI. When GPT-3 was introduced, it was the largest LLM at 175 billion parameters. An upgraded version called GPT-3.5 turbo is a highly optimized and more stable version of GPT-3 that's ten times cheaper for developers to use.\r\n\r\nChatGPT is now also available on GPT-4, which is a multimodal model, meaning it accepts both image and text inputs although its outputs are text only. It's now the largest LLM to date, although GPT-4’s exact number of parameters has yet to be disclosed.\r\n\r\n<em>Parameters</em> are numerical values that weigh and define connections between nodes and layers in the neural network architecture. The more parameters a model has, the more complex its internal representations and weighting. In general, more parameters lead to better performance on specific tasks.\r\n<h2 id=\"tab6\" >ChatGPT for beginners</h2>\r\nHere, you'll learn the basics of how to use ChatGPT and why it relies on your skills to optimize its performance. But the real treasure here are the tips and insights on how to write prompts so that ChatGPT can perform its true magic. You can learn even more about writing prompts in my book <em>ChatGPT For Dummies</em>.\r\n<h3>Writing effective ChatGPT prompts</h3>\r\nChatGPT appears deceptively simplistic. The user interface is elegantly minimalistic and intuitive, as shown in the figure below. The first part of the page offers information to users regarding ChatGPT’s capabilities and limitations plus a few examples of prompts.\r\n\r\n[caption id=\"attachment_298917\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298917\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-research-preview-free-version.jpg\" alt=\"Screenshot showing The ChatGPT screen on the free, research preview version\" width=\"630\" height=\"387\" /> ©John Wiley & Sons, Inc.<br />The ChatGPT screen on the free, research preview version[/caption]\r\n\r\nThe prompt bar, which resembles a search bar, runs across the bottom of the page. Just enter a question or a command to prompt ChatGPT to produce results immediately.\r\n\r\nIf you enter a basic prompt, you’ll get a bare-bones, encyclopedic-like answer, as shown in the figure below. Do that enough times and you’ll convince yourself that this is just a toy and you can get better results from an internet search engine. This is a typical novice’s mistake and a primary reason why beginners give up before they fully grasp what ChatGPT is and can do.\r\n\r\n[caption id=\"attachment_298916\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298916\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-response-example-business-plan.jpg\" alt=\"Screenshot showing a ChatGPT response for a business plan\" width=\"630\" height=\"473\" /> ©John Wiley & Sons, Inc.<br />ChatGPT responds with a general outline for a business plan.[/caption]\r\n\r\nUnderstand that your previous experience with keywords and search engines does not apply here. You must think of and use ChatGPT in a different way. Think hard about how you’re going to word your prompt. You have many options to consider. You can assign ChatGPT a role or a persona, or several personas and roles if you decide it should respond as a team, as illustrated in the figure below.\r\n\r\n[caption id=\"attachment_298919\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298919\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-response-team-doctors.jpg\" alt=\"Screenshot showing an example of a ChatGPT response\" width=\"630\" height=\"988\" /> ©John Wiley & Sons, Inc.<br />ChatGPT responds as a team of doctors.[/caption]\r\n\r\nYou can assign yourself a new role or persona as well. Or tell it to address any type of audience — such as a high school graduating class, a surgical team, or attendees at a concert or a technology conference.\r\n\r\nYou can set the stage or situation in great or minimum detail. You can ask a question, give it a command, or require specific behaviors.\r\n\r\nA prompt, as you can see now, is much more than a question or a command. Your success with ChatGPT hinges on your ability to master crafting a prompt in such a way as to trigger the precise response you seek.\r\n\r\nAsk yourself these questions as you are writing or evaluating your prompt. Who do you want ChatGPT to be? Where, when, and what is the situation or circumstances you want ChatGPT’s response framed within? Is the question you're entering in the prompt the real question you want it to answer, or were you trying to ask something else? Is the command you're prompting complete enough for ChatGPT to draw from sufficient context to give you a fuller, more complete, and richly nuanced response?\r\n\r\nAnd the ultimate question for you to consider: Is your prompt specific and detailed, or vague and meandering? Whichever is the case, that’s what ChatGPT will mirror in its response.\r\n\r\nChatGPT’s responses are only as good as your prompt. That’s because the prompt starts a pattern that ChatGPT must then complete. Be intentional and concise about how you present that pattern starter — the prompt.\r\n<h2 id=\"tab7\" >Starting a chat</h2>\r\nTo start a chat, just type a question or command in the prompt bar, shown at the bottom of the figure below. ChatGPT responds instantly. You can continue the chat by using the prompt bar again. Usually, you do this to gain further insights or to get ChatGPT to further refine its response.\r\n\r\n[caption id=\"attachment_298918\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-298918\" src=\"https://www.dummies.com/wp-content/uploads/chatgpt-user-interface.jpg\" alt=\"Screenshot showing the ChatGPT user interface\" width=\"630\" height=\"486\" /> ©John Wiley & Sons, Inc.<br />ChatGPT user interface[/caption]\r\n\r\nFollowing, are some things you can do in a prompt that may not be readily evident:\r\n<ul>\r\n \t<li>Add data in the prompt along with your question or command regarding what to do with this data. Adding data directly in the prompt enables you to add more current info as well as make ChatGPT responses more customizable and on point. You can use the Browsing plug-in to connect ChatGPT to the live internet, which will give it access to current information. However, you may want to add data to the prompt anyway to better focus its attention on the problem or task at hand. However, there are limits on prompting and response sizes, so make your prompt as concise as possible.</li>\r\n \t<li>Direct the style, tone, vocabulary level, and other factors to shape ChatGPT's response.</li>\r\n \t<li>Command ChatGPT to assume a specific persona, job role, or authority level in its response.</li>\r\n</ul>\r\nIf you’re using ChatGPT-4, you'll soon be able to use images in the prompt too. ChatGPT can extract information from the image to use in its analysis.\r\n\r\nWhen you’ve finished chatting on a particular topic or task, it’s wise to start a new chat (by clicking or tapping the New Chat button in the upper left). Starting a new dialogue prevents confusing ChatGPT, which would otherwise treat subsequent prompts as part of a single conversational thread. On the other hand, starting too many new chats on the same topic or related topics can lead the AI to use repetitious phrasing and outputs, whether or not they apply to the new chat’s prompt.\r\n\r\nTo recap: Don't confuse ChatGPT by chatting in one long continuous thread with a lot of topic changes or by opening too many new chats on the same topic. Otherwise, ChatGPT will probably say something offensive or make up random and wrong answers.\r\n<p class=\" article-tips tip\">When writing prompts, think of the topic or task in narrow terms. For example, don't have a long chat on car racing, repairs, and maintenance. To keep ChatGPT more intently focused, narrow your prompt to a single topic, such as determining when the vehicle will be at top trade-in value so you can best offset a new car price. Your responses will be of much higher quality.</p>\r\nChatGPT may call you offensive names and make up stuff if the chat goes on too long. Shorter conversations tend to minimize these odd occurrences, or so most industry watchers think.\r\n\r\nFor example, after ChatGPT responses to Bing users became unhinged and argumentative, Microsoft limited conversations with it to 5 prompts in a row, for a total of 50 conversations a day per user. But a few days later, it increased the limit to 6 prompts per conversation and a total of 60 conversations per day per user. The limits will probably increase when AI researchers can figure out how to tame the machine to an acceptable — or at least a less offensive — level.","blurb":"","authors":[{"authorId":34669,"name":"Pam Baker","slug":"pamela-baker","description":"<b>Pam Baker </b>is a veteran business analyst, speaker, and journalist whose work is focused on big data, artificial intelligence, machine learning, business intelligence, and data analysis. She is the author of <i>Data Divination – Big Data Strategies </i>and <i>ChatGPT For Dummies.</i>","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/34669"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"What is ChatGPT used for?","target":"#tab1"},{"label":"What can ChatGPT do?","target":"#tab2"},{"label":"Unwrapping ChatGPT fears","target":"#tab3"},{"label":"How does ChatGPT work?","target":"#tab4"},{"label":"Peeking at the ChatGPT architecture","target":"#tab5"},{"label":"ChatGPT for beginners","target":"#tab6"},{"label":"Starting a chat","target":"#tab7"}],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":298861,"slug":"chat-gpt-for-dummies","isbn":"9781394204632","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1394204639/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1394204639/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1394204639-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1394204639/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1394204639/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/chatgpt-for-dummies-cover-9781394204632-164x255.jpg","width":164,"height":255},"title":"Chat GPT For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><b><b data-author-id=\"34669\">Pam Baker</b> </b>is a veteran business analyst, speaker, and journalist whose work is focused on big data, artificial intelligence, machine learning, business intelligence, and data analysis. She is the author of <i>Data Divination – Big Data Strategies </i>and <i>ChatGPT For Dummies.</i></p>","authors":[{"authorId":34669,"name":"Pam Baker","slug":"pamela-baker","description":"<b>Pam Baker </b>is a veteran business analyst, speaker, and journalist whose work is focused on big data, artificial intelligence, machine learning, business intelligence, and data analysis. She is the author of <i>Data Divination – Big Data Strategies </i>and <i>ChatGPT For Dummies.</i>","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/34669"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781394204632&quot;]}]\" id=\"du-slot-646fcc8f3d5e3\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781394204632&quot;]}]\" id=\"du-slot-646fcc8f3de8b\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Explore","lifeExpectancy":"Two years","lifeExpectancySetFrom":"2023-05-19T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":298910},{"headers":{"creationTime":"2018-07-11T01:57:30+00:00","modifiedTime":"2023-05-25T18:07:19+00:00","timestamp":"2023-05-25T21:01:02+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"History of AI: How It All Started","strippedTitle":"history of ai: how it all started","slug":"history-artificial-intelligence","canonicalUrl":"","seo":{"metaDescription":"Unlock the history of AI - from its origins to modern-day advancements. ✓ Dive into the world of artificial intelligence and discover its evolution.","noIndex":0,"noFollow":0},"content":"You can hardly avoid hearing about artificial intelligence (AI) today. You see AI in the movies, in the news, in books, and online. It's been in the news a lot lately, with all of the frenzy surrounding ChatGPT (see more about that below).\r\n\r\n[caption id=\"attachment_297273\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-297273\" src=\"https://www.dummies.com/wp-content/uploads/computer-circuitry-illustration-adobeStock_518872338.jpg\" alt=\"\" width=\"630\" height=\"354\" /> ©Blue Planet Studio / Adobe Stock[/caption]\r\n\r\nAI is part of robots, self-driving (SD) cars, drones, medical systems, online shopping sites, and all sorts of other technologies that affect your daily life in so many ways. Some people have come to trust AIs so much, that they <a href=\"https://www.theguardian.com/world/2020/sep/17/canada-tesla-driver-alberta-highway-speeding\" target=\"_blank\" rel=\"noopener\">fall asleep while their self-driving cars</a> take them to their destination — illegally, of course.\r\n\r\nMany pundits are burying you in information (and disinformation) about AI, too. Some see AI as cute and fuzzy; others see it as a potential mass murderer of the human race. The problem with being so loaded down with information in so many ways is that you struggle to separate what’s real from what is simply the product of an overactive imagination.\r\n\r\nJust how far can you trust your AI, anyway? Much of the hype about AI originates from the excessive and unrealistic expectations of scientists, entrepreneurs, and businesspersons. This article helps you understand some of the history of artificial intelligence and evolution of AI.\r\n<h2 id=\"tab1\" >The ChatGPT controversy</h2>\r\nThe latest media storm around AI came in early January 2023, when OpenAI's free preview of its ChatGPT chatbot (released in November 2022) reached 100 million users. OpenAI then released a subscription service called ChatGPT Plus, and an upgraded version of its product, ChatGPT-4, in March 2023.\r\n\r\nA <em>chatbot</em> is a computer program designed to simulate human conversation. ChatGPT (GPT stands for generative pretrained transformer) is a particularly powerful chatbot able to produce natural, human-like writing through its use of 570GB of data from the Internet.\r\n\r\nRepresenting one of the latest achievements in the development of artificial intelligence, ChatGPT can answer questions and write articles, poems, emails, and research papers; it can also write programming code, translate languages, and perform other tasks related to language.\r\n\r\nChatGPT's possible real-world uses include:\r\n<ul>\r\n \t<li>Customer service</li>\r\n \t<li>Ecommerce</li>\r\n \t<li>Research</li>\r\n \t<li>Education and training</li>\r\n \t<li>Computer code writing and debugging</li>\r\n \t<li>Scheduling and booking</li>\r\n \t<li>Entertainment</li>\r\n \t<li>Health care information and assistance</li>\r\n</ul>\r\nHowever, while many people are excited about the possibilities for ChatGPT and other similar technologies being developed, there are plenty of concerns about how it can be used in bad ways, too — for example, to <a href=\"https://www.businessinsider.com/chatgpt-essays-college-cheating-professors-caught-students-ai-plagiarism-2023-1\" target=\"_blank\" rel=\"noopener\">cheat in school by having it write essays and research papers</a>.\r\n\r\nIt’s difficult to discern whether a piece of writing has been generated by ChatGPT or a human. In addition, the technology is far from perfect; the text it produces is often inaccurate and biased, and therefore, can spread false and even harmful information.\r\n\r\nAI can, and is, serving us well in many ways, but it’s important to understand its limitations. AI will never be able to engage in certain essential activities and tasks, and won’t be able to do other ones until far into the future. For example, while it can produce a piece of music with the data you’ve entered and in the style of a particular musician, say Beethoven, it cannot actually <em>create</em> anything. AI doesn’t have an imagination or original ideas.\r\n<h2 id=\"tab2\" >The history of AI, starting with Dartmouth</h2>\r\nLooking at artificial intelligence history begins with the earliest computers, which were just that: computing devices. They mimicked the human ability to manipulate symbols in order to perform basic math tasks, such as addition. Logical reasoning later added the capability to perform mathematical reasoning through comparisons (such as determining whether one value is greater than another value).\r\n\r\nHowever, for artificial intelligence evolution, humans still needed to define the algorithm used to perform the computation, provide the required data in the right format, and then interpret the result.\r\n\r\nDuring the summer of 1956, various scientists attended a workshop held on the Dartmouth College campus in Hanover, New Hampshire, to do something more. They predicted that machines that could reason as effectively as humans would require, at most, a generation to come about. They were wrong. Only now have we realized machines that can perform mathematical and logical reasoning as effectively as a human (which means that computers must master <a href=\"https://www.dummies.com/article/technology/information-technology/ai/general-ai/7-kinds-intelligence-253178/\" target=\"_blank\" rel=\"noopener\">at least six more intelligences</a> before reaching anything even close to human intelligence).\r\n\r\nThe stated problem with the Dartmouth College and other endeavors of the time relates to hardware — the processing capability to perform calculations quickly enough to create a simulation.\r\n\r\nHowever, that’s not really the whole problem. Yes, hardware does figure in to the picture, but you can’t simulate processes that you don’t understand. Even so, the reason that AI is somewhat effective today is that the hardware has finally become powerful enough to support the required number of calculations.\r\n\r\nThe biggest problem with these early attempts (and still a considerable problem today) is that we don’t understand how humans reason well enough to create a simulation of any sort — assuming that a direction simulation is even possible.\r\n\r\nConsider the issues surrounding the accomplishment of manned flight by the Wright brothers. They succeeded not by simulating birds, but rather by understanding the processes that birds use, thereby creating the field of aerodynamics.\r\n\r\nConsequently, when someone says that the next big AI innovation is right around the corner and yet no concrete dissertation exists of the processes involved, the innovation is anything but right around the corner.\r\n<h2 id=\"tab3\" >Continuing with expert systems</h2>\r\nExpert systems first appeared in the 1970s and again in the 1980s as an attempt to reduce the computational requirements posed by AI using the knowledge of experts. A number of expert system representations appeared, including:\r\n<ul>\r\n \t<li><strong>Rule based</strong>: These use \"if … then\" statements to base decisions on rules of thumb.</li>\r\n \t<li><strong>Frame based</strong>: These use databases organized into related hierarchies of generic information called frames.</li>\r\n \t<li><strong>Logic based</strong>: These rely on set theory to establish relationships).</li>\r\n</ul>\r\nThe advent of expert systems is important in artificial intelligence background because they present the first truly useful and successful implementations of AI.\r\n<p class=\"article-tips tip\">You still see expert systems in use today, although they aren’t called that any longer. For example, the spelling and grammar checkers in your application are kinds of expert systems. The grammar checker, especially, is strongly rule based. It pays to look around to see other places where expert systems may still see practical use in everyday applications.</p>\r\nA problem with expert systems is that they can be hard to create and maintain. Early users had to learn specialized programming languages, such as List Processing (LisP) or Prolog.\r\n\r\nSome vendors saw an opportunity to put expert systems in the hands of less experienced or novice programmers. However, the products they used generally provided extremely limited functionality in using small knowledge bases.\r\n\r\nIn the 1990s, the phrase <em>expert system</em> began to disappear. The idea that expert systems were a failure did appear, but the reality is that expert systems were simply so successful that they became ingrained in the applications that they were designed to support.\r\n\r\nUsing the example of a word processor, at one time you needed to buy a separate grammar checking application, such as <a href=\"http://www.right-writer.com/\">RightWriter</a>. However, word processors now have grammar checkers built in because they proved so useful (if not always accurate).\r\n<h2 id=\"tab4\" >Overcoming the AI winters</h2>\r\nThe term <em>AI winter</em> refers to a period of reduced funding in the development of AI. In general, AI has followed a path on which proponents overstate what is possible, inducing people with no technology knowledge at all, but lots of money, to make investments.\r\n\r\nA period of criticism then follows when AI fails to meet expectations, and finally, the reduction in funding occurs. A number of these cycles have occurred over the years — all of them devastating to true progress.\r\n\r\nAI is currently in a new hype phase because of <em>machine learning,</em> a technology that helps computers learn from data. Having a computer learn from data means not depending on a human programmer to set operations (tasks), but rather deriving them directly from examples that show how the computer should behave. '\r\n\r\nMachine learning is like educating a baby by showing it how to behave through example. This technology has pitfalls because the computer can learn how to do things incorrectly through careless teaching.\r\n\r\nAt this time, the most successful solution is <em>deep learning,</em> which is a technology that strives to imitate the human brain. Deep learning is possible because of the availability of powerful computers, smarter algorithms, large datasets produced by the digitalization of our society, and huge investments from businesses such as Google, Facebook, Amazon, and others that take advantage of this AI renaissance for their own businesses.\r\n\r\nPeople are saying that the AI winter is over because of deep learning, and that’s true for now. However, when you look around at the ways in which people are viewing AI, you can easily figure out that another criticism phase will eventually occur unless proponents tone the rhetoric down.\r\n<h2 id=\"tab5\" >A brief artificial intelligence timeline</h2>\r\n<strong>1942</strong>: First electronic digital computer built by John Vincent Atanasoff and Clifford Berry at Iowa State University\r\n\r\n<strong>1950</strong>: Alan Turing paper “Computing Machinery and Intelligence;” his proposal later became “The Turing Test,” which measured machine AI\r\n\r\n<strong>1958</strong>: Perceptron computer, built by Cornell University Professor Frank Rosenblatt, regarded as first artificial neural network\r\n\r\n<strong>1966</strong>: First “chatterbox” (later shortened to chatbot) — created by Joseph Weizenbaum, a German-American computer scientist — uses natural language processing to converse with humans\r\n\r\n<strong>1971</strong>: First commercial microprocessor by Intel\r\n\r\n<strong>1988</strong>: Jabberwacky, a chatbot created by British computer scientist Rollo Carpenter, provides interesting and entertaining conversation to humans\r\n\r\n<strong>1990s</strong>: Early days of the Internet\r\n\r\n<strong>1992</strong>: TD-Gammon, developed by Gerald Tesauro, of IBM; an artificial neural network trained by temporal-difference learning to play high-level backgammon\r\n\r\n<strong>1997</strong>: IBM's Deep Blue chess computer defeats Russian chess grandmaster Garry Kasparov; Windows releases a speech recognition software, developed by Dragon Systems\r\n\r\n<strong>2012</strong>: AlexNet, a convolutional neural network architecture, primarily designed by Alex Krizhevsky, a Ukrainian-born, Canadian computer scientist\r\n\r\n<strong>2020</strong>: OpenAI beta tests GPT-3, which uses deep learning to create code, poetry, and other language and writing tasks; it's the first such chatbot that can create content almost indistinguishable from human-created content\r\n\r\n<strong>2023</strong>: In January, OpenAI releases a free preview of its ChatGPT-3 to the public, and in March releases the upgrade ChatGPT-4\r\n<h2 id=\"tab6\" >AI in our everyday lives</h2>\r\nYou’re using AI in some way today; in fact, you probably rely on AI in many different ways — you just don’t notice it because it’s so mundane. A smart thermostat for your home may not sound very exciting, but it’s an incredibly practical use for a technology that has some people running for the hills in terror.\r\n\r\nAs the development of AI has continued, there are now really cool uses for AI. For example, you may not know there is a medical monitoring device that can actually predict when you might have a heart problem, but such a device exists.\r\n\r\nAI powers drones, drives cars, and makes all sorts of robots possible. You see AI used today in all sorts of space applications, and the evolution of artificial intelligence figures prominently in all the space adventures humans will have tomorrow.\r\n\r\nThe potential uses for AI number in the millions — all safely out of sight even when they’re quite dramatic in nature. Here are some of the ways in which you might see AI used:\r\n<ul>\r\n \t<li><strong>Fraud detection:</strong> You get a call from your credit card company asking whether you made a particular purchase. The credit card company isn’t being nosy; it’s simply alerting you to the fact that someone else could be making a purchase using your card. The AI embedded within the credit card company’s code detected an unfamiliar spending pattern and alerted someone to it.</li>\r\n \t<li><strong>Resource scheduling:</strong> Many organizations need to schedule the use of resources efficiently. For example, a hospital may have to determine where to put a patient based on the patient’s needs, availability of skilled experts, and the amount of time the doctor expects the patient to be in the hospital.</li>\r\n \t<li><strong>Complex analysis:</strong> Humans often need help with complex analysis because there are literally too many factors to consider. For example, the same set of symptoms could indicate more than one problem. A doctor or other expert might need help making a diagnosis in a timely manner to save a patient’s life.</li>\r\n \t<li><strong>Automation:</strong> Any form of automation can benefit from the addition of AI to handle unexpected changes or events. A problem with some types of automation today is that an unexpected event, such as an object in the wrong place, can actually cause the automation to stop. Adding AI to the automation can allow the automation to handle unexpected events and continue as if nothing happened.</li>\r\n \t<li><strong>Customer service:</strong> The customer service line you call today may not even have a human behind it. The automation is good enough to follow scripts and use various resources to handle the vast majority of your questions. With good voice inflection (provided by AI as well), you may not even be able to tell that you’re talking with a computer.</li>\r\n \t<li><strong>Safety systems:</strong> Many of the safety systems found in machines of various sorts today rely on AI to take over the vehicle in a time of crisis. For example, many automatic braking systems (ABS) rely on AI to stop the car based on all the inputs that a vehicle can provide, such as the direction of a skid. Computerized ABS is actually relatively old at 40 years from a technology perspective.</li>\r\n \t<li><strong>Machine efficiency:</strong> AI can help control a machine in such a manner as to obtain maximum efficiency. The AI controls the use of resources so that the system doesn’t overshoot speed or other goals. Every ounce of power is used precisely as needed to provide the desired services.</li>\r\n</ul>","description":"You can hardly avoid hearing about artificial intelligence (AI) today. You see AI in the movies, in the news, in books, and online. It's been in the news a lot lately, with all of the frenzy surrounding ChatGPT (see more about that below).\r\n\r\n[caption id=\"attachment_297273\" align=\"alignnone\" width=\"630\"]<img class=\"size-full wp-image-297273\" src=\"https://www.dummies.com/wp-content/uploads/computer-circuitry-illustration-adobeStock_518872338.jpg\" alt=\"\" width=\"630\" height=\"354\" /> ©Blue Planet Studio / Adobe Stock[/caption]\r\n\r\nAI is part of robots, self-driving (SD) cars, drones, medical systems, online shopping sites, and all sorts of other technologies that affect your daily life in so many ways. Some people have come to trust AIs so much, that they <a href=\"https://www.theguardian.com/world/2020/sep/17/canada-tesla-driver-alberta-highway-speeding\" target=\"_blank\" rel=\"noopener\">fall asleep while their self-driving cars</a> take them to their destination — illegally, of course.\r\n\r\nMany pundits are burying you in information (and disinformation) about AI, too. Some see AI as cute and fuzzy; others see it as a potential mass murderer of the human race. The problem with being so loaded down with information in so many ways is that you struggle to separate what’s real from what is simply the product of an overactive imagination.\r\n\r\nJust how far can you trust your AI, anyway? Much of the hype about AI originates from the excessive and unrealistic expectations of scientists, entrepreneurs, and businesspersons. This article helps you understand some of the history of artificial intelligence and evolution of AI.\r\n<h2 id=\"tab1\" >The ChatGPT controversy</h2>\r\nThe latest media storm around AI came in early January 2023, when OpenAI's free preview of its ChatGPT chatbot (released in November 2022) reached 100 million users. OpenAI then released a subscription service called ChatGPT Plus, and an upgraded version of its product, ChatGPT-4, in March 2023.\r\n\r\nA <em>chatbot</em> is a computer program designed to simulate human conversation. ChatGPT (GPT stands for generative pretrained transformer) is a particularly powerful chatbot able to produce natural, human-like writing through its use of 570GB of data from the Internet.\r\n\r\nRepresenting one of the latest achievements in the development of artificial intelligence, ChatGPT can answer questions and write articles, poems, emails, and research papers; it can also write programming code, translate languages, and perform other tasks related to language.\r\n\r\nChatGPT's possible real-world uses include:\r\n<ul>\r\n \t<li>Customer service</li>\r\n \t<li>Ecommerce</li>\r\n \t<li>Research</li>\r\n \t<li>Education and training</li>\r\n \t<li>Computer code writing and debugging</li>\r\n \t<li>Scheduling and booking</li>\r\n \t<li>Entertainment</li>\r\n \t<li>Health care information and assistance</li>\r\n</ul>\r\nHowever, while many people are excited about the possibilities for ChatGPT and other similar technologies being developed, there are plenty of concerns about how it can be used in bad ways, too — for example, to <a href=\"https://www.businessinsider.com/chatgpt-essays-college-cheating-professors-caught-students-ai-plagiarism-2023-1\" target=\"_blank\" rel=\"noopener\">cheat in school by having it write essays and research papers</a>.\r\n\r\nIt’s difficult to discern whether a piece of writing has been generated by ChatGPT or a human. In addition, the technology is far from perfect; the text it produces is often inaccurate and biased, and therefore, can spread false and even harmful information.\r\n\r\nAI can, and is, serving us well in many ways, but it’s important to understand its limitations. AI will never be able to engage in certain essential activities and tasks, and won’t be able to do other ones until far into the future. For example, while it can produce a piece of music with the data you’ve entered and in the style of a particular musician, say Beethoven, it cannot actually <em>create</em> anything. AI doesn’t have an imagination or original ideas.\r\n<h2 id=\"tab2\" >The history of AI, starting with Dartmouth</h2>\r\nLooking at artificial intelligence history begins with the earliest computers, which were just that: computing devices. They mimicked the human ability to manipulate symbols in order to perform basic math tasks, such as addition. Logical reasoning later added the capability to perform mathematical reasoning through comparisons (such as determining whether one value is greater than another value).\r\n\r\nHowever, for artificial intelligence evolution, humans still needed to define the algorithm used to perform the computation, provide the required data in the right format, and then interpret the result.\r\n\r\nDuring the summer of 1956, various scientists attended a workshop held on the Dartmouth College campus in Hanover, New Hampshire, to do something more. They predicted that machines that could reason as effectively as humans would require, at most, a generation to come about. They were wrong. Only now have we realized machines that can perform mathematical and logical reasoning as effectively as a human (which means that computers must master <a href=\"https://www.dummies.com/article/technology/information-technology/ai/general-ai/7-kinds-intelligence-253178/\" target=\"_blank\" rel=\"noopener\">at least six more intelligences</a> before reaching anything even close to human intelligence).\r\n\r\nThe stated problem with the Dartmouth College and other endeavors of the time relates to hardware — the processing capability to perform calculations quickly enough to create a simulation.\r\n\r\nHowever, that’s not really the whole problem. Yes, hardware does figure in to the picture, but you can’t simulate processes that you don’t understand. Even so, the reason that AI is somewhat effective today is that the hardware has finally become powerful enough to support the required number of calculations.\r\n\r\nThe biggest problem with these early attempts (and still a considerable problem today) is that we don’t understand how humans reason well enough to create a simulation of any sort — assuming that a direction simulation is even possible.\r\n\r\nConsider the issues surrounding the accomplishment of manned flight by the Wright brothers. They succeeded not by simulating birds, but rather by understanding the processes that birds use, thereby creating the field of aerodynamics.\r\n\r\nConsequently, when someone says that the next big AI innovation is right around the corner and yet no concrete dissertation exists of the processes involved, the innovation is anything but right around the corner.\r\n<h2 id=\"tab3\" >Continuing with expert systems</h2>\r\nExpert systems first appeared in the 1970s and again in the 1980s as an attempt to reduce the computational requirements posed by AI using the knowledge of experts. A number of expert system representations appeared, including:\r\n<ul>\r\n \t<li><strong>Rule based</strong>: These use \"if … then\" statements to base decisions on rules of thumb.</li>\r\n \t<li><strong>Frame based</strong>: These use databases organized into related hierarchies of generic information called frames.</li>\r\n \t<li><strong>Logic based</strong>: These rely on set theory to establish relationships).</li>\r\n</ul>\r\nThe advent of expert systems is important in artificial intelligence background because they present the first truly useful and successful implementations of AI.\r\n<p class=\"article-tips tip\">You still see expert systems in use today, although they aren’t called that any longer. For example, the spelling and grammar checkers in your application are kinds of expert systems. The grammar checker, especially, is strongly rule based. It pays to look around to see other places where expert systems may still see practical use in everyday applications.</p>\r\nA problem with expert systems is that they can be hard to create and maintain. Early users had to learn specialized programming languages, such as List Processing (LisP) or Prolog.\r\n\r\nSome vendors saw an opportunity to put expert systems in the hands of less experienced or novice programmers. However, the products they used generally provided extremely limited functionality in using small knowledge bases.\r\n\r\nIn the 1990s, the phrase <em>expert system</em> began to disappear. The idea that expert systems were a failure did appear, but the reality is that expert systems were simply so successful that they became ingrained in the applications that they were designed to support.\r\n\r\nUsing the example of a word processor, at one time you needed to buy a separate grammar checking application, such as <a href=\"http://www.right-writer.com/\">RightWriter</a>. However, word processors now have grammar checkers built in because they proved so useful (if not always accurate).\r\n<h2 id=\"tab4\" >Overcoming the AI winters</h2>\r\nThe term <em>AI winter</em> refers to a period of reduced funding in the development of AI. In general, AI has followed a path on which proponents overstate what is possible, inducing people with no technology knowledge at all, but lots of money, to make investments.\r\n\r\nA period of criticism then follows when AI fails to meet expectations, and finally, the reduction in funding occurs. A number of these cycles have occurred over the years — all of them devastating to true progress.\r\n\r\nAI is currently in a new hype phase because of <em>machine learning,</em> a technology that helps computers learn from data. Having a computer learn from data means not depending on a human programmer to set operations (tasks), but rather deriving them directly from examples that show how the computer should behave. '\r\n\r\nMachine learning is like educating a baby by showing it how to behave through example. This technology has pitfalls because the computer can learn how to do things incorrectly through careless teaching.\r\n\r\nAt this time, the most successful solution is <em>deep learning,</em> which is a technology that strives to imitate the human brain. Deep learning is possible because of the availability of powerful computers, smarter algorithms, large datasets produced by the digitalization of our society, and huge investments from businesses such as Google, Facebook, Amazon, and others that take advantage of this AI renaissance for their own businesses.\r\n\r\nPeople are saying that the AI winter is over because of deep learning, and that’s true for now. However, when you look around at the ways in which people are viewing AI, you can easily figure out that another criticism phase will eventually occur unless proponents tone the rhetoric down.\r\n<h2 id=\"tab5\" >A brief artificial intelligence timeline</h2>\r\n<strong>1942</strong>: First electronic digital computer built by John Vincent Atanasoff and Clifford Berry at Iowa State University\r\n\r\n<strong>1950</strong>: Alan Turing paper “Computing Machinery and Intelligence;” his proposal later became “The Turing Test,” which measured machine AI\r\n\r\n<strong>1958</strong>: Perceptron computer, built by Cornell University Professor Frank Rosenblatt, regarded as first artificial neural network\r\n\r\n<strong>1966</strong>: First “chatterbox” (later shortened to chatbot) — created by Joseph Weizenbaum, a German-American computer scientist — uses natural language processing to converse with humans\r\n\r\n<strong>1971</strong>: First commercial microprocessor by Intel\r\n\r\n<strong>1988</strong>: Jabberwacky, a chatbot created by British computer scientist Rollo Carpenter, provides interesting and entertaining conversation to humans\r\n\r\n<strong>1990s</strong>: Early days of the Internet\r\n\r\n<strong>1992</strong>: TD-Gammon, developed by Gerald Tesauro, of IBM; an artificial neural network trained by temporal-difference learning to play high-level backgammon\r\n\r\n<strong>1997</strong>: IBM's Deep Blue chess computer defeats Russian chess grandmaster Garry Kasparov; Windows releases a speech recognition software, developed by Dragon Systems\r\n\r\n<strong>2012</strong>: AlexNet, a convolutional neural network architecture, primarily designed by Alex Krizhevsky, a Ukrainian-born, Canadian computer scientist\r\n\r\n<strong>2020</strong>: OpenAI beta tests GPT-3, which uses deep learning to create code, poetry, and other language and writing tasks; it's the first such chatbot that can create content almost indistinguishable from human-created content\r\n\r\n<strong>2023</strong>: In January, OpenAI releases a free preview of its ChatGPT-3 to the public, and in March releases the upgrade ChatGPT-4\r\n<h2 id=\"tab6\" >AI in our everyday lives</h2>\r\nYou’re using AI in some way today; in fact, you probably rely on AI in many different ways — you just don’t notice it because it’s so mundane. A smart thermostat for your home may not sound very exciting, but it’s an incredibly practical use for a technology that has some people running for the hills in terror.\r\n\r\nAs the development of AI has continued, there are now really cool uses for AI. For example, you may not know there is a medical monitoring device that can actually predict when you might have a heart problem, but such a device exists.\r\n\r\nAI powers drones, drives cars, and makes all sorts of robots possible. You see AI used today in all sorts of space applications, and the evolution of artificial intelligence figures prominently in all the space adventures humans will have tomorrow.\r\n\r\nThe potential uses for AI number in the millions — all safely out of sight even when they’re quite dramatic in nature. Here are some of the ways in which you might see AI used:\r\n<ul>\r\n \t<li><strong>Fraud detection:</strong> You get a call from your credit card company asking whether you made a particular purchase. The credit card company isn’t being nosy; it’s simply alerting you to the fact that someone else could be making a purchase using your card. The AI embedded within the credit card company’s code detected an unfamiliar spending pattern and alerted someone to it.</li>\r\n \t<li><strong>Resource scheduling:</strong> Many organizations need to schedule the use of resources efficiently. For example, a hospital may have to determine where to put a patient based on the patient’s needs, availability of skilled experts, and the amount of time the doctor expects the patient to be in the hospital.</li>\r\n \t<li><strong>Complex analysis:</strong> Humans often need help with complex analysis because there are literally too many factors to consider. For example, the same set of symptoms could indicate more than one problem. A doctor or other expert might need help making a diagnosis in a timely manner to save a patient’s life.</li>\r\n \t<li><strong>Automation:</strong> Any form of automation can benefit from the addition of AI to handle unexpected changes or events. A problem with some types of automation today is that an unexpected event, such as an object in the wrong place, can actually cause the automation to stop. Adding AI to the automation can allow the automation to handle unexpected events and continue as if nothing happened.</li>\r\n \t<li><strong>Customer service:</strong> The customer service line you call today may not even have a human behind it. The automation is good enough to follow scripts and use various resources to handle the vast majority of your questions. With good voice inflection (provided by AI as well), you may not even be able to tell that you’re talking with a computer.</li>\r\n \t<li><strong>Safety systems:</strong> Many of the safety systems found in machines of various sorts today rely on AI to take over the vehicle in a time of crisis. For example, many automatic braking systems (ABS) rely on AI to stop the car based on all the inputs that a vehicle can provide, such as the direction of a skid. Computerized ABS is actually relatively old at 40 years from a technology perspective.</li>\r\n \t<li><strong>Machine efficiency:</strong> AI can help control a machine in such a manner as to obtain maximum efficiency. The AI controls the use of resources so that the system doesn’t overshoot speed or other goals. Every ounce of power is used precisely as needed to provide the desired services.</li>\r\n</ul>","blurb":"","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"The ChatGPT controversy","target":"#tab1"},{"label":"The history of AI, starting with Dartmouth","target":"#tab2"},{"label":"Continuing with expert systems","target":"#tab3"},{"label":"Overcoming the AI winters","target":"#tab4"},{"label":"A brief artificial intelligence timeline","target":"#tab5"},{"label":"AI in our everyday lives","target":"#tab6"}],"relatedArticles":{"fromBook":[{"articleId":254261,"title":"Performing Health Care Tasks Using Automation","slug":"performing-tasks-using-automation","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254261"}},{"articleId":254258,"title":"New Surgical Techniques and Artificial Intelligence","slug":"new-surgical-techniques-artificial-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254258"}},{"articleId":254255,"title":"Artificial Intelligence and Special Needs","slug":"artificial-intelligence-special-needs","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254255"}},{"articleId":254252,"title":"How AI Can Enhance Physical Ability","slug":"artificial-intelligence-making-humans-capable","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254252"}},{"articleId":254249,"title":"Portable Patient Monitoring","slug":"portable-patient-monitoring","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254249"}}],"fromCategory":[{"articleId":298910,"title":"What Is ChatGPT and How Does It Work?","slug":"what-is-chatgpt","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/298910"}},{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281623,"slug":"artificial-intelligence-for-dummies","isbn":"9781119796763","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119796768-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/artificial-intelligence-for-dummies-2nd-edition-cover-9781119796763-203x255.jpg","width":203,"height":255},"title":"Artificial Intelligence For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b><b data-author-id=\"9110\">Luca Massaron</b></b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000.</p>","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-646fcc8ec3473\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-646fcc8ec3d8a\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Explore","lifeExpectancy":"One year","lifeExpectancySetFrom":"2023-02-14T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":254177},{"headers":{"creationTime":"2018-07-11T04:19:00+00:00","modifiedTime":"2023-05-09T13:48:08+00:00","timestamp":"2023-05-09T15:01:02+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"Performing Health Care Tasks Using Automation","strippedTitle":"performing health care tasks using automation","slug":"performing-tasks-using-automation","canonicalUrl":"","seo":{"metaDescription":"Artificial intelligence (AI) is great at automation, which can make it ideal for tasks in health care. It never deviates from the procedure, never gets tired, a","noIndex":0,"noFollow":0},"content":"Artificial intelligence (AI) is great at automation, which can make it ideal for tasks in health care. It never deviates from the procedure, never gets tired, and never makes mistakes as long as the initial procedure is correct.\r\n\r\nUnlike humans, AI never needs a vacation or a break or even an eight-hour day (not that many in the medical profession have that, either). Consequently, the same AI that interacts with a patient for breakfast will do so for lunch and dinner as well. So, at the outset, AI has some significant advantages if viewed solely on the bases of consistency, accuracy, and longevity.\r\n<h2 id=\"tab1\" >Working with medical records</h2>\r\nThe major way in which an AI helps in medicine is medical records. In the past, everyone used paper records to store patient data. Each patient might also have a blackboard that medical personnel use to record information daily during a hospital stay. Various charts contain patient data, and the doctor might also have notes. Having all these sources of information in so many different places made it hard to keep track of the patient in any significant way. Using an AI, along with a computer database, helps make information accessible, consistent, and reliable. Products such as Google <a href=\"https://deepmind.com/applied/deepmind-health/working-partners/health-research-tomorrow/\">Deepmind Health</a> enable personnel to mine the patient information to see patterns in data that aren’t obvious.\r\n<p class=\"article-tips remember\">Doctors don’t necessarily interact with records in the same way that everyone else does. The use of products such as IBM’s WatsonPaths helps doctors interact with patient data of all sorts in new ways to make better diagnostic decisions about patient health. You can see a video on how this product works.</p>\r\nMedicine is about a team approach, with many people of varying specialties working together. However, anyone who watches the process for a while soon realizes that these people don’t communicate among themselves sufficiently because they’re all quite busy treating patients. Products such as <a href=\"http://www.cloudmedxhealth.com/\">CloudMedX</a> take all the input from the all parties involved and performs risk analysis on it. The result is that the software can help locate potentially problematic areas that could reduce the likelihood of a good patient outcome. In other words, this product does some of the talking that the various stakeholders would likely do if they weren’t submerged in patient care.\r\n<h2 id=\"tab2\" >Predicting the future</h2>\r\nSome truly amazing predictive software based on medical records includes <a href=\"https://www.careskore.com/\">CareSkore</a>, which actually uses algorithms to determine the likelihood of a patient’s requiring readmission into the hospital after a stay. By performing this task, hospital staff can review reasons for potential readmission and address them before the patient leaves the hospital, making readmission less likely. Along with this strategy, <a href=\"https://zephyrhealth.com/\">Zephyr Health</a> helps doctors evaluate various therapies and choose those most likely to result in a positive outcome — again reducing the risk that a patient will require readmission to the hospital. This <a href=\"https://www.youtube.com/watch?v=9y930hioWjw\">video</a> tells you more about Zephyr Health.\r\n\r\nIn some respects, your genetics form a map of what will happen to you in the future. Consequently, knowing about your genetics can increase your understanding of your strengths and weaknesses, helping you to live a better life. <a href=\"https://www.deepgenomics.com/\">Deep Genomics</a> is discovering how mutations in your genetics affect you as a person. Mutations need not always produce a negative result; some mutations actually make people better, so knowing about mutations can be a positive experience, too. Check out <a href=\"https://www.youtube.com/watch?v=hVibPJyf-xg\">this video</a> for more details.\r\n<h2 id=\"tab3\" >Making procedures safer</h2>\r\nDoctors need lots of data to make good decisions. However, with data being spread out all over the place, doctors who lack the ability to analyze that disparate data quickly often make imperfect decisions. To make procedures safer, a doctor needs not only access to the data but also some means of organizing and analyzing it in a manner reflecting the doctor’s specialty. One such product is <a href=\"https://oncoramedical.com/\">Oncora Medical</a>, which collects and organizes medical records for radiation oncologists. As a result, is these doctors can deliver the right amount of radiation to just the right locations to obtain a better result with a lower potential for unanticipated side effects.\r\n\r\nDoctors also have trouble obtaining necessary information because the machines they use tend to be expensive and huge. An innovator named Jonathan Rothberg has decided to change all that by using the <a href=\"https://www.butterflynetwork.com/#News\">Butterfly Network</a>. Imagine an iPhone-sized device that can perform both an MRI and an ultrasound. The picture on the website is nothing short of amazing.\r\n<h2 id=\"tab4\" >Creating better medications</h2>\r\nEveryone complains about the price of medications today. Yes, medications can do amazing things for people, but they cost so much that some people end up mortgaging homes to obtain them. Part of the problem is that testing takes a lot of time. Performing a tissue analysis to observe the effects of a new drug can take up to a year. Fortunately, products such as <a href=\"http://www.3scan.com/\">3Scan</a> can greatly reduce the time required to obtain the same tissue analysis to as little as one day.\r\n\r\nOf course, better still would be the drug company having a better idea of which drugs are likely to work and which aren’t before investing any money in research. <a href=\"http://www.atomwise.com/\">Atomwise</a> uses a huge database of molecular structures to perform analyses on which molecules will answer a particular need. In 2015, researchers used Atomwise to create medications that would make Ebola less likely to infect others. The analysis that would have taken human researchers months or possibly years to perform took Atomwise just one day to complete. Imagine this scenario in the midst of a potentially global epidemic. If Atomwise can perform the analysis required to render the virus or bacteria noncontagious in one day, the potential epidemic could be curtailed before becoming widespread.\r\n\r\nDrug companies also produce a huge number of drugs. The reason for this impressive productivity, besides profitability, is that every person is just a little different. A drug that performs well and produces no side effects on one person might not perform well at all and could even harm a different person. <a href=\"http://turbine.ai/\">Turbine</a> enables drug companies to perform drug simulations so that the drug companies can locate the drugs most likely to work with a particular person’s body. Turbine’s current emphasis is on cancer treatments, but it’s easy to see how this same approach could work in many other areas.\r\n<p class=\"article-tips tip\">Medications can take many forms. Some people think they come only in pill or shot form, yet your body produces a wide range of medications in the form of microbiomes. Your body actually contains ten times as many microbes as it does human cells, and many of these microbes are essential for life; you’d quickly die without them. Whole Biome is using a variety of methods to make these microbiomes work better for you so that you don’t necessarily need a pill or a shot to cure something. Check out this video for additional information.</p>\r\nSome companies have yet to realize their potential, but they’re likely to do so eventually. One such company is <a href=\"https://www.recursionpharma.com/\">Recursion Pharmaceuticals</a>, which employs automation to explore ways to use known drugs, bioactive drugs, and pharmaceuticals that didn’t previously make the grade to solve new problems. The company has had some success in helping to solve rare genetic diseases, and it has a goal of curing 100 diseases in the next ten years (obviously, an extremely high goal to reach).","description":"Artificial intelligence (AI) is great at automation, which can make it ideal for tasks in health care. It never deviates from the procedure, never gets tired, and never makes mistakes as long as the initial procedure is correct.\r\n\r\nUnlike humans, AI never needs a vacation or a break or even an eight-hour day (not that many in the medical profession have that, either). Consequently, the same AI that interacts with a patient for breakfast will do so for lunch and dinner as well. So, at the outset, AI has some significant advantages if viewed solely on the bases of consistency, accuracy, and longevity.\r\n<h2 id=\"tab1\" >Working with medical records</h2>\r\nThe major way in which an AI helps in medicine is medical records. In the past, everyone used paper records to store patient data. Each patient might also have a blackboard that medical personnel use to record information daily during a hospital stay. Various charts contain patient data, and the doctor might also have notes. Having all these sources of information in so many different places made it hard to keep track of the patient in any significant way. Using an AI, along with a computer database, helps make information accessible, consistent, and reliable. Products such as Google <a href=\"https://deepmind.com/applied/deepmind-health/working-partners/health-research-tomorrow/\">Deepmind Health</a> enable personnel to mine the patient information to see patterns in data that aren’t obvious.\r\n<p class=\"article-tips remember\">Doctors don’t necessarily interact with records in the same way that everyone else does. The use of products such as IBM’s WatsonPaths helps doctors interact with patient data of all sorts in new ways to make better diagnostic decisions about patient health. You can see a video on how this product works.</p>\r\nMedicine is about a team approach, with many people of varying specialties working together. However, anyone who watches the process for a while soon realizes that these people don’t communicate among themselves sufficiently because they’re all quite busy treating patients. Products such as <a href=\"http://www.cloudmedxhealth.com/\">CloudMedX</a> take all the input from the all parties involved and performs risk analysis on it. The result is that the software can help locate potentially problematic areas that could reduce the likelihood of a good patient outcome. In other words, this product does some of the talking that the various stakeholders would likely do if they weren’t submerged in patient care.\r\n<h2 id=\"tab2\" >Predicting the future</h2>\r\nSome truly amazing predictive software based on medical records includes <a href=\"https://www.careskore.com/\">CareSkore</a>, which actually uses algorithms to determine the likelihood of a patient’s requiring readmission into the hospital after a stay. By performing this task, hospital staff can review reasons for potential readmission and address them before the patient leaves the hospital, making readmission less likely. Along with this strategy, <a href=\"https://zephyrhealth.com/\">Zephyr Health</a> helps doctors evaluate various therapies and choose those most likely to result in a positive outcome — again reducing the risk that a patient will require readmission to the hospital. This <a href=\"https://www.youtube.com/watch?v=9y930hioWjw\">video</a> tells you more about Zephyr Health.\r\n\r\nIn some respects, your genetics form a map of what will happen to you in the future. Consequently, knowing about your genetics can increase your understanding of your strengths and weaknesses, helping you to live a better life. <a href=\"https://www.deepgenomics.com/\">Deep Genomics</a> is discovering how mutations in your genetics affect you as a person. Mutations need not always produce a negative result; some mutations actually make people better, so knowing about mutations can be a positive experience, too. Check out <a href=\"https://www.youtube.com/watch?v=hVibPJyf-xg\">this video</a> for more details.\r\n<h2 id=\"tab3\" >Making procedures safer</h2>\r\nDoctors need lots of data to make good decisions. However, with data being spread out all over the place, doctors who lack the ability to analyze that disparate data quickly often make imperfect decisions. To make procedures safer, a doctor needs not only access to the data but also some means of organizing and analyzing it in a manner reflecting the doctor’s specialty. One such product is <a href=\"https://oncoramedical.com/\">Oncora Medical</a>, which collects and organizes medical records for radiation oncologists. As a result, is these doctors can deliver the right amount of radiation to just the right locations to obtain a better result with a lower potential for unanticipated side effects.\r\n\r\nDoctors also have trouble obtaining necessary information because the machines they use tend to be expensive and huge. An innovator named Jonathan Rothberg has decided to change all that by using the <a href=\"https://www.butterflynetwork.com/#News\">Butterfly Network</a>. Imagine an iPhone-sized device that can perform both an MRI and an ultrasound. The picture on the website is nothing short of amazing.\r\n<h2 id=\"tab4\" >Creating better medications</h2>\r\nEveryone complains about the price of medications today. Yes, medications can do amazing things for people, but they cost so much that some people end up mortgaging homes to obtain them. Part of the problem is that testing takes a lot of time. Performing a tissue analysis to observe the effects of a new drug can take up to a year. Fortunately, products such as <a href=\"http://www.3scan.com/\">3Scan</a> can greatly reduce the time required to obtain the same tissue analysis to as little as one day.\r\n\r\nOf course, better still would be the drug company having a better idea of which drugs are likely to work and which aren’t before investing any money in research. <a href=\"http://www.atomwise.com/\">Atomwise</a> uses a huge database of molecular structures to perform analyses on which molecules will answer a particular need. In 2015, researchers used Atomwise to create medications that would make Ebola less likely to infect others. The analysis that would have taken human researchers months or possibly years to perform took Atomwise just one day to complete. Imagine this scenario in the midst of a potentially global epidemic. If Atomwise can perform the analysis required to render the virus or bacteria noncontagious in one day, the potential epidemic could be curtailed before becoming widespread.\r\n\r\nDrug companies also produce a huge number of drugs. The reason for this impressive productivity, besides profitability, is that every person is just a little different. A drug that performs well and produces no side effects on one person might not perform well at all and could even harm a different person. <a href=\"http://turbine.ai/\">Turbine</a> enables drug companies to perform drug simulations so that the drug companies can locate the drugs most likely to work with a particular person’s body. Turbine’s current emphasis is on cancer treatments, but it’s easy to see how this same approach could work in many other areas.\r\n<p class=\"article-tips tip\">Medications can take many forms. Some people think they come only in pill or shot form, yet your body produces a wide range of medications in the form of microbiomes. Your body actually contains ten times as many microbes as it does human cells, and many of these microbes are essential for life; you’d quickly die without them. Whole Biome is using a variety of methods to make these microbiomes work better for you so that you don’t necessarily need a pill or a shot to cure something. Check out this video for additional information.</p>\r\nSome companies have yet to realize their potential, but they’re likely to do so eventually. One such company is <a href=\"https://www.recursionpharma.com/\">Recursion Pharmaceuticals</a>, which employs automation to explore ways to use known drugs, bioactive drugs, and pharmaceuticals that didn’t previously make the grade to solve new problems. The company has had some success in helping to solve rare genetic diseases, and it has a goal of curing 100 diseases in the next ten years (obviously, an extremely high goal to reach).","blurb":"","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"Working with medical records","target":"#tab1"},{"label":"Predicting the future","target":"#tab2"},{"label":"Making procedures safer","target":"#tab3"},{"label":"Creating better medications","target":"#tab4"}],"relatedArticles":{"fromBook":[{"articleId":254258,"title":"New Surgical Techniques and Artificial Intelligence","slug":"new-surgical-techniques-artificial-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254258"}},{"articleId":254255,"title":"Artificial Intelligence and Special Needs","slug":"artificial-intelligence-special-needs","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254255"}},{"articleId":254252,"title":"How AI Can Enhance Physical Ability","slug":"artificial-intelligence-making-humans-capable","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254252"}},{"articleId":254249,"title":"Portable Patient Monitoring","slug":"portable-patient-monitoring","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254249"}},{"articleId":254246,"title":"Artificial Intelligence and Safe Environments","slug":"artificial-intelligence-safe-environments","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254246"}}],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281623,"slug":"artificial-intelligence-for-dummies","isbn":"9781119796763","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119796768-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/artificial-intelligence-for-dummies-2nd-edition-cover-9781119796763-203x255.jpg","width":203,"height":255},"title":"Artificial Intelligence For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b><b data-author-id=\"9110\">Luca Massaron</b></b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000.</p>","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b> John Mueller</b> has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.</p> <p><b>Luca Massaron</b> is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-645a602eb7c7a\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-645a602eb89e1\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Explore","lifeExpectancy":"Five years","lifeExpectancySetFrom":"2023-05-09T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":254261},{"headers":{"creationTime":"2018-07-11T03:51:19+00:00","modifiedTime":"2023-04-14T17:52:00+00:00","timestamp":"2023-04-14T18:01:03+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"How AI Can Enhance Physical Ability","strippedTitle":"how ai can enhance physical ability","slug":"artificial-intelligence-making-humans-capable","canonicalUrl":"","seo":{"metaDescription":"Discover how artificial intelligence is being developed to enhance physical ability and help people with physical disabilities.","noIndex":0,"noFollow":0},"content":"Many of the current techniques for extending the healthy range of human life (the segment of life that contains no significant sickness), rather than just increasing the number of years of life depends on making humans more capable of improving their own health in various ways.\r\n\r\nYou can find any number of articles that tell you 30, 40, or even 50 ways to extend this healthy range, but often it comes down to a combination of eating right, exercising enough and in the right way, and sleeping well.\r\n\r\nOf course, figuring out just which food, exercise, and sleep technique works best for you is nearly impossible. The following sections discuss ways in which an AI-enabled device might make the difference between having 60 good years and 80 or more good years. (In fact, it’s no longer hard to find articles that discuss human life spans of 1,000 or more years in the future because of technological changes.)\r\n<h2 id=\"tab1\" >Using games for therapy</h2>\r\nA gaming console can make a powerful and fun physical therapy tool. Both Nintendo Wii and Xbox 360 see use in many different <a href=\"https://www.webpt.com/blog/post/do-you-wii-hab-using-motion-gaming-your-therapy-clinic\">physical therapy venues</a>. The goal of these games is to get people moving in certain ways.\r\n\r\nAs when anyone else plays, the game automatically rewards proper patient movements, but a patient also receives therapy in a fun way. Because the therapy becomes fun, the patient is more likely to actually do it and get better faster.\r\n\r\nOf course, movement alone, even when working with the proper game, doesn’t assure success. In fact, someone could develop a new injury when playing these games. The Jintronix add-on for the Xbox Kinect hardware standardizes the use of <a href=\"https://www.forbes.com/sites/kevinanderton/2017/09/30/jintronix-program-uses-xbox-kinect-hardware-to-help-rehab-patients-infographic/#680e802461d3\" target=\"_blank\" rel=\"noopener\">this game console for therapy</a>, increasing the probability of a great outcome.\r\n<h2 id=\"tab2\" >Considering the use of exoskeletons</h2>\r\nOne of the most complex undertakings for an AI is to provide support for an entire human body. That’s what happens when someone wears an <em>exoskeleton</em> (essentially a wearable robot).\r\n\r\nAn AI senses movements (or need to move) and provides a powered response to the need. The <a href=\"http://exoskeletonreport.com/2016/07/military-exoskeletons/\" target=\"_blank\" rel=\"noopener\">military</a> has excelled in the use of exoskeletons. Imagine being able to run faster and carry significantly heavier loads as a result of wearing an exoskeleton.\r\n\r\n<a href=\"https://www.youtube.com/watch?v=p2W23ysgWKI\" target=\"_blank\" rel=\"noopener\">This video</a> gives you just a glimpse of what’s possible. Of course, the military continues to experiment, which actually feeds into civilian uses. The exoskeleton you eventually see (and you’re almost guaranteed to see one at some point) will likely have its origins in the military.\r\n\r\nIndustry has also gotten in on the <a href=\"https://www.nbcnews.com/mach/science/new-exoskeleton-does-heavy-lifting-factory-workers-ncna819291\" target=\"_blank\" rel=\"noopener\">exoskeleton technology</a>. Factory workers currently face a host of illnesses because of repetitive stress injuries. In addition, factory work is incredibly tiring.\r\n\r\nWearing an exoskeleton not only reduces fatigue but also reduces errors and makes the workers more efficient. People who maintain their energy levels throughout the day can do more with far less chance of being injured, damaging products, or hurting someone else.\r\n\r\nThe exoskeletons in use in industry today reflect their military beginnings. Look for the capabilities and appearance of these devices to change in the future to look more like the exoskeletons shown in movies such as <em>Aliens</em>. The real-world examples of this technology are a little less impressive but will continue to gain in functionality.\r\n\r\nAs interesting as the use of exoskeletons to make able people even more incredible is, what they can enable people to do that they can’t do now is downright amazing. For example, scientists at the National Institutes of Health Clinical Center in Bethesda, Maryland, have helped children with cerebral <a href=\"https://www.smithsonianmag.com/innovation/this-robotic-exoskeleton-helps-kids-cerebral-palsy-walk-upright-180964750/\" target=\"_blank\" rel=\"noopener\">learn how to walk more effectively by using an exoskeleton</a>.\r\n\r\nNot all exoskeletons used in medical applications provide lifetime use, however. For example, an exoskeleton can help a stroke victim walk normally again. As the person becomes more able, the exoskeleton provides less support until the wearer no longer needs it. Some users of the device have even coupled their exoskeleton to other products, such as Amazon’s Alexa.\r\n<p class=\"article-tips remember\">The overall purpose of wearing an exoskeleton isn’t to make you into Iron Man. Rather, it’s to cut down on repetitive stress injuries and help humans excel at tasks that currently prove too tiring or just beyond the limits of their body. From a medical perspective, using an exoskeleton is a win because it keeps people mobile longer, and mobility is essential to good health.</p>","description":"Many of the current techniques for extending the healthy range of human life (the segment of life that contains no significant sickness), rather than just increasing the number of years of life depends on making humans more capable of improving their own health in various ways.\r\n\r\nYou can find any number of articles that tell you 30, 40, or even 50 ways to extend this healthy range, but often it comes down to a combination of eating right, exercising enough and in the right way, and sleeping well.\r\n\r\nOf course, figuring out just which food, exercise, and sleep technique works best for you is nearly impossible. The following sections discuss ways in which an AI-enabled device might make the difference between having 60 good years and 80 or more good years. (In fact, it’s no longer hard to find articles that discuss human life spans of 1,000 or more years in the future because of technological changes.)\r\n<h2 id=\"tab1\" >Using games for therapy</h2>\r\nA gaming console can make a powerful and fun physical therapy tool. Both Nintendo Wii and Xbox 360 see use in many different <a href=\"https://www.webpt.com/blog/post/do-you-wii-hab-using-motion-gaming-your-therapy-clinic\">physical therapy venues</a>. The goal of these games is to get people moving in certain ways.\r\n\r\nAs when anyone else plays, the game automatically rewards proper patient movements, but a patient also receives therapy in a fun way. Because the therapy becomes fun, the patient is more likely to actually do it and get better faster.\r\n\r\nOf course, movement alone, even when working with the proper game, doesn’t assure success. In fact, someone could develop a new injury when playing these games. The Jintronix add-on for the Xbox Kinect hardware standardizes the use of <a href=\"https://www.forbes.com/sites/kevinanderton/2017/09/30/jintronix-program-uses-xbox-kinect-hardware-to-help-rehab-patients-infographic/#680e802461d3\" target=\"_blank\" rel=\"noopener\">this game console for therapy</a>, increasing the probability of a great outcome.\r\n<h2 id=\"tab2\" >Considering the use of exoskeletons</h2>\r\nOne of the most complex undertakings for an AI is to provide support for an entire human body. That’s what happens when someone wears an <em>exoskeleton</em> (essentially a wearable robot).\r\n\r\nAn AI senses movements (or need to move) and provides a powered response to the need. The <a href=\"http://exoskeletonreport.com/2016/07/military-exoskeletons/\" target=\"_blank\" rel=\"noopener\">military</a> has excelled in the use of exoskeletons. Imagine being able to run faster and carry significantly heavier loads as a result of wearing an exoskeleton.\r\n\r\n<a href=\"https://www.youtube.com/watch?v=p2W23ysgWKI\" target=\"_blank\" rel=\"noopener\">This video</a> gives you just a glimpse of what’s possible. Of course, the military continues to experiment, which actually feeds into civilian uses. The exoskeleton you eventually see (and you’re almost guaranteed to see one at some point) will likely have its origins in the military.\r\n\r\nIndustry has also gotten in on the <a href=\"https://www.nbcnews.com/mach/science/new-exoskeleton-does-heavy-lifting-factory-workers-ncna819291\" target=\"_blank\" rel=\"noopener\">exoskeleton technology</a>. Factory workers currently face a host of illnesses because of repetitive stress injuries. In addition, factory work is incredibly tiring.\r\n\r\nWearing an exoskeleton not only reduces fatigue but also reduces errors and makes the workers more efficient. People who maintain their energy levels throughout the day can do more with far less chance of being injured, damaging products, or hurting someone else.\r\n\r\nThe exoskeletons in use in industry today reflect their military beginnings. Look for the capabilities and appearance of these devices to change in the future to look more like the exoskeletons shown in movies such as <em>Aliens</em>. The real-world examples of this technology are a little less impressive but will continue to gain in functionality.\r\n\r\nAs interesting as the use of exoskeletons to make able people even more incredible is, what they can enable people to do that they can’t do now is downright amazing. For example, scientists at the National Institutes of Health Clinical Center in Bethesda, Maryland, have helped children with cerebral <a href=\"https://www.smithsonianmag.com/innovation/this-robotic-exoskeleton-helps-kids-cerebral-palsy-walk-upright-180964750/\" target=\"_blank\" rel=\"noopener\">learn how to walk more effectively by using an exoskeleton</a>.\r\n\r\nNot all exoskeletons used in medical applications provide lifetime use, however. For example, an exoskeleton can help a stroke victim walk normally again. As the person becomes more able, the exoskeleton provides less support until the wearer no longer needs it. Some users of the device have even coupled their exoskeleton to other products, such as Amazon’s Alexa.\r\n<p class=\"article-tips remember\">The overall purpose of wearing an exoskeleton isn’t to make you into Iron Man. Rather, it’s to cut down on repetitive stress injuries and help humans excel at tasks that currently prove too tiring or just beyond the limits of their body. From a medical perspective, using an exoskeleton is a win because it keeps people mobile longer, and mobility is essential to good health.</p>","blurb":"","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b>John Paul Mueller</b> is a tech editor and the author of over 100 books on topics from networking and home security to database management and heads&#45;down programming. Follow John&#39;s blog at http://blog.johnmuellerbooks.com/. Luca Massaron is a data scientist who specializes in organizing and interpreting big data and transforming it into smart data. He is a Google Developer Expert &#40;GDE&#41; in machine learning. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b>John Paul Mueller</b> is a tech editor and the author of over 100 books on topics from networking and home security to database management and heads&#45;down programming. Follow John&#39;s blog at http://blog.johnmuellerbooks.com/. Luca Massaron is a data scientist who specializes in organizing and interpreting big data and transforming it into smart data. He is a Google Developer Expert &#40;GDE&#41; in machine learning. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"Using games for therapy","target":"#tab1"},{"label":"Considering the use of exoskeletons","target":"#tab2"}],"relatedArticles":{"fromBook":[{"articleId":254261,"title":"Performing Tasks Using Automation","slug":"performing-tasks-using-automation","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254261"}},{"articleId":254258,"title":"New Surgical Techniques and Artificial Intelligence","slug":"new-surgical-techniques-artificial-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254258"}},{"articleId":254255,"title":"Artificial Intelligence and Special Needs","slug":"artificial-intelligence-special-needs","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254255"}},{"articleId":254249,"title":"Portable Patient Monitoring","slug":"portable-patient-monitoring","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254249"}},{"articleId":254246,"title":"Artificial Intelligence and Safe Environments","slug":"artificial-intelligence-safe-environments","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254246"}}],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281623,"slug":"artificial-intelligence-for-dummies","isbn":"9781119796763","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119796768-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/artificial-intelligence-for-dummies-2nd-edition-cover-9781119796763-203x255.jpg","width":203,"height":255},"title":"Artificial Intelligence For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b><b data-author-id=\"9109\">John Paul Mueller</b></b> is a tech editor and the author of over 100 books on topics from networking and home security to database management and heads&#45;down programming. Follow John&#39;s blog at http://blog.johnmuellerbooks.com/. Luca Massaron is a data scientist who specializes in organizing and interpreting big data and transforming it into smart data. He is a Google Developer Expert &#40;GDE&#41; in machine learning. <p><b>John Paul Mueller</b> is a tech editor and the author of over 100 books on topics from networking and home security to database management and heads&#45;down programming. Follow John&#39;s blog at http://blog.johnmuellerbooks.com/. <b data-author-id=\"9110\">Luca Massaron</b> is a data scientist who specializes in organizing and interpreting big data and transforming it into smart data. He is a Google Developer Expert &#40;GDE&#41; in machine learning.</p>","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b>John Paul Mueller</b> is a tech editor and the author of over 100 books on topics from networking and home security to database management and heads&#45;down programming. Follow John&#39;s blog at http://blog.johnmuellerbooks.com/. Luca Massaron is a data scientist who specializes in organizing and interpreting big data and transforming it into smart data. He is a Google Developer Expert &#40;GDE&#41; in machine learning. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b>John Paul Mueller</b> is a tech editor and the author of over 100 books on topics from networking and home security to database management and heads&#45;down programming. Follow John&#39;s blog at http://blog.johnmuellerbooks.com/. Luca Massaron is a data scientist who specializes in organizing and interpreting big data and transforming it into smart data. He is a Google Developer Expert &#40;GDE&#41; in machine learning. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-643994df9197a\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-643994df92353\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Explore","lifeExpectancy":"Two years","lifeExpectancySetFrom":"2023-04-14T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":254252},{"headers":{"creationTime":"2018-06-11T17:45:45+00:00","modifiedTime":"2023-01-19T19:47:00+00:00","timestamp":"2023-01-19T21:01:02+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"Artificial Intelligence For Dummies Cheat Sheet","strippedTitle":"artificial intelligence for dummies cheat sheet","slug":"ai-dummies-cheat-sheet","canonicalUrl":"","seo":{"metaDescription":"Learn about the common uses of artificial intelligence (AI), what it is, and the top AI companies and industries.","noIndex":0,"noFollow":0},"content":"Artificial intelligence (AI) is a technology that has grabbed a lot of attention in movies, books, products, and in a slew of other places. Often, vendors equate AI with <em>smartness</em>: You buy a smart device to obtain a device with an AI, even though smart devices sometimes are smart only in that they offer connectivity, not AI.\r\n\r\nMany products are hyped to contain AI that sometimes doesn’t even work. Some people, of course, want to grab headlines by telling mistruths or offering misconceptions about AI.\r\n\r\nThis Cheat Sheet offers you some interesting insights into why the mundane is actually where you see AI most often. Yes, AI is being put to some amazing uses as well, but vendors often misrepresent these applications to the point that no one really knows how much is real and how much is the result of someone’s vivid imagination.","description":"Artificial intelligence (AI) is a technology that has grabbed a lot of attention in movies, books, products, and in a slew of other places. Often, vendors equate AI with <em>smartness</em>: You buy a smart device to obtain a device with an AI, even though smart devices sometimes are smart only in that they offer connectivity, not AI.\r\n\r\nMany products are hyped to contain AI that sometimes doesn’t even work. Some people, of course, want to grab headlines by telling mistruths or offering misconceptions about AI.\r\n\r\nThis Cheat Sheet offers you some interesting insights into why the mundane is actually where you see AI most often. Yes, AI is being put to some amazing uses as well, but vendors often misrepresent these applications to the point that no one really knows how much is real and how much is the result of someone’s vivid imagination.","blurb":"","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b>John Paul Mueller</b> is a freelance author and technical editor with more than 107 books and 600 articles to his credit. His subjects range from networking and artificial intelligence to database management and heads&#45;down programming. He also consults and writes certification exams. Visit his website at http://www.johnmuellerbooks.com/. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[],"relatedArticles":{"fromBook":[{"articleId":254261,"title":"Performing Tasks Using Automation","slug":"performing-tasks-using-automation","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254261"}},{"articleId":254258,"title":"New Surgical Techniques and Artificial Intelligence","slug":"new-surgical-techniques-artificial-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254258"}},{"articleId":254255,"title":"Artificial Intelligence and Special Needs","slug":"artificial-intelligence-special-needs","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254255"}},{"articleId":254252,"title":"Artificial Intelligence and Making Humans More Capable","slug":"artificial-intelligence-making-humans-capable","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254252"}},{"articleId":254249,"title":"Portable Patient Monitoring","slug":"portable-patient-monitoring","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254249"}}],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281623,"slug":"artificial-intelligence-for-dummies","isbn":"9781119796763","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119796768-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/artificial-intelligence-for-dummies-2nd-edition-cover-9781119796763-203x255.jpg","width":203,"height":255},"title":"Artificial Intelligence For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b><b data-author-id=\"9109\">John Paul Mueller</b></b> is a freelance author and technical editor with more than 107 books and 600 articles to his credit. His subjects range from networking and artificial intelligence to database management and heads&#45;down programming. He also consults and writes certification exams. Visit his website at http://www.johnmuellerbooks.com/. <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b><b data-author-id=\"9110\">Luca Massaron</b>,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques.</p>","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b>John Paul Mueller</b> is a freelance author and technical editor with more than 107 books and 600 articles to his credit. His subjects range from networking and artificial intelligence to database management and heads&#45;down programming. He also consults and writes certification exams. Visit his website at http://www.johnmuellerbooks.com/. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-63c9af8ec6f62\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-63c9af8ec7853\"></div></div>"},"articleType":{"articleType":"Cheat Sheet","articleList":[{"articleId":253178,"title":"The 7 Kinds of Intelligence","slug":"7-kinds-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/253178"}},{"articleId":253181,"title":"Common, Real Uses for AI","slug":"common-real-uses-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/253181"}},{"articleId":253184,"title":"Top AI Vendors","slug":"top-ai-vendors","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/253184"}},{"articleId":253187,"title":"Top AI Industries","slug":"top-ai-industries","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/253187"}}],"content":[{"title":"The 7 kinds of intelligence","thumb":null,"image":null,"content":"<p>Humans demonstrate seven forms of intelligence, which help distinguish humans from other species and from artificial intelligence (AI).</p>\n<p>An awareness of these kinds of intelligence helps you see how humans will always excel over AI. Many people fear that AI will take over the world and eventually replace people.</p>\n<p>Yes, AI can become quite smart in a certain intelligence area, but not &#8220;human smart;&#8221; an AI can never demonstrate certain forms of intelligence because we don’t truly understand these forms ourselves.</p>\n<table>\n<tbody>\n<tr>\n<td width=\"109\"><strong>Type</strong></td>\n<td width=\"114\"><strong>Simulation Potential</strong></td>\n<td width=\"114\"><strong>Human Tools</strong></td>\n<td width=\"195\"><strong>Description</strong></td>\n</tr>\n<tr>\n<td width=\"109\">Visual-spatial</td>\n<td width=\"114\">Moderate</td>\n<td width=\"114\">Models, graphics, charts, photographs, drawings, 3-D modeling, video, television, and multimedia</td>\n<td width=\"195\">Physical environment intelligence used by people like sailors and architects (among many others). In order to move at all, humans need to understand their physical environment — its dimensions and characteristics. Every robot or portable computer intelligence requires this capability, but the capability is often difficult to simulate (as with self-driving cars) or less than accurate (as with vacuums that rely as much on bumping as they do on moving intelligently).</td>\n</tr>\n<tr>\n<td width=\"109\">Bodily-kinesthetic</td>\n<td width=\"114\">Moderate</td>\n<td width=\"114\">Specialized equipment and real objects</td>\n<td width=\"195\">Body movements, such as those used by a surgeon or a dancer, require precision and body awareness. Robots commonly use this kind of intelligence to perform repetitive tasks, often with higher precision than humans, but sometimes with less grace. It’s essential to differentiate between human augmentation, such as a surgical device that provides a surgeon with enhanced physical ability, and true independent movement. The former is simply a demonstration of mathematical capability in that it depends on the surgeon for input.</td>\n</tr>\n<tr>\n<td width=\"109\">Creative</td>\n<td width=\"114\">None</td>\n<td width=\"114\">Artistic output, new patterns of thought, inventions, new kinds of musical composition</td>\n<td width=\"195\">Creativity is the act of developing a new pattern of thought that results in unique output in the form of art, music, and writing. A truly new kind of product is the result of creativity. An AI can simulate existing patterns of thought and even combine them to create what appears to be a unique presentation but is really just a mathematically based version of an existing pattern. In order to create, an AI would need to possess self-awareness, which would require intrapersonal intelligence (explained later in the table).</td>\n</tr>\n<tr>\n<td width=\"109\">Interpersonal</td>\n<td width=\"114\">Low to Moderate</td>\n<td width=\"114\">Telephone, audio conferencing, video conferencing, writing, computer conferencing, email</td>\n<td width=\"195\">Interacting with others occurs at several levels. The goal of this form of intelligence is to obtain, exchange, give, and manipulate information based on the experiences of others. Computers can answer basic questions based on keyword input, not an understanding of the question. The intelligence occurs while obtaining information, locating suitable keywords, and then giving information based on those keywords. Cross-referencing terms in a lookup table and then acting upon the instructions provided by the table demonstrates logical intelligence, not interpersonal intelligence.</td>\n</tr>\n<tr>\n<td width=\"109\">Intrapersonal</td>\n<td width=\"114\">None</td>\n<td width=\"114\">Books, creative materials, diaries, privacy, and time</td>\n<td width=\"195\">Looking inward to understand one’s own interests and to set goals based on those interests is currently a human-only kind of intelligence. As machines, computers have no desires, interests, wants, or creative abilities. An AI processes numeric input using a set of algorithms and provides an output; it isn’t aware of anything it does, nor does it understand anything it does.</td>\n</tr>\n<tr>\n<td width=\"109\">Linguistic</td>\n<td width=\"114\">Low</td>\n<td width=\"114\">Games, multimedia, books, voice recorders, and spoken words</td>\n<td width=\"195\">Working with words is an essential tool for communication because spoken information exchange is far faster than any other form. This form of intelligence includes understanding spoken input, managing the input to develop an answer, and providing an understandable answer as output. In many cases computers can barely parse spoken input into keywords, can’t actually understand the request at all, and output responses that may not be understandable at all.</td>\n</tr>\n<tr>\n<td width=\"109\">Logical-mathematical</td>\n<td width=\"114\">High</td>\n<td width=\"114\">Logic games, investigations, mysteries, and brain teasers</td>\n<td width=\"195\">Calculating a result, performing comparisons, exploring patterns, and considering relationships are all areas in which computers currently excel. When you see a computer beat a human on a game show, this is the only form of intelligence that you’re actually seeing, out of seven. Yes, you might see small bits of other kinds of intelligence, but this is the focus. Basing an assessment of human versus computer intelligence on just one kind of intelligence isn’t a good idea.</td>\n</tr>\n</tbody>\n</table>\n<p>&nbsp;</p>\n"},{"title":"Common, real uses for AI","thumb":null,"image":null,"content":"<p>Two types of confusion arise regarding the use of artificial intelligence in an actual product. The first type relates to the smart device, which merely provides connectivity to a backend application and appears to use an AI.</p>\n<p>For example, a smart thermometer might provide connectivity to your smartphone, but it doesn&#8217;t rely on an AI to do anything. However, a thermometer that self-programs itself based on how you set the house temperatures does rely on an AI to provide the additional functionality.</p>\n<p>The second type of confusion relates to the device that does use AI, but not in a way that&#8217;s likely to work. For example, a smart assistant that supposedly helps you make good decisions is doomed to failure because decision-making is outside the purview of an AI’s capabilities.</p>\n<p>On the other hand, a smart assistant that helps you locate a restaurant, manages your lighting, and keeps a list of your appointments (ensuring that you don&#8217;t have a conflict) will likely work as long as the application has no bugs and you provide appropriate input.</p>\n<p>The following table focuses on products that are currently available, relatively autonomous, inexpensive enough for many people to own, and do actually work. They all rely on AI to help you in some way.</p>\n<table>\n<tbody>\n<tr>\n<td width=\"97\"><strong>Product</strong></td>\n<td width=\"174\"><strong>URL</strong></td>\n<td width=\"210\"><strong>Description</strong></td>\n</tr>\n<tr>\n<td width=\"97\">Arterys</td>\n<td width=\"174\"><a href=\"https://arterys.com/\" target=\"_blank\" rel=\"noopener\">https://arterys.com/</a></td>\n<td width=\"210\">Performs a cardiac scan in 6 to 10 minutes, rather than the usual hour. Patients don&#8217;t have to spend time holding their breath, either. Amazingly, this system obtains several dimensions of data—D heart anatomy, blood-flow rate, and blood-flow direction—in this short time.</td>\n</tr>\n<tr>\n<td width=\"97\">Clocky</td>\n<td width=\"174\"><a href=\"https://nandahome.com/\" target=\"_blank\" rel=\"noopener\">https://nandahome.com/</a></td>\n<td width=\"210\">Acts as an alarm clock for those who have a hard time getting up in the morning. The device gives you one chance to snooze, and then it moves in a random direction—forcing you to get out of bed to turn it off.</td>\n</tr>\n<tr>\n<td width=\"97\">Enlitic</td>\n<td width=\"174\"><a href=\"https://www.enlitic.com/\" target=\"_blank\" rel=\"noopener\">https://www.enlitic.com/</a></td>\n<td width=\"210\">Analyzes radiological scans in milliseconds—up to 10,000 times faster than a radiologist. In addition, the system is 50 percent better at classifying tumors and has a lower false negative rate (0 percent versus 7 percent) than humans.</td>\n</tr>\n<tr>\n<td width=\"97\">Hom-Bot</td>\n<td width=\"174\"><a href=\"http://www.lg.com/us/vacuum-cleaners/lg-CR5765GD\" target=\"_blank\" rel=\"noopener\">http://www.lg.com/us/vacuum-cleaners/lg-CR5765GD</a></td>\n<td width=\"210\">Vacuums your carpets and floors. This robot has a superior AI, along with a number of intelligent sensors, so it actually avoids bumping into things most of the time. You can also program it to use various cleaning strategies (to ensure that it doesn’t miss anything by cleaning in the same pattern all the time).</td>\n</tr>\n<tr>\n<td width=\"97\">K’Watch</td>\n<td width=\"174\"><a href=\"http://www.pkvitality.com/ktrack-glucose/\" target=\"_blank\" rel=\"noopener\">http://www.pkvitality.com/ktrack-glucose/</a></td>\n<td width=\"210\">Provides constant glucose monitoring, along with an app that people can use to obtain helpful information on managing their diabetes.</td>\n</tr>\n<tr>\n<td width=\"97\">Moov</td>\n<td width=\"174\"><a href=\"https://welcome.moov.cc/\" target=\"_blank\" rel=\"noopener\">https://welcome.moov.cc/</a></td>\n<td width=\"210\">Monitors both heartrate and 3-D movement. The AI for this device tracks these statistics and provides advice on how to create a better workout. You actually get advice on things like how your feet are hitting the pavement during running and whether you need to lengthen your stride. The point of devices like these is to ensure that you get the sort of workout that will improve health without risking injury.</td>\n</tr>\n<tr>\n<td width=\"97\">QardioCore</td>\n<td width=\"174\"><a href=\"https://www.getqardio.com/\" target=\"_blank\" rel=\"noopener\">https://www.getqardio.com/</a></td>\n<td width=\"210\">Provides an ECG without the use of wires, and someone with limited medical knowledge can easily use it. As with many devices, this one relies on your smartphone to provide needed analysis and make connections to outside sources as needed.</td>\n</tr>\n<tr>\n<td width=\"97\">Robomow</td>\n<td width=\"174\"><a href=\"https://www.robomow.com/\" target=\"_blank\" rel=\"noopener\">https://www.robomow.com/</a></td>\n<td width=\"210\">Mows your grass.</td>\n</tr>\n<tr>\n<td width=\"97\">Roomba</td>\n<td width=\"174\"><a href=\"http://www.irobot.com/\" target=\"_blank\" rel=\"noopener\">http://www.irobot.com/</a></td>\n<td width=\"210\">Vacuums your carpets and floors. The robot tends to bump into things rather than see and avoid them, so the AI is extremely basic. A counterpart, Braava, mops your floors, while Mirra cleans your pool. If you want your floors vacuumed and mopped at the same time, you can use Scooba instead.</td>\n</tr>\n<tr>\n<td width=\"97\">Sentrian</td>\n<td width=\"174\"><a href=\"http://sentrian.com/\" target=\"_blank\" rel=\"noopener\">http://sentrian.com/</a></td>\n<td width=\"210\">Monitors someone’s blood sugar or other chronic disease statistic, enabling people to use the data to predict illness before the event occurs. By making changes in patient medications and behavior before an event occurs, Sentrian reduces the number of unavoidable hospitalizations, thereby making the patient’s life a lot better and reducing medical costs.</td>\n</tr>\n</tbody>\n</table>\n"},{"title":"Top AI vendors","thumb":null,"image":null,"content":"<p>Listing all the companies who have something to do with artificial intelligence (AI) would be impossible. The number of companies is vast, and the smaller vendors often go out of business quickly (research is expensive).</p>\n<p>Here is a list of the top AI companies that you should keep your eyes on:</p>\n<ul>\n<li><a href=\"https://www.amazon.com/\">Amazon</a></li>\n<li><a href=\"https://www.apple.com/\">Apple</a></li>\n<li><a href=\"http://ir.baidu.com/phoenix.zhtml?c=188488&amp;p=irol-irhome\">Baidu</a></li>\n<li><a href=\"https://www.cylance.com/\">Cylance</a></li>\n<li><a href=\"https://www2.deloitte.com/us/en.html\">Deloitte</a></li>\n<li><a href=\"https://www.ea.com/\">Electronic Arts</a></li>\n<li><a href=\"https://www.facebook.com/\">Facebook</a></li>\n<li><a href=\"https://www.google.com/\">Google</a></li>\n<li><a href=\"https://www.ibm.com/\">IBM</a></li>\n<li><a href=\"https://www.intel.com/\">Intel</a></li>\n<li><a href=\"https://www.linkedin.com/\">LinkedIn</a></li>\n<li><a href=\"https://www.lockheedmartin.com/\">Lockheed Martin</a></li>\n<li><a href=\"https://www.microsoft.com/\">Microsoft</a></li>\n<li><a href=\"https://www.mitre.org/\">MITRE</a></li>\n<li><a href=\"https://www.nasa.gov/\">NASA</a></li>\n<li><a href=\"http://www.nvidia.com/\">NVidia</a></li>\n<li><a href=\"https://www.sizmek.com/\">Sizmek</a>, originally Rocket Fuel</li>\n<li><a href=\"https://sentientscience.com/\">Sentient Corporation</a></li>\n<li><a href=\"https://www.tesla.com/\">Tesla</a></li>\n<li><a href=\"https://www.uber.com/\">Uber</a></li>\n</ul>\n"},{"title":"Top AI industries","thumb":null,"image":null,"content":"<p>Not all industries are using artificial intelligence. Some have a wait-and-see attitude when it comes to AI because the technology still hasn’t completely proven its worth, and the owners of these industries remember the AI winters of the past.</p>\n<p>In addition, AI research focuses on specific industries because of how it actually works. It requires lots of data as input, relies on algorithms to process that data, and then provides an output that, with luck, matches the requirements.</p>\n<p>Some industries can’t even meet these basic requirements, and far more exist to make an AI completely usable. Here are the top AI industries by investment in research and use:</p>\n<table>\n<tbody>\n<tr>\n<td width=\"139\"><strong>Investment Area</strong></td>\n<td width=\"312\"><strong>Application Types</strong></td>\n<td width=\"81\"><strong>Percentage</strong></td>\n</tr>\n<tr>\n<td width=\"139\">Computer-related industries</td>\n<td width=\"312\">Hardware, software, and IT</td>\n<td width=\"81\">33.33</td>\n</tr>\n<tr>\n<td width=\"139\">Communications</td>\n<td width=\"312\">Telecommunications, Internet, and online media</td>\n<td width=\"81\">14.30</td>\n</tr>\n<tr>\n<td width=\"139\">Business services</td>\n<td width=\"312\">Marketing, advertising, management consulting, financial services, and banking</td>\n<td width=\"81\">8.48</td>\n</tr>\n<tr>\n<td width=\"139\">Industrial goods</td>\n<td width=\"312\">Automotive, electrical manufacturing, electronic manufacturing, and semiconductors</td>\n<td width=\"81\">5.72</td>\n</tr>\n<tr>\n<td width=\"139\">Consumer goods</td>\n<td width=\"312\">Retail, consumer electronics, and entertainment</td>\n<td width=\"81\">5.21</td>\n</tr>\n<tr>\n<td width=\"139\">Research</td>\n<td width=\"312\">Online searches</td>\n<td width=\"81\">3.37</td>\n</tr>\n<tr>\n<td width=\"139\">Health care</td>\n<td width=\"312\">Hospital, health management, health insurance</td>\n<td width=\"81\">2.86</td>\n</tr>\n<tr>\n<td width=\"139\">Government</td>\n<td width=\"312\">Administration</td>\n<td width=\"81\">2.04</td>\n</tr>\n<tr>\n<td width=\"139\">Resource management</td>\n<td width=\"312\">Oil and energy</td>\n<td width=\"81\">1.33</td>\n</tr>\n</tbody>\n</table>\n<p>&nbsp;</p>\n"}],"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":"Two years","lifeExpectancySetFrom":"2023-01-19T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":253190},{"headers":{"creationTime":"2018-07-11T03:40:42+00:00","modifiedTime":"2022-07-20T14:54:56+00:00","timestamp":"2022-09-14T18:19:46+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"Portable Patient Monitoring","strippedTitle":"portable patient monitoring","slug":"portable-patient-monitoring","canonicalUrl":"","seo":{"metaDescription":"A medical professional isn’t always able to tell what is happening with a patient’s health simply by listening to their heart, checking vitals, or performing a ","noIndex":0,"noFollow":0},"content":"A medical professional isn’t always able to tell what is happening with a patient’s health simply by listening to their heart, checking vitals, or performing a blood test. The body doesn’t always send out useful signals that let a medical professional learn anything at all. In addition, some body functions, such as blood sugar, change over time, so constant monitoring becomes necessary. Going to the doctor’s office every time you need one of these vitals checked would prove time consuming and possibly not all that useful. Older methods of determining some body characteristics required manual, external intervention on the part of the patient — an error-prone process in the best of times. For these reasons, and many more, an AI can help monitor a patient’s statistics in a manner that is efficient, less error prone, and more consistent, as described in the following sections.\r\n<h2 id=\"tab1\" >Wearing helpful monitors</h2>\r\nAll sorts of monitors fall into the helpful category. In fact, many of these monitors have nothing to do with the medical profession, yet produce positive results for your health. Consider the <a href=\"https://welcome.moov.cc/\">Moov monitor</a>, which monitors both heart rate and 3-D movement. The AI for this device tracks these statistics and provides advice on how to create a better workout. You actually get advice on, for example, how your feet are hitting the pavement during running and whether you need to lengthen your stride. The point of devices like these is to ensure that you get the sort of workout that will improve health without risking injury.\r\n\r\nMind you, if a watch-type monitoring device is too large, <a href=\"https://mymotiv.com/\">Motiv</a> produces a ring that monitors about the same number of things that Moov does, but in a smaller package. This ring even tracks how you sleep to help you get a good night’s rest. Rings do tend to come with an assortment of pros and cons. <a href=\"https://www.wareable.com/smart-jewellery/best-smart-rings-1340\">This article</a> tells you more about these issues. Interestingly enough, many of the pictures on the site don’t look anything like a fitness monitor, so you can have fashion and health all in one package.\r\n\r\nOf course, if your only goal is to monitor your heart rate, you can get devices such as <a href=\"https://support.apple.com/en-us/HT204666\">Apple Watch</a> that also provide some level of analysis using an AI. All these devices interact with your smartphone, so you can possibly link the data to still other applications or send it to your doctor as needed.\r\n<h2 id=\"tab2\" >Relying on critical wearable monitors</h2>\r\nA problem with some human conditions is that they change constantly, so checking intermittently doesn’t really get the job done. Glucose, the statistic measured by diabetics, is one statistic that falls into this category. The more you monitor the rise and fall of glucose each day, the easier it becomes to change medications and lifestyle to keep diabetes under control. Devices such as the <a href=\"https://www.pkvitality.com/ktrack-glucose/\">K'Watch</a> provide such constant monitoring, along with an app that a person can use to obtain helpful information on managing their diabetes. Of course, people have used intermittent monitoring for years; this device simply provides that extra level of monitoring that can make the difference between having diabetes be a life-altering issue or a minor nuisance.\r\n\r\nThe act of constantly monitoring someone’s blood sugar or other chronic disease statistic might seem like overkill, but it has practical use as well. Products such as <a href=\"http://sentrian.com/\">Sentrian</a> let people use the remote data to predict that a patient will become ill before the event actually occurs. By making changes in patient medications and behavior before an event can occur, Sentrian reduces the number of unavoidable hospitalizations — making the patient’s life a lot better and reducing medical costs.\r\n\r\nSome devices are truly critical, such as the <a href=\"https://www.healthcentral.com/article/wearable-defibrillator-vest-pros-and-cons\">Wearable Defibrillator Vest</a> (WDV), which senses your heart condition continuously and provides a shock should your heart stop working properly. This short-term solution can help a doctor decide whether you need the implanted version of the same device. There are pros and cons to wearing one, but then again, it’s hard to place a value on having a shock available when needed to save a life. The biggest value of this device is the monitoring it provides. Some people don’t actually need an implantable device, so monitoring is essential to prevent unnecessary surgery.\r\n<h2 id=\"tab3\" >Using movable monitors</h2>\r\nThe number and variety of <a href=\"http://www.mobihealthnews.com/content/31-new-digital-health-tools-showcased-ces-2017\">AI-enabled health monitors</a> on the market today is staggering. For example, you can actually buy an <a href=\"http://www.businesswire.com/news/home/20170103005546/en/Kolibree-Introduces-Ara-Toothbrush-Artificial-Intelligence/\">AI-enabled toothbrush</a> that will monitor your brushing habits and provide you with advice on better brushing technique. When you think about it, creating a device like this presents a number of hurdles, not the least of which is keeping the monitoring circuitry happy inside the human mouth. Of course, some people may feel that the act of <a href=\"https://www.mayoclinic.org/healthy-lifestyle/adult-health/in-depth/dental/art-20047475\">brushing their teeth</a> really doesn’t have much to do with good health, but it does.\r\n\r\nCreating movable monitors generally means making them both smaller and less intrusive. Simplicity is also a requirement for devices designed for use by people with little or no medical knowledge. One device in this category is a wearable electrocardiogram (ECG). Having an ECG in a doctor’s office means connecting wires from the patient to a semiportable device that performs the required monitoring. The <a href=\"https://www.prnewswire.com/news-releases/qardio-makes-a-breakthrough-in-preventative-healthcare-with-the-launch-of-qardiocore-the-first-wearable-ecg-monitor-300384471.html\">QardioCore</a> provides the ECG without using wires, and someone with limited medical knowledge can easily use it. As with many devices, this one relies on your smartphone to provide needed analysis and make connections to outside sources as needed.\r\n<p class=\"article-tips remember\">Current medical devices work just fine, but they aren’t portable. The point of creating AI-enabled apps and specialized devices is to obtain much needed data when a doctor actually needs it, rather than having to wait for that data. Even if you don’t buy a toothbrush to monitor your technique or an ECG to monitor your heart, the fact that these devices are small, capable, and easy to use means that you may still benefit from them at some point.</p>","description":"A medical professional isn’t always able to tell what is happening with a patient’s health simply by listening to their heart, checking vitals, or performing a blood test. The body doesn’t always send out useful signals that let a medical professional learn anything at all. In addition, some body functions, such as blood sugar, change over time, so constant monitoring becomes necessary. Going to the doctor’s office every time you need one of these vitals checked would prove time consuming and possibly not all that useful. Older methods of determining some body characteristics required manual, external intervention on the part of the patient — an error-prone process in the best of times. For these reasons, and many more, an AI can help monitor a patient’s statistics in a manner that is efficient, less error prone, and more consistent, as described in the following sections.\r\n<h2 id=\"tab1\" >Wearing helpful monitors</h2>\r\nAll sorts of monitors fall into the helpful category. In fact, many of these monitors have nothing to do with the medical profession, yet produce positive results for your health. Consider the <a href=\"https://welcome.moov.cc/\">Moov monitor</a>, which monitors both heart rate and 3-D movement. The AI for this device tracks these statistics and provides advice on how to create a better workout. You actually get advice on, for example, how your feet are hitting the pavement during running and whether you need to lengthen your stride. The point of devices like these is to ensure that you get the sort of workout that will improve health without risking injury.\r\n\r\nMind you, if a watch-type monitoring device is too large, <a href=\"https://mymotiv.com/\">Motiv</a> produces a ring that monitors about the same number of things that Moov does, but in a smaller package. This ring even tracks how you sleep to help you get a good night’s rest. Rings do tend to come with an assortment of pros and cons. <a href=\"https://www.wareable.com/smart-jewellery/best-smart-rings-1340\">This article</a> tells you more about these issues. Interestingly enough, many of the pictures on the site don’t look anything like a fitness monitor, so you can have fashion and health all in one package.\r\n\r\nOf course, if your only goal is to monitor your heart rate, you can get devices such as <a href=\"https://support.apple.com/en-us/HT204666\">Apple Watch</a> that also provide some level of analysis using an AI. All these devices interact with your smartphone, so you can possibly link the data to still other applications or send it to your doctor as needed.\r\n<h2 id=\"tab2\" >Relying on critical wearable monitors</h2>\r\nA problem with some human conditions is that they change constantly, so checking intermittently doesn’t really get the job done. Glucose, the statistic measured by diabetics, is one statistic that falls into this category. The more you monitor the rise and fall of glucose each day, the easier it becomes to change medications and lifestyle to keep diabetes under control. Devices such as the <a href=\"https://www.pkvitality.com/ktrack-glucose/\">K'Watch</a> provide such constant monitoring, along with an app that a person can use to obtain helpful information on managing their diabetes. Of course, people have used intermittent monitoring for years; this device simply provides that extra level of monitoring that can make the difference between having diabetes be a life-altering issue or a minor nuisance.\r\n\r\nThe act of constantly monitoring someone’s blood sugar or other chronic disease statistic might seem like overkill, but it has practical use as well. Products such as <a href=\"http://sentrian.com/\">Sentrian</a> let people use the remote data to predict that a patient will become ill before the event actually occurs. By making changes in patient medications and behavior before an event can occur, Sentrian reduces the number of unavoidable hospitalizations — making the patient’s life a lot better and reducing medical costs.\r\n\r\nSome devices are truly critical, such as the <a href=\"https://www.healthcentral.com/article/wearable-defibrillator-vest-pros-and-cons\">Wearable Defibrillator Vest</a> (WDV), which senses your heart condition continuously and provides a shock should your heart stop working properly. This short-term solution can help a doctor decide whether you need the implanted version of the same device. There are pros and cons to wearing one, but then again, it’s hard to place a value on having a shock available when needed to save a life. The biggest value of this device is the monitoring it provides. Some people don’t actually need an implantable device, so monitoring is essential to prevent unnecessary surgery.\r\n<h2 id=\"tab3\" >Using movable monitors</h2>\r\nThe number and variety of <a href=\"http://www.mobihealthnews.com/content/31-new-digital-health-tools-showcased-ces-2017\">AI-enabled health monitors</a> on the market today is staggering. For example, you can actually buy an <a href=\"http://www.businesswire.com/news/home/20170103005546/en/Kolibree-Introduces-Ara-Toothbrush-Artificial-Intelligence/\">AI-enabled toothbrush</a> that will monitor your brushing habits and provide you with advice on better brushing technique. When you think about it, creating a device like this presents a number of hurdles, not the least of which is keeping the monitoring circuitry happy inside the human mouth. Of course, some people may feel that the act of <a href=\"https://www.mayoclinic.org/healthy-lifestyle/adult-health/in-depth/dental/art-20047475\">brushing their teeth</a> really doesn’t have much to do with good health, but it does.\r\n\r\nCreating movable monitors generally means making them both smaller and less intrusive. Simplicity is also a requirement for devices designed for use by people with little or no medical knowledge. One device in this category is a wearable electrocardiogram (ECG). Having an ECG in a doctor’s office means connecting wires from the patient to a semiportable device that performs the required monitoring. The <a href=\"https://www.prnewswire.com/news-releases/qardio-makes-a-breakthrough-in-preventative-healthcare-with-the-launch-of-qardiocore-the-first-wearable-ecg-monitor-300384471.html\">QardioCore</a> provides the ECG without using wires, and someone with limited medical knowledge can easily use it. As with many devices, this one relies on your smartphone to provide needed analysis and make connections to outside sources as needed.\r\n<p class=\"article-tips remember\">Current medical devices work just fine, but they aren’t portable. The point of creating AI-enabled apps and specialized devices is to obtain much needed data when a doctor actually needs it, rather than having to wait for that data. Even if you don’t buy a toothbrush to monitor your technique or an ECG to monitor your heart, the fact that these devices are small, capable, and easy to use means that you may still benefit from them at some point.</p>","blurb":"","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"Wearing helpful monitors","target":"#tab1"},{"label":"Relying on critical wearable monitors","target":"#tab2"},{"label":"Using movable monitors","target":"#tab3"}],"relatedArticles":{"fromBook":[{"articleId":254261,"title":"Performing Tasks Using Automation","slug":"performing-tasks-using-automation","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254261"}},{"articleId":254258,"title":"New Surgical Techniques and Artificial Intelligence","slug":"new-surgical-techniques-artificial-intelligence","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254258"}},{"articleId":254255,"title":"Artificial Intelligence and Special Needs","slug":"artificial-intelligence-special-needs","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254255"}},{"articleId":254252,"title":"Artificial Intelligence and Making Humans More Capable","slug":"artificial-intelligence-making-humans-capable","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254252"}},{"articleId":254246,"title":"Artificial Intelligence and Safe Environments","slug":"artificial-intelligence-safe-environments","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/254246"}}],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281623,"slug":"artificial-intelligence-for-dummies","isbn":"9781119796763","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119796768-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119796768/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/artificial-intelligence-for-dummies-2nd-edition-cover-9781119796763-203x255.jpg","width":203,"height":255},"title":"Artificial Intelligence For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b><b data-author-id=\"9110\">Luca Massaron</b>,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques.</p>","authors":[{"authorId":9109,"name":"John Paul Mueller","slug":"john-paul-mueller","description":" <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9109"}},{"authorId":9110,"name":"Luca Massaron","slug":"luca-massaron","description":" <p><b>John Mueller</b> has produced 114 books and more than 600 articles on topics ranging from functional programming techniques to working with Amazon Web Services &#40;AWS&#41;. <b>Luca Massaron,</b> a Google Developer Expert &#40;GDE&#41;,??interprets big data and transforms it into smart data through simple and effective data mining and machine learning techniques. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9110"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-63221b42c577c\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119796763&quot;]}]\" id=\"du-slot-63221b42c623e\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":"Two years","lifeExpectancySetFrom":"2022-07-20T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":254249},{"headers":{"creationTime":"2020-08-14T21:53:04+00:00","modifiedTime":"2021-03-14T17:54:28+00:00","timestamp":"2022-09-14T18:17:57+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"Enterprise AI For Dummies Cheat Sheet","strippedTitle":"enterprise ai for dummies cheat sheet","slug":"enterprise-ai-for-dummies-cheat-sheet","canonicalUrl":"","seo":{"metaDescription":"Learn about what artificial intelligence can do for you in your business to become more productive, accurate, efficient, and understanding.","noIndex":0,"noFollow":0},"content":"Here’s a quick reference to the major bullets and tables from Part 1 of <em>Enterprise AI For Dummies</em>, which is about what <a href=\"https://www.dummies.com/software/other-software/4-ways-define-artificial-intelligence-ai/\">artificial intelligence</a> can do for you, right now, in your business. It’s about well-established, tried-and-true technology and processes that are currently being used in businesses and organizations all over the world to help humans become more productive, more accurate, more efficient, and more understanding.\r\n\r\n[caption id=\"attachment_272488\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272488\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-concept.jpg\" alt=\"enterprise AI\" width=\"556\" height=\"555\" /> © Billion Photos / Shutterstock.com[/caption]","description":"Here’s a quick reference to the major bullets and tables from Part 1 of <em>Enterprise AI For Dummies</em>, which is about what <a href=\"https://www.dummies.com/software/other-software/4-ways-define-artificial-intelligence-ai/\">artificial intelligence</a> can do for you, right now, in your business. It’s about well-established, tried-and-true technology and processes that are currently being used in businesses and organizations all over the world to help humans become more productive, more accurate, more efficient, and more understanding.\r\n\r\n[caption id=\"attachment_272488\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272488\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-concept.jpg\" alt=\"enterprise AI\" width=\"556\" height=\"555\" /> © Billion Photos / Shutterstock.com[/caption]","blurb":"","authors":[],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[],"relatedArticles":{"fromBook":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281697,"slug":"enterprise-ai-for-dummies","isbn":"9781119696292","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119696291-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/enterprise-ai-for-dummies-cover-9781119696292-203x255.jpg","width":203,"height":255},"title":"Enterprise AI For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b><b data-author-id=\"33409\">Zachary Jarvinen</b>, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI.</p>","authors":[{"authorId":33409,"name":"Zachary Jarvinen","slug":"zachary-jarvinen","description":" <p><b>Zachary Jarvinen, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/33409"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119696292&quot;]}]\" id=\"du-slot-63221ad5822a5\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119696292&quot;]}]\" id=\"du-slot-63221ad582b77\"></div></div>"},"articleType":{"articleType":"Cheat Sheet","articleList":[{"articleId":0,"title":"","slug":null,"categoryList":[],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/"}}],"content":[{"title":"4 Types of AI Analytics","thumb":null,"image":null,"content":"<ol>\n<li>Descriptive analytics = information, reveal what happened</li>\n<li>Diagnostic analytics = hindsight, reveal why something happened</li>\n<li>Predictive analytics = insight, present what will likely happen next</li>\n<li>Prescriptive analytics = foresight, recommend what to do next</li>\n</ol>\n"},{"title":"4 Types of AI Modeling","thumb":null,"image":null,"content":"<ol>\n<li><strong>Association:</strong> Determines the probability that two contemporaneous events are related. For example, in sales transactions the association function can uncover purchase patterns, such as when a customer who buys milk also buys cereal.</li>\n<li><strong>Classification:</strong> Reveals patterns that can be used to categorize an item. For example, weather prediction depends on identifying patterns in weather conditions (such as rising or dropping air pressure) to predict whether it will be sunny or cloudy.</li>\n<li><strong>Clustering:</strong> Organizes data by identifying similarities and grouping elements into clusters to reveal new information. One example is segmenting customers by gender, marital status, or neighborhood.</li>\n<li><strong>Regression:</strong> Predicts a numeric value depending on the variables in a given dataset. For example, the price of a used car can be determined by analyzing its age, mileage, condition, optional packages, and other variables.</li>\n</ol>\n"},{"title":"4 Enabling Technologies for AI","thumb":null,"image":null,"content":"<ol>\n<li>Computing</li>\n<li>Algorithms</li>\n<li>Data</li>\n<li>Storage</li>\n</ol>\n"},{"title":"4 Vs of Big Data","thumb":null,"image":null,"content":"<ol>\n<li>Volume</li>\n<li>Variety</li>\n<li>Velocity</li>\n<li>Visualization</li>\n</ol>\n"},{"title":"4 Types of Visualization","thumb":null,"image":null,"content":"<table>\n<tbody>\n<tr>\n<td width=\"121\"><strong>Type</strong></td>\n<td width=\"335\"><strong>Use</strong></td>\n</tr>\n<tr>\n<td width=\"121\">Comparison</td>\n<td width=\"335\">Compare two or more values on an XY axis.</p>\n<p><em>Examples:</em> timeline, trend, ranking</p>\n<p><em>Types:</em> line, column, bar, timeline</td>\n</tr>\n<tr>\n<td width=\"121\">Composition</td>\n<td width=\"335\">Show how the parts relate to the whole.</p>\n<p><em>Examples:</em> revenue of product mix over time, breakdown of demographic data across the range of a variable</p>\n<p><em>Types:</em> stacked bars/columns, pie/donut, stacked area, waterfall, polar</td>\n</tr>\n<tr>\n<td width=\"121\">Distribution</td>\n<td width=\"335\">Show the value of one variable tracked across a set of categories.</p>\n<p><em>Examples:</em> sales across regions or stores, age ranges in demographic</p>\n<p><em>Types:</em> histogram, line, area, scatter plot, map</td>\n</tr>\n<tr>\n<td width=\"121\">Relationship</td>\n<td width=\"335\">Show the connection between two or more variables.</p>\n<p><em>Examples:</em> track revenue versus cost across regions or stores, show traffic or accident incidents by weather or time of day</p>\n<p><em>Types:</em> scatter, bubble, line</td>\n</tr>\n</tbody>\n</table>\n"},{"title":"Text Mining versus Data Mining","thumb":null,"image":null,"content":"<table>\n<tbody>\n<tr>\n<td width=\"106\">&nbsp;</td>\n<td width=\"162\"><strong>Data mining</strong></td>\n<td width=\"181\"><strong>Text mining</strong></td>\n</tr>\n<tr>\n<td width=\"106\">Overview</td>\n<td width=\"162\">Data mining searches for patterns and relationships in structured data.</td>\n<td width=\"181\">Text mining transforms unstructured textual data into structured information to enable data analysis.</td>\n</tr>\n<tr>\n<td width=\"106\">Data type</td>\n<td width=\"162\">Structured data from large datasets is found in systems such as databases, spreadsheets, ERP, and accounting applications.</td>\n<td width=\"181\">Unstructured textual data is found in emails, documents, presentations, videos, file shares, social media, and the Internet.</td>\n</tr>\n<tr>\n<td width=\"106\">Data retrieval</td>\n<td width=\"162\">Structured data is homogenous and organized, making it easy to retrieve.</td>\n<td width=\"181\">Unstructured textual data comes in many different formats and content types located in a more diverse range of applications and systems.</td>\n</tr>\n<tr>\n<td width=\"106\">Data preparation</td>\n<td width=\"162\">Structured data is formal and formatted, facilitating the process of ingesting data into analytical models.</td>\n<td width=\"181\">Linguistic and statistical techniques — including NLP keywording and meta-tagging — must be applied to turn unstructured into usable structured data.</td>\n</tr>\n<tr>\n<td width=\"106\">Taxonomy</td>\n<td width=\"162\">There is no need to create an overriding taxonomy.</td>\n<td width=\"181\">A global taxonomy must be applied to organize the data into a common framework.</td>\n</tr>\n</tbody>\n</table>\n"},{"title":"Machine Learning","thumb":null,"image":null,"content":"<h3>Learning phase</h3>\n<ol>\n<li>Sample historical data (machine activity, customer attributes, transactions).</li>\n<li>Apply algorithm to historical data to learn key patterns and trends.</li>\n<li>Generate a model or set of rules or instructions.</li>\n</ol>\n<h3>Prediction phase</h3>\n<ol>\n<li>Load the existing model.</li>\n<li>Apply the model to new data.</li>\n<li>Predict the likelihood of an outcome (such as customer churn).</li>\n</ol>\n<p>The output of the prediction phase feeds back into the input of the learning phase to refine the model.</p>\n"},{"title":"Classification Types","thumb":null,"image":null,"content":"<ul>\n<li><strong>Supervised classification</strong> depends on humans to label the training data that the model uses to classify new content.</li>\n<li><strong>Unsupervised classification</strong> uses algorithms to discover relationships in the data and create categories without human intervention.</li>\n</ul>\n"},{"title":"Drilling Down from AI to ML to DL","thumb":null,"image":null,"content":"<table>\n<tbody>\n<tr>\n<td width=\"88\"><strong>Technique</strong></td>\n<td width=\"192\"><strong>Description</strong></td>\n<td width=\"169\"><strong>Example</strong></td>\n</tr>\n<tr>\n<td width=\"88\">Artificial Intelligence</td>\n<td width=\"192\">Computing systems capable of performing tasks that humans are very good at</td>\n<td width=\"169\">Recognize objects, recognize and make sense of speech, self-driving cars</td>\n</tr>\n<tr>\n<td width=\"88\">Machine learning</td>\n<td width=\"192\">Field of AI that learns from historical data toward an end goal or outcome</td>\n<td width=\"169\">Predict customers likely to churn</td>\n</tr>\n<tr>\n<td width=\"88\">Deep learning</td>\n<td width=\"192\">Powerful set of machine learning techniques that mimic the brain’s neuron activities</td>\n<td width=\"169\">Computer vision, colorize photos, deep fakes, mastering a game</td>\n</tr>\n</tbody>\n</table>\n"},{"title":"Data Science Project Methodology","thumb":null,"image":null,"content":"<table>\n<tbody>\n<tr>\n<td width=\"141\">Define the task</td>\n<td width=\"331\">What problem or question do you want to address with data?</td>\n</tr>\n<tr>\n<td width=\"141\">Collect data</td>\n<td width=\"331\">What data do you have that could answer our questions?</td>\n</tr>\n<tr>\n<td width=\"141\">Prepare the data</td>\n<td width=\"331\">What do you need to do to prepare the data for mining?</td>\n</tr>\n<tr>\n<td width=\"141\">Refine the model</td>\n<td width=\"331\">How can you mimic or enhance the human’s knowledge or actions through technology?</td>\n</tr>\n<tr>\n<td width=\"141\">Test and evaluate the model</td>\n<td width=\"331\">What new information do you know now?</td>\n</tr>\n<tr>\n<td width=\"141\">Deployment and integrate the model</td>\n<td width=\"331\">What actions should you trigger with the new information? What needs human validation?</td>\n</tr>\n<tr>\n<td width=\"141\">Maintain the model</td>\n<td width=\"331\">How has the data changed over time? Do the results reflect current reality?</td>\n</tr>\n</tbody>\n</table>\n"}],"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":"Six months","lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":272487},{"headers":{"creationTime":"2020-08-20T03:16:05+00:00","modifiedTime":"2020-09-01T22:42:17+00:00","timestamp":"2022-09-14T18:17:49+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"AI in the Professional Services Industry","strippedTitle":"ai in the professional services industry","slug":"ai-in-the-professional-services-industry","canonicalUrl":"","seo":{"metaDescription":"Explore how AI projects in professional services start by trying to save costs by optimizing manual processes via human-machine collaboration.","noIndex":0,"noFollow":0},"content":"Business organizations look to professional services firms to offload existing processes such as payroll, claims processing, and other clerical tasks. Consequently, rather than push the innovation curve as early adopters of emerging technology, professional services firms have traditionally followed well-established procedures and used conventional tools. However, much of the work they take on involves processes that are well suited for <a href=\"https://www.dummies.com/computers/enterprise-ai-for-dummies-cheat-sheet/\">optimization through AI</a>, and many corporations are investigating the benefits of AI for streamlining workflows and cutting operational expenses.\r\n\r\n[caption id=\"attachment_272663\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272663\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-finance.jpg\" alt=\"AI in finance\" width=\"556\" height=\"371\" /> © Phonlamai Photo/Shutterstock.com[/caption]\r\n\r\nA KPMG report predicts that enterprises will increase their spending on intelligent automation from $12.4 billion in 2019 to $232 billion in 2025, almost 19 times as much in just seven years. A McKinsey report estimates that 20 percent of the cyclical tasks of a typical finance unit can be fully automated and almost 50 percent can be mostly automated.\r\n<h2 id=\"tab1\" >Exploring the AI Pyramid</h2>\r\nFrom all appearances, the industries typically served by professional services firms are in the early stages of a tectonic shift that will reverberate throughout the professional services industry. The initial shock will involve adopting new ways of organizing and delivering professional services, but the aftershocks could very well challenge the essence of what professional services firms deliver. The following figure shows the hierarchy of business complexity.\r\n\r\n[caption id=\"attachment_272662\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272662\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-business-complexity.jpg\" alt=\"The hierarchy of business complexity.\" width=\"556\" height=\"371\" /> The hierarchy of business complexity.[/caption]\r\n\r\nAI projects usually start at the base of the pyramid, where the goal is to save costs by optimizing manual process via human-machine collaboration. As the projects move up the pyramid, they move away from saving costs and focus on increasing revenue by making more informed decisions regarding existing lines of business or launching new lines of business.\r\n\r\nIn a real-life example, one cookware company uses home demonstrations to sell high-end pots and pans using internal financing. They brought in AI to replace a manual workflow based on rules and decision trees with a semi-automated process that streamlines the underwriting decision and reduces acquisition cost. This project was a tactical move to save money by making the process more efficient.\r\n\r\nOn the strength of that success, they moved up the pyramid. They used AI to analyze the historical behavior of accounts that underwriting declined and passed on to a third-tier lender. The model looked for common characteristics of borrowers that had been declined but got financing from the third-tier lender and didn’t default but paid it in full. They then applied the model to new loan applications to identify candidates who might not meet the traditional requirements for financing but were still a good risk. This project was a strategic move to expand their market to increase revenue.\r\n\r\nTo begin with, if AI doesn’t eventually replace the most fundamental tiers of service delivery, such as paper handling and data entry, it will at the very least optimize them to the point that they can be delivered by a significantly reduced staff through human-machine collaboration.\r\n\r\nOr it could lead to an increase in staff by freeing up funds through increased efficiency, An Accenture report indicated that AI could boost employment levels by 10 percent if the rest of the world invested in AI and human-machine collaboration at the same level as the top performing 20 percent.\r\n\r\nProfessional services firms touch many industries, and just as technology matures and affects all industries, by necessity it affects how professional services firms engage their clients.\r\n<p class=\"article-tips tip\">AI won’t replace core professional expertise, but it will make you more efficient and thus enable you to increase the value proposition for your clients. However, professionals who do embrace AI will replace those who don’t.</p>\r\n\r\n<h2 id=\"tab2\" >Climbing the AI Pyramid</h2>\r\nThe research tells us that enterprises across the board will increasingly turn to AI and big data to reduce costs and errors while improving efficiency and strategic planning. With a history of anticipating the needs of the market and then providing the services, you can use that knowledge to automate your own back-office processes and build on that experience to offer expanded services that relieve your clients of the heavy lifting of creating the architecture for an in-house or out-sourced AI initiative.\r\n\r\nMany firms focus on helping their clients automate routine tasks as a low-friction entry point with obvious time and cost savings. This simple application also serves as a platform for educating the client on the principles of AI and evaluating use cases for the best fit and results. With a proven win under their belt, clients are more receptive to expanding the role of AI and machine learning in their organizations, allowing them to introduce innovation and differentiation in their product and service offerings and to use the data to tackle tasks at higher levels of the pyramid.\r\n<p class=\"article-tips tip\">By applying AI to your client’s environment, you can also increase your value to your clients by weaning them from reactively correcting when unexpected issues arise to forestalling common issues with preventative practices and ultimately to anticipating outcomes with predictive management.</p>\r\nAs the application of AI to routine processes relieves employees from attending to mundane tasks, it also frees them to tackle more valuable and interesting tasks, thus enhancing their own career paths and adding more value for the clients.\r\n\r\nAnother byproduct of the cycle of expanding automation upward through the tiers of the complexity pyramid is that, as the capabilities of artificial intelligence grow, the practices of your firm become more specialized until they are distilled to services that are beyond the touch of AI.\r\n\r\nOr the singularity happens, whichever comes first.\r\n<p class=\"article-tips tip\">But until that time, those who lean into innovation will gain the competitive advantage, but only if they incorporate continuous learning for their employees as a part of the business model.</p>\r\n\r\n<h2 id=\"tab3\" >Unearthing the Algorithmic Treasures</h2>\r\nThe uses for AI are as varied as the industries served by professional services firms.\r\n<h3>Healthcare</h3>\r\n<strong>AI can quickly and economically acquire, classify, process, and route unstructured text</strong> to everyone in the information pipeline, increasing accessibility while lowering costs.\r\n\r\n<strong>Natural-language processing</strong> can extract targeted information from unstructured text such as faxes, clinical notes, intake forms, and medical histories, to improve end-to-end workflow. The process starts with data capture and classification, and then routes data and documents to the appropriate back-end systems, spotting exceptions, validating edge cases, and creating action items.\r\n<h3>Content management</h3>\r\n<strong>AI uses machine learning, text mining, and natural-language processing</strong> to process content, extracting concepts and entities, such as names, places, dates, and customized elements relevant to the business. AI then uses that information to create metadata and import it into a structured database, accelerating searches and data analysis. At the same time, the system automatically classifies the document based on its type and content and either assigns it to the next step in an automated workflow or flags it for review.\r\n<h3>Compliance</h3>\r\n<strong>AI uses unstructured data mining, robotic process automation, statistical data aggregation, and natural-language processing</strong> to read and interpret compliance documents, interpret metadata, and identify roles and relationships, and then uses cognitive-process automation to deliver concise, actionable insights.\r\n\r\n<strong>AI uses supervised and unsupervised learning, natural-language processing, and intelligent segmentation</strong> to capture, analyze, and filter possible compliance violations to discard false positives that waste the time of compliance officers.\r\n\r\n<strong>AI uses structured and unstructured data mining and natural-language processing</strong> to monitor internal and external records, documents, and social media to detect errors, violations, and trends, allowing the compliance department to be proactive and avoid costly penalties.\r\n\r\n<strong>AI uses robotics-process automation, natural-language processing, and machine learning</strong> to identify potential violations of Know Your Customer (KYC) and Anti-Money Laundering (AML) regulations.\r\n<h3>Law</h3>\r\n<strong>AI uses text mining</strong> to process large pools of unstructured data, such as legal documents, emails, texts, and social media to identify key concepts, categorize content, detect subjectivity, isolate behavior patterns, discern the sentiment expressed in the content, and extract phrases and entities such as people, places, and things.\r\n\r\n<strong>AI uses supervised and unsupervised learning</strong> based on native or custom taxonomies to classify or characterize large volumes of documents and cull irrelevant documents as required in support of pre- and post-production activities, such as early case assessment and privilege detection.\r\n\r\n<strong>AI uses machine learning and natural-language processing</strong> to analyze large amounts of textual content and distill it into short summaries and chronologies, which can display entity and concept trends over time, as well as behavioral patterns of persons of interest. The results can be integrated with data visualization to display the outcome in a consumable and intuitively understandable structure using interactive reports and dashboards.\r\n<h3>Manufacturing</h3>\r\n<strong>AI uses decision trees and neural networks </strong>to establish baseline requirements and then uses real-time data to reveal patterns and relationships to determine demand behavior, which drives optimized inventory levels and replenishment plans.\r\n\r\n<strong>AI uses text mining, data mining, and optimization-planning techniques</strong> to integrate suppliers and automate transactions to help clients understand their current business, address issues, and formulate strategies for improved performance. Clients can use supply-chain analytics to compare the performance of trading partners to operational and business metrics to make better decisions about their partnerships.\r\n\r\n<strong>AI uses reinforcement learning</strong> to automate repetitive human processes. Robotic-process automation (RPA) combines analytics, machine learning and rules-based software to capture and interpret existing data-input streams to process a transaction, manipulate data, trigger responses, and communicate with other enterprise applications.\r\n<h3>Oil and gas</h3>\r\n<strong>AI uses predictive maintenance algorithms</strong> to achieve optimum uptime.\r\n\r\n<strong>AI uses IoT sensors and machine-learning algorithms</strong> to support data-driven decision-making and enable operational excellence for midstream processes, such as storing and transporting oil and gas.\r\n\r\n<strong>AI uses text mining, natural-language processing, and machine learning</strong> to read legacy exploration and production data to optimize new construction and development projects.\r\n\r\n<strong>AI uses text mining and machine learning</strong> to collect, combine, and assess data to improve operational performance, reduce cost, minimize risk, and accelerate time-to-production in well-site development. It also uses those techniques to boost health and safety and to improve environmental performance.\r\n<h3>Utilities</h3>\r\n<strong>AI uses machine-learning algorithms and data from IoT devices</strong> to help energy and utility companies predict energy demand to assist in meeting short- or long-term needs, pinpointing areas of the plant or grid that need maintenance and reducing waste by uncovering inefficiencies.","description":"Business organizations look to professional services firms to offload existing processes such as payroll, claims processing, and other clerical tasks. Consequently, rather than push the innovation curve as early adopters of emerging technology, professional services firms have traditionally followed well-established procedures and used conventional tools. However, much of the work they take on involves processes that are well suited for <a href=\"https://www.dummies.com/computers/enterprise-ai-for-dummies-cheat-sheet/\">optimization through AI</a>, and many corporations are investigating the benefits of AI for streamlining workflows and cutting operational expenses.\r\n\r\n[caption id=\"attachment_272663\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272663\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-finance.jpg\" alt=\"AI in finance\" width=\"556\" height=\"371\" /> © Phonlamai Photo/Shutterstock.com[/caption]\r\n\r\nA KPMG report predicts that enterprises will increase their spending on intelligent automation from $12.4 billion in 2019 to $232 billion in 2025, almost 19 times as much in just seven years. A McKinsey report estimates that 20 percent of the cyclical tasks of a typical finance unit can be fully automated and almost 50 percent can be mostly automated.\r\n<h2 id=\"tab1\" >Exploring the AI Pyramid</h2>\r\nFrom all appearances, the industries typically served by professional services firms are in the early stages of a tectonic shift that will reverberate throughout the professional services industry. The initial shock will involve adopting new ways of organizing and delivering professional services, but the aftershocks could very well challenge the essence of what professional services firms deliver. The following figure shows the hierarchy of business complexity.\r\n\r\n[caption id=\"attachment_272662\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272662\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-business-complexity.jpg\" alt=\"The hierarchy of business complexity.\" width=\"556\" height=\"371\" /> The hierarchy of business complexity.[/caption]\r\n\r\nAI projects usually start at the base of the pyramid, where the goal is to save costs by optimizing manual process via human-machine collaboration. As the projects move up the pyramid, they move away from saving costs and focus on increasing revenue by making more informed decisions regarding existing lines of business or launching new lines of business.\r\n\r\nIn a real-life example, one cookware company uses home demonstrations to sell high-end pots and pans using internal financing. They brought in AI to replace a manual workflow based on rules and decision trees with a semi-automated process that streamlines the underwriting decision and reduces acquisition cost. This project was a tactical move to save money by making the process more efficient.\r\n\r\nOn the strength of that success, they moved up the pyramid. They used AI to analyze the historical behavior of accounts that underwriting declined and passed on to a third-tier lender. The model looked for common characteristics of borrowers that had been declined but got financing from the third-tier lender and didn’t default but paid it in full. They then applied the model to new loan applications to identify candidates who might not meet the traditional requirements for financing but were still a good risk. This project was a strategic move to expand their market to increase revenue.\r\n\r\nTo begin with, if AI doesn’t eventually replace the most fundamental tiers of service delivery, such as paper handling and data entry, it will at the very least optimize them to the point that they can be delivered by a significantly reduced staff through human-machine collaboration.\r\n\r\nOr it could lead to an increase in staff by freeing up funds through increased efficiency, An Accenture report indicated that AI could boost employment levels by 10 percent if the rest of the world invested in AI and human-machine collaboration at the same level as the top performing 20 percent.\r\n\r\nProfessional services firms touch many industries, and just as technology matures and affects all industries, by necessity it affects how professional services firms engage their clients.\r\n<p class=\"article-tips tip\">AI won’t replace core professional expertise, but it will make you more efficient and thus enable you to increase the value proposition for your clients. However, professionals who do embrace AI will replace those who don’t.</p>\r\n\r\n<h2 id=\"tab2\" >Climbing the AI Pyramid</h2>\r\nThe research tells us that enterprises across the board will increasingly turn to AI and big data to reduce costs and errors while improving efficiency and strategic planning. With a history of anticipating the needs of the market and then providing the services, you can use that knowledge to automate your own back-office processes and build on that experience to offer expanded services that relieve your clients of the heavy lifting of creating the architecture for an in-house or out-sourced AI initiative.\r\n\r\nMany firms focus on helping their clients automate routine tasks as a low-friction entry point with obvious time and cost savings. This simple application also serves as a platform for educating the client on the principles of AI and evaluating use cases for the best fit and results. With a proven win under their belt, clients are more receptive to expanding the role of AI and machine learning in their organizations, allowing them to introduce innovation and differentiation in their product and service offerings and to use the data to tackle tasks at higher levels of the pyramid.\r\n<p class=\"article-tips tip\">By applying AI to your client’s environment, you can also increase your value to your clients by weaning them from reactively correcting when unexpected issues arise to forestalling common issues with preventative practices and ultimately to anticipating outcomes with predictive management.</p>\r\nAs the application of AI to routine processes relieves employees from attending to mundane tasks, it also frees them to tackle more valuable and interesting tasks, thus enhancing their own career paths and adding more value for the clients.\r\n\r\nAnother byproduct of the cycle of expanding automation upward through the tiers of the complexity pyramid is that, as the capabilities of artificial intelligence grow, the practices of your firm become more specialized until they are distilled to services that are beyond the touch of AI.\r\n\r\nOr the singularity happens, whichever comes first.\r\n<p class=\"article-tips tip\">But until that time, those who lean into innovation will gain the competitive advantage, but only if they incorporate continuous learning for their employees as a part of the business model.</p>\r\n\r\n<h2 id=\"tab3\" >Unearthing the Algorithmic Treasures</h2>\r\nThe uses for AI are as varied as the industries served by professional services firms.\r\n<h3>Healthcare</h3>\r\n<strong>AI can quickly and economically acquire, classify, process, and route unstructured text</strong> to everyone in the information pipeline, increasing accessibility while lowering costs.\r\n\r\n<strong>Natural-language processing</strong> can extract targeted information from unstructured text such as faxes, clinical notes, intake forms, and medical histories, to improve end-to-end workflow. The process starts with data capture and classification, and then routes data and documents to the appropriate back-end systems, spotting exceptions, validating edge cases, and creating action items.\r\n<h3>Content management</h3>\r\n<strong>AI uses machine learning, text mining, and natural-language processing</strong> to process content, extracting concepts and entities, such as names, places, dates, and customized elements relevant to the business. AI then uses that information to create metadata and import it into a structured database, accelerating searches and data analysis. At the same time, the system automatically classifies the document based on its type and content and either assigns it to the next step in an automated workflow or flags it for review.\r\n<h3>Compliance</h3>\r\n<strong>AI uses unstructured data mining, robotic process automation, statistical data aggregation, and natural-language processing</strong> to read and interpret compliance documents, interpret metadata, and identify roles and relationships, and then uses cognitive-process automation to deliver concise, actionable insights.\r\n\r\n<strong>AI uses supervised and unsupervised learning, natural-language processing, and intelligent segmentation</strong> to capture, analyze, and filter possible compliance violations to discard false positives that waste the time of compliance officers.\r\n\r\n<strong>AI uses structured and unstructured data mining and natural-language processing</strong> to monitor internal and external records, documents, and social media to detect errors, violations, and trends, allowing the compliance department to be proactive and avoid costly penalties.\r\n\r\n<strong>AI uses robotics-process automation, natural-language processing, and machine learning</strong> to identify potential violations of Know Your Customer (KYC) and Anti-Money Laundering (AML) regulations.\r\n<h3>Law</h3>\r\n<strong>AI uses text mining</strong> to process large pools of unstructured data, such as legal documents, emails, texts, and social media to identify key concepts, categorize content, detect subjectivity, isolate behavior patterns, discern the sentiment expressed in the content, and extract phrases and entities such as people, places, and things.\r\n\r\n<strong>AI uses supervised and unsupervised learning</strong> based on native or custom taxonomies to classify or characterize large volumes of documents and cull irrelevant documents as required in support of pre- and post-production activities, such as early case assessment and privilege detection.\r\n\r\n<strong>AI uses machine learning and natural-language processing</strong> to analyze large amounts of textual content and distill it into short summaries and chronologies, which can display entity and concept trends over time, as well as behavioral patterns of persons of interest. The results can be integrated with data visualization to display the outcome in a consumable and intuitively understandable structure using interactive reports and dashboards.\r\n<h3>Manufacturing</h3>\r\n<strong>AI uses decision trees and neural networks </strong>to establish baseline requirements and then uses real-time data to reveal patterns and relationships to determine demand behavior, which drives optimized inventory levels and replenishment plans.\r\n\r\n<strong>AI uses text mining, data mining, and optimization-planning techniques</strong> to integrate suppliers and automate transactions to help clients understand their current business, address issues, and formulate strategies for improved performance. Clients can use supply-chain analytics to compare the performance of trading partners to operational and business metrics to make better decisions about their partnerships.\r\n\r\n<strong>AI uses reinforcement learning</strong> to automate repetitive human processes. Robotic-process automation (RPA) combines analytics, machine learning and rules-based software to capture and interpret existing data-input streams to process a transaction, manipulate data, trigger responses, and communicate with other enterprise applications.\r\n<h3>Oil and gas</h3>\r\n<strong>AI uses predictive maintenance algorithms</strong> to achieve optimum uptime.\r\n\r\n<strong>AI uses IoT sensors and machine-learning algorithms</strong> to support data-driven decision-making and enable operational excellence for midstream processes, such as storing and transporting oil and gas.\r\n\r\n<strong>AI uses text mining, natural-language processing, and machine learning</strong> to read legacy exploration and production data to optimize new construction and development projects.\r\n\r\n<strong>AI uses text mining and machine learning</strong> to collect, combine, and assess data to improve operational performance, reduce cost, minimize risk, and accelerate time-to-production in well-site development. It also uses those techniques to boost health and safety and to improve environmental performance.\r\n<h3>Utilities</h3>\r\n<strong>AI uses machine-learning algorithms and data from IoT devices</strong> to help energy and utility companies predict energy demand to assist in meeting short- or long-term needs, pinpointing areas of the plant or grid that need maintenance and reducing waste by uncovering inefficiencies.","blurb":"","authors":[{"authorId":33409,"name":"Zachary Jarvinen","slug":"zachary-jarvinen","description":" <p><b>Zachary Jarvinen, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/33409"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"Exploring the AI Pyramid","target":"#tab1"},{"label":"Climbing the AI Pyramid","target":"#tab2"},{"label":"Unearthing the Algorithmic Treasures","target":"#tab3"}],"relatedArticles":{"fromBook":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}},{"articleId":272651,"title":"AI Optimizes Inventory, Maintenance, Supply Chain, and Product Quality","slug":"ai-optimizes-inventory-maintenance-supply-chain-and-product-quality","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272651"}}],"fromCategory":[{"articleId":272678,"title":"AI-Enhanced Content Capture","slug":"ai-enhanced-content-capture","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272678"}},{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}},{"articleId":272651,"title":"AI Optimizes Inventory, Maintenance, Supply Chain, and Product Quality","slug":"ai-optimizes-inventory-maintenance-supply-chain-and-product-quality","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272651"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281697,"slug":"enterprise-ai-for-dummies","isbn":"9781119696292","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119696291-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/enterprise-ai-for-dummies-cover-9781119696292-203x255.jpg","width":203,"height":255},"title":"Enterprise AI For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b><b data-author-id=\"33409\">Zachary Jarvinen</b>, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI.</p>","authors":[{"authorId":33409,"name":"Zachary Jarvinen","slug":"zachary-jarvinen","description":" <p><b>Zachary Jarvinen, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/33409"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119696292&quot;]}]\" id=\"du-slot-63221acd56032\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119696292&quot;]}]\" id=\"du-slot-63221acd56933\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":272661},{"headers":{"creationTime":"2020-08-20T03:51:33+00:00","modifiedTime":"2020-08-20T03:51:33+00:00","timestamp":"2022-09-14T18:17:48+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Information Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33572"},"slug":"information-technology","categoryId":33572},{"name":"AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33574"},"slug":"ai","categoryId":33574},{"name":"General AI","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"},"slug":"general-ai","categoryId":33576}],"title":"AI-Enhanced Content Capture","strippedTitle":"ai-enhanced content capture","slug":"ai-enhanced-content-capture","canonicalUrl":"","seo":{"metaDescription":"AI-enhanced content capture offers the ability to quickly process incoming data. Explore technologies that come together to make content capture possible.","noIndex":0,"noFollow":0},"content":"Chances are good that you’ve sent an email to a customer service department at one point or another. Perhaps your order was late, items were damaged in shipping, or you needed to know how to initiate the return process. You may have found that while some companies are prompt in sending a reply and resolving your issue, you may not hear back from others for days. Although the timeliness of their response may have something to do with the nature of your issue, it’s also likely to be influenced by whether the company is still using manual processes to sort through incoming emails.\r\n\r\nRetailers that offer a prompt resolution are likely using <a href=\"https://www.dummies.com/computers/enterprise-ai-for-dummies-cheat-sheet/\">AI-enhanced</a> advanced capture technology. These solutions offer the ability to quickly process incoming data, but they don’t stop at email. Advanced capture technology can process handwritten notes, snail mail, and even social media.\r\n\r\nSeveral technologies come together to make enhanced content capture possible.\r\n<h2 id=\"tab1\" >Capture</h2>\r\nThe workhorse of the capture technology is, of course, its ability to capture data from any source, including handwritten forms, emails, PDF files, Word documents, and more. Advanced OCR technology recognizes both machine- and hand-printed characters in any major language. AI-enhanced capture can also recognize specific forms and can manage complex capture workflows across different departments quickly. Most systems also capture mobile information, such as forms submitted via smartphone.\r\n<h2 id=\"tab2\" >Digitize where needed</h2>\r\nBased on predetermined configurations, capture technology can convert the information it captures into editable text or a searchable PDF file, depending on your needs. For example, some paperwork-heavy industries, such as medical offices, have begun scanning documents primarily for archival purposes, while others are transforming their entire business processes to become digitized.\r\n<h2 id=\"tab3\" >Process, classify, and extract</h2>\r\nAI uses machine learning, including natural-language processing and sentiment analysis, to gain a contextual understanding of the data. After it reads and understands content, it applies advanced recognition and auto-classifies it based on these findings.\r\n<p class=\"article-tips remember\">AI-enhanced capture uses two types of technology to drive speed and accuracy:</p>\r\n\r\n<ul>\r\n \t<li><strong>Zonal extraction:</strong> This approach uses a template that identifies fields to capture and their locations. It’s most effective for recurring documents, such as claims forms or vendor invoices.</li>\r\n \t<li><strong>Freeform extraction:</strong> Using keywords and text analysis, freeform extraction is a flexible solution for retrieving data from documents that come from different sources. For instance, vendors may send your company invoices in multiple formats. AI-enhanced capture uses this technology to apply freeform rules that enable the extraction of key data from the invoices.</li>\r\n</ul>\r\nTogether, these technologies automate data extraction to save time and reduce the risk of human error.\r\n\r\nAI delivers clear, actionable insights and even predictive analytics. It also prioritizes content based on any additional established or learned criteria to trigger a machine-initiated workflow. For example, in the contact form scenario mentioned above, AI can quickly determine whether emails from customers have a positive, neutral, or negative tone. This ability to read and analyze sentiment allows the system to prioritize appropriately, so customer support personnel can deliver answers in a timely manner to the customers who need them most. Similarly, it can detect important differences between internal documents. For example, it can appropriately process invoices sent to customers versus invoices received from vendors requiring payment.\r\n\r\n[caption id=\"attachment_272679\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272679\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-enhanced-content-capture.jpg\" alt=\"AI-enhanced content capture\" width=\"556\" height=\"155\" /> The process flow from capture through the application of AI, management, and monitoring to ensure optimized performance over time.[/caption]\r\n<h2 id=\"tab4\" >Validate edge cases</h2>\r\nAnother standout quality of AI-enhanced capture is its ability to help humans focus on challenging tasks. Not only does it reduce the tedious processing of data without the need for manual intervention, but it also brings edge cases to the attention of the right person for validation.\r\n\r\nFor example, an admissions department at a community college may be able to process most transcripts rapidly using capture technology. They extract the information and send the files to the appropriate repository. Yet, in some cases, the system might flag missing information or errors that exceed value thresholds. In these scenarios, these specific transcripts can be brought to the attention of the appropriate admissions officers so they can follow up with students or take other actions as needed.\r\n<p class=\"article-tips remember\">AI-enhanced content capture becomes more intelligent over time. It learns from historical data to determine which cases can be considered normal and which require human intervention. It can also make decisions based on pre-established thresholds to deliver value to your organization right away.</p>\r\n\r\n<h2 id=\"tab5\" >Manage</h2>\r\nAI-enhanced content capture also simplifies document management. With its ability to read and make meaning of data, it routes and indexes information to the appropriate place within the content suite repository. Because it also can extract keywords, it makes your data and content easier to search.\r\n<p class=\"article-tips tip\">You can use AI-enhanced capture to automatically assign metadata from keywords to each piece of content that enters the enterprise, effectively acting as comprehensive translators. Although functions like HR, finance, and sales all have their own unique document types and language, these systems are sufficiently intelligent to understand their specific nuances. They can therefore manage content across the entire organization and link various functions seamlessly through simplified sharing and connections to line-of-business applications.</p>\r\n\r\n<h2 id=\"tab6\" >Visualize</h2>\r\nFinally, AI-enhanced capture offers key analytics via dashboards and reports. It can deliver key performance indicators to help you spot inefficiencies in your business processes.","description":"Chances are good that you’ve sent an email to a customer service department at one point or another. Perhaps your order was late, items were damaged in shipping, or you needed to know how to initiate the return process. You may have found that while some companies are prompt in sending a reply and resolving your issue, you may not hear back from others for days. Although the timeliness of their response may have something to do with the nature of your issue, it’s also likely to be influenced by whether the company is still using manual processes to sort through incoming emails.\r\n\r\nRetailers that offer a prompt resolution are likely using <a href=\"https://www.dummies.com/computers/enterprise-ai-for-dummies-cheat-sheet/\">AI-enhanced</a> advanced capture technology. These solutions offer the ability to quickly process incoming data, but they don’t stop at email. Advanced capture technology can process handwritten notes, snail mail, and even social media.\r\n\r\nSeveral technologies come together to make enhanced content capture possible.\r\n<h2 id=\"tab1\" >Capture</h2>\r\nThe workhorse of the capture technology is, of course, its ability to capture data from any source, including handwritten forms, emails, PDF files, Word documents, and more. Advanced OCR technology recognizes both machine- and hand-printed characters in any major language. AI-enhanced capture can also recognize specific forms and can manage complex capture workflows across different departments quickly. Most systems also capture mobile information, such as forms submitted via smartphone.\r\n<h2 id=\"tab2\" >Digitize where needed</h2>\r\nBased on predetermined configurations, capture technology can convert the information it captures into editable text or a searchable PDF file, depending on your needs. For example, some paperwork-heavy industries, such as medical offices, have begun scanning documents primarily for archival purposes, while others are transforming their entire business processes to become digitized.\r\n<h2 id=\"tab3\" >Process, classify, and extract</h2>\r\nAI uses machine learning, including natural-language processing and sentiment analysis, to gain a contextual understanding of the data. After it reads and understands content, it applies advanced recognition and auto-classifies it based on these findings.\r\n<p class=\"article-tips remember\">AI-enhanced capture uses two types of technology to drive speed and accuracy:</p>\r\n\r\n<ul>\r\n \t<li><strong>Zonal extraction:</strong> This approach uses a template that identifies fields to capture and their locations. It’s most effective for recurring documents, such as claims forms or vendor invoices.</li>\r\n \t<li><strong>Freeform extraction:</strong> Using keywords and text analysis, freeform extraction is a flexible solution for retrieving data from documents that come from different sources. For instance, vendors may send your company invoices in multiple formats. AI-enhanced capture uses this technology to apply freeform rules that enable the extraction of key data from the invoices.</li>\r\n</ul>\r\nTogether, these technologies automate data extraction to save time and reduce the risk of human error.\r\n\r\nAI delivers clear, actionable insights and even predictive analytics. It also prioritizes content based on any additional established or learned criteria to trigger a machine-initiated workflow. For example, in the contact form scenario mentioned above, AI can quickly determine whether emails from customers have a positive, neutral, or negative tone. This ability to read and analyze sentiment allows the system to prioritize appropriately, so customer support personnel can deliver answers in a timely manner to the customers who need them most. Similarly, it can detect important differences between internal documents. For example, it can appropriately process invoices sent to customers versus invoices received from vendors requiring payment.\r\n\r\n[caption id=\"attachment_272679\" align=\"alignnone\" width=\"556\"]<img class=\"size-full wp-image-272679\" src=\"https://www.dummies.com/wp-content/uploads/enterpriseAI-enhanced-content-capture.jpg\" alt=\"AI-enhanced content capture\" width=\"556\" height=\"155\" /> The process flow from capture through the application of AI, management, and monitoring to ensure optimized performance over time.[/caption]\r\n<h2 id=\"tab4\" >Validate edge cases</h2>\r\nAnother standout quality of AI-enhanced capture is its ability to help humans focus on challenging tasks. Not only does it reduce the tedious processing of data without the need for manual intervention, but it also brings edge cases to the attention of the right person for validation.\r\n\r\nFor example, an admissions department at a community college may be able to process most transcripts rapidly using capture technology. They extract the information and send the files to the appropriate repository. Yet, in some cases, the system might flag missing information or errors that exceed value thresholds. In these scenarios, these specific transcripts can be brought to the attention of the appropriate admissions officers so they can follow up with students or take other actions as needed.\r\n<p class=\"article-tips remember\">AI-enhanced content capture becomes more intelligent over time. It learns from historical data to determine which cases can be considered normal and which require human intervention. It can also make decisions based on pre-established thresholds to deliver value to your organization right away.</p>\r\n\r\n<h2 id=\"tab5\" >Manage</h2>\r\nAI-enhanced content capture also simplifies document management. With its ability to read and make meaning of data, it routes and indexes information to the appropriate place within the content suite repository. Because it also can extract keywords, it makes your data and content easier to search.\r\n<p class=\"article-tips tip\">You can use AI-enhanced capture to automatically assign metadata from keywords to each piece of content that enters the enterprise, effectively acting as comprehensive translators. Although functions like HR, finance, and sales all have their own unique document types and language, these systems are sufficiently intelligent to understand their specific nuances. They can therefore manage content across the entire organization and link various functions seamlessly through simplified sharing and connections to line-of-business applications.</p>\r\n\r\n<h2 id=\"tab6\" >Visualize</h2>\r\nFinally, AI-enhanced capture offers key analytics via dashboards and reports. It can deliver key performance indicators to help you spot inefficiencies in your business processes.","blurb":"","authors":[{"authorId":33409,"name":"Zachary Jarvinen","slug":"zachary-jarvinen","description":" <p><b>Zachary Jarvinen, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/33409"}}],"primaryCategoryTaxonomy":{"categoryId":33576,"title":"General AI","slug":"general-ai","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33576"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":null,"inThisArticle":[{"label":"Capture","target":"#tab1"},{"label":"Digitize where needed","target":"#tab2"},{"label":"Process, classify, and extract","target":"#tab3"},{"label":"Validate edge cases","target":"#tab4"},{"label":"Manage","target":"#tab5"},{"label":"Visualize","target":"#tab6"}],"relatedArticles":{"fromBook":[{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}},{"articleId":272651,"title":"AI Optimizes Inventory, Maintenance, Supply Chain, and Product Quality","slug":"ai-optimizes-inventory-maintenance-supply-chain-and-product-quality","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272651"}}],"fromCategory":[{"articleId":272673,"title":"How Intelligent Recommendation Systems Work","slug":"how-intelligent-recommendation-systems-work","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272673"}},{"articleId":272667,"title":"Asset Performance Optimization: Increasing Value by Extending Lifespans","slug":"asset-performance-optimization-increasing-value-by-extending-lifespans","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272667"}},{"articleId":272661,"title":"AI in the Professional Services Industry","slug":"ai-in-the-professional-services-industry","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272661"}},{"articleId":272656,"title":"How Government and Nonprofits Battle Budgets with AI","slug":"how-government-and-nonprofits-battle-budgets-with-ai","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272656"}},{"articleId":272651,"title":"AI Optimizes Inventory, Maintenance, Supply Chain, and Product Quality","slug":"ai-optimizes-inventory-maintenance-supply-chain-and-product-quality","categoryList":["technology","information-technology","ai","general-ai"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/272651"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":281697,"slug":"enterprise-ai-for-dummies","isbn":"9781119696292","categoryList":["technology","information-technology","ai","general-ai"],"amazon":{"default":"https://www.amazon.com/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","ca":"https://www.amazon.ca/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","indigo_ca":"http://www.tkqlhce.com/click-9208661-13710633?url=https://www.chapters.indigo.ca/en-ca/books/product/1119696291-item.html&cjsku=978111945484","gb":"https://www.amazon.co.uk/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20","de":"https://www.amazon.de/gp/product/1119696291/ref=as_li_tl?ie=UTF8&tag=wiley01-20"},"image":{"src":"https://www.dummies.com/wp-content/uploads/enterprise-ai-for-dummies-cover-9781119696292-203x255.jpg","width":203,"height":255},"title":"Enterprise AI For Dummies","testBankPinActivationLink":"","bookOutOfPrint":true,"authorsInfo":"<p><p><b><b data-author-id=\"33409\">Zachary Jarvinen</b>, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI.</p>","authors":[{"authorId":33409,"name":"Zachary Jarvinen","slug":"zachary-jarvinen","description":" <p><b>Zachary Jarvinen, MBA/MSc</b> is a product &#38; marketing executive and sought&#45;after author and speaker in the Enterprise AI space. Over the course of his career, he&#39;s headed up Technology Strategy for Artificial Intelligence and Analytics at OpenText, expanded markets for Epson, worked at the U.S. State Department, and was a member of the 2008 Obama Campaign Digital Team. Presently, Zachary is focused on helping organizations get tangible benefits from AI. ","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/33409"}}],"_links":{"self":"https://dummies-api.dummies.com/v2/books/"}},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119696292&quot;]}]\" id=\"du-slot-63221acc601c1\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;information-technology&quot;,&quot;ai&quot;,&quot;general-ai&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[&quot;9781119696292&quot;]}]\" id=\"du-slot-63221acc60a8b\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":272678}],"_links":{"self":{"self":"https://dummies-api.dummies.com/v2/categories/33576/categoryArticles?sortField=time&sortOrder=1&size=10&offset=0"},"next":{"self":"https://dummies-api.dummies.com/v2/categories/33576/categoryArticles?sortField=time&sortOrder=1&size=10&offset=10"},"last":{"self":"https://dummies-api.dummies.com/v2/categories/33576/categoryArticles?sortField=time&sortOrder=1&size=10&offset=37"}}},"objectTitle":"","status":"success","pageType":"article-category","objectId":"33576","page":1,"sortField":"time","sortOrder":1,"categoriesIds":[],"articleTypes":[],"filterData":{"categoriesFilter":[{"itemId":0,"itemName":"All Categories","count":47}],"articleTypeFilter":[{"articleType":"All Types","count":47},{"articleType":"Articles","count":45},{"articleType":"Cheat Sheet","count":2}]},"filterDataLoadedStatus":"success","pageSize":10},"adsState":{"pageScripts":{"headers":{"timestamp":"2023-05-31T10:50:01+00:00"},"adsId":0,"data":{"scripts":[{"pages":["all"],"location":"header","script":"<!--Optimizely Script-->\r\n<script src=\"https://cdn.optimizely.com/js/10563184655.js\"></script>","enabled":false},{"pages":["all"],"location":"header","script":"<!-- comScore Tag -->\r\n<script>var _comscore = _comscore || [];_comscore.push({ c1: \"2\", c2: \"15097263\" });(function() {var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";el.parentNode.insertBefore(s, el);})();</script><noscript><img src=\"https://sb.scorecardresearch.com/p?c1=2&c2=15097263&cv=2.0&cj=1\" /></noscript>\r\n<!-- / comScore Tag -->","enabled":true},{"pages":["all"],"location":"footer","script":"<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->\r\n<script type='text/javascript'>\r\n(function(){var g=function(e,h,f,g){\r\nthis.get=function(a){for(var a=a+\"=\",c=document.cookie.split(\";\"),b=0,e=c.length;b<e;b++){for(var d=c[b];\" \"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};\r\nthis.set=function(a,c){var b=\"\",b=new Date;b.setTime(b.getTime()+6048E5);b=\"; expires=\"+b.toGMTString();document.cookie=a+\"=\"+c+b+\"; path=/; \"};\r\nthis.check=function(){var a=this.get(f);if(a)a=a.split(\":\");else if(100!=e)\"v\"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(\":\"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case \"v\":return!1;case \"r\":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(\":\")),!c}return!0};\r\nthis.go=function(){if(this.check()){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.src=g;document.body&&document.body.appendChild(a)}};\r\nthis.start=function(){var t=this;\"complete\"!==document.readyState?window.addEventListener?window.addEventListener(\"load\",function(){t.go()},!1):window.attachEvent&&window.attachEvent(\"onload\",function(){t.go()}):t.go()};};\r\ntry{(new g(100,\"r\",\"QSI_S_ZN_5o5yqpvMVjgDOuN\",\"https://zn5o5yqpvmvjgdoun-wiley.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_5o5yqpvMVjgDOuN\")).start()}catch(i){}})();\r\n</script><div id='ZN_5o5yqpvMVjgDOuN'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>\r\n<!--END WEBSITE FEEDBACK SNIPPET-->","enabled":false},{"pages":["all"],"location":"header","script":"<!-- Hotjar Tracking Code for http://www.dummies.com -->\r\n<script>\r\n (function(h,o,t,j,a,r){\r\n h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\r\n h._hjSettings={hjid:257151,hjsv:6};\r\n a=o.getElementsByTagName('head')[0];\r\n r=o.createElement('script');r.async=1;\r\n r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\r\n a.appendChild(r);\r\n })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\r\n</script>","enabled":false},{"pages":["article"],"location":"header","script":"<!-- //Connect Container: dummies --> <script src=\"//get.s-onetag.com/bffe21a1-6bb8-4928-9449-7beadb468dae/tag.min.js\" async defer></script>","enabled":true},{"pages":["homepage"],"location":"header","script":"<meta name=\"facebook-domain-verification\" content=\"irk8y0irxf718trg3uwwuexg6xpva0\" />","enabled":true},{"pages":["homepage","article","category","search"],"location":"footer","script":"<!-- Facebook Pixel Code -->\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=256338321977984&ev=PageView&noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->","enabled":true}]}},"pageScriptsLoadedStatus":"success"},"navigationState":{"navigationCollections":[{"collectionId":287568,"title":"BYOB (Be Your Own Boss)","hasSubCategories":false,"url":"/collection/for-the-entry-level-entrepreneur-287568"},{"collectionId":293237,"title":"Be a Rad Dad","hasSubCategories":false,"url":"/collection/be-the-best-dad-293237"},{"collectionId":295890,"title":"Career Shifting","hasSubCategories":false,"url":"/collection/career-shifting-295890"},{"collectionId":294090,"title":"Contemplating the Cosmos","hasSubCategories":false,"url":"/collection/theres-something-about-space-294090"},{"collectionId":287563,"title":"For Those Seeking Peace of Mind","hasSubCategories":false,"url":"/collection/for-those-seeking-peace-of-mind-287563"},{"collectionId":287570,"title":"For the Aspiring Aficionado","hasSubCategories":false,"url":"/collection/for-the-bougielicious-287570"},{"collectionId":291903,"title":"For the Budding Cannabis Enthusiast","hasSubCategories":false,"url":"/collection/for-the-budding-cannabis-enthusiast-291903"},{"collectionId":291934,"title":"For the Exam-Season Crammer","hasSubCategories":false,"url":"/collection/for-the-exam-season-crammer-291934"},{"collectionId":287569,"title":"For the Hopeless Romantic","hasSubCategories":false,"url":"/collection/for-the-hopeless-romantic-287569"},{"collectionId":296450,"title":"For the Spring Term Learner","hasSubCategories":false,"url":"/collection/for-the-spring-term-student-296450"}],"navigationCollectionsLoadedStatus":"success","navigationCategories":{"books":{"0":{"data":[{"categoryId":33512,"title":"Technology","hasSubCategories":true,"url":"/category/books/technology-33512"},{"categoryId":33662,"title":"Academics & The Arts","hasSubCategories":true,"url":"/category/books/academics-the-arts-33662"},{"categoryId":33809,"title":"Home, Auto, & Hobbies","hasSubCategories":true,"url":"/category/books/home-auto-hobbies-33809"},{"categoryId":34038,"title":"Body, Mind, & Spirit","hasSubCategories":true,"url":"/category/books/body-mind-spirit-34038"},{"categoryId":34224,"title":"Business, Careers, & Money","hasSubCategories":true,"url":"/category/books/business-careers-money-34224"}],"breadcrumbs":[],"categoryTitle":"Level 0 Category","mainCategoryUrl":"/category/books/level-0-category-0"}},"articles":{"0":{"data":[{"categoryId":33512,"title":"Technology","hasSubCategories":true,"url":"/category/articles/technology-33512"},{"categoryId":33662,"title":"Academics & The Arts","hasSubCategories":true,"url":"/category/articles/academics-the-arts-33662"},{"categoryId":33809,"title":"Home, Auto, & Hobbies","hasSubCategories":true,"url":"/category/articles/home-auto-hobbies-33809"},{"categoryId":34038,"title":"Body, Mind, & Spirit","hasSubCategories":true,"url":"/category/articles/body-mind-spirit-34038"},{"categoryId":34224,"title":"Business, Careers, & Money","hasSubCategories":true,"url":"/category/articles/business-careers-money-34224"}],"breadcrumbs":[],"categoryTitle":"Level 0 Category","mainCategoryUrl":"/category/articles/level-0-category-0"}}},"navigationCategoriesLoadedStatus":"success"},"searchState":{"searchList":[],"searchStatus":"initial","relatedArticlesList":[],"relatedArticlesStatus":"initial"},"routeState":{"name":"ArticleCategory","path":"/category/articles/general-ai-33576/","hash":"","query":{},"params":{"category":"general-ai-33576"},"fullPath":"/category/articles/general-ai-33576/","meta":{"routeType":"category","breadcrumbInfo":{"suffix":"Articles","baseRoute":"/category/articles"},"prerenderWithAsyncData":true},"from":{"name":null,"path":"/","hash":"","query":{},"params":{},"fullPath":"/","meta":{}}},"sfmcState":{"status":"initial"},"profileState":{"auth":{},"userOptions":{},"status":"success"}}
Logo
  • Articles Open Article Categories
  • Books Open Book Categories
  • Collections Open Collections list
  • Custom Solutions

Article Categories

Book Categories

Collections

Explore all collections
BYOB (Be Your Own Boss)
Be a Rad Dad
Career Shifting
Contemplating the Cosmos
For Those Seeking Peace of Mind
For the Aspiring Aficionado
For the Budding Cannabis Enthusiast
For the Exam-Season Crammer
For the Hopeless Romantic
For the Spring Term Learner
Log In
  • Home
  • Technology Articles
  • Information Technology Articles
  • AI Articles
  • General AI Articles

General AI Articles

AI shows up in everything from the operating room to your home entertainment system. Check out these articles for a heads-up on the latest developments in artificial intelligence.

Articles From General AI

page 1
page 2
page 3
page 4
page 5

Filter Results

47 results
47 results
General AI What Is AI Technology?

Article / Updated 05-26-2023

The first concept that’s important to understand is that artificial intelligence (AI) doesn’t really have anything to do with human intelligence. Yes, some AI is modeled to simulate human intelligence, but that’s what it is: a simulation. When asking "what is artificial intelligence?" notice an interplay between goal seeking, data processing used to achieve that goal, and data acquisition used to better understand the goal. AI technology relies on algorithms to achieve a result that may or may not have anything to do with human goals or methods of achieving those goals. With this in mind, you can categorize AI in four ways: Acting like a human: When a computer acts like a human, it best reflects the Turing test, in which the computer succeeds when differentiation between the computer and a human isn’t possible. This category also reflects what the media would have you believe AI is all about. You see it employed for technologies such as natural language processing, knowledge representation, automated reasoning, and machine learning (all four of which must be present to pass the test). The original Turing Test didn’t include any physical contact. The newer, Total Turing Test does include physical contact in the form of perceptual ability interrogation, which means that the computer must also employ both computer vision and robotics to succeed. Modern techniques include the idea of achieving the goal rather than mimicking humans completely. For example, the Wright Brothers didn’t succeed in creating an airplane by precisely copying the flight of birds; rather, the birds provided ideas that led to aerodynamics that eventually led to human flight. The goal is to fly. Both birds and humans achieve this goal, but they use different approaches. Thinking like a human: When a computer thinks as a human, it performs tasks that require intelligence (as contrasted with rote procedures) from a human to succeed, such as driving a car. To determine whether a program thinks like a human, you must have some method of determining how humans think, which the cognitive modeling approach defines. This model relies on three techniques: Introspection: Detecting and documenting the techniques used to achieve goals by monitoring one’s own thought processes. Psychological testing: Observing a person’s behavior and adding it to a database of similar behaviors from other persons given a similar set of circumstances, goals, resources, and environmental conditions (among other things). Brain imaging: Monitoring brain activity directly through various mechanical means, such as Computerized Axial Tomography (CAT), Positron Emission Tomography (PET), Magnetic Resonance Imaging (MRI), and Magnetoencephalography (MEG). After creating a model, you can write a program that simulates the model. Given the amount of variability among human thought processes and the difficulty of accurately representing these thought processes as part of a program, the results are experimental at best. This category of thinking humanly is often used in psychology and other fields in which modeling the human thought process to create realistic simulations is essential. Thinking rationally: Studying how humans think using some standard enables the creation of guidelines that describe typical human behaviors. A person is considered rational when following these behaviors within certain levels of deviation. A computer that thinks rationally relies on the recorded behaviors to create a guide as to how to interact with an environment based on the data at hand. The goal of this approach is to solve problems logically, when possible. In many cases, this approach would enable the creation of a baseline technique for solving a problem, which would then be modified to actually solve the problem. In other words, the solving of a problem in principle is often different from solving it in practice, but you still need a starting point. Acting rationally: Studying how humans act in given situations under specific constraints enables you to determine which techniques are both efficient and effective. A computer that acts rationally relies on the recorded actions to interact with an environment based on conditions, environmental factors, and existing data. As with rational thought, rational acts depend on a solution in principle, which may not prove useful in practice. However, rational acts do provide a baseline upon which a computer can begin negotiating the successful completion of a goal. Hintze's AI classifications The categories used to define AI offer a way to consider various uses for or ways to apply AI. Some of the systems used to classify AI by type are arbitrary and not distinct. For example, some groups view AI as either strong (generalized intelligence that can adapt to a variety of situations) or weak (specific intelligence designed to perform a particular task well). The problem with strong AI is that it doesn’t perform any task well, while weak AI is too specific to perform tasks independently. Even so, just two type classifications won’t do the job even in a general sense. The four classification types promoted by Arend Hintze form a better basis for understanding AI: Reactive machines: The machines you see beating humans at chess or playing on game shows are examples of reactive machines. A reactive machine has no memory or experience upon which to base a decision. Instead, it relies on pure computational power and smart algorithms to recreate every decision every time. This is an example of a weak AI used for a specific purpose. Limited memory: A self-driving car or autonomous robot can’t afford the time to make every decision from scratch. These machines rely on a small amount of memory to provide experiential knowledge of various situations. When the machine sees the same situation, it can rely on experience to reduce reaction time and to provide more resources for making new decisions that haven’t yet been made. This is an example of the current level of strong AI. Theory of mind: A machine that can assess both its required goals and the potential goals of other entities in the same environment has a kind of understanding that is feasible to some extent today, but not in any commercial form. However, for self-driving cars to become truly autonomous, this level of AI must be fully developed. A self-driving car would not only need to know that it must go from one point to another, but also intuit the potentially conflicting goals of drivers around it and react accordingly. Self-awareness: This is the sort of AI that you see in movies. However, it requires technologies that aren’t even remotely possible now because such a machine would have a sense of both self and consciousness. In addition, instead of merely intuiting the goals of others based on environment and other entity reactions, this type of machine would be able to infer the intent of others based on experiential knowledge. Problems defining AI Artificial Intelligence has had several false starts and stops over the years, partly because people don’t really understand what AI is all about, or even what it should accomplish. A major part of the problem is that movies, television shows, and books have all conspired to give false hopes about hat AI could accomplish. In addition, the human tendency to anthropomorphize (give human characteristics to) technology makes it seem as if AI must do more than it can hope to accomplish. Of course, the basis for what you expect from AI is a combination of how you define AI, the technology you have for implementing AI, and the goals you have for AI. Consequently, everyone sees AI differently. Before you can use a term in any meaningful and useful way, you must have a definition for it. After all, if nobody agrees on a meaning, the term has none; it’s just a collection of characters. Defining the idiom (a term whose meaning isn’t clear from the meanings of its constituent elements) is especially important with technical terms that have received more than a little press coverage at various times and in various ways. The term artificial intelligence doesn’t really tell you anything meaningful, which is why there are so many discussions and disagreements about it. Yes, you can argue that what occurs is artificial, not having come from a natural source. However, the intelligence part is, at best, ambiguous. Discerning intelligence People define intelligence in many different ways. However, you can say that intelligence involves certain mental activities composed of the following: Learning: Having the ability to obtain and process new information Reasoning: Being able to manipulate information in various ways Understanding: Considering the result of information manipulation Grasping truths: Determining the validity of the manipulated information Seeing relationships: Divining how validated data interacts with other data Considering meanings: Applying truths to particular situations in a manner consistent with their relationship Separating fact from belief: Determining whether the data is adequately supported by provable sources that can be demonstrated to be consistently valid How does AI work? The list above could easily get quite long, but even this list is relatively prone to interpretation by anyone who accepts it as viable. As you can see from the list, however, intelligence often follows a process that a computer system can mimic as part of a simulation: Set a goal based on needs or wants. Assess the value of any currently known information in support of the goal. Gather additional information that could support the goal. The emphasis here is on information that could support the goal, rather than information that you know will support the goal. Manipulate the data such that it achieves a form consistent with existing information. Define the relationships and truth values between existing and new information. Determine whether the goal is achieved. Modify the goal in light of the new data and its effect on the probability of success. Repeat Steps 2 through 7 as needed until the goal is achieved (found true) or the possibilities for achieving it are exhausted (found false). Even though you can create algorithms and provide access to data in support of this process within a computer, a computer’s capability to achieve intelligence is severely limited. For example, a computer is incapable of understanding anything because it relies on machine processes to manipulate data using pure math in a strictly mechanical fashion. Likewise, computers can’t easily separate truth from mistruth. In fact, no computer can fully implement any of the mental activities described in the list that describes intelligence. As part of deciding what intelligence actually involves, categorizing intelligence is also helpful. Humans don’t use just one type of intelligence, but rather rely on multiple intelligences to perform tasks. Howard Gardner of Harvard has defined a number of these types of intelligence, and knowing them helps you to relate them to the kinds of tasks that a computer can simulate as intelligence (see the table below for a modified version of these intelligences with additional description). The Kinds of Human Intelligence and How AIs Simulate Them Type Simulation Potential Human Tools Description Visual-spatial Moderate Models, graphics, charts, photographs, drawings, 3-D modeling, video, television, and multimedia Physical-environment intelligence used by people like sailors and architects (among many others). To move at all, humans need to understand their physical environment — that is, its dimensions and characteristics. Every robot or portable computer intelligence requires this capability, but the capability is often difficult to simulate (as with self-driving cars) or less than accurate (as with vacuums that rely as much on bumping as they do on moving intelligently). Bodily-kinesthetic Moderate to High Specialized equipment and real objects Body movements, such as those used by a surgeon or a dancer, require precision and body awareness. Robots commonly use this kind of intelligence to perform repetitive tasks, often with higher precision than humans, but sometimes with less grace. It’s essential to differentiate between human augmentation, such as a surgical device that provides a surgeon with enhanced physical ability, and true independent movement. The former is simply a demonstration of mathematical ability in that it depends on the surgeon for input. Creative None Artistic output, new patterns of thought, inventions, new kinds of musical composition Creativity is the act of developing a new pattern of thought that results in unique output in the form of art, music, and writing. A truly new kind of product is the result of creativity. An AI can simulate existing patterns of thought and even combine them to create what appears to be a unique presentation but is really just a mathematically based version of an existing pattern. In order to create, an AI would need to possess self-awareness, which would require intrapersonal intelligence. Interpersonal Low to Moderate Telephone, audio conferencing, video conferencing, writing, computer conferencing, email Interacting with others occurs at several levels. The goal of this form of intelligence is to obtain, exchange, give, and manipulate information based on the experiences of others. Computers can answer basic questions because of keyword input, not because they understand the question. The intelligence occurs while obtaining information, locating suitable keywords, and then giving information based on those keywords. Cross-referencing terms in a lookup table and then acting on the instructions provided by the table demonstrates logical intelligence, not interpersonal intelligence. Intrapersonal None Books, creative materials, diaries, privacy, and time Looking inward to understand one’s own interests and then setting goals based on those interests is currently a human-only kind of intelligence. As machines, computers have no desires, interests, wants, or creative abilities. An AI processes numeric input using a set of algorithms and provides an output; it isn’t aware of anything that it does, nor does it understand anything that it does. Linguistic (often divided into oral, aural, and written) Low for oral and aural None for written Games, multimedia, books, voice recorders, and spoken words Working with words is an essential tool for communication because spoken and written information exchange is far faster than any other form. This form of intelligence includes understanding oral, aural, and written input, managing the input to develop an answer, and providing an understandable answer as output. In many cases, computers can barely parse input into keywords, can’t actually understand the request at all, and output responses that may not be understandable at all. In humans, oral, aural, and written linguistic intelligence come from different areas of the brain, which means that even with humans, someone who has high written linguistic intelligence may not have similarly high oral linguistic intelligence. Computers don’t currently separate aural and oral linguistic ability — one is simply input and the other output. A computer can’t simulate written linguistic capability because this ability requires creativity. Logical-mathematical High (potentially higher than humans) Logic games, investigations, mysteries, and brain teasers Calculating a result, performing comparisons, exploring patterns, and considering relationships are all areas in which computers currently excel. When you see a computer beat a human on a game show, this is the only form of intelligence that you’re actually seeing, out of seven kinds of intelligence. Yes, you might see small bits of other kinds of intelligence, but this is the focus. Basing an assessment of human-versus-computer intelligence on just one area isn’t a good idea. The reality vs. hype There is a lot of hype about AI out there. If you watch movies such as Her and Ex Machina, you might be led to believe that AI is further along than it is. The problem is that AI is actually in its infancy, and any sort of application like those shown in the movies is the creative output of an overactive imagination. However, the importance of artificial intelligence to the future of technology cannot be overstated. It is already helping people in everyday technologies, and has great potential in everything from customer service to health care, to outer space exploration. The five tribes and the master algorithm You may have heard of something called the singularity, which is responsible for the potential claims presented in the media and movies. The singularity is essentially a master algorithm that encompasses all five tribes of learning used within machine learning. To achieve what these sources are telling you, the machine must be able to learn as a human would — as specified by the seven kinds of intelligence discussed earlier. Here are the five tribes of learning: Symbologists: The origin of this tribe is in logic and philosophy. This group relies on inverse deduction to solve problems. Connectionists: This tribe’s origin is in neuroscience, and the group relies on backpropagation to solve problems. Evolutionaries: The evolutionaries tribe originates in evolutionary biology, relying on genetic programming to solve problems. Bayesians: This tribe’s origin is in statistics and relies on probabilistic inference to solve problems. Analogizers: The origin of this tribe is in psychology. The group relies on kernel machines to solve problems. The ultimate goal of machine learning is to combine the technologies and strategies embraced by the five tribes to create a single algorithm (the master algorithm) that can learn anything. Of course, achieving that goal is a long way off. Even so, scientists such as Pedro Domingos at the University of Washington are currently working toward that goal. To make things even less clear, the five tribes may not be able to provide enough information to actually solve the problem of human intelligence, so creating master algorithms for all five tribes may still not yield the singularity. At this point, you should be amazed at just how much people don’t know about how they think or why they think in a certain manner. Any rumors you hear about AI taking over the world or becoming superior to people are just plain false. Considering sources of hype There are many sources of AI hype. Quite a bit of the hype comes from the media and is presented by people who have no idea of what AI is all about, except perhaps from a sci-fi novel they read once. So, it’s not just movies or television that cause problems with AI hype; it’s all sorts of other media sources as well. You can often find news reports presenting AI as being able to do something that it can’t possibly do because the reporter doesn’t understand the technology. Oddly enough, many news services now use AI to at least start articles for reporters. Some products should be tested a lot more before being placed on the market. The “2020 in Review: 10 AI Failures” article at SyncedReview.com discusses ten products hyped by their developer but which fell flat on their faces. Some of these failures are huge and reflect badly on the ability of AI to perform tasks as a whole. However, something to consider with a few of these failures is that people may have interfered with the device using the AI. Obviously, testing procedures need to start considering the possibility of people purposely tampering with the AI as a potential source of errors. Until that happens, the AI will fail to perform as expected because people will continue to fiddle with the software in an attempt to cause it to fail in a humorous manner. Another cause of problems comes from asking the wrong person about AI. Not every scientist, no matter how smart, knows enough about AI to provide a competent opinion about the technology and the direction it will take in the future. Asking a biologist about the future of AI in general is akin to asking your dentist to perform brain surgery — it simply isn’t a good idea. Yet, many stories appear with people like these as the information source. To discover the future direction of AI, it’s best to ask a computer scientist or data scientist with a strong background in AI research. Understanding user overestimation Because of hype (and sometimes laziness or fatigue), users continually overestimate the ability of AI to perform tasks. For example, a Tesla owner was recently found sleeping in his car while the car zoomed along the highway at 90 mph. However, even with the user significantly overestimating the ability of the technology to drive a car, it does apparently work well enough (at least, for this driver) to avoid a complete failure. However, you need not be speeding down a highway at 90 mph to encounter user overestimation. Robot vacuums can also fail to meet expectations, usually because users believe they can just plug in the device and then never think about vacuuming again. After all, movies portray the devices working precisely in this manner. The article “How to Solve the Most Annoying Robot Vacuum Cleaner Problems” at RobotsInMyHome.com discusses troubleshooting techniques for various robotic vacuums for a good reason — the robots still need human intervention. The point is that most robots need human intervention at some point because they simply lack the knowledge to go it alone. What is AI technology? Artificial intelligence is a sub-discipline of computer science that works by combining large amounts of data with fast, iterative algorithms with the goal of enabling computers to solve complex problems and complete complex tasks. To see AI at work, you need to have some sort of computing system, an application that contains the required software, and a knowledge base. For artificial intelligence, the computers could be anything with a chip inside; in fact, a smartphone does just as well as a desktop computer for some applications. Of course, if you’re Amazon and you want to provide advice on a particular person’s next buying decision, the smartphone won’t do — you need a really big computing system for that application. The size of the computing system is directly proportional to the amount of work you expect the AI to perform. The application can also vary in size, complexity, and even location. For example, if you’re a business and want to analyze client data to determine how best to make a sales pitch, you might rely on a server-based application to perform the task. On the other hand, if you’re a customer and want to find products on Amazon to go with your current purchase items, the application doesn’t even reside on your computer; you access it through a web-based application located on Amazon’s servers. The knowledge base varies in location and size as well. The more complex the data, the more you can obtain from it, but the more you need to manipulate it as well. You get no free lunch when it comes to knowledge management. The interplay between location and time is also important. A network connection affords you access to a large knowledge base online but costs you in time because of the latency of network connections. However, localized databases, while fast, tend to lack details in many cases.

View Article
General AI What Is ChatGPT and How Does It Work?

Article / Updated 05-25-2023

ChatGPT is a huge phenomenon and a major paradigm shift in the accelerating march of technological progression. Artificial intelligence (AI) research company OpenAI released a free preview of the chatbot in November 2022, and by January 2023, it had more than a million users. So, what is chatgpt? It's a large language model (LLM) that belongs to a category of AI called generative AI , which can generate new content rather than simply analyze existing data. Additionally, anyone can interact with ChatGPT (GPT stands for generative pre-trained transformer) in their own words. A natural, humanlike dialog ensues. ChatGPT is often directly accessed online by users, but it is also being integrated with several existing applications, such as Microsoft Office apps (Word, Excel, and PowerPoint) and the Bing search engine. The number of app integrations seems to grow every day as existing software providers hurry to capitalize on ChatGPT’s popularity. What is ChatGPT used for? The ways to use ChatGPT are as varied as its users. Most people lean towards more basic requests, such as creating a poem, an essay, or short marketing content. Students often turn to it to do their homework. Heads up, kids: ChatGPT stinks at answering riddles and sometimes word problems in math. Other times, it just makes things up. In general, people tend to use ChatGPT to guide or explain something, as if the bot were a fancier version of a search engine. Nothing is wrong with that use, but ChatGPT can do so much more. How much more depends on how well you write the prompt. If you write a basic prompt, you’ll get a bare-bones answer that you could have found using a search engine such as Google or Bing. That’s the most common reason why people abandon ChatGPT after a few uses. They erroneously believe it has nothing new to offer. But this particular failing is the user’s fault, not ChatGPT’s. What can ChatGPT do? This list covers just some of the more unique uses of this technology. Users have asked ChatGPT to: Conduct an interview with a long-dead legendary figure regarding their views of contemporary topics. Recommend colors and color combinations for logos, fashion designs, and interior decorating designs. Generate original works such as articles, e-books, and ad copy. Predict the outcome of a business scenario. Develop an investment strategy based on stock market history and current economic conditions. Make a diagnosis based on a patient’s real-world test results. Write computer code to make a new computer game from scratch. Leverage sales leads. Inspire ideas for a variety of things from A/B testing to podcasts, webinars, and full-feature films. Check computer code for errors. Summarize legalese in software agreements, contracts, and other forms into simple laymen language. Calculate the terms of an agreement into total costs. Teach a skill or get instructions for a complex task. Find an error in their logic before implementing their decision in the real world. Much ado has been made of ChatGPT’s creativity. But that creativity is a reflection and result of the human doing the prompting. If you can think it, you can probably get ChatGPT to play along. Unfortunately, that’s true for bad guys too. For example, they can prompt ChatGPT to find vulnerabilities in computer code or a computer system; steal your identity by writing a document in your style, tone, and word choices; or edit an audio clip or a video clip to fool your biometric security measures or make it say something you didn’t actually say. Only their imagination limits the possibilities for harm and chaos. Unwrapping ChatGPT fears Perhaps no other technology is as intriguing and disturbing as generative artificial intelligence. Emotions were raised to a fever pitch when 100 million monthly active users snatched up the free, research preview version of ChatGPT within two months after its launch. You can thank science fiction writers and your own imagination for both the tantalizing and terrifying triggers that ChatGPT is now activating in your head, making you wonder: Is ChatGPT safe? There are definitely legitimate reasons for caution and concern. Lawsuits have been launched against generative AI programs for copyright and other intellectual property infringements. OpenAI and other AI companies and partners stand accused of illegally using copyrighted photos, text, and other intellectual property without permission or payment to train their AI models. These charges generally spring from copyrighted content getting caught up in the scraping of the internet to create massive training datasets. In general, legal defense teams are arguing the inevitability and unsustainability of such charges in the age of AI and requesting that charges be dropped. The lawsuits regarding who owns the content generated by ChatGPT and its ilk lurk somewhere in the future. However, the U.S. Copyright Office has already ruled that AI-generated content, be it writing, images, or music, is not protected by copyright law. In the U.S., at least for now, the government will not protect anything generated by AI in terms of rights, licensing, or payment. Meanwhile, realistic concerns exist over other types of potential liabilities. ChatGPT and ChatGPT alternatives are known to sometimes deliver incorrect information to users and other machines. Who is liable when things go wrong, particularly in a life-threatening scenario? Even if a business’s bottom line is at stake and not someone's life, risks can run high and the outcome can be disastrous. Inevitably, someone will suffer and likely some person or organization will eventually be held accountable for it. Then, there are the magnifications of earlier concerns, such as data privacy, biases, unfair treatment of individuals and groups through AI actions, identity theft, deep fakes, security issues, and reality apathy, which is when the public can no longer tell what is true and what isn’t and thinks the effort to sort it all out is too difficult to pursue. In short, all of this probably has you wondering: Is ChatGPT safe? The potential to misuse it accelerates and intensifies the need for the rules and standards currently being studied, pursued, and developed by organizations and governments seeking to establish guardrails aimed at ensuring responsible AI. The big question is whether they’ll succeed in time, given ChatGPT’s incredibly fast adoption rate worldwide. Examples of groups working on guidelines, ethics, standards, and responsible AI frameworks include the following: ACM US Technology Committee’s Subcommittee on AI & Algorithms World Economic Forum UK’s Centre for Data Ethics Government agencies and efforts such as the US AI Bill of Rights and the European Council of the European Union’s Artificial Intelligence Act. IEEE and its 7000 series of standards Universities such as New York University’s Stern School of Business The private sector, wherein companies make their own responsible AI policies and foundations How does ChatGPT work? ChatGPT works differently than a search engine. A search engine, such as Google or Bing, or an AI assistant, such as Siri, Alexa, or Google Assistant, works by searching the internet for matches to the keywords you enter in the search bar. Algorithms refine the results based on any number of factors, but your browser history, topic interests, purchase data, and location data usually figure into the equation. You’re then presented with a list of search results ranked in order of relevance as determined by the search engine’s algorithm. From there, the user is free to consider the sources of each option and click a selection to do a deeper dive for more details from that source. By comparison, ChatGPT generates its own unified answer to your prompt. It doesn't offer citations or note its sources. You ask; it answers. Easy-peasey, right? No. That task is incredibly hard for AI to do, which is why generative AI is so impressive. Generating an original result in response to a prompt is achieved by using either the GPT-3 (Generative Pre-trained Transformer 3) or GPT-4 model to analyze the prompt with context and predict the words that are likely to follow. Both GPT models are extremely powerful large language models capable of processing billions of words per second. In short, transformers enable ChatGPT to generate coherent, humanlike text as a response to a prompt. ChatGPT creates a response by considering context and assigning weight (values) to words that are likely to follow the words in the prompt to predict which words would be an appropriate response. Some ChatGPT basics here: User input is called a prompt rather than a command or a query, although it can take either form. You are, in effect, prompting AI to predict and complete a pattern that you initiated by entering the prompt. If you'd like a comprehensive ChatGPT guide, including more detail on how it works and how to use it, check out my book ChatGPT For Dummies. Peeking at the ChatGPT architecture As its name implies, ChatGPT is a chatbot running on a GPT model. GPT-3, GPT-3.5, and GPT-4 are large language models (LLMs) developed by OpenAPI. When GPT-3 was introduced, it was the largest LLM at 175 billion parameters. An upgraded version called GPT-3.5 turbo is a highly optimized and more stable version of GPT-3 that's ten times cheaper for developers to use. ChatGPT is now also available on GPT-4, which is a multimodal model, meaning it accepts both image and text inputs although its outputs are text only. It's now the largest LLM to date, although GPT-4’s exact number of parameters has yet to be disclosed. Parameters are numerical values that weigh and define connections between nodes and layers in the neural network architecture. The more parameters a model has, the more complex its internal representations and weighting. In general, more parameters lead to better performance on specific tasks. ChatGPT for beginners Here, you'll learn the basics of how to use ChatGPT and why it relies on your skills to optimize its performance. But the real treasure here are the tips and insights on how to write prompts so that ChatGPT can perform its true magic. You can learn even more about writing prompts in my book ChatGPT For Dummies. Writing effective ChatGPT prompts ChatGPT appears deceptively simplistic. The user interface is elegantly minimalistic and intuitive, as shown in the figure below. The first part of the page offers information to users regarding ChatGPT’s capabilities and limitations plus a few examples of prompts. The prompt bar, which resembles a search bar, runs across the bottom of the page. Just enter a question or a command to prompt ChatGPT to produce results immediately. If you enter a basic prompt, you’ll get a bare-bones, encyclopedic-like answer, as shown in the figure below. Do that enough times and you’ll convince yourself that this is just a toy and you can get better results from an internet search engine. This is a typical novice’s mistake and a primary reason why beginners give up before they fully grasp what ChatGPT is and can do. Understand that your previous experience with keywords and search engines does not apply here. You must think of and use ChatGPT in a different way. Think hard about how you’re going to word your prompt. You have many options to consider. You can assign ChatGPT a role or a persona, or several personas and roles if you decide it should respond as a team, as illustrated in the figure below. You can assign yourself a new role or persona as well. Or tell it to address any type of audience — such as a high school graduating class, a surgical team, or attendees at a concert or a technology conference. You can set the stage or situation in great or minimum detail. You can ask a question, give it a command, or require specific behaviors. A prompt, as you can see now, is much more than a question or a command. Your success with ChatGPT hinges on your ability to master crafting a prompt in such a way as to trigger the precise response you seek. Ask yourself these questions as you are writing or evaluating your prompt. Who do you want ChatGPT to be? Where, when, and what is the situation or circumstances you want ChatGPT’s response framed within? Is the question you're entering in the prompt the real question you want it to answer, or were you trying to ask something else? Is the command you're prompting complete enough for ChatGPT to draw from sufficient context to give you a fuller, more complete, and richly nuanced response? And the ultimate question for you to consider: Is your prompt specific and detailed, or vague and meandering? Whichever is the case, that’s what ChatGPT will mirror in its response. ChatGPT’s responses are only as good as your prompt. That’s because the prompt starts a pattern that ChatGPT must then complete. Be intentional and concise about how you present that pattern starter — the prompt. Starting a chat To start a chat, just type a question or command in the prompt bar, shown at the bottom of the figure below. ChatGPT responds instantly. You can continue the chat by using the prompt bar again. Usually, you do this to gain further insights or to get ChatGPT to further refine its response. Following, are some things you can do in a prompt that may not be readily evident: Add data in the prompt along with your question or command regarding what to do with this data. Adding data directly in the prompt enables you to add more current info as well as make ChatGPT responses more customizable and on point. You can use the Browsing plug-in to connect ChatGPT to the live internet, which will give it access to current information. However, you may want to add data to the prompt anyway to better focus its attention on the problem or task at hand. However, there are limits on prompting and response sizes, so make your prompt as concise as possible. Direct the style, tone, vocabulary level, and other factors to shape ChatGPT's response. Command ChatGPT to assume a specific persona, job role, or authority level in its response. If you’re using ChatGPT-4, you'll soon be able to use images in the prompt too. ChatGPT can extract information from the image to use in its analysis. When you’ve finished chatting on a particular topic or task, it’s wise to start a new chat (by clicking or tapping the New Chat button in the upper left). Starting a new dialogue prevents confusing ChatGPT, which would otherwise treat subsequent prompts as part of a single conversational thread. On the other hand, starting too many new chats on the same topic or related topics can lead the AI to use repetitious phrasing and outputs, whether or not they apply to the new chat’s prompt. To recap: Don't confuse ChatGPT by chatting in one long continuous thread with a lot of topic changes or by opening too many new chats on the same topic. Otherwise, ChatGPT will probably say something offensive or make up random and wrong answers. When writing prompts, think of the topic or task in narrow terms. For example, don't have a long chat on car racing, repairs, and maintenance. To keep ChatGPT more intently focused, narrow your prompt to a single topic, such as determining when the vehicle will be at top trade-in value so you can best offset a new car price. Your responses will be of much higher quality. ChatGPT may call you offensive names and make up stuff if the chat goes on too long. Shorter conversations tend to minimize these odd occurrences, or so most industry watchers think. For example, after ChatGPT responses to Bing users became unhinged and argumentative, Microsoft limited conversations with it to 5 prompts in a row, for a total of 50 conversations a day per user. But a few days later, it increased the limit to 6 prompts per conversation and a total of 60 conversations per day per user. The limits will probably increase when AI researchers can figure out how to tame the machine to an acceptable — or at least a less offensive — level.

View Article
General AI History of AI: How It All Started

Article / Updated 05-25-2023

You can hardly avoid hearing about artificial intelligence (AI) today. You see AI in the movies, in the news, in books, and online. It's been in the news a lot lately, with all of the frenzy surrounding ChatGPT (see more about that below). AI is part of robots, self-driving (SD) cars, drones, medical systems, online shopping sites, and all sorts of other technologies that affect your daily life in so many ways. Some people have come to trust AIs so much, that they fall asleep while their self-driving cars take them to their destination — illegally, of course. Many pundits are burying you in information (and disinformation) about AI, too. Some see AI as cute and fuzzy; others see it as a potential mass murderer of the human race. The problem with being so loaded down with information in so many ways is that you struggle to separate what’s real from what is simply the product of an overactive imagination. Just how far can you trust your AI, anyway? Much of the hype about AI originates from the excessive and unrealistic expectations of scientists, entrepreneurs, and businesspersons. This article helps you understand some of the history of artificial intelligence and evolution of AI. The ChatGPT controversy The latest media storm around AI came in early January 2023, when OpenAI's free preview of its ChatGPT chatbot (released in November 2022) reached 100 million users. OpenAI then released a subscription service called ChatGPT Plus, and an upgraded version of its product, ChatGPT-4, in March 2023. A chatbot is a computer program designed to simulate human conversation. ChatGPT (GPT stands for generative pretrained transformer) is a particularly powerful chatbot able to produce natural, human-like writing through its use of 570GB of data from the Internet. Representing one of the latest achievements in the development of artificial intelligence, ChatGPT can answer questions and write articles, poems, emails, and research papers; it can also write programming code, translate languages, and perform other tasks related to language. ChatGPT's possible real-world uses include: Customer service Ecommerce Research Education and training Computer code writing and debugging Scheduling and booking Entertainment Health care information and assistance However, while many people are excited about the possibilities for ChatGPT and other similar technologies being developed, there are plenty of concerns about how it can be used in bad ways, too — for example, to cheat in school by having it write essays and research papers. It’s difficult to discern whether a piece of writing has been generated by ChatGPT or a human. In addition, the technology is far from perfect; the text it produces is often inaccurate and biased, and therefore, can spread false and even harmful information. AI can, and is, serving us well in many ways, but it’s important to understand its limitations. AI will never be able to engage in certain essential activities and tasks, and won’t be able to do other ones until far into the future. For example, while it can produce a piece of music with the data you’ve entered and in the style of a particular musician, say Beethoven, it cannot actually create anything. AI doesn’t have an imagination or original ideas. The history of AI, starting with Dartmouth Looking at artificial intelligence history begins with the earliest computers, which were just that: computing devices. They mimicked the human ability to manipulate symbols in order to perform basic math tasks, such as addition. Logical reasoning later added the capability to perform mathematical reasoning through comparisons (such as determining whether one value is greater than another value). However, for artificial intelligence evolution, humans still needed to define the algorithm used to perform the computation, provide the required data in the right format, and then interpret the result. During the summer of 1956, various scientists attended a workshop held on the Dartmouth College campus in Hanover, New Hampshire, to do something more. They predicted that machines that could reason as effectively as humans would require, at most, a generation to come about. They were wrong. Only now have we realized machines that can perform mathematical and logical reasoning as effectively as a human (which means that computers must master at least six more intelligences before reaching anything even close to human intelligence). The stated problem with the Dartmouth College and other endeavors of the time relates to hardware — the processing capability to perform calculations quickly enough to create a simulation. However, that’s not really the whole problem. Yes, hardware does figure in to the picture, but you can’t simulate processes that you don’t understand. Even so, the reason that AI is somewhat effective today is that the hardware has finally become powerful enough to support the required number of calculations. The biggest problem with these early attempts (and still a considerable problem today) is that we don’t understand how humans reason well enough to create a simulation of any sort — assuming that a direction simulation is even possible. Consider the issues surrounding the accomplishment of manned flight by the Wright brothers. They succeeded not by simulating birds, but rather by understanding the processes that birds use, thereby creating the field of aerodynamics. Consequently, when someone says that the next big AI innovation is right around the corner and yet no concrete dissertation exists of the processes involved, the innovation is anything but right around the corner. Continuing with expert systems Expert systems first appeared in the 1970s and again in the 1980s as an attempt to reduce the computational requirements posed by AI using the knowledge of experts. A number of expert system representations appeared, including: Rule based: These use "if … then" statements to base decisions on rules of thumb. Frame based: These use databases organized into related hierarchies of generic information called frames. Logic based: These rely on set theory to establish relationships). The advent of expert systems is important in artificial intelligence background because they present the first truly useful and successful implementations of AI. You still see expert systems in use today, although they aren’t called that any longer. For example, the spelling and grammar checkers in your application are kinds of expert systems. The grammar checker, especially, is strongly rule based. It pays to look around to see other places where expert systems may still see practical use in everyday applications. A problem with expert systems is that they can be hard to create and maintain. Early users had to learn specialized programming languages, such as List Processing (LisP) or Prolog. Some vendors saw an opportunity to put expert systems in the hands of less experienced or novice programmers. However, the products they used generally provided extremely limited functionality in using small knowledge bases. In the 1990s, the phrase expert system began to disappear. The idea that expert systems were a failure did appear, but the reality is that expert systems were simply so successful that they became ingrained in the applications that they were designed to support. Using the example of a word processor, at one time you needed to buy a separate grammar checking application, such as RightWriter. However, word processors now have grammar checkers built in because they proved so useful (if not always accurate). Overcoming the AI winters The term AI winter refers to a period of reduced funding in the development of AI. In general, AI has followed a path on which proponents overstate what is possible, inducing people with no technology knowledge at all, but lots of money, to make investments. A period of criticism then follows when AI fails to meet expectations, and finally, the reduction in funding occurs. A number of these cycles have occurred over the years — all of them devastating to true progress. AI is currently in a new hype phase because of machine learning, a technology that helps computers learn from data. Having a computer learn from data means not depending on a human programmer to set operations (tasks), but rather deriving them directly from examples that show how the computer should behave. ' Machine learning is like educating a baby by showing it how to behave through example. This technology has pitfalls because the computer can learn how to do things incorrectly through careless teaching. At this time, the most successful solution is deep learning, which is a technology that strives to imitate the human brain. Deep learning is possible because of the availability of powerful computers, smarter algorithms, large datasets produced by the digitalization of our society, and huge investments from businesses such as Google, Facebook, Amazon, and others that take advantage of this AI renaissance for their own businesses. People are saying that the AI winter is over because of deep learning, and that’s true for now. However, when you look around at the ways in which people are viewing AI, you can easily figure out that another criticism phase will eventually occur unless proponents tone the rhetoric down. A brief artificial intelligence timeline 1942: First electronic digital computer built by John Vincent Atanasoff and Clifford Berry at Iowa State University 1950: Alan Turing paper “Computing Machinery and Intelligence;” his proposal later became “The Turing Test,” which measured machine AI 1958: Perceptron computer, built by Cornell University Professor Frank Rosenblatt, regarded as first artificial neural network 1966: First “chatterbox” (later shortened to chatbot) — created by Joseph Weizenbaum, a German-American computer scientist — uses natural language processing to converse with humans 1971: First commercial microprocessor by Intel 1988: Jabberwacky, a chatbot created by British computer scientist Rollo Carpenter, provides interesting and entertaining conversation to humans 1990s: Early days of the Internet 1992: TD-Gammon, developed by Gerald Tesauro, of IBM; an artificial neural network trained by temporal-difference learning to play high-level backgammon 1997: IBM's Deep Blue chess computer defeats Russian chess grandmaster Garry Kasparov; Windows releases a speech recognition software, developed by Dragon Systems 2012: AlexNet, a convolutional neural network architecture, primarily designed by Alex Krizhevsky, a Ukrainian-born, Canadian computer scientist 2020: OpenAI beta tests GPT-3, which uses deep learning to create code, poetry, and other language and writing tasks; it's the first such chatbot that can create content almost indistinguishable from human-created content 2023: In January, OpenAI releases a free preview of its ChatGPT-3 to the public, and in March releases the upgrade ChatGPT-4 AI in our everyday lives You’re using AI in some way today; in fact, you probably rely on AI in many different ways — you just don’t notice it because it’s so mundane. A smart thermostat for your home may not sound very exciting, but it’s an incredibly practical use for a technology that has some people running for the hills in terror. As the development of AI has continued, there are now really cool uses for AI. For example, you may not know there is a medical monitoring device that can actually predict when you might have a heart problem, but such a device exists. AI powers drones, drives cars, and makes all sorts of robots possible. You see AI used today in all sorts of space applications, and the evolution of artificial intelligence figures prominently in all the space adventures humans will have tomorrow. The potential uses for AI number in the millions — all safely out of sight even when they’re quite dramatic in nature. Here are some of the ways in which you might see AI used: Fraud detection: You get a call from your credit card company asking whether you made a particular purchase. The credit card company isn’t being nosy; it’s simply alerting you to the fact that someone else could be making a purchase using your card. The AI embedded within the credit card company’s code detected an unfamiliar spending pattern and alerted someone to it. Resource scheduling: Many organizations need to schedule the use of resources efficiently. For example, a hospital may have to determine where to put a patient based on the patient’s needs, availability of skilled experts, and the amount of time the doctor expects the patient to be in the hospital. Complex analysis: Humans often need help with complex analysis because there are literally too many factors to consider. For example, the same set of symptoms could indicate more than one problem. A doctor or other expert might need help making a diagnosis in a timely manner to save a patient’s life. Automation: Any form of automation can benefit from the addition of AI to handle unexpected changes or events. A problem with some types of automation today is that an unexpected event, such as an object in the wrong place, can actually cause the automation to stop. Adding AI to the automation can allow the automation to handle unexpected events and continue as if nothing happened. Customer service: The customer service line you call today may not even have a human behind it. The automation is good enough to follow scripts and use various resources to handle the vast majority of your questions. With good voice inflection (provided by AI as well), you may not even be able to tell that you’re talking with a computer. Safety systems: Many of the safety systems found in machines of various sorts today rely on AI to take over the vehicle in a time of crisis. For example, many automatic braking systems (ABS) rely on AI to stop the car based on all the inputs that a vehicle can provide, such as the direction of a skid. Computerized ABS is actually relatively old at 40 years from a technology perspective. Machine efficiency: AI can help control a machine in such a manner as to obtain maximum efficiency. The AI controls the use of resources so that the system doesn’t overshoot speed or other goals. Every ounce of power is used precisely as needed to provide the desired services.

View Article
General AI Performing Health Care Tasks Using Automation

Article / Updated 05-09-2023

Artificial intelligence (AI) is great at automation, which can make it ideal for tasks in health care. It never deviates from the procedure, never gets tired, and never makes mistakes as long as the initial procedure is correct. Unlike humans, AI never needs a vacation or a break or even an eight-hour day (not that many in the medical profession have that, either). Consequently, the same AI that interacts with a patient for breakfast will do so for lunch and dinner as well. So, at the outset, AI has some significant advantages if viewed solely on the bases of consistency, accuracy, and longevity. Working with medical records The major way in which an AI helps in medicine is medical records. In the past, everyone used paper records to store patient data. Each patient might also have a blackboard that medical personnel use to record information daily during a hospital stay. Various charts contain patient data, and the doctor might also have notes. Having all these sources of information in so many different places made it hard to keep track of the patient in any significant way. Using an AI, along with a computer database, helps make information accessible, consistent, and reliable. Products such as Google Deepmind Health enable personnel to mine the patient information to see patterns in data that aren’t obvious. Doctors don’t necessarily interact with records in the same way that everyone else does. The use of products such as IBM’s WatsonPaths helps doctors interact with patient data of all sorts in new ways to make better diagnostic decisions about patient health. You can see a video on how this product works. Medicine is about a team approach, with many people of varying specialties working together. However, anyone who watches the process for a while soon realizes that these people don’t communicate among themselves sufficiently because they’re all quite busy treating patients. Products such as CloudMedX take all the input from the all parties involved and performs risk analysis on it. The result is that the software can help locate potentially problematic areas that could reduce the likelihood of a good patient outcome. In other words, this product does some of the talking that the various stakeholders would likely do if they weren’t submerged in patient care. Predicting the future Some truly amazing predictive software based on medical records includes CareSkore, which actually uses algorithms to determine the likelihood of a patient’s requiring readmission into the hospital after a stay. By performing this task, hospital staff can review reasons for potential readmission and address them before the patient leaves the hospital, making readmission less likely. Along with this strategy, Zephyr Health helps doctors evaluate various therapies and choose those most likely to result in a positive outcome — again reducing the risk that a patient will require readmission to the hospital. This video tells you more about Zephyr Health. In some respects, your genetics form a map of what will happen to you in the future. Consequently, knowing about your genetics can increase your understanding of your strengths and weaknesses, helping you to live a better life. Deep Genomics is discovering how mutations in your genetics affect you as a person. Mutations need not always produce a negative result; some mutations actually make people better, so knowing about mutations can be a positive experience, too. Check out this video for more details. Making procedures safer Doctors need lots of data to make good decisions. However, with data being spread out all over the place, doctors who lack the ability to analyze that disparate data quickly often make imperfect decisions. To make procedures safer, a doctor needs not only access to the data but also some means of organizing and analyzing it in a manner reflecting the doctor’s specialty. One such product is Oncora Medical, which collects and organizes medical records for radiation oncologists. As a result, is these doctors can deliver the right amount of radiation to just the right locations to obtain a better result with a lower potential for unanticipated side effects. Doctors also have trouble obtaining necessary information because the machines they use tend to be expensive and huge. An innovator named Jonathan Rothberg has decided to change all that by using the Butterfly Network. Imagine an iPhone-sized device that can perform both an MRI and an ultrasound. The picture on the website is nothing short of amazing. Creating better medications Everyone complains about the price of medications today. Yes, medications can do amazing things for people, but they cost so much that some people end up mortgaging homes to obtain them. Part of the problem is that testing takes a lot of time. Performing a tissue analysis to observe the effects of a new drug can take up to a year. Fortunately, products such as 3Scan can greatly reduce the time required to obtain the same tissue analysis to as little as one day. Of course, better still would be the drug company having a better idea of which drugs are likely to work and which aren’t before investing any money in research. Atomwise uses a huge database of molecular structures to perform analyses on which molecules will answer a particular need. In 2015, researchers used Atomwise to create medications that would make Ebola less likely to infect others. The analysis that would have taken human researchers months or possibly years to perform took Atomwise just one day to complete. Imagine this scenario in the midst of a potentially global epidemic. If Atomwise can perform the analysis required to render the virus or bacteria noncontagious in one day, the potential epidemic could be curtailed before becoming widespread. Drug companies also produce a huge number of drugs. The reason for this impressive productivity, besides profitability, is that every person is just a little different. A drug that performs well and produces no side effects on one person might not perform well at all and could even harm a different person. Turbine enables drug companies to perform drug simulations so that the drug companies can locate the drugs most likely to work with a particular person’s body. Turbine’s current emphasis is on cancer treatments, but it’s easy to see how this same approach could work in many other areas. Medications can take many forms. Some people think they come only in pill or shot form, yet your body produces a wide range of medications in the form of microbiomes. Your body actually contains ten times as many microbes as it does human cells, and many of these microbes are essential for life; you’d quickly die without them. Whole Biome is using a variety of methods to make these microbiomes work better for you so that you don’t necessarily need a pill or a shot to cure something. Check out this video for additional information. Some companies have yet to realize their potential, but they’re likely to do so eventually. One such company is Recursion Pharmaceuticals, which employs automation to explore ways to use known drugs, bioactive drugs, and pharmaceuticals that didn’t previously make the grade to solve new problems. The company has had some success in helping to solve rare genetic diseases, and it has a goal of curing 100 diseases in the next ten years (obviously, an extremely high goal to reach).

View Article
General AI How AI Can Enhance Physical Ability

Article / Updated 04-14-2023

Many of the current techniques for extending the healthy range of human life (the segment of life that contains no significant sickness), rather than just increasing the number of years of life depends on making humans more capable of improving their own health in various ways. You can find any number of articles that tell you 30, 40, or even 50 ways to extend this healthy range, but often it comes down to a combination of eating right, exercising enough and in the right way, and sleeping well. Of course, figuring out just which food, exercise, and sleep technique works best for you is nearly impossible. The following sections discuss ways in which an AI-enabled device might make the difference between having 60 good years and 80 or more good years. (In fact, it’s no longer hard to find articles that discuss human life spans of 1,000 or more years in the future because of technological changes.) Using games for therapy A gaming console can make a powerful and fun physical therapy tool. Both Nintendo Wii and Xbox 360 see use in many different physical therapy venues. The goal of these games is to get people moving in certain ways. As when anyone else plays, the game automatically rewards proper patient movements, but a patient also receives therapy in a fun way. Because the therapy becomes fun, the patient is more likely to actually do it and get better faster. Of course, movement alone, even when working with the proper game, doesn’t assure success. In fact, someone could develop a new injury when playing these games. The Jintronix add-on for the Xbox Kinect hardware standardizes the use of this game console for therapy, increasing the probability of a great outcome. Considering the use of exoskeletons One of the most complex undertakings for an AI is to provide support for an entire human body. That’s what happens when someone wears an exoskeleton (essentially a wearable robot). An AI senses movements (or need to move) and provides a powered response to the need. The military has excelled in the use of exoskeletons. Imagine being able to run faster and carry significantly heavier loads as a result of wearing an exoskeleton. This video gives you just a glimpse of what’s possible. Of course, the military continues to experiment, which actually feeds into civilian uses. The exoskeleton you eventually see (and you’re almost guaranteed to see one at some point) will likely have its origins in the military. Industry has also gotten in on the exoskeleton technology. Factory workers currently face a host of illnesses because of repetitive stress injuries. In addition, factory work is incredibly tiring. Wearing an exoskeleton not only reduces fatigue but also reduces errors and makes the workers more efficient. People who maintain their energy levels throughout the day can do more with far less chance of being injured, damaging products, or hurting someone else. The exoskeletons in use in industry today reflect their military beginnings. Look for the capabilities and appearance of these devices to change in the future to look more like the exoskeletons shown in movies such as Aliens. The real-world examples of this technology are a little less impressive but will continue to gain in functionality. As interesting as the use of exoskeletons to make able people even more incredible is, what they can enable people to do that they can’t do now is downright amazing. For example, scientists at the National Institutes of Health Clinical Center in Bethesda, Maryland, have helped children with cerebral learn how to walk more effectively by using an exoskeleton. Not all exoskeletons used in medical applications provide lifetime use, however. For example, an exoskeleton can help a stroke victim walk normally again. As the person becomes more able, the exoskeleton provides less support until the wearer no longer needs it. Some users of the device have even coupled their exoskeleton to other products, such as Amazon’s Alexa. The overall purpose of wearing an exoskeleton isn’t to make you into Iron Man. Rather, it’s to cut down on repetitive stress injuries and help humans excel at tasks that currently prove too tiring or just beyond the limits of their body. From a medical perspective, using an exoskeleton is a win because it keeps people mobile longer, and mobility is essential to good health.

View Article
General AI Artificial Intelligence For Dummies Cheat Sheet

Cheat Sheet / Updated 01-19-2023

Artificial intelligence (AI) is a technology that has grabbed a lot of attention in movies, books, products, and in a slew of other places. Often, vendors equate AI with smartness: You buy a smart device to obtain a device with an AI, even though smart devices sometimes are smart only in that they offer connectivity, not AI. Many products are hyped to contain AI that sometimes doesn’t even work. Some people, of course, want to grab headlines by telling mistruths or offering misconceptions about AI. This Cheat Sheet offers you some interesting insights into why the mundane is actually where you see AI most often. Yes, AI is being put to some amazing uses as well, but vendors often misrepresent these applications to the point that no one really knows how much is real and how much is the result of someone’s vivid imagination.

View Cheat Sheet
General AI Portable Patient Monitoring

Article / Updated 07-20-2022

A medical professional isn’t always able to tell what is happening with a patient’s health simply by listening to their heart, checking vitals, or performing a blood test. The body doesn’t always send out useful signals that let a medical professional learn anything at all. In addition, some body functions, such as blood sugar, change over time, so constant monitoring becomes necessary. Going to the doctor’s office every time you need one of these vitals checked would prove time consuming and possibly not all that useful. Older methods of determining some body characteristics required manual, external intervention on the part of the patient — an error-prone process in the best of times. For these reasons, and many more, an AI can help monitor a patient’s statistics in a manner that is efficient, less error prone, and more consistent, as described in the following sections. Wearing helpful monitors All sorts of monitors fall into the helpful category. In fact, many of these monitors have nothing to do with the medical profession, yet produce positive results for your health. Consider the Moov monitor, which monitors both heart rate and 3-D movement. The AI for this device tracks these statistics and provides advice on how to create a better workout. You actually get advice on, for example, how your feet are hitting the pavement during running and whether you need to lengthen your stride. The point of devices like these is to ensure that you get the sort of workout that will improve health without risking injury. Mind you, if a watch-type monitoring device is too large, Motiv produces a ring that monitors about the same number of things that Moov does, but in a smaller package. This ring even tracks how you sleep to help you get a good night’s rest. Rings do tend to come with an assortment of pros and cons. This article tells you more about these issues. Interestingly enough, many of the pictures on the site don’t look anything like a fitness monitor, so you can have fashion and health all in one package. Of course, if your only goal is to monitor your heart rate, you can get devices such as Apple Watch that also provide some level of analysis using an AI. All these devices interact with your smartphone, so you can possibly link the data to still other applications or send it to your doctor as needed. Relying on critical wearable monitors A problem with some human conditions is that they change constantly, so checking intermittently doesn’t really get the job done. Glucose, the statistic measured by diabetics, is one statistic that falls into this category. The more you monitor the rise and fall of glucose each day, the easier it becomes to change medications and lifestyle to keep diabetes under control. Devices such as the K'Watch provide such constant monitoring, along with an app that a person can use to obtain helpful information on managing their diabetes. Of course, people have used intermittent monitoring for years; this device simply provides that extra level of monitoring that can make the difference between having diabetes be a life-altering issue or a minor nuisance. The act of constantly monitoring someone’s blood sugar or other chronic disease statistic might seem like overkill, but it has practical use as well. Products such as Sentrian let people use the remote data to predict that a patient will become ill before the event actually occurs. By making changes in patient medications and behavior before an event can occur, Sentrian reduces the number of unavoidable hospitalizations — making the patient’s life a lot better and reducing medical costs. Some devices are truly critical, such as the Wearable Defibrillator Vest (WDV), which senses your heart condition continuously and provides a shock should your heart stop working properly. This short-term solution can help a doctor decide whether you need the implanted version of the same device. There are pros and cons to wearing one, but then again, it’s hard to place a value on having a shock available when needed to save a life. The biggest value of this device is the monitoring it provides. Some people don’t actually need an implantable device, so monitoring is essential to prevent unnecessary surgery. Using movable monitors The number and variety of AI-enabled health monitors on the market today is staggering. For example, you can actually buy an AI-enabled toothbrush that will monitor your brushing habits and provide you with advice on better brushing technique. When you think about it, creating a device like this presents a number of hurdles, not the least of which is keeping the monitoring circuitry happy inside the human mouth. Of course, some people may feel that the act of brushing their teeth really doesn’t have much to do with good health, but it does. Creating movable monitors generally means making them both smaller and less intrusive. Simplicity is also a requirement for devices designed for use by people with little or no medical knowledge. One device in this category is a wearable electrocardiogram (ECG). Having an ECG in a doctor’s office means connecting wires from the patient to a semiportable device that performs the required monitoring. The QardioCore provides the ECG without using wires, and someone with limited medical knowledge can easily use it. As with many devices, this one relies on your smartphone to provide needed analysis and make connections to outside sources as needed. Current medical devices work just fine, but they aren’t portable. The point of creating AI-enabled apps and specialized devices is to obtain much needed data when a doctor actually needs it, rather than having to wait for that data. Even if you don’t buy a toothbrush to monitor your technique or an ECG to monitor your heart, the fact that these devices are small, capable, and easy to use means that you may still benefit from them at some point.

View Article
General AI Enterprise AI For Dummies Cheat Sheet

Cheat Sheet / Updated 03-14-2021

Here’s a quick reference to the major bullets and tables from Part 1 of Enterprise AI For Dummies, which is about what artificial intelligence can do for you, right now, in your business. It’s about well-established, tried-and-true technology and processes that are currently being used in businesses and organizations all over the world to help humans become more productive, more accurate, more efficient, and more understanding.

View Cheat Sheet
General AI AI in the Professional Services Industry

Article / Updated 09-01-2020

Business organizations look to professional services firms to offload existing processes such as payroll, claims processing, and other clerical tasks. Consequently, rather than push the innovation curve as early adopters of emerging technology, professional services firms have traditionally followed well-established procedures and used conventional tools. However, much of the work they take on involves processes that are well suited for optimization through AI, and many corporations are investigating the benefits of AI for streamlining workflows and cutting operational expenses. A KPMG report predicts that enterprises will increase their spending on intelligent automation from $12.4 billion in 2019 to $232 billion in 2025, almost 19 times as much in just seven years. A McKinsey report estimates that 20 percent of the cyclical tasks of a typical finance unit can be fully automated and almost 50 percent can be mostly automated. Exploring the AI Pyramid From all appearances, the industries typically served by professional services firms are in the early stages of a tectonic shift that will reverberate throughout the professional services industry. The initial shock will involve adopting new ways of organizing and delivering professional services, but the aftershocks could very well challenge the essence of what professional services firms deliver. The following figure shows the hierarchy of business complexity. AI projects usually start at the base of the pyramid, where the goal is to save costs by optimizing manual process via human-machine collaboration. As the projects move up the pyramid, they move away from saving costs and focus on increasing revenue by making more informed decisions regarding existing lines of business or launching new lines of business. In a real-life example, one cookware company uses home demonstrations to sell high-end pots and pans using internal financing. They brought in AI to replace a manual workflow based on rules and decision trees with a semi-automated process that streamlines the underwriting decision and reduces acquisition cost. This project was a tactical move to save money by making the process more efficient. On the strength of that success, they moved up the pyramid. They used AI to analyze the historical behavior of accounts that underwriting declined and passed on to a third-tier lender. The model looked for common characteristics of borrowers that had been declined but got financing from the third-tier lender and didn’t default but paid it in full. They then applied the model to new loan applications to identify candidates who might not meet the traditional requirements for financing but were still a good risk. This project was a strategic move to expand their market to increase revenue. To begin with, if AI doesn’t eventually replace the most fundamental tiers of service delivery, such as paper handling and data entry, it will at the very least optimize them to the point that they can be delivered by a significantly reduced staff through human-machine collaboration. Or it could lead to an increase in staff by freeing up funds through increased efficiency, An Accenture report indicated that AI could boost employment levels by 10 percent if the rest of the world invested in AI and human-machine collaboration at the same level as the top performing 20 percent. Professional services firms touch many industries, and just as technology matures and affects all industries, by necessity it affects how professional services firms engage their clients. AI won’t replace core professional expertise, but it will make you more efficient and thus enable you to increase the value proposition for your clients. However, professionals who do embrace AI will replace those who don’t. Climbing the AI Pyramid The research tells us that enterprises across the board will increasingly turn to AI and big data to reduce costs and errors while improving efficiency and strategic planning. With a history of anticipating the needs of the market and then providing the services, you can use that knowledge to automate your own back-office processes and build on that experience to offer expanded services that relieve your clients of the heavy lifting of creating the architecture for an in-house or out-sourced AI initiative. Many firms focus on helping their clients automate routine tasks as a low-friction entry point with obvious time and cost savings. This simple application also serves as a platform for educating the client on the principles of AI and evaluating use cases for the best fit and results. With a proven win under their belt, clients are more receptive to expanding the role of AI and machine learning in their organizations, allowing them to introduce innovation and differentiation in their product and service offerings and to use the data to tackle tasks at higher levels of the pyramid. By applying AI to your client’s environment, you can also increase your value to your clients by weaning them from reactively correcting when unexpected issues arise to forestalling common issues with preventative practices and ultimately to anticipating outcomes with predictive management. As the application of AI to routine processes relieves employees from attending to mundane tasks, it also frees them to tackle more valuable and interesting tasks, thus enhancing their own career paths and adding more value for the clients. Another byproduct of the cycle of expanding automation upward through the tiers of the complexity pyramid is that, as the capabilities of artificial intelligence grow, the practices of your firm become more specialized until they are distilled to services that are beyond the touch of AI. Or the singularity happens, whichever comes first. But until that time, those who lean into innovation will gain the competitive advantage, but only if they incorporate continuous learning for their employees as a part of the business model. Unearthing the Algorithmic Treasures The uses for AI are as varied as the industries served by professional services firms. Healthcare AI can quickly and economically acquire, classify, process, and route unstructured text to everyone in the information pipeline, increasing accessibility while lowering costs. Natural-language processing can extract targeted information from unstructured text such as faxes, clinical notes, intake forms, and medical histories, to improve end-to-end workflow. The process starts with data capture and classification, and then routes data and documents to the appropriate back-end systems, spotting exceptions, validating edge cases, and creating action items. Content management AI uses machine learning, text mining, and natural-language processing to process content, extracting concepts and entities, such as names, places, dates, and customized elements relevant to the business. AI then uses that information to create metadata and import it into a structured database, accelerating searches and data analysis. At the same time, the system automatically classifies the document based on its type and content and either assigns it to the next step in an automated workflow or flags it for review. Compliance AI uses unstructured data mining, robotic process automation, statistical data aggregation, and natural-language processing to read and interpret compliance documents, interpret metadata, and identify roles and relationships, and then uses cognitive-process automation to deliver concise, actionable insights. AI uses supervised and unsupervised learning, natural-language processing, and intelligent segmentation to capture, analyze, and filter possible compliance violations to discard false positives that waste the time of compliance officers. AI uses structured and unstructured data mining and natural-language processing to monitor internal and external records, documents, and social media to detect errors, violations, and trends, allowing the compliance department to be proactive and avoid costly penalties. AI uses robotics-process automation, natural-language processing, and machine learning to identify potential violations of Know Your Customer (KYC) and Anti-Money Laundering (AML) regulations. Law AI uses text mining to process large pools of unstructured data, such as legal documents, emails, texts, and social media to identify key concepts, categorize content, detect subjectivity, isolate behavior patterns, discern the sentiment expressed in the content, and extract phrases and entities such as people, places, and things. AI uses supervised and unsupervised learning based on native or custom taxonomies to classify or characterize large volumes of documents and cull irrelevant documents as required in support of pre- and post-production activities, such as early case assessment and privilege detection. AI uses machine learning and natural-language processing to analyze large amounts of textual content and distill it into short summaries and chronologies, which can display entity and concept trends over time, as well as behavioral patterns of persons of interest. The results can be integrated with data visualization to display the outcome in a consumable and intuitively understandable structure using interactive reports and dashboards. Manufacturing AI uses decision trees and neural networks to establish baseline requirements and then uses real-time data to reveal patterns and relationships to determine demand behavior, which drives optimized inventory levels and replenishment plans. AI uses text mining, data mining, and optimization-planning techniques to integrate suppliers and automate transactions to help clients understand their current business, address issues, and formulate strategies for improved performance. Clients can use supply-chain analytics to compare the performance of trading partners to operational and business metrics to make better decisions about their partnerships. AI uses reinforcement learning to automate repetitive human processes. Robotic-process automation (RPA) combines analytics, machine learning and rules-based software to capture and interpret existing data-input streams to process a transaction, manipulate data, trigger responses, and communicate with other enterprise applications. Oil and gas AI uses predictive maintenance algorithms to achieve optimum uptime. AI uses IoT sensors and machine-learning algorithms to support data-driven decision-making and enable operational excellence for midstream processes, such as storing and transporting oil and gas. AI uses text mining, natural-language processing, and machine learning to read legacy exploration and production data to optimize new construction and development projects. AI uses text mining and machine learning to collect, combine, and assess data to improve operational performance, reduce cost, minimize risk, and accelerate time-to-production in well-site development. It also uses those techniques to boost health and safety and to improve environmental performance. Utilities AI uses machine-learning algorithms and data from IoT devices to help energy and utility companies predict energy demand to assist in meeting short- or long-term needs, pinpointing areas of the plant or grid that need maintenance and reducing waste by uncovering inefficiencies.

View Article
General AI AI-Enhanced Content Capture

Article / Updated 08-20-2020

Chances are good that you’ve sent an email to a customer service department at one point or another. Perhaps your order was late, items were damaged in shipping, or you needed to know how to initiate the return process. You may have found that while some companies are prompt in sending a reply and resolving your issue, you may not hear back from others for days. Although the timeliness of their response may have something to do with the nature of your issue, it’s also likely to be influenced by whether the company is still using manual processes to sort through incoming emails. Retailers that offer a prompt resolution are likely using AI-enhanced advanced capture technology. These solutions offer the ability to quickly process incoming data, but they don’t stop at email. Advanced capture technology can process handwritten notes, snail mail, and even social media. Several technologies come together to make enhanced content capture possible. Capture The workhorse of the capture technology is, of course, its ability to capture data from any source, including handwritten forms, emails, PDF files, Word documents, and more. Advanced OCR technology recognizes both machine- and hand-printed characters in any major language. AI-enhanced capture can also recognize specific forms and can manage complex capture workflows across different departments quickly. Most systems also capture mobile information, such as forms submitted via smartphone. Digitize where needed Based on predetermined configurations, capture technology can convert the information it captures into editable text or a searchable PDF file, depending on your needs. For example, some paperwork-heavy industries, such as medical offices, have begun scanning documents primarily for archival purposes, while others are transforming their entire business processes to become digitized. Process, classify, and extract AI uses machine learning, including natural-language processing and sentiment analysis, to gain a contextual understanding of the data. After it reads and understands content, it applies advanced recognition and auto-classifies it based on these findings. AI-enhanced capture uses two types of technology to drive speed and accuracy: Zonal extraction: This approach uses a template that identifies fields to capture and their locations. It’s most effective for recurring documents, such as claims forms or vendor invoices. Freeform extraction: Using keywords and text analysis, freeform extraction is a flexible solution for retrieving data from documents that come from different sources. For instance, vendors may send your company invoices in multiple formats. AI-enhanced capture uses this technology to apply freeform rules that enable the extraction of key data from the invoices. Together, these technologies automate data extraction to save time and reduce the risk of human error. AI delivers clear, actionable insights and even predictive analytics. It also prioritizes content based on any additional established or learned criteria to trigger a machine-initiated workflow. For example, in the contact form scenario mentioned above, AI can quickly determine whether emails from customers have a positive, neutral, or negative tone. This ability to read and analyze sentiment allows the system to prioritize appropriately, so customer support personnel can deliver answers in a timely manner to the customers who need them most. Similarly, it can detect important differences between internal documents. For example, it can appropriately process invoices sent to customers versus invoices received from vendors requiring payment. Validate edge cases Another standout quality of AI-enhanced capture is its ability to help humans focus on challenging tasks. Not only does it reduce the tedious processing of data without the need for manual intervention, but it also brings edge cases to the attention of the right person for validation. For example, an admissions department at a community college may be able to process most transcripts rapidly using capture technology. They extract the information and send the files to the appropriate repository. Yet, in some cases, the system might flag missing information or errors that exceed value thresholds. In these scenarios, these specific transcripts can be brought to the attention of the appropriate admissions officers so they can follow up with students or take other actions as needed. AI-enhanced content capture becomes more intelligent over time. It learns from historical data to determine which cases can be considered normal and which require human intervention. It can also make decisions based on pre-established thresholds to deliver value to your organization right away. Manage AI-enhanced content capture also simplifies document management. With its ability to read and make meaning of data, it routes and indexes information to the appropriate place within the content suite repository. Because it also can extract keywords, it makes your data and content easier to search. You can use AI-enhanced capture to automatically assign metadata from keywords to each piece of content that enters the enterprise, effectively acting as comprehensive translators. Although functions like HR, finance, and sales all have their own unique document types and language, these systems are sufficiently intelligent to understand their specific nuances. They can therefore manage content across the entire organization and link various functions seamlessly through simplified sharing and connections to line-of-business applications. Visualize Finally, AI-enhanced capture offers key analytics via dashboards and reports. It can deliver key performance indicators to help you spot inefficiencies in your business processes.

View Article
page 1
page 2
page 3
page 4
page 5

Quick Links

  • About For Dummies
  • Contact Us
  • Activate A Book Pin

Connect

Opt in to our newsletter!

By entering your email address and clicking the “Submit” button, you agree to the Terms of Use and Privacy Policy & to receive electronic communications from Dummies.com, which may include marketing promotions, news and updates.

About Dummies

Dummies has always stood for taking on complex concepts and making them easy to understand. Dummies helps everyone be more knowledgeable and confident in applying what they know. Whether it's to pass that big test, qualify for that big promotion or even master that cooking technique; people who rely on dummies, rely on it to learn the critical skills and relevant information necessary for success.

Terms of Use
Privacy Policy
Cookies Settings
Do Not Sell My Personal Info - CA Only