What is AI? A Primer

Society has long been fascinated with the idea of machines that think, act independently, and maybe even have emotions. In our earliest history, the “Golem” represented the concept of a being created from inanimate components that could be imbued with motion, action, understanding, and feeling. More recently, the concept has been expressed as well-known characters such as C-3PO from the Star Wars franchise, or Data from Star Trek.

Often, the fiction of artificial intelligence is far more fantastic than the current reality; for one, human emotion is something our creations can only mimic for now. They also currently lack the ability to grow beyond their programming in ways that could make them truly independent. And actual thought? While we might be close to something like a thinking machine, their abilities in this area remain far inferior to those of humans.

society-has-taken-an-abiding-interest-in-all-things-AI-img-2

It’s unlikely to remain that way for very long.

In the meantime, society has taken an abiding interest in all things AI, and marketers have taken note. Everything shy of breakfast cereal is touting AI as a foundational component—but it can be very difficult to understand what AI truly is, and whether it is contributing meaningfully to those things claiming to use it.

AI doesn't mean one single thing—it’s a collection of technologies that simulate some form of human thinking or behavior. But in general, Artificial Intelligence refers to computer-based or computer-driven systems that are capable of doing things that typically require human effort. Some of the most common of these are understanding language, identifying images and patterns, making decisions, and learning from data.

 

What is the modern history of AI?

The idea behind practical AI has been evolving for decades—well before LLMs and chatbots entered the scene.

The First True AI: Logic and Reasoning

The development concepts of AI date back to the mid-20th century, when scientists and mathematicians began exploring whether machines could replicate human reasoning.

  • In 1956, the term “artificial intelligence” was coined at the Dartmouth Conference, a gathering now considered AI’s symbolic birth.

  • Early efforts focused on symbolic AI—models that mimicked human logic using rules and structured knowledge.

One of the first landmark systems was MYCIN (1970s), an expert system used for medical diagnosis. It could recommend treatments based on symptoms—but only by following predefined rules, not by learning.

This era showed that machines could simulate thought, but only in narrow, hardcoded ways.

The Rise of Machine Learning

In the 1980s and 1990s, a new idea took hold: rather than telling machines how to reason, what if we let them learn patterns from data?

This shift to machine learning meant:

  • Models could be trained on examples instead of rules

  • Accuracy improved with more data

  • AI could start adapting to new situations, not just repeating logic

This set the foundation for modern AI—including the deep learning systems we use today.

Deep Learning and the AI Boom

The 2010s brought a tipping point:

  • Increased computing power necessary for what researchers were trying to accomplish

  • Massive datasets made available for helping systems learn

  • New model designs, like convolutional and recurrent neural networks

AI began beating humans at tasks like:

  • Image recognition

  • Speech transcription

  • Games like Go and chess

AI-began-beating-humans-at-tasks

Then came transformers—a groundbreaking architecture introduced in 2017 (not cars that turn into robots, though admittedly that would be kind of awesome). Transformers enabled AI to understand sequential data like language at scale and speed.

That’s what powers modern tools like GPT, Claude, and Botkeeper’s next-gen transaction classifiers.

Today: The Age of Applied AI

Today, AI is embedded into tools we use every day:

  • Predicting spending habits

  • Automating bookkeeping

  • Chatting with customers

  • Drafting content, code, and reports

But there’s a critical difference between:

  • General-purpose models that aim to do everything

  • And domain-specific AI designed to do one thing exceptionally well

Understanding that difference—and using the right AI for the right task—is what separates a flashy feature from a truly transformative solution.

separates-a-flashy-feature-from-a-truly-transformative-solution

 

What Are the Different Types of AI?

AI isn’t all one thing. There are different model types suited to varying tasks. This matrix helps break them down for you:

AI Type Best At Example(s)

Large Language Models (LLMs)

Understanding and generating natural language

ChatGPT, Claude, Gemini

Expert Systems

Making decisions or recommendations by following predefined, human-created rules in specific domains like medicine, tax law, or troubleshooting. These rules are defined by domain experts and encoded into the system by knowledge engineers.

MYCIN (medical diagnosis), CLIPS

Neural Networks (CNNs, RNNs)

Pattern recognition in images, sequences, or text

ResNet (image classification), LSTM (time-series forecasting)

Reinforcement Learning (RL)

Learning optimal strategies through rewards and penalties

AlphaGo, OpenAI Five

Computer Vision Models

Analyzing and interpreting visual data

YOLO (object detection), OpenCV (image analysis)

Generative Models (GANs, Diffusion)

Creating synthetic content like images, videos, and text

DALL·E, Midjourney, Stable Diffusion

Speech & Audio Models

Transcribing, generating, or analyzing audio and speech

Whisper (speech-to-text), Google TTS

Symbolic AI (GOFAI)

Formal logic, reasoning, and rule-based problem solving

Prolog-based systems, business rule engines

Traditional Machine Learning

Classifying and predicting outcomes from structured data

Random Forests, SVMs, K-Means

Hybrid Models

Combining learning and reasoning for more flexible tasks

Neural-symbolic systems, LLMs with logic modules

Evolutionary Algorithms / Genetic Algorithms

Solving optimization problems by mimicking natural selection and evolution processes such as mutation and crossover.

Neural architecture search, optimization in robotics

Swarm Intelligence / Multi-Agent Systems

Decentralized problem solving by mimicking collective behaviors found in nature (e.g., ant colonies, bird flocks).

Drone swarm coordination, traffic routing systems

Cognitive Architectures

Simulating human-like reasoning, learning, and memory for research into human cognition and AGI.

Soar, ACT-R

Anomaly Detection Systems

Detecting unusual patterns or outliers in data, often used in fraud detection, cybersecurity, and monitoring systems.

Credit card fraud detection, network intrusion detection

Edge AI

Running AI locally on devices to enable low-latency, offline, or privacy-sensitive applications without relying on the cloud.

Facial recognition on smartphones, object detection in IoT devices

 

Is It REALLY AI?

As we mentioned in the introduction, not everything claiming to be AI truly is. Here are some examples to help you see it more clearly:

Technology Why It's Mistaken for AI It's Not Truly AI

Robotic Process Automation (RPA)

It mimics human actions and automates repetitive tasks.

No learning or adaptation—completely rule-based.

Business Rules Engines

It makes automated decisions based on rules, appearing 'intelligent.'

Only follows static logic—no reasoning or learning involved.

Automation Scripts / Macros

It automates tasks and saves time, creating the illusion of intelligence.

Scripts are hard-coded with no flexibility or intelligence.

Chatbots (Rule-Based)

It has a conversational interface, even though it follows scripts.

No NLP or learning—just follows keyword trees.

Optical Character Recognition (OCR)

It 'reads' text from images, which seems like a cognitive task.

Only extracts text—no interpretation or decision-making.

Conditional Logic in Software

It executes decisions automatically, similar to AI behavior.

Does not adapt or infer—just executes set logic paths.

Data Analytics & Dashboards

It visualizes data in smart ways, giving the impression of insight.

No predictive modeling or adaptive behavior by default.

IVR Phone Systems

It interacts with humans and speaks, sounding intelligent.

Menus and flows are pre-programmed, not intelligent.

Rules-Based Fraud Detection

It flags risky activity, which feels predictive or smart.

Uses static thresholds or heuristics, not machine learning.

Smart Home Devices (Without AI Layer)

It reacts to environmental triggers and automates actions.

Only runs triggers—no understanding or pattern recognition.

 

What are some things AI can do?

A detailed, but not comprehensive list includes the following:

  • Pattern recognition

  • Classification

  • Regression

  • Clustering

  • Anomaly detection

  • Forecasting

  • Risk scoring

  • Ranking

  • Recommendation

  • Personalization

  • Optimization

  • Planning

  • Scheduling

  • Decision-making

  • Control

  • Reinforcement learning

  • Natural language understanding

  • Intent detection

  • Named entity recognition

  • Sentiment analysis

  • Topic modeling

  • Text classification

  • Summarization

  • Machine translation

  • Question answering

  • Text generation

  • Code generation

  • Information extraction

  • OCR (optical character recognition)

  • Speech recognition

  • Text-to-speech

  • Speaker diarization

  • Voice activity detection

  • Image classification

  • Object detection

  • Semantic/instance segmentation

  • Image generation

  • Super-resolution 

  • Inpainting

  • Style transfer

  • Video understanding

  • Pose estimation

  • Face recognition

  • Emotion recognition

  • Document understanding

  • Table extraction

  • Semantic search

  • Vector search

  • Retrieval-augmented generation

  • Dialogue management

  • Chatbot response generation

  • Spam filtering

  • Content moderation

  • Fraud detection

  • Churn prediction

  • Demand forecasting

  • Price optimization

  • Route optimization

  • Inventory optimization

  • Autonomous navigation

  • Path planning

  • SLAM (simultaneous localization and mapping)

  • Robotic grasping

  • Manipulation

  • Predictive maintenance

  • Quality inspection (computer vision)

  • Medical diagnosis support

  • Drug/molecule design

  • Protein structure prediction

  • Knowledge graph completion

  • Entity resolution (de-duplication)

  • PII redaction/anonymization

  • Image captioning

  • Visual question answering

  • Multimodal fusion

If some of those look foreign or incomprehensible, that’s okay. AI has entered many realms, meaning many AI capabilities are aimed at conducting highly-specialized kinds of tasks in computing, medicine, research, education, and more.

 

What are the core abilities of AI?

Here are the main things AI can do in a more general sense (depending on the type):

Ability Example

Recognize Patterns

Spotting a face in a photo, detecting credit card fraud

Understand Language

Reading and responding to emails or chat messages, understanding and responding to voice input

Make Decisions

Choosing the best route for delivery trucks

Learn from Data

Improving product recommendations over time

Generate Content

Writing blog posts, creating images, composing music

 

How Exactly Does AI Work?

AI systems are usually built on one or more of the following:

1. Rules and Logic (Symbolic AI)

  • Humans define the knowledge and decision-making steps.

  • Example: An expert system for tax preparation using "if-then" rules.

2. Machine Learning (ML)

  • The system learns patterns from data instead of being explicitly programmed.

  • Example: A model can predict cash on hand by analyzing months or years of ledger data

3. Neural Networks / Deep Learning

  • Inspired by the human brain, these are multi-layered models that can detect complex patterns.

  • Example: Image recognition, speech-to-text, and Large Language Models (LLMs) like ChatGPT.

4. Reinforcement Learning

  • The AI learns through trial and error, receiving rewards or penalties.

  • Example: AI playing and improving at a video game or chess.

 

What AI Is Not

what-ai-is-not

  • It’s not magic or human-level general thinking (yet).

  • It doesn’t have emotions or true understanding—it’s statistical and mathematical, not conscious.

  • Many tools marketed as “AI” are just automation or pre-programmed logic. While true AI can encompass both, neither on its own defines AI.

 

What Can’t AI Do (Right Now)?

 

Understand Context Like a Human

AI can mimic understanding, but it doesn’t really know:

  • Why a client’s transaction is unusual

  • That a company just went through a merger

  • How personal relationships influence financial decisions

Even the most advanced models struggle with:

  • Ambiguity

  • Sarcasm or humor

  • Unspoken cultural context

AI reads what is written—not what is meant, implied, or felt.

 

Exercise Judgment or Ethics

AI doesn’t know:

  • What’s “right” or “fair” in a moral sense

  • When to break a rule because the rule doesn’t fit

  • How to act with compassion or common sense

For accounting, that means AI can’t:

  • Decide whether a gray-area deduction is acceptable

  • Recognize when a client’s emotional state matters more than efficiency

  • Choose between technically correct and ethically sound

 

Adapt to Rapidly Changing Real-World Scenarios

AI models are trained on data from the past. When something changes fast—new tax law, pandemic rules, or client industries shifting overnight—AI doesn’t adapt unless it’s explicitly designed to adopt new information on the fly, or is purposely retrained.

It doesn’t “know” what just happened unless you tell it.

 

Apply Unrelated Data Effectively

A unique feature of human thought and logic is the ability to effectively adapt and apply information, techniques, or hypotheses learned elsewhere to a completely new situation. AI can certainly get creative, but it doesn’t excel as humans do at linking two totally different things, like grass clippings and packaging.

 

Be a Person

AI is a great imitator. While in the future, these words could look comedically out-of-touch, for now it’s impossible to transmit the human experience to a computer system. People are a mixture of nature and nurture, individual and shared experiences, trial and error, and most of all: context. Computers have none of these with which to address requests.

The lesson here is to take care in both expectations of and response to AI—it might seem human, but in truth it isn’t even close.

it-might-seem-human-but-in-truth-it-isnt-even-close

 

What is Licensed AI?

Commercially licensed AI is AI software/models you’re allowed to use for business purposes under a paid (or negotiated) license.

These models are frequently designed for general tasks, and are often used by wide-ranging businesses with products, clients, and purposes very different from one another.

 

What Are the Risks of Licensed AI?

“AI-powered” is everywhere. It’s on websites, in pitch decks, and attached to features that, just a few years ago, were called automation. But beneath the buzzword lies a fundamental truth:

Not all AI is created equal—and not all AI is created for your task.

That’s especially true when companies rely on licensed general-purpose AI, like GPT-4 or Claude, as the brains behind their product. These models are incredibly powerful—but they’re also generalists, trained to be good at everything and expert at nothing.

Let’s unpack the risks of this approach—and why purpose-built, domain-trained AI is often not just better, but essential.

 

What comes next for AI?

Technology development has been accelerating for some time, and there’s no reason to assume it might slow down anytime soon. The AI field is under intense research—in many ways, it’s spurring a race similar to the moon landing, with major countries competing to churn out the most advanced and capable AI possible.

Because of the educational and commercial benefits AI brings, rapid progress is all but assured. If AI is something you make use of in any of its forms, you’d be well-served to keep current on major developments so you can know what to expect down the road.

AI is and will continue to be a major factor in both life and business. Being educated about how it works and what it’s capable of will put you ahead of the crowd.