I Built An AI Trend Engine That Predicts The Future
- Daniel Rivas
- Apr 8
- 4 min read
Updated: Apr 12
Predicting the future can be complex, requiring careful observation of emerging signals across many fields. Or...it can be as simple as shaking a Magic 8 Ball. Inspired by Amy Webb's approach in The Signals Are Talking, I experimented with Anthropic's Claude to build a multi-agent Global Trend Engine. This system gathers and analyzes frontier signals from diverse sectors to create a futurology report projecting possible future scenarios several years ahead.
This post explains how I designed and implemented this multi-agent system, the role of each agent, and how their combined insights generate a forward-thinking prediction. The goal is to offer technology enthusiasts and product design professionals a clear example of how AI can support futurology and strategic planning.

Designing the Multi-Agent System
The core idea behind this experiment was to create agentic components, each specialized in tracking signals within a specific global sector. These agents work independently but feed their findings into a central agent that synthesizes the information.
The Seven Specialized Agents
Each named agent focuses on one of these sectors:
AI (Turing): Tracks breakthroughs in artificial intelligence, machine learning models, and automation trends.
Climate (Gaia): Monitors climate science research, policy changes, and environmental signals.
Biotechnology (Mendel): Observes advances in genetics, medical tech, and bioengineering.
Geopolitics (Caesar): Analyzes shifts in international relations, conflicts, and alliances.
Energy (Faraday): Follows developments in renewable energy, fossil fuels, and energy storage.
Society (Orwell): Watches social movements, demographic changes, and cultural trends.
Space (Sagan): Keeps up with space exploration, satellite tech, and commercial space ventures.
Each agent collects the latest news, research papers, and expert commentary relevant to its domain. This specialization allows the system to capture nuanced signals that might be missed by a single, generalist model.
The Eighth Agent
The eighth agent, named Nostradamus, acts as the system’s futurist. It receives the reports from the seven specialized agents and evaluates the intensity and relevance of their signals. Nostradamus then extrapolates a coherent future scenario by connecting these signals across sectors.
This agent applies a weighted approach, giving more emphasis to signals with stronger evidence or higher impact potential. The result is a prediction that reflects the interplay of global trends rather than isolated developments.
How the System Supports Forward-Thinking Product Design
For product designers and innovation teams, understanding future trends is crucial to building relevant and sustainable products. This multi-agent engine offers several benefits:
Comprehensive insights: By covering multiple sectors, the system highlights cross-sector influences that shape the future.
Signal clarity: Specialized agents reduce noise by focusing on frontier signals rather than mainstream news.
Scenario generation: The Nostradamus agent provides a narrative future scenario that can inspire strategic decisions.
Continuous updates: The system can run regularly to track evolving trends and adjust predictions.
For example, a product team designing smart home devices could use insights from the AI, Energy, and Society agents to anticipate user needs related to energy efficiency, automation, and lifestyle changes.


Challenges and Lessons from the Experiment
Building this multi-agent system revealed several important points:
Data quality matters: The accuracy of predictions depends heavily on the quality and diversity of data sources each agent uses.
Balancing specialization and integration: Agents must be specialized enough to detect subtle signals but also able to communicate effectively with the Nostradamus agent.
Avoiding bias: Each agent’s training and data can introduce bias, so careful calibration is needed to ensure balanced predictions.
Interpretability: The final scenario should be understandable and actionable for human decision-makers, not just a technical output.
This experiment also showed the potential of Anthropic’s Claude for building agentic systems. Claude’s ability to process complex inputs and generate coherent outputs made it well-suited for this multi-agent architecture.
Future Directions for Multi-Agent Futurology Engines
The current system is a proof of concept, but it points to exciting possibilities:
Adding more agents: Including sectors like economics, education, or health could enrich predictions.
Interactive scenario exploration: Allowing users to adjust signal weights or explore alternative futures.
Integration with product roadmaps: Embedding futurology insights directly into product design workflows.
Real-time trend monitoring: Using live data feeds to update predictions dynamically.
Such developments could make multi-agent engines a standard tool for futurists and product designers seeking to navigate uncertainty with data-driven foresight.

This multi-agent Global Trend Engine experiment demonstrates how combining specialized AI agents with a central prediction agent can produce meaningful futurology insights. By observing frontier signals across sectors, the system offers a structured way to anticipate future scenarios. For technology enthusiasts and product design professionals, this approach provides a practical example of how AI can support forward-thinking strategies and innovation.
Disclosure: I generated most of this post with an AI tool to test its writing ability, roughly 92%. Okay, maybe more like 95%, but it's all true and representative of what I built with Claude.


Comments