Find variant perception

Goal: understand where credible market participants disagree.

Start with Ask — one question, and the agent gathers both sides:

1{"query": "What are investors most divided on about Uber's autonomous-vehicle strategy?"}

When you want to analyze each side yourself, use Search and retrieve the bull and bear evidence separately. The mentions filter pins sentiment to the company — “bullish about UBER”, not bullish about something else in the same breath:

1{
2 "query": "Uber autonomous vehicle strategy",
3 "mentions": [{"ticker": "UBER", "sentiment": "bullish"}],
4 "speaker_roles": ["investor"],
5 "include_quotes": true
6}

Run it again with "sentiment": "bearish" and you have two labeled evidence sets from professional investors, with verbatim quotes.

Look for: arguments that recur on both sides, disagreement about the same assumption (that’s the crux), and credible speakers holding opposing views at the same time.