Stop Guessing: Build an AI System That Finds Marketing Trends for You
Most marketing teams do not have a shortage of ideas. They have a shortage of signal.
If you are anything like me, trend discovery probably looks familiar. Open Reddit. Check Hacker News. Skim a few articles. Maybe look at Twitter. Try to decide what is noise, what is real momentum, and what actually matters.
An hour later you may have some ideas, but not much confidence.
I did this for years.
It works, but it does not scale. And eventually I realized something important:
Trend discovery is not a research task. It is a systems problem.
Instead of getting better at searching, I started asking:
How do I build a system that finds the signal for me?
That led to a simple workflow I now use every day.
It pulls in content from a handful of trusted sources, aggregates it into a small dataset, and uses AI to surface the patterns worth paying attention to.
Not headlines.
Patterns.
The output takes five minutes to read and is more consistent than what I was doing manually.
In this post I will show you how to build it.
The Shift: From Searching to Systems
The tools here are simple.
- RSS feeds
- Zapier
- Google Sheets
- OpenAI
Nothing exotic. The bigger shift is conceptual.
Most people treat trend discovery like something they periodically do. I think it is better treated as something a system continuously does.
Instead of asking:
What should I go read today?
Ask:
How do I build a workflow that is always collecting the right inputs?
That is a very different question. And it changes everything downstream.
At a high level, we are building this:
That is the whole system. Small enough to build in an afternoon. Useful enough to keep.
What We’re Building
This is not a dashboard. It is not another content feed. It is a lightweight trend detection engine.
It does three things:
- Collects signals from trusted sources
- Structures them into a simple dataset
- Uses AI to synthesize patterns across the dataset
The output is a short report:
- Top 3 trends
- Why they matter
- One content angle for each
Something you can actually use.
Step 1: Aggregating Signal with RSS and Zapier
Good systems start with good inputs.
For this first version I used:
- r/artificial
- r/ArtificialInteligence
- Hacker News
- Ars Technica
You could add more later. I would not. Start small.
Build the Zap
Create a Zap:
Trigger:
New item in RSS feed
Action:
Create spreadsheet row in Google Sheets
Each new article or post becomes a row in a shared sheet.
That is it. No intelligence yet. Just reliable capture.
Step 2: Structuring the Data in Google Sheets
Once signals start flowing in, resist the urge to jump straight to AI.
Structure matters.
I used a simple schema:

That may look trivial. It is not. Structured inputs beat raw content. Always.
Every source now looks the same. And once everything looks the same, you can reason over it as one dataset. That is what makes the next step possible.
Step 3: Synthesizing Trends with AI
Now we add the second Zap.
A scheduled workflow:
Trigger:
Every day at 8 AM
Action sequence:
This is an important distinction:
We are not summarizing articles. We are asking the model to detect patterns across articles.
That is different.
In this workflow, we are using AI primarily as a synthesizer. Not as a content creator. That is where the value shows up.
Prompt Engineering, Simple but Powerful
The quality of this system depends heavily on prompt design.
Prompting is not about clever wording.
It is about clarity.
Weak prompt
Summarize trends from this data.
Too vague.
Better
Identify top trends in AI from this dataset.
Better. Still under specified.
Recommended
You are a marketing strategist for a B2B technology company.
Each row is:
[source, title, url]
Your task:
1. Identify the top 3 emerging trends
2. Explain why each matters for a marketing team
3. Suggest one practical content angle for each
Rules:
- Focus on patterns across multiple items
- Be concise
- Avoid hype
- Be actionable
That gives the model:
- role
- audience
- task
- constraints
Huge difference.
One small instruction improved outputs dramatically:
Focus on trends appearing across multiple items, not isolated headlines.
That single line made the system feel much smarter.
What the Output Looks Like
A daily report might look like this:
Daily AI Trend Report
1. AI agents moving into production
Why it matters:
Companies are operationalizing AI workflows.
Content angle:
How marketing teams can move beyond isolated AI experiments.
2. Growing focus on model reliability
Why it matters:
Trust and evaluation are becoming central.
Content angle:
Guide to evaluating AI outputs in marketing workflows.
3. Tool fragmentation in the AI ecosystem
Why it matters:
Teams struggle choosing tools.
Content angle:
Framework for selecting an AI workflow stack.
It is intentionally lightweight. Read in minutes. Useful immediately.
Limitations
This system is helpful. It is not magic.
Some caveats:
- Inputs are noisy - Reddit can be speculative. Hacker News can skew technical. That noise shows up.
- The model is pattern matching, not doing deep research - Sometimes outputs will be generic. Sometimes wrong. That is normal.
- It lacks your context - It does not know your business strategy. It surfaces possibilities. You apply judgment. Think of this as a filter. Not an oracle. That framing matters.
Why This Matters for Marketing Teams
At first glance this looks like a time saver. It is. But that undersells it. The bigger gain is attention.
Most teams do not struggle because they lack execution. They struggle because attention is fragmented.
Too many inputs.
Too much noise.
Not enough synthesis.
This changes that.
Instead of reacting to what you happen to see, you review a consistent signal layer. That leads to better decisions. And it hints at something larger.
AI becomes useful when embedded inside workflows. Not as a standalone tool. As part of a system.
That pattern scales far beyond trend discovery.
What’s Next
Right now this system stops at insight. Next we turn those insights into output.
In the next post, we’ll use these trends to generate short-form social content and begin building a multi-step AI-assisted content workflow.
We move from:
signal → insight
to:
signal → insight → content
And that is where things start to get interesting.
If you build a version of this, or extend it in a clever way, I’d love to hear how.
I suspect once you start thinking in workflows, you’ll begin seeing opportunities for automation everywhere.
Join the Conversation
No comments here by design. Continue the discussion on social.