Vendor Zoom: Stratiphy
August 20, 2025This Intelligence Vault article looks at the AI-driven retail investment platform Stratiphy
“Agentic AI” is everywhere — but for many it remains abstract.
What does it actually mean for multiple AI agents to collaborate?
The recent AlphaAgents framework paper (from BlackRock employees) gives us a good example. It shows how AI agents can be structured like a human investment team — each with their own role, data, and tools — and how they can debate their way to a consensus.
Domain-specific agents are created, defined through prompts that instruct them to think and act like particular analysts:
💻 Fundamental Agent → reads company filings (10-K, 10-Q), analyses statements
Tools: RAG for filings; APIs for financial reports
💻 Sentiment Agent → processes market news, analyst ratings, commentary
Tools: Summarisation with reflection prompting
💻 Valuation Agent → examines prices, volumes, and valuation metrics
Tools: APIs for market data; mathematical functions for returns/volatility
Like an investment committee:
🔹 Agents form their own views
🔹 A coordinator agent ensures each contributes
🔹 They debate until they reach consensus
This behaviour isn’t pre-programmed in code — it’s also defined through prompts that guide how agents interact and reconcile differences.
Investor preferences can also be simulated through prompts:
🔹 “Risk-averse” = more cautious recommendations
🔹 “Risk-neutral” = more aggressive positions
Every agent’s reasoning and the debate transcript are logged.
Instead of a black-box output, you see why a decision was reached — a critical feature for trust and oversight.
Agentic AI needs demystifying. AlphaAgents shows how it can be built in practice: roles defined by prompts, tools aligned to tasks, collaboration structured through debate, and outputs made explainable.