Research & Report Generation
Build CUA workflows that autonomously research topics, gather data, and produce structured reports.
CUA Research Workflows
CUAs are particularly powerful for research tasks that require browsing multiple sources, extracting information, and synthesizing it — without those sources having APIs.
The Research Pipeline
Input: Research brief ("Research Series B fundraising trends in AI infrastructure Q1 2025")
Agent workflow:
- Search for recent funding announcements
- Navigate to Crunchbase for deal data
- Read TechCrunch and VentureBeat for context
- Extract: company, amount, investors, valuation, date
- Identify patterns across 10-15 deals
- Generate structured report
Output: Formatted research report with citations
Instruction Design for Research Tasks
Research [topic]. For each source you visit:
- Note the URL and date accessed
- Extract the specific data points listed below
- Note the publication date of the information
- Flag any conflicting data between sources
Data to extract: [specific fields]
After visiting at least 5 sources, synthesize findings into a report with:
- Executive summary (3 bullets)
- Key findings (numbered list)
- Data table
- Source list
Handling Paywalls and Login Walls
CUAs encounter paywalls frequently. Your options:
- Skip and note: "If content is behind a paywall, record the headline and source URL but don't attempt to access it."
- Provide credentials: For subscriptions you have, provide login credentials in secure variable storage.
- Use alternatives: "If the primary source is paywalled, find an alternative source covering the same topic."
Quality Control
Research CUAs can hallucinate or misread content. Build verification steps:
"After extracting each data point, verify it by re-reading the relevant section of the source. If you're not confident in a figure, mark it with [VERIFY] in the output."
Scheduled Research Agents
The most powerful deployment is scheduled: a CUA that runs weekly, researches your key topics, and delivers a briefing. This turns CUA research from a one-time task into an intelligence system.