I’ve been exploring the evolving world of AI lately, and it’s fascinating how every type of AI has its own mindset — different tools, different purposes, completely different ways of working.
Here’s a simplified take on what I’ve learned so far.
1.Generative AI – The Creator
This is the kind of AI that creates — whether it’s text, code, art, or music.
Tools used: GPT, Gemini, Claude, DALL·E, Midjourney
Used for:
· ChatGPT generating text or ideas in real time.
· GitHub Copilot writing code as developers type.
2. Multimodal AI – The All-Rounder
AI that can understand multiple formats at once — text, image, video, and even audio.
Tools used: GPT-4V, Gemini, CLIP, LLaVA
Used for:
· Google Gemini interpreting an image or chart and explaining it in context.
· AI assistants summarizing scanned documents or screenshots.
3. Reasoning AI – The Thinker
AI that doesn’t just predict — it reasons step by step to solve complex problems.
Tools used: Claude 3.7, DeepSeek-R1, OpenAI o1, Mistral-Large
Used for:
· Solving logic or math problems with step-by-step thinking.
· Debugging code or analyzing data through structured reasoning.
4. RAG (Retrieval-Augmented Generation) – The Researcher
Combines generation with real-time retrieval — looking up external information before answering.
Tools used: LangChain, LlamaIndex, Pinecone, Qdrant, Weaviate
Used for:
· Chatbots that pull answers from company documents.
· AI tools that summarize the latest research papers or reports accurately.
5. Agentic AI – The Doer (and the Latest Game-Changer)
This is the newest wave of AI — and one of the most exciting ones yet.
Agentic AI doesn’t just reply — it acts. It can plan, reason, use tools, connect APIs, and even work with other AIs to complete tasks end to end.
Tools used: AutoGen, CrewAI, LangGraph, OpenDevin, Meta’s Agentic Frameworks
Used for:
· AI systems that schedule meetings, draft emails, or analyze data automatically.
· Multi-agent setups where one AI researches, another writes, and a third reviews — all on their own.
The next wave of AI is already forming — with Embodied AI (robots that physically act in the world), Edge AI (smart assistants running directly on devices), and Emotional or Empathetic AI (systems that can sense and respond to human emotion). AI isn’t just one thing anymore — it’s an entire ecosystem of creators, thinkers, and doers. Exploring about it has made me even more curious about what’s coming next.
#ArtificialIntelligence #MachineLearning #AgenticAI #RAG #GenerativeAI #ReasoningAI #AIInnovation #TechTrends #LearningJourney
Principal Consultant @ DiUS - AI/ML, Data, Digital, Design | Host of Tech Trajectory Podcast | Proud Girl Dad
1wFunnily enough we also had an internal brown bag today on a similar topic. A lot is dependent on the problem or use case, but deterministic agent workflows are possible when the steps are well-known and repeatable. Patterns such as sequential chains and parallel branches feature predefined routing, are easier to control and can often reduce complexity and latency.