Module 1

What is AI

25 min

Session 1: The Transition to Agentic AI and the Modern Landscape

Alright, everyone, welcome to the first session of the course. Let's dive straight in. We're not just talking about AI in the same way people did five years ago. We are currently standing in the middle of what I call the Agentic Era. If you've been following the news recently, you've seen a fundamental shift from AI that just answers questions to AI that finishes jobs.

Beyond Just Chatting

In the early days of generative AI back in the initial wave we were all amazed that a machine could write a poem or summarize an email. We called that Generative AI. But as we move forward, that's just the baseline. What we are seeing now is Agentic AI.

What's the difference? Well, think of regular generative AI like a very smart encyclopedia. You ask it a question, and it gives you information. Agentic AI, however, is more like a junior employee. You don't just ask it "What are the steps to book a flight?" You tell it, "I need to be in London next Tuesday for under $500, find the best flight, and draft the calendar invite for my team." The agent then reasons, plans, and executes those steps autonomously.

The Core Pillars of Modern AI

There are three main pillars you need to understand to get where AI is today:

1. Goal Oriented Autonomy

Traditional software follows a if this, then that logic. It's rigid. Modern AI agents follow a Goal Oriented logic. You give them a North Star goal, and they figure out the path to get there. Internal reasoning models actually pause and think before they act. They simulate different paths, reject the ones that won't work, and select the most efficient route. This is called Chain of Thought reasoning, and it's the engine behind autonomy.

2. Native Multimodality

Until recently, AI models were mostly bolted together parts. An image model was separate from a text model. Today, models are becoming Natively Multimodal. This means they were trained on text, images, video, and audio at the same time. When you show an image to a natively multimodal model, it doesn't just see lines and colors it understands the context, the emotion, and the underlying data as naturally as it understands a sentence. This allows for near-instant voice interactions and real-time visual reasoning.

3. Native Reasoning and Slow Thinking

This is the big breakthrough of the contemporary era. We've moved from Fast Thinking (instant responses that can sometimes be wrong) to Slow Thinking. Models now have an internal monologue. They verify their own facts, check their own math, and correct their own logic before you ever see the output. This has drastically reduced hallucinations and made AI reliable enough for high-stakes professional work.

AI as a Fact of Life

Look around AI is no longer a separate app you open. It's integrated into the operating system of our lives. We're seeing Autonomous Work Decisions. Experts predict that in the near future, at least 15% of all work decisions—things like supply chain adjustments, fraud detection, and even basic hiring screens will be handled entirely by AI agents without a human in the loop.

The Concept of Superagency

One term you'll hear a lot in this course is Superagency. This isn't about AI replacing humans it's about humans being enhanced to a degree we've never seen. Imagine one person being able to run a marketing agency, a software house, and a customer support department simultaneously because they have specialized AI agents handling the execution. That is the goal of this course: to give you that superagency.

How AI Actually Thinks

Let's get a bit technical but keep it simple. Modern models use something called a Transformer Architecture, but we've optimized this with Mixture-of-Experts (MoE). Instead of one giant brain trying to do everything, the AI is split into specialized sub-networks. One part might be great at coding, another at creative writing, and another at logic. When you send a prompt, only the experts needed for that specific task wake up. This makes the models faster, smarter, and significantly more efficient.

Memory and Context

Another massive jump we've seen is in Context Windows. Previously, an AI might forget the beginning of a long book by the time it got to the end. Now, models have context windows of up to 10 million tokens. That is thousands of pages of text or hours of video. You can feed an AI your entire company's documentation, and it can reason across all of it instantly. It doesn't just search it understands the entire body of work as a whole.

The Ethics and Responsibility

We can't talk about this power without talking about the guardrails. As AI becomes more agentic (meaning it can actually do things in the real world, like send emails or buy products), the ethics move from "Is this text biased?" to "Is this action safe?" Leading organizations are now using Constitutional AI and Agentic Guardrails to ensure that while an AI can perform tasks, it cannot deviate from human-defined safety protocols.

Summary: Your New Starting Point

So, to summarize where we are:

  • Yesterday's AI: A smart chatbot that answers questions.
  • Contemporary AI: An autonomous agent that reasons, plans, and executes goals.
  • Multimodality: It sees, hears, and speaks natively.
  • Reasoning: It thinks before it acts to ensure accuracy.
  • Scaling: It can remember and process massive amounts of information at once.

In the next few sessions, we're going to break down exactly which models you should be using for which tasks and how to start building your own agentic workflows. Alright, let's wrap this introductory lecture and move on to the technical differences between AI, ML, and LLMs. See you in the next one!

Free AI Course for Beginners – Artificial Intelligence | Updated 2026