Most people meet AI through a chat window. You type, it answers, and the whole experience feels like a conversation. Useful, but it still needs you sitting there, typing.
The bigger unlock, the one that changes how much work gets done while you are not at your desk, is different: putting an AI step inside an automation. No chat window, no typing. Data flows into the AI, the AI does its thinking, and the result flows onward to the next step, all automatically. This guide explains that pattern in plain language: what an AI step can do, how it connects, and which first projects make sense for a beginner.
What Does "AI Inside a Scenario" Actually Mean?
Picture a Make.com scenario as an assembly line of modules. Something triggers it, and data travels left to right through each station. An AI step is simply one more station on that line, with a specific talent: it understands and produces human language.
Concretely, the AI module receives text from the previous module, along with instructions you wrote once, in plain English, while building the scenario. It sends both to an AI model, waits a moment, and passes the model's answer along as data the next module can use, exactly like a value from a spreadsheet or an email field.
Here is the classic example, in slow motion:
- Trigger: a long, rambling email arrives in your inbox.
- AI step: the email body is handed to the AI with your standing instruction: "Summarize this email in three short bullet points, and note any deadline mentioned."
- Action: the three bullet points get posted to your team chat, or saved to your task list.
You read a tidy summary seconds after the email lands, without anyone touching anything. The AI never needed a conversation. It needed a job description, and it does that one job every time data comes down the line.
What Four Jobs Is AI Best at Inside Automations?
Nearly every practical AI step falls into one of four categories. Learn these shapes and you will start seeing uses everywhere:
- Summarize. Long thing in, short thing out. Emails, meeting transcripts, articles, customer feedback. The AI condenses so a human can decide faster. This is the safest and most instantly gratifying starting point.
- Categorize. The AI reads a piece of text and answers a narrow question: is this a complaint, a question, or praise? Urgent or routine? Its one-word answer then feeds a router that sends each kind of message down the right path. If routers are new to you, our guide to filters and routers in Make.com explains the sorting side of this duo.
- Draft. The AI writes a first version of something: a reply to a customer, a social post from a rough idea, a thank-you note. The honest rule here is that drafts should stay drafts until a human approves them, a principle we cover in depth in our email automation guide.
- Extract. The AI pulls specific details out of messy text: the sender's company, the amount on an invoice, the date someone proposed for a meeting. Those extracted pieces become clean data for spreadsheets and follow-up steps.
Notice what all four have in common: they handle the messy, human-language part of a workflow that ordinary modules cannot touch. Regular automation moves data around beautifully but cannot read. The AI step is the reader on your assembly line.
How Do You Connect an AI Service to Make.com?
This is the part that sounds technical and turns out to be a five-minute errand. Make offers AI modules for the major providers, and the connection works the same general way regardless of which one you pick:
- Create an account with an AI provider and find the section of their dashboard for API keys. An API key is just a long password that lets other tools, like Make, use the AI on your behalf.
- Generate a key and copy it. The provider may ask you to set up billing, since usage through a key is typically paid per use rather than through a chat subscription. For a beginner's volumes, the amounts involved are usually small, but check current pricing rather than assuming.
- Paste the key into Make the first time you add that provider's module. Make stores it as a connection, and every future scenario can reuse it without seeing the key again.
Two sensible precautions: treat the key like a password, never something you post or share, and if it ever leaks, delete it in the provider's dashboard and make a new one. That is the entire security briefing for a beginner.
Which provider should you choose? For the patterns in this post, honestly, any of the major ones work well, and Make's modules make them roughly interchangeable. If you want to understand one of them more deeply first, our beginner's guide to Claude is a friendly place to start.
How Do You Write Instructions the AI Follows Reliably?
The instructions you type into the AI module, often called a prompt, are the closest thing to programming in this whole process, and they are written in ordinary English. A few habits separate frustrating results from reliable ones:
- Give it a role and a format. "Summarize this customer email in exactly three bullet points" beats "summarize this" every time. Vague instructions produce wandering output, and wandering output breaks the modules downstream that expect a predictable shape.
- Constrain the answer when it feeds a decision. If a router will act on the AI's answer, say so plainly: "Reply with exactly one word: complaint, question, or praise." Leave no room for a chatty paragraph.
- Tell it what to do when unsure. "If no deadline is mentioned, write: no deadline found." Otherwise the AI may guess, and confident guessing is the failure mode you most want to avoid in an unattended system.
- Test with real, messy examples. Run the scenario with Run Once on genuine emails or entries, not tidy test sentences. Adjust the wording, run again. Two or three rounds of this tuning is normal and is exactly how the pros do it too.
What Should Your First AI Scenario Be?
Pick something summarize-shaped, low-stakes, and personally annoying. Strong candidates:
- Long emails from one busy sender, summarized into bullets and sent to your notes.
- New entries in a feedback form, each tagged positive, negative, or mixed in a spreadsheet column.
- A weekly digest where the AI turns your raw numbers into three readable sentences.
- Rough content ideas turned into polished drafts for your review, the pattern behind automating a content workflow with Make.com and AI.
Start with one. Watch it run for a week. You will learn more about prompts, data, and trust from seven days of a real scenario than from a month of reading, and every lesson transfers directly to the next, more ambitious build.
A final word on expectations, because honesty matters more than hype: AI steps are powerful and imperfect. They occasionally misread tone, mislabel a category, or write something odd. Design for that: keep humans on the send button, give the AI permission to say it is unsure, and use automation for the drafting and sorting while you keep the judgment. That combination, robot diligence plus human sense, is where the real magic lives.
Next step: Once your first AI step is running, a whole family of smarter scenarios opens up. The automation hub has plenty of builds ready to be upgraded with a little intelligence.