DEV Community

John Revis
John Revis

Posted on

The Future of Decision-Making: AI Agent That Predicts Trends & Profits

n8n and Bright Challenge: Unstoppable Workflow

This is a submission for the AI Agents Challenge powered by n8n and Bright Data

What I Built

I built an AI-powered Intelligence Agent using n8n that transforms raw news into executive-ready reports.

The agent automatically:

Collects breaking news data

Extracts facts, trends, and predictions

Analyzes tone and sentiment

Generates business suggestions (clients, income potential, global expansion strategy)

Highlights convincing points for decision-makers

This helps entrepreneurs, analysts, and executives save time by getting instant insights from complex information.

Demo

SantomaAi

๐Ÿ“Š Example Intel Report Output:

๐Ÿ“Š Intel Report
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

๐Ÿ“ Facts

  1. New Mexico lawmakers propose legalizing medicinal 'magic mushrooms'.
  2. Colorado issues licenses to psychedelic mushroom therapy facilitators.
  3. Experts warn of mental health risks due to rising use.

๐Ÿ“ˆ Trend
Legalization of psilocybin across the US and globally.

๐Ÿ”ฎ Prediction
Mainstream integration of psilocybin therapy in medicine.

๐ŸŽ™๏ธ Tone
Executive briefing.

๐Ÿ’ก Business Suggestions

  1. Psilocybin Therapy Center
  2. Psychedelic Education Services
  3. Mushroom-Based Packaging Production

๐Ÿ’ก Convincing Points

  • Early entry advantage in a booming industry
  • Growing consumer demand for natural products
  • Educational opportunities in mental health & wellness

n8n Workflow

๐Ÿ‘‰ Santoma Intelligence n8n Workflow

Technical Implementation

  • Platform: n8n (self-hosted via Docker)
  • Trigger: Webhook node (chat-style interface)
  • Data: News / content input
  • Processing:
  • AI Model (OpenAI GPT) โ†’ extracts facts, trends, predictions
  • Sentiment analysis โ†’ executive tone adjustment
  • Structured response formatting with emojis + sections
  • Output: Instant Intel Report in Markdown/Chat format

Bright Data Verified Node

Bright Data was used to collect fresh, verified data sources to feed into the AI agent.
This ensures reports are fact-based and up-to-date, not just static prompts.

Journey

Building this agent was both exciting and challenging:

  • ๐Ÿšง Challenge: Formatting AI output into consistent sections.
  • ๐Ÿ’ก Solution: I structured the prompts and applied clear headers (Facts, Trend, Prediction, Tone, Suggestions).
  • ๐Ÿšง Challenge: Webhook was only accessible locally.
  • ๐Ÿ’ก Solution: Planning to expose with ngrok for testing, and later deploy permanently on a VPS.
  • ๐Ÿšง Challenge: Making reports business-actionable, not just text.
  • ๐Ÿ’ก Solution: Added income models, client targets, and expansion strategies in the output.

I learned how powerful n8n + Bright Data + AI can be for building custom intelligence systems without writing full apps.

โœจ This project shows how automation + AI can turn scattered data into insightful, ready-to-use intelligence for entrepreneurs and decision-makers.

Top comments (6)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.