• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

CTOvision.com

Context for the CTO, CIO, CISO and Data Scientist

  • About
    • Company
    • CTO
    • Events
    • Entertainment
    • Government
    • News
    • Tech Advice
    • Tech Careers
    • The Boardroom
    • Training and Education
    • Quotes
    • Members Only
      • Sign in
  • Tech Guide
    • CTOvision Guide To Technology
    • CTOvision Guide To The Cybersecurity Technology Marketplace
    • National Security Technology
    • Cloud Computing
    • Artificial Intelligence
    • Mobile
    • Blockchain and Cryptocurrency
    • Robots
    • Internet of Things
    • Cyber War
  • Contact Us
  • Newsletters
  • OODA LLC
Home » Artificial Intelligence » CTO Guide to the Business of Artificial Intelligence

CTO Guide to the Business of Artificial Intelligence

Bob Gourley June 3, 2019

 

artificial-intelligence-headThis is the CTOvision guide on the megatrend of Artificial Intelligence. This report gives a high level overview of the most important factors of the trend, gives updated insights into the activities of the major AI companies, and succinct descriptions of AI tech. It also points to key CTOvision reporting to help readers dive deeper into the topic.

We start with a definition of AI:

Artificial Intelligence (AI) is the application of thinking machines to real world problems.

This definition is unique. We like it because it focused on practitioners. Once you take a practitioners view you see AI is really about far more than algorithms. There are a wide range of technical and non-technical factors that must come together to deliver results.

Examples of tech components and non-tech components of real world AI solutions follow:

Tech Components:

  • Analytic Algorithms (including Machine Learning, Deep Learning)
  • Natural Language Processing
  • Robotics
  • Computer Vision
  • Data Management
  • Sensors
  • Hardware architectures
  • Technical security measures

Non Tech Components:

  • New business strategies
  • Cybersecurity policies
  • Business risk policies
  • Ethics
  • Legal and regulatory regimes
  • Training and testing
  • Operation and maintenance
  • Hiring, promotion, career management

Business Impact of AI:

Here are the key points we recommend any enterprise tech professional consider regarding AI:

  • With business models returning profit now, all indications are AI will continue to improve.
  • The evolution of AI has been accelerating due to its coupling with incredibly low cost cloud computing.
  • Creators use a “generate and test” approach to creating functionality, with no accepted protocol for security or testing in AI. This is a huge negative.
  • There are four major problems with AI today: 1) Some of the most capable AI is not scrutable (you can’t see how it works), 2) AI can be easy to deceive, trick or hack, 3) AI can be unfair, unethical and unwanted, and 4) AI can be leveraged by competitors and even criminals to your detriment.
  • There are ways to balance the risks and opportunities around AI.
  • AI, especially Machine Learning, is playing a huge role in modernizing the cybersecurity industry.
  • AI is also being used by cyber criminals, with many in the security community predicting AI enabled malware coming soon.
  • AI can be easier to deceive than current computer software (see Generative Adversary Networks: A very exciting development in Artificial Intelligence).
  • There are many lessons that can be learned from others on ways to improve your corporate governance over AI including ethics around AI.
  • More on optimizing AI for business can be found at OODAloop.com 

Open AI questions decision-makers should track:

  • Will job displacement caused by AI be a crisis? Will government put regulations on companies because of this?
  • Will companies use AI in ways their customers regard as ethical?
  • Will there ever be a widely-accepted security framework for AI?
  • Can behavioral analytics enhance security?
  • How can machine learning improve cybersecurity?

The field is growing dramatically with the proliferation of high powered computers into homes and businesses and especially with the growing power of smartphones and other mobile devices. AI requires lots of data to be effective and with the proliferation of mobile devices there is more data now than ever.

Due Diligence Assessments and Artificial Intelligence

The trend of Artificial Intelligence is an increasingly important element of corporate Due Diligence since it is so disruptive business models.

  • On the sell side: Firms should ensure their use of AI is done securely and ethically (see our special report at OODAloop.com on “When AI goes Wrong” for insight into issues and mitigation strategies). This applies to any firm that uses any AI enabled capability. However, firms that produce AI (vendors) should pay particular attention to this, it will make a big difference in how well a firm will be valued.
  • On the buy side: Buyers should pay particular attention to the use of AI in the target to ensure a well thought out architecture that mitigates risks. External and independent verification and validation of AI ethics and security policies and practices are key, as well as the degree that the target is complying with appropriate compliance regimes.

Strategically, the acquisition of technology firms is an art requiring assessment of how unique the capability is and how much in demand it will be in the market. We provide a special focus on  due diligence for artificial intelligence companies via our parent company, OODA LLC.

The Technologies of Artificial Intelligence

There are many key technologies used in fielding AI. These are the components of AI technologies we recommend tracking:

Machine Learning: Machine Learning is a subset of AI that focused on giving computers the ability to learn without being explicitly programmed. Machine Learning involves the automated training and fitting models to data. ML is the most widely used AI related technology and is frequently the front end of more complex solutions. This is a broad technique with many methods. Methods commonly taught and applied in ML solutions all have different strengths and weaknesses and part of the art of ML is knowing which applies to the need at hand.

Neural Networks: Considered a more complex form of Machine Learning, this approach uses data flow mappings similar to artificial “neurons” to weigh inputs and related them to outputs. This approach views problems in terms of inputs, outputs and variables that associated inputs with outputs.

Deep Learning: Highly evolved neural networks with many layers of variables and features. Important to most modern image and voice recognitions and for extracting meaning from text. Deep learning models use a technique called “back propagation“ to optimize the models that predict or classify outputs, which adds to complexity of the end model. The end model may have so many 1000’s of variables that no human can really understand how the model functions or how a conclusion was arrived at.

Natural Language processing: This class of technology analyzes and understands human speech and text. Used in modern applications of speech recognition including chatbots and intelligent agents. NLP also requires training data, in this case the output is knowledge about how language relates, often referred to as a “knowledge graph” for a particular domain.

Rule-based expert systems: This is an older approach to AI solutions. It involves establishing sets of logical rules derived from the way people actually work. Used in many processes where sets can be clearly defined. This was the dominant form of AI in the past and is still around today, but is really just complex programming. Imagine a large number of “if-then” statements in a program, but in this case the rules were built by domain experts.

Robots and Robotics: This is the automation of physical tasks. Primarily used in factory and warehouse tasks but growing use in heath care, small businesses and homes. Training data for robots is critically important, but in this case the training data may include location for movement or a wide variety of expected changes in the environment.

Robotic Process Automation: This is the automation of structured digital tasks in the enterprise or factory. This is a highly evolved form of scripting actions. It is a combination of software and workflows built to help automate business processes. RPA is at its best when it provides users with the benefits of other AI capabilities like Machine Learning.

Other Related AI Terms and Concepts:

Supervised Learning: The most common type of training for AI models. Data is labeled by humans so the algorithm can be taught based on what was established by humans. This is very similar to older techniques of statistics like regression analysis. Once a model has been developed using supervised learning, it can be used with new data to provide predictions. This is called “scoring”. Training models on labeled data generally takes large quantities of data that have known outcomes, and in many use cases the outcome that is being sought is actually a rare occurrence (this is called a “class imbalance”).

Unsupervised Learning:This is the development of AI models in ways that detect patterns in data that are not labeled and results are not known.

Training Data:The data used for the development of the model. This is often validated using another subset of data for which the outcome to be predicted is known.

The methods and concepts above are almost always combined in any real world AI solution.

The AI Vendor Community

Most AI capabilities today have their roots in academia, but real implementations are being driven by the corporate world. There are many reasons for this. One is the profit motive. Another is the large collections of data available to the big firms. We provide more focused reporting on the firms driving AI forward in our Disruptive IT Directory in the categories of Tech Titans and Artificial Intelligence Companies. It is especially important to track the AI developments of Google, Microsoft, IBM, Amazon, Apple,

You can see our reference to Truly Useful AI You Can Use Right Today.

For Further Study

Artificial intelligence software is assisting people in most every discipline. The many functions of AI are considered to be threatening jobs across multiple industries, but others consider it a great producer of jobs since it will help create entirely new industries and free more humans to innovate and create. This impact on jobs is best considered in conjunction with the megatrend of Robotics, since together those two trends are going to impact some of the largest sectors of jobs in the U.S. (consider, for example, the impact on retail and shipping).

For alerts on future posts on this topic see CTOvision Newsletters.

Some of the AI companies we are tracking include:

NVIDIA: Inventor of the GPU, which creates interactive graphics on laptops, workstations, mobile devices, notebooks, PCs, and more

Artificial Intelligence Companies, Company, Infrastructure Companies

Windward Maritime AI: Maritime analytics that deliver the right insights in the right context at the right time

Artificial Intelligence Companies, Company

Amazon AWS: Dominating In Cloudcomputing, Data Analytics, Artificial Intelligence and IoT

Artificial Intelligence Companies, Cloud Computing Companies, IoT Companies, Tech Titans

Accrete scales human expertise and automate analytical tasks to make accurate predictions about the real world

Artificial Intelligence Companies

Cloudera: Extract Benefit From All Your Data And Work Across Clouds

Artificial Intelligence Companies, Big Data Companies, Company

Verdant AI: A startup studio focusing on enterprise grade artificial intelligence products.

Artificial Intelligence Companies

Algorithmia: AI Layer that automates the deployment process for Machine Learning

Artificial Intelligence Companies

Mythic: Accelerating AI that works for everyone

Artificial Intelligence Companies

Forge.ai: Fueling Machine Intelligence

Artificial Intelligence Companies

Percipient: We love the mission focus of this AI product company

Artificial Intelligence Companies

Senzing: AI powered entity resolution to find who is who and what is what in your data

Artificial Intelligence Companies, News

Improbable: Simulation platform technology

Artificial Intelligence Companies, Infrastructure Companies, IoT Companies, Robotics Companies

Nara Logics: Synaptic intelligence for better decisions

Artificial Intelligence Companies

IPSoft/Amelia: Cognitive agents for service desk and enterprise IT management

Artificial Intelligence Companies

H2O: An in-memory product delivering the fastest possible analytics speeds

Artificial Intelligence Companies

Uniphore: Highly scalable, accurate, fast speech recognition technology

Artificial Intelligence Companies, Infrastructure Companies

EverLaw: Another Useful Artificial Intelligence Capability

Artificial Intelligence Companies, Business Intelligence Companies

DataRobot: Automating to enable better predictive models and predictions quicker

Artificial Intelligence Companies, Business Intelligence Companies

Google: Innovating in AI but can they catch up with cloud leaders?

Artificial Intelligence Companies, Cloud Computing Companies, Mobile Companies, Tech Titans

For more on these topics see:

  • Recent Crashes of Boeing 737 Max 8 Aircraft Could Have Been Death By Algorithm: If so they are not the first
  • Amazon opens its internal machine learning courses to all for free
  • Is Artificial Intelligence Dangerous? Probably not, but here are a few categories to noodle on
  • Crafting an AI-Relevant, Data-First, Agile Methodology for AI & ML Projects
  • Eric Schmidt Provides Insights Into The Future of Artificial Intelligence and Machine Learning at RSAC2017
  • From Machine Learning to Machine Reasoning
  • The next big intersection of AI and business will be at AI World
  • Could this be the real reason to be afraid of AI?
  • Super Bowl Ads Indicate Big Businesses Think You Are Afraid of AI
  • MYCIN, Watson, and AI History

There are seven key megatrends driving the future of enterprise IT. You can remember them all with the mnemonic acronym CAMBRIC, which stands for Cloud Computing, Artificial Intelligence, Mobility, Big Data, Robotics, Internet of Things, CyberSecurity.

  • About
  • Latest Posts
Connect Here
Bob Gourley
Co-Founder and CTO at OODA
Bob Gourley is the CTO and Co-Founder of the due diligence and cybersecurity consultancy OODA LLC , which publishes CTOvision.com and OODAloop.com. Bob's background is as an all source intelligence analyst and an enterprise CTO.
Connect Here
Latest posts by Bob Gourley (see all)
  • Opportunity for companies in the national Security Space to Sponsor Defense Intelligence Memorial Foundation Event - March 2, 2021
  • Miracle on Ice: Business, Technology and National Security Leadership Lessons from the 1980 Olympics USA Hockey Team - February 24, 2021
  • ElasticON Public Sector US Federal on April 13: For any organizations with a desired to optimize data - February 22, 2021

Share this:

  • LinkedIn
  • Facebook
  • Twitter
  • Reddit
  • Email

Related

Filed Under: Artificial Intelligence, Featured Tagged With: Apple, IBM, Palantir

Gain Decision Advantage With Innovative Enterprise Software

How Aerospike achieves fine-grained global replication

Search News: Elastic Announces Web Crawler for Elastic App Search and Support for Box in Elastic Workplace Search

Looking Good: Chainlink Promises ’10x Data’ With New ‘Off-Chain Reporting’ Overhaul

Ideas On Bitcoin vs Ethereum: Performance Growth Analysis

Crypto: The Graph Adds Support for Binance Smart Chain

Snowflake names VMware veteran Jon Robertson as APJ boss

These factors are now a bottle-neck for Chainlink

From The Point Of View of an Investor: What Is The Graph?

OK this is huge: Ethereum mining revenue breaks $1 billion for the first time in February

NYT on Anduril: Away From Silicon Valley, the Military Is the Ideal Customer

About Bob Gourley

Bob Gourley is the CTO and Co-Founder of the due diligence and cybersecurity consultancy OODA LLC , which publishes CTOvision.com and OODAloop.com. Bob's background is as an all source intelligence analyst and an enterprise CTO.

Primary Sidebar

Search

Hot News

How Aerospike achieves fine-grained global replication

Search News: Elastic Announces Web Crawler for Elastic App Search and Support for Box in Elastic Workplace Search

Looking Good: Chainlink Promises ’10x Data’ With New ‘Off-Chain Reporting’ Overhaul

Ideas On Bitcoin vs Ethereum: Performance Growth Analysis

Crypto: The Graph Adds Support for Binance Smart Chain

Snowflake names VMware veteran Jon Robertson as APJ boss

These factors are now a bottle-neck for Chainlink


OODAcast OODA cast

OODA

Disruptive IT finder

CTOevents

Featured Content

CTO Guide To The Business of the Internet of Things

CTO Guide To The Business of Robotics

CTO Guide To The Business of Bigdata

CTO Guide To The Business of Mobility

Learn things your competitors wish you did not know

CTO Guide To The Business of Cloud Computing

CTO Guide To The Business of Cybersecurity

RSS CTO Events

  • An error has occurred, which probably means the feed is down. Try again later.

Footer

Free Newsletters and Tech Reports

CTOs on Facebook
CTOs on LinkedIn

CTO Events
Tech Guide

OODA LLC Technology Due Diligence
OODAloop.com

CTOVision Pro: Exclusive Content

Reports
Crucial Point LLC

Copyright © 2021 CTOvision.com·

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.