What Is Agentic AI?
Agentic AI moves from answering questions to taking steps towards a goal. Here is what that means and why it matters.
Generative AI
How models that write, draw and code actually work, where they help, where they fail and what to learn first.
Generative AI refers to AI systems that create new content such as text, images, code, audio or video in response to an instruction. Tools like AI chat assistants and image generators have made the technology part of everyday study and work in a very short time.
Most text based generative AI is built on large language models (LLMs). During training, a model processes a very large amount of text and learns statistical patterns in language: which words and ideas tend to follow others, how explanations are structured and how code is written.
When you type a prompt, the model breaks it into small pieces called tokens and predicts the most suitable next token, again and again, until it produces a full response. The architecture that made this work so well is the transformer, which uses a mechanism called attention to relate every part of the input to every other part.
Image generators usually rely on diffusion models. They learn to turn random noise step by step into an image that matches a text description.
Generative models produce fluent, confident text, but fluency is not the same as truth. A model can state incorrect facts, invent references or misread a question. This is often called hallucination.
Other limits include knowledge that stops at a training cut-off, sensitivity to how a question is phrased, and risks around private data, copyright and bias. Responsible use means verifying important information, never pasting confidential data into tools that are not approved for it, and being open about when AI was used.
A good rule: let generative AI speed up the first 80 percent of a task, and apply human judgement to the part that matters most.
There are two broad ways to develop generative AI skills. The first is using AI tools well: writing clear prompts, giving context, asking for structured output and reviewing results. This benefits almost any profession.
The second is building applications with AI. Developers call model APIs from code, connect models to company documents using retrieval augmented generation (RAG), give models tools to call and evaluate the quality of results. This is the foundation for AI assistants, AI agents and agentic workflows.
At AIIT Roorkee, the Generative AI course covers both using and building with these models, while Prompt Engineering and LLM Applications go deeper into each path.
No. ChatGPT is one product built on generative AI models. Generative AI is the broader category of models that create text, images, code, audio and video.
Not to use generative AI tools well. Coding, usually Python, becomes important if you want to build AI applications, assistants or agents.
This article is general educational information from AIIT Roorkee and is reviewed as technologies change.
Learn it properly
Understand and apply generative AI: how LLMs and image models work, prompting, retrieval, APIs, evaluation, safety and building useful GenAI applications.
Learn to get reliable results from AI models: prompt structure, context, examples, reasoning, structured output, evaluation and reusable prompt libraries.
Build production minded apps on large language models: APIs, RAG pipelines, vector databases, tool calling, evaluation, cost control and deployment.
Keep reading
Agentic AI moves from answering questions to taking steps towards a goal. Here is what that means and why it matters.
The roles, skills and learning steps that lead into AI work, with a realistic view of what employers look for.
Why Python is often the smartest first language, where it takes you and how to learn it the right way.