Is AI the Answer? It Depends on the Question.
Artificial intelligence has become the default answer to almost every technology question.
Need to automate a workflow? Use AI.
Need to improve customer support? Use AI.
Need to manage your inbox, meetings, or send sales outreach? Use AI agents.
If you believe the current marketing narrative, nearly every business problem now requires artificial intelligence.
But a more useful question is not “What can AI do?” The real question is: “What problems actually require AI?” Because in many cases, AI is currently being deployed to solve problems that were already solved years ago.
At the same time, there are areas where AI delivers capabilities that traditional software simply cannot match. Understanding the difference between these categories is becoming one of the most important strategic decisions businesses face.
The AI Agent Boom
One of the most prominent trends in technology today is the rise of AI agents, systems designed to pursue goals autonomously by deciding which actions to take across software tools and data sources (Russell & Norvig, Artificial Intelligence: A Modern Approach, 2021).
Instead of programming a step by step workflow, developers define an objective and allow the system to determine the path. In theory this sounds powerful. In practice it has produced a wave of products that add AI to tasks that never required reasoning in the first place.
Many so called AI agents are essentially automation tools wrapped in a language model interface.
To understand why that matters, it helps to distinguish between two categories of problems.
Diagram: Automation vs AI Problems
Deterministic Problem (clear rules, repeatable steps)
Example: Send follow-up email after 3 days
Solution: Traditional Automation
Ambiguous Problem (multiple variables, unclear path)
Example: Evaluate whether a business model is viable
Solution: Artificial Intelligence
Another way to think about it is this: When developers ignore this distinction, systems often become slower, more expensive, and less reliable than traditional software.
When AI Is Not the Right Tool
A simple rule of thumb: If a process can be described as a flowchart, AI is probably not necessary.
Traditional software handles deterministic workflows extremely well. These systems are predictable, testable, and auditable. Several popular AI startup categories illustrate this mismatch.
AI SDR Agents and Sales Outreach Automation
Many startups now promote “AI SDR agents” that automatically:
- find leads
- write outreach emails
- follow up with prospects
- schedule meetings
But the underlying workflow is highly predictable.
- Query a lead database
- Send an email template
- Wait several days
- Send a follow up message
- Stop if a reply occurs
This process has existed for years in CRM platforms and email automation systems. AI can help with message variation or tone. However the workflow itself remains deterministic.
Automated Job Application Bots
Another emerging category is automated job application agents. These systems search job boards and apply to large numbers of roles automatically. The process itself is extremely simple:
- submit application
- upload resume
- populate form fields
- load webpage
This is classic browser automation that tools like Selenium have supported for more than a decade. AI adds little value beyond marketing appeal.
AI Meeting Scheduling Assistants
AI executive assistants are often marketed as agents that negotiate calendars and coordinate meetings. But scheduling is fundamentally deterministic.
- confirm meeting
- present time slots
- check availability
Booking tools have solved this problem for years using rule based logic.
AI Customer Support Agents
Customer support is another category where AI is frequently over applied. Many support requests fall into predictable categories.
- password reset
- refund request
- billing inquiry
Support platforms already support rule based automation that routes tickets or triggers responses. AI can help interpret ambiguous questions. However the majority of support workflows remain deterministic.
Why Traditional Automation Often Wins
Traditional automation frameworks including workflow engines and Robotic Process Automation perform extremely well in environments that require reliability and repeatability.
They operate like explicit logic trees.
If condition A occurs → perform action B
Because the logic is transparent, these systems are easier to test, secure, and audit.
Andrew Ng has argued that many business processes remain better suited to deterministic automation rather than machine learning when rules are clear and patterns are stable (Ng, Harvard Business Review). In contrast, AI systems produce probabilistic outputs. They are flexible but less predictable. When the task itself is deterministic, that flexibility becomes a disadvantage.
When AI Becomes Transformational
None of this means AI is overhyped. In fact, AI becomes extraordinary when applied to problems that cannot be solved with fixed rules.
These problems typically involve:
- massive search spaces
- ambiguous inputs
- incomplete information
- evolving patterns
Several real world examples illustrate this clearly.
AI in Scientific Discovery: AlphaFold
One of the most significant breakthroughs in modern biology came from DeepMind’s AlphaFold system.
For decades, scientists struggled to predict the three dimensional structure of proteins. The challenge involves astronomical numbers of possible molecular configurations. AlphaFold used deep learning to predict protein structures with near experimental accuracy (Jumper et al., Nature, 2021). This breakthrough solved a scientific challenge that researchers had worked on for more than fifty years and is already accelerating drug discovery.
AI in Financial Fraud Detection
Financial institutions process millions of transactions every day. Detecting fraud requires identifying subtle patterns across large datasets in real time.
Machine learning models can detect anomalies that rule based systems miss, allowing banks and payment networks to flag suspicious activity more effectively (European Central Bank research on machine learning fraud detection). Because fraud patterns constantly evolve, static rules struggle to keep up. AI systems adapt.
AI for Complex Business Decision Support
Another category where AI delivers real value is decision support for complex business problems. Unlike simple workflows, business decisions involve:
- uncertain markets
- incomplete information
- competing priorities
- strategic trade offs
These environments benefit from systems that synthesize data, evaluate scenarios, and help humans reason through uncertainty. This is where AI advisory platforms are beginning to emerge.
Legitimate AI Business Use Cases
A growing category of AI platforms focuses on augmenting human judgment rather than replacing deterministic workflows. These systems help founders and operators navigate complex decisions. Several areas illustrate this well.
AI Business Plan Development
Developing a strong business plan requires synthesizing multiple sources of information. These include but are not limited to:
- market research
- industry trends
- competitive positioning
- financial assumptions
AI systems can help determine which information is relevant and which assumptions require validation. Instead of simply generating text, AI can assist with the reasoning behind the plan itself. This type of synthesis is exactly where large language models excel (Stanford AI Index Report 2024).
AI Business Advisors and Decision Partners
Entrepreneurs often need a real time thought partner. Questions like these rarely have deterministic answers:
- Should we prioritize growth or profitability?
- Which customer segment should we focus on first?
- Is this market opportunity large enough?
AI advisory systems can analyze context, evaluate alternatives, and help structure decisions. Rather than replacing human judgment, these systems augment it.
AI Content Creation for Business Assets
Businesses constantly require new content like investor pitch decks, marketing assets, operational documentation, outreach campaigns.
Traditional software tools help with formatting but cannot synthesize messaging. AI systems can generate assets aligned with strategic positioning. McKinsey estimates generative AI could significantly accelerate knowledge work tasks including content creation and research synthesis (McKinsey Global Institute).
AI Market Research
Market research requires analyzing massive amounts of unstructured information, such as industry reports, regulatory filings, competitor websites, or news coverage. AI can summarize these sources and extract key insights. This dramatically reduces the time required to understand a market.
AI Financial Forecasting
Financial forecasting requires assumptions about market growth, customer acquisition, pricing dynamics, and operating costs to name only a select few. AI systems can incorporate real time economic data and industry benchmarks to stress test financial models. Instead of producing static spreadsheets, these systems generate multiple scenarios and highlight potential risks.
The Real Cost of AI
Despite its potential, AI is not a free resource. Running large models requires significant computing infrastructure. Two major costs are often overlooked: Inference and Trust.
Inference Cost
Every AI response requires inference, the computational process of generating predictions based on trained parameters. Large language models perform billions of mathematical operations per request. At scale, this translates into substantial infrastructure costs. Organizations deploying AI across thousands or millions of interactions must account for this operational expense.
AI also consumes significant electricity. The International Energy Agency estimates that electricity demand from global data centers could more than double by 2030, driven largely by artificial intelligence workloads (International Energy Agency, Electricity 2024).
Training large models requires enormous computing clusters. Inference workloads add continuous energy consumption. This environmental cost reinforces an important principle: AI should be used where it creates meaningful value.
The AI Trust Problem
Another challenge with AI systems is reliability. Large language models can produce answers that sound confident even when they are incorrect. Researchers refer to this as the AI trust paradox, where fluent communication creates the perception of reliability even when outputs are probabilistic (Arrieta et al., Explainable Artificial Intelligence). For tasks requiring strict accuracy, deterministic systems often remain safer.
Lessons from Previous AI Hype Cycles
Artificial intelligence has experienced several hype cycles.In the 1980s, expert systems promised to encode human knowledge into rule based programs. Large investments followed. When expectations exceeded practical results, the industry entered what became known as the AI winter, a period of reduced funding and slower progress.
Today’s AI technology is far more powerful. However the lesson remains relevant: New technologies often get applied to problems they are not well suited to solve. Eventually the industry recalibrates.
The Future: Hybrid Intelligence Systems
The most effective systems will combine both approaches:
- Automation will handle deterministic workflows.
- AI will handle ambiguous reasoning tasks.
Together they form hybrid intelligence systems that combine reliability with adaptability. To better understand which method is best to address a particular need, we can apply an AI Litmus Test.
The AI Litmus Test: 5 Questions Every Founder Should Ask
For founders and operators evaluating whether to use AI, the decision can often be simplified to a few diagnostic questions. Before adding artificial intelligence to a system, ask the following.
1. Can the Workflow Be Written as a Flowchart?
If the entire process can be described as a simple sequence of rules, traditional automation is usually the better option.
For example:
If user submits form → confirmation email → wait 3 days → follow-up message
This type of workflow does not require intelligence. It requires automation. AI becomes valuable when the workflow itself is unclear or when the correct decision depends on interpretation.
2. Does the Problem Involve Unstructured Data?
AI excels when working with information that does not fit neatly into databases. Examples include:
- text documents
- research reports
- market commentary
- news articles
- qualitative feedback
Tasks like summarizing large volumes of written information or extracting insights from mixed sources are difficult to solve with traditional software. They are natural fits for AI systems.
3. Does the Problem Require Judgment or Interpretation?
Some decisions cannot be reduced to simple rules. Decisions like:
- evaluating the viability of a business model
- identifying market opportunities
- prioritizing strategic initiatives
- interpreting competitive dynamics
These decisions require reasoning across incomplete information. AI systems can assist by structuring options and evaluating scenarios.
4. Would Deterministic Software Be More Reliable?
Some systems require near perfect reliability. These are systems such as payment processing, compliance reporting, financial accounting, and/or safety systems. In these cases, deterministic logic often remains the safer choice. AI systems can assist with analysis, but core workflows may still require rule based infrastructure.
5. Does the Value of AI Justify the Cost?
AI systems come with real costs: computing infrastructure, inference costs, latency, and environmental impact. If the AI component does not meaningfully improve outcomes, the additional complexity may not be justified. Using AI where it does not add value increases both cost and risk.
A Simple Decision Framework
In practice, the choice often looks like this:
Clear rules + predictable process → Use automation
Ambiguous problem + large datasets → Use AI
Complex system with both → Combine automation and AI
This hybrid approach allows organizations to capture the strengths of both systems. Automation provides reliability and efficiency. AI provides reasoning and insight. Together they create systems that are both scalable and intelligent.
The Bottom Line
Artificial intelligence is one of the most important technological breakthroughs of our time. But like any powerful tool, its value depends on how it is used:
- Not every workflow needs intelligence.
- Not every process needs an agent.
Sometimes a simple automation rule is the best solution. Other times, machine learning unlocks insights that were previously impossible. The challenge is knowing the difference.
AI is not the answer to every question.
But when the question truly requires intelligence, it can be revolutionary.
Sources Cited
Jumper, J. et al. (2021). Highly accurate protein structure prediction with AlphaFold. Nature.
https://www.nature.com/articles/s41586-021-03819-2
International Energy Agency (2024). Electricity 2024 Report.
https://www.iea.org/reports/electricity-2024
Stanford University. AI Index Report 2024.
https://aiindex.stanford.edu/report
McKinsey Global Institute. The Economic Potential of Generative AI.
https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-economic-potential-of-generative-ai
Ng, A. What Artificial Intelligence Can and Can’t Do Right Now. Harvard Business Review.
https://hbr.org/2016/11/what-artificial-intelligence-can-and-cant-do-right-now
Arrieta, A. B. et al. Explainable Artificial Intelligence: Concepts, Taxonomies, Opportunities and Challenges. Information Fusion.
Russell, S., & Norvig, P. Artificial Intelligence: A Modern Approach. Pearson.
Comments ()