Skip to content

Commit ca25869

Browse files
committed
Added AI Use Case Images
1 parent 46fe58b commit ca25869

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

content/posts/2025/08/23/Traditional-AI-Use-Cases-vs-Generative-AI-Use-Cases–What-Developers-Should-Know.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
title: "AI Use Case vs GenAI Use Case: How We Draw the Line"
33
date: 2025-08-23T16:29:00+05:30
44
description: "Explore how engineering teams distinguish between traditional AI use cases and the emerging wave of Generative AI use cases, with real-world examples and practical categorization tips from hands-on system design debates."
5+
image: /img/AI_vs_GenAI.png
56
tags: [ai, generative ai, machine learning, engineering, guide]
67
---
78

8-
##AI vs GenAI Debate
9+
## AI vs GenAI Debate
910

1011
As an engineering leader working on advanced AI and distributed systems, I’ve witnessed firsthand how confusing the boundaries can be between traditional AI and the emerging wave of Generative AI.
1112

1213
Recently, during our team’s architecture session, we tackled a deceptively simple question: how do we categorize AI and GenAI use cases in our products? The line quickly blurred. Structured tasks like anomaly detection felt solidly AI; anything generating natural language or context seemed more GenAI. Chatbots, code suggestions, and compliance reports sparked debate—are they enhanced AI or truly generative?
1314
In the end, we agreed clear categories are critical for design and scaling decisions. This blog distills our team’s debate, outlining how we differentiate—and sometimes blend—AI and GenAI use cases in modern engineering.
1415

15-
##Traditional AI Use Cases vs Generative AI Use Cases – What Developers Should Know
16+
## Traditional AI Use Cases vs Generative AI Use Cases – What Developers Should Know
1617

1718
Artificial Intelligence (AI) has coexisted with modern software engineering for well over a decade. From fraud detection to recommendation systems, **AI use cases** have become embedded in nearly every digital product. But with the rise of **Generative AI (Gen AI)**, we’re seeing a shift—where AI doesn’t just analyze or predict, but actually *creates*.
1819

@@ -82,6 +83,8 @@ Generative AI takes things a step further by actually **producing new outputs**
8283

8384
***
8485

86+
![AI vs Gen-AI Use Case](../../../../../static/img/AI_vs_GenAI_Use_case.png "AI vs Gen-AI Use Case & Purpose")
87+
8588
##
8689
## Closing Thoughts
8790
As engineers, we often oversimplify by thinking “GenAI is replacing AI.” In reality, GenAI is just another layer — it doesn’t replace predictive or classification AI but rather **extends it into creation and synthesis**.

static/img/AI_vs_GenAI.png

1.64 MB
Loading
2.2 MB
Loading

0 commit comments

Comments
 (0)