← Getting Started
AI BUILDER PROGRAM
10 min · 1/7
Intro · Step 1 of 7

Build a Daily News & Industry Summary Agent

An agent that reads real news in your industry every day and emails you a decision-ready briefing — colors, "read more" buttons, and all. Built entirely on free tools. No coding, no Claude, no subscriptions.

By the end of this session
  • A free Make.com account connected to your Gmail
  • A free Gemini AI connection that writes your summaries
  • A working news pipeline covering the beats that matter to your business
  • A daily agent that emails you automatically, every day, for $0 — forever

What you need for this session

This whole build runs in the browser. Nothing to install, no credit card anywhere in the chain.

  • A Google account, for Gmail and your free Gemini API key. Create one free at accounts.google.com if you don't have one.
  • About 80 minutes and a laptop or desktop browser. This one is fiddly on a phone — save it for a bigger screen.
  • Know the 2-3 news beats that matter to your business. This guide's running example is a jewelry retailer tracking jewelry industry news, precious metals pricing, and fashion trends — swap in whatever fits your industry.

Why build this

Most people either doomscroll industry news at random moments or don't keep up with it at all. Neither gets you an edge. A builder's move is different: turn "staying informed" into a system that runs itself, so the information shows up already filtered, already organized, and already pointed at what it means for your business — before you've had your coffee.

Opening concepts

Concept

What is a no-code automation agent?

An agent is something that runs a job for you, without you doing it by hand each time. A no-code agent does that job by connecting existing apps together on a visual canvas — no programming language, no server to manage. You describe the steps ("get this, then do this, then send that") by dragging blocks, not writing code.

Every business has some repetitive task hiding in plain sight: read the news, chase a follow-up, check a price, file a report. If you can describe that task as a fixed sequence of steps, you can automate it — for free, in an afternoon.

  • The task follows roughly the same steps every time — that's what makes it automatable
  • Each step's output can be described in plain language — that's the part an AI can fill in
  • You start with one narrow win, then expand it once it's actually running
Concept

Every agent is a trigger, a brain, and a delivery

Strip any automation down and you'll find three parts, and today you're building all three for free:

  • Trigger/source — the real-world thing that feeds it fresh material. Today: RSS, the oldest "give me what's new" format on the internet, and still how most news actually gets distributed.
  • Brain — something that reads the raw material and turns it into something useful. Today: Google's Gemini, which gives away a genuinely free tier with no credit card required.
  • Delivery — where the finished result lands. Today: your Gmail inbox, arriving on its own like a note from a very well-read employee.
Concept

Comparing no-code platforms

Several tools can build what we're building today. Here's why this session uses Make.

Make.comZapiern8n
Free tier1,000 ops/month, full multi-step scenarios~100 tasks/month, limited steps freeFree only if you self-host
Best forVisual, multi-step automationsQuick 2-app connectionsDevelopers who want full control
Used today
Concept

API keys, free tiers, and rate limits — in plain English

API key — a personal password that lets one app (Make) use another app's AI (Gemini) on your behalf. A free API key is still a real credential: don't post it publicly or paste it somewhere public.

Free tier — the slice of usage a company gives away before it starts charging. Gemini's free tier is generous enough that a once-a-day summary will likely never come close to the ceiling.

Rate limit — the free tier's speed bump: how much you can ask for per minute or per day before it asks you to slow down. Worth knowing up front so a "high demand" message later feels like normal weather, not a sign something's broken.