惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
Jina AI
Jina AI
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Last Week in AI
Last Week in AI
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Pragmatic AI Adoption: How Much AI Do We Actually Need?
Abhi Chatterjee · 2026-06-18 · via DEV Community

Part 1 of the "Pragmatic AI Adoption" series

Not every problem needs AI. The challenge isn't where we can use AI anymore—it's where we should

Over the past couple of years, you may have noticed a recurring pattern in technology discussions. The discussion often starts with:

"How can we use AI here?"

Rather than:

"Should we use AI here?"

At first glance, the difference seems subtle.

But I think it's one of the most important questions organizations need to ask as they continue investing in AI.


The Current AI Rush

Almost every organization today is exploring AI in some form.

Some are experimenting with copilots.

Some are building chatbots.

Others are implementing Retrieval-Augmented Generation (RAG), AI assistants, or autonomous agents.

The challenge isn't the availability of AI anymore.

The challenge is deciding where it actually adds value.

Because not every problem needs AI.

And sometimes introducing AI can create more complexity than it solves.


Not Every Problem Is an AI Problem

If a business process can already be solved using:

  • deterministic rules
  • simple workflows
  • structured decision trees
  • traditional search
  • SQL queries

then AI may not be the right answer.

This sounds obvious, yet many organizations are currently trying to force AI into places where simpler solutions already work.

You may have seen examples where:

  • A workflow engine would have been sufficient
  • A reporting dashboard would have answered the question
  • A search platform would have solved the retrieval challenge

Yet AI was added because it felt innovative.

Innovation is important.

But so is simplicity.


A Useful Mental Model

When evaluating opportunities, I find it helpful to think about problems in terms of predictability.

Highly Predictable Problems

Examples:

  • Payroll calculations
  • Tax calculations
  • Claims processing rules
  • Compliance validations

These are usually best handled through traditional software.

The desired outcome is consistency, not creativity.


Moderately Complex Problems

Examples:

  • Workflow routing
  • Document categorization
  • Recommendation engines
  • Search experiences

These may benefit from AI-assisted capabilities, but often don't require full autonomy.

A combination of traditional software and targeted AI can be highly effective.


Ambiguous or Knowledge-Intensive Problems

Examples:

  • Research assistance
  • Content summarization
  • Knowledge discovery
  • Conversational support

This is where AI tends to shine.

The problem itself contains uncertainty, interpretation, and context.

That's exactly what modern AI systems are designed to handle.


The AI Adoption Spectrum

I don't think AI adoption should be viewed as a binary decision.

It's more of a spectrum.

Manual Process
      ↓
Digital Workflow
      ↓
Automation
      ↓
AI-Assisted Workflow
      ↓
AI Copilot
      ↓
AI Agent
      ↓
Autonomous System

One of the biggest mistakes organizations make is assuming they need to move all the way to the right.

In many cases, the optimal solution sits somewhere in the middle.

Sometimes an AI-assisted workflow delivers most of the value without introducing the complexity and risks of full autonomy.


The Cost Nobody Talks About

When evaluating AI, most discussions focus on capability.

Few focus on operational cost.

Introducing AI often means introducing:

  • New governance requirements
  • Security considerations
  • Testing and evaluation processes
  • Monitoring and observability
  • Model lifecycle management

The question shouldn't simply be:

Can AI do this?

It should also be:

Is AI the most practical way to do this?


A Question I Find Myself Asking More Often

Instead of asking:

"Where can we add AI?"

I increasingly ask:

"What is the minimum amount of AI needed to solve this problem effectively?"

Sometimes the answer is a chatbot.

Sometimes it's a retrieval system.

Sometimes it's a workflow with a small AI component.

And sometimes the answer is no AI at all.


Pragmatism Over Hype

I'm excited about AI.

I've spent a lot of time learning, experimenting, and writing about it.

But I also think we're entering a phase where organizations need to move beyond hype and focus on intentional adoption.

Not every solution should become an agent.

Not every application needs a copilot.

Not every workflow needs generative AI.

The organizations that succeed won't necessarily be the ones using the most AI.

They'll be the ones using AI where it genuinely creates value.


What’s Next

In the next part of this series, I'll explore a question many teams are currently facing:

How do you choose between traditional software, RAG, copilots, workflows, and AI agents?

Because choosing the right AI solution may be more important than choosing the right AI model.


Final Thoughts

AI is becoming increasingly accessible.

That doesn't mean every problem requires it.

The challenge for organizations is no longer whether they can adopt AI.

The challenge is knowing where it belongs—and where it doesn't.

Perhaps the most valuable AI decision we'll make is deciding not to use it when a simpler solution already exists.