18 Investing Legends in One AI Committee: Augur Multi-Agent Stock Research Breakdown + 3 Ways to Cash In

30-Second Cash Map

Three monetization paths, low to high ticket size:

  • AI Services: Custom deployment for brokerages and finance creators, $400–$1,100 per project, no ceiling.
  • Paid Community: Daily AI signal push, $14–$42/month, 200 members = $2,800–$8,400/month.
  • Content Business: Short-form video + paid newsletter + overseas subscription, $19–$49/month covers global retail traders.

Lowest technical bar is path two. You don’t need to code. Augur is open source, and you can pay someone else to deploy it. Here’s the project breakdown and how each path actually works.


1. Why One AI Watching Stocks Is Already Obsolete

Retail traders and beginners live with one illusion: feed code to GPT, let it read candlesticks and earnings reports, get a buy/sell call, beat the market. Reality check: the same model calls the same stock “strong buy” today and “overvalued sell” tomorrow, arguing with itself.

A single model has one brain. It can’t see disagreement or challenge its own logic. Investment decisions are never single-point calls. They’re trade-offs after multi-school combat. Value investors look at moats. Macro guys watch rate cycles. Growth hunters track adoption curves. China specialists read business models.

The open-source project Augur (GitHub stars 473 / forks 69 / MIT license) upgrades this into “18 investing legends running an investment committee.” Buffett, Duan Yongping, Zhang Lei, Ray Dalio, Cathie Wood, and other AI personas from different schools each analyze independently, score independently, then weighted consensus gets aggregated, with every bull, every bear, every disagreement laid bare. Multi-agent sparring beats single-model self-talk by a mile.

Three cash paths: services, community, content. Breaking each down.

2. What Augur Actually Is: 18 Investor Personas in One Workflow

Augur’s core positioning in one line: multi-agent investment analysis system. The repo README says it plainly. Put Warren Buffett, Ray Dalio, Duan Yongping, and Cathie Wood in one room. They won’t agree. That’s the point.

⚠️ Number note: The README title, badges, and body all say “18 investing legends,” but the repo About section says “13 virtual investing legends analyzing independently.” This article follows the 18 figure used throughout the README. The About count reflects what’s actually shown in the repo.

The 18 legends split into four schools:

  • 🏦 Classic Value: Buffett, Graham, Munger, Philip Fisher
  • 🚀 Growth & Innovation: Peter Lynch, Cathie Wood, Peter Thiel, Leopold Aschenbrenner
  • 🌍 Macro & Cycles: Ray Dalio, George Soros, Howard Marks, ARPS (Crypto/Gold)
  • 🇨🇳 China Value: Duan Yongping, Zhang Lei (Hillhouse), Li Lu (Himalaya), Dan Bin (Oriental Harbor)
  • ⚙️ Special Strategies: Serenity (AI compute supply chain), BTCdayu (crypto)

China legends converse in Chinese throughout, critical for anyone trading A-shares, HK stocks, or US-listed Chinese names.

For each stock input, the system outputs five things: Augur score (0–10) + BUY/NEUTRAL/SELL signal, Kelly position sizing based on weighted consensus confidence (a math formula that auto-calculates how much to bet based on win rate), a one-line verdict (The Oracle of Augur), bull/bear distribution (e.g., 13 Bullish / 5 Neutral / 0 Bearish), and each legend’s specific reasoning.

The most valuable piece is “investment committee” mode: five preset portfolios (Classic Value, China Value, Macro All-Weather, Innovation Growth, Full Committee), plus free-form selection. Ask “is the moat widening or shrinking?” and the system makes Buffett, Munger, and Duan Yongping answer simultaneously, then aggregates into a structured verdict.

3. 30-Second Setup: Install Commands and Core Usage

Augur’s install barrier is crushed flat. Three commands and you’re running:

1
2
3
git clone https://github.com/BruceLanLan/augur.git && cd augur
pip install -e ".[data]"
augur serve --open # Opens Dashboard

Skip the web UI, pure CLI works too:

1
2
3
4
augur analyze AAPL          # All 18 legends analyze simultaneously
augur consensus NVDA # Weighted consensus + Kelly sizing
augur workflow TSLA # Full analysis chain in one call
augur committee AAPL -q "Is the moat widening or shrinking?"

The v10 upgrade is MCP (Model Context Protocol, the AI tool-calling standard) integration. This means Claude Desktop, Hermes Agent, and Claude Code can all call Augur’s 13 tools directly, plugging the 18 legends into your existing AI workflow. Config example (Claude Desktop):

1
2
3
4
5
{
"mcpServers": {
"augur": { "command": "augur", "args": ["mcp-server"] }
}
}

Once connected, you can say “analyze NVDA from Buffett’s perspective” in Claude, and Augur runs behind the scenes. The system supports A-shares, US stocks, and HK stocks. The README badge lists SEC EDGAR (the SEC’s public filings database) as a data source, but actual integration status needs your own verification ⚠️ unverified.

Non-technical readers skip this, jump to section 5. The monetization paths below don’t require you to run commands yourself. Pay someone to deploy.

4. Path One: AI Services — Custom Research Tools for Brokerages and Finance Creators

Path one is the steadiest: sell deployment directly.

Three target customer types: mid-size brokerage research desks, junior analysts at private funds, content teams at finance media. Their pain points are identical. Not enough people, slow report output, want to show clients “multi-perspective analysis” but lack the technical chops to build the system.

Service pricing splits into three tiers (research Mercari/eBay listings for similar AI deployment services first):

  1. Basic Deployment ($400–$1,100): Local Augur install, data sources and API keys configured, deliver a working web UI running all 18 legends. 1–3 day turnaround. Main costs are API keys (monthly token fees) and 3–6 hours of deployment work.
  2. Custom Committee ($2,100–$5,500): Tailor the legend subset to client investment preferences. Liquor-focused private fund keeps only Duan Yongping, Dan Bin, Zhang Lei. Quant fund adds Serenity compute strategy. Use the /settings Profile system mentioned in the README for multiple configs.
  3. MCP Integration ($2,800–$8,400): Plug Augur into the client’s existing Claude Desktop or Hermes Agent workflow, build an “internal research Copilot.” Few people have MCP running smoothly yet. First movers command a premium.

Lead channels: list “AI research tool deployment” on Mercari or eBay (zero cost), post demo videos titled “I run an investment committee with 18 AI legends” on Lemon8 or Pinterest to funnel into DMs, answer “what open-source AI investing tools exist?” on Quora for SEO long-tail. Search evidence shows media (PANews) has covered similar “turn Buffett/Munger into agents” projects, useful as topic-heat reference.

5. Path Two: Paid Community — Premium Research Group + Daily Signal Push

Path two compounds: monthly fees from a group.

Core product is daily AI committee signal push. Use Augur’s augur workflow command with cron (Linux’s built-in scheduler) to auto-run your watchlist every day after market close, then push the 18 legends’ consensus scores, buy/sell signals, and Kelly position sizing to Telegram or WeChat groups.

Three monetization models (reference pricing from similar finance paid groups on Substack or Circle):

  • Membership Subscription: $14–$42/month, join the group for daily signals. 200 members = $2,800–$8,400/month in stable cash flow.
  • One-Off Reports: Use augur report AAPL -o report.md to generate deep-dive reports, priced $7–$28 each. Suits users who don’t want subscriptions but need occasional deep analysis.
  • Portfolio Diagnosis: User submits 5–10 holdings, run committee mode, output “rebalancing recommendations,” priced $70–$210 per session.

Key operational move: turn bull/bear disagreements into content material. On a day when Buffett is bullish and Cathie Wood is bearish, screenshot it and post on Lemon8 with “AI committee is fighting.” Conflict content gets 3–5x the likes of one-sided recommendations (based on finance category benchmarks).

The README screenshots show a GitHub-style 52-week heatmap (actual results depend on your deployment). You can turn “AI signal vs. actual price action” backtest data into visualization charts as social proof for the community.

Compliance note: Selling investment advice in most jurisdictions requires proper licensing. Paid groups pushing buy/sell signals may cross regulatory lines. Workaround: signal pushes show only “AI scores,” never “buy/sell price targets.” Group language avoids sensitive terms like “recommend” or “buy.” Stick to “analysis display,” not “trading guidance.”

6. Path Three: Content Business — Turn “AI Committee” Into a Content Product

Path three bets on virality: sell content, not tools. Augur’s multi-agent setup is built for conflict-driven content.

Specific plays:

  1. Short-Form Video Series: “Let 18 AI legends review the same stock.” Each episode picks a hot name (NVDA, TSLA, Maotai, CATL), runs Augur to grab all 18 takes, edits into a 3-minute video. Focus on disagreement. Buffett says expensive, Cathie Wood says cheap. That conflict writes itself.
  2. Live Stream Breakdown: Weekly live stream, use Augur to analyze stocks voted on by viewers in real time, show the full bull/bear debate. Gift tips + paid voice calls are direct revenue.
  3. Paid Newsletter: Launch “AI Committee Weekly” on Substack or Circle, 3–5 deep-dive stock picks per week, priced $99–$199/year.
  4. Overseas Subscription: Take Augur’s English README screenshots + demo videos, build a landing page, collect payments via Stripe, priced $19–$49/month. Note: you’re selling “deployment service + custom committee + English tutorials/coaching,” not Augur itself (it’s open source).

Platform picks: TikTok for short-form video funnel, Lemon8 for visual seeding, YouTube for long-form depth, Substack for overseas reach. Test overseas content conversion at small scale before going heavy.

7. Risk Flags and Launch Timeline

Compliance red lines (called out separately because this is where most people get burned):

  • Selling investment advice requires proper licensing in most jurisdictions. Individuals rarely qualify.
  • Paid groups pushing buy/sell signals may trigger regulatory action. Group admins face legal exposure.
  • Building tools for brokerages: decision-support is fine, replacing analysts requires compliance review.
  • Safer alternatives: Sell tool deployment only, never advice. Content stays educational, never prescriptive. Groups show AI scores only, no price targets.

Launch timeline (first 30 days):

  • Days 1–7: Deploy Augur locally, get all 18 legends analyzing, learn the CLI and Dashboard.
  • Days 8–14: Wire up MCP, connect Augur to Claude Desktop, test custom committees and workflows.
  • Days 15–21: Pick one monetization path (start with paid community, lowest barrier), automate the push pipeline.
  • Days 22–30: Start content output + cold-start lead gen. List on Mercari, post case studies on Lemon8, build SEO on Quora.

Last line: The three paths above are frameworks, not battle-tested. Run a small 0→1 first (even if it’s just one $400 gig), then decide whether to go all in. git clone tonight, post your first Lemon8 tomorrow. That beats reading ten breakdowns.