Research. Analyze. Deliver.

Turn Research into a Service.

Deploy autonomous AI agents to perform comprehensive research, data gathering, and analysis. Get structured insights on-demand, integrated directly into your applications.

Join waitlist

research.do

import { Do } from '@do-inc/sdk';

const research = new Do('research');

async function getMarketAnalysis(topic: string) {
  const report = await research.query({
    prompt: `Generate a market analysis report for ${topic}.`,
    sources: ['web', 'news', 'sec-filings'],
    depth: 'comprehensive',
    format: 'json'
  });

  console.log(report.summary);
  return report;
}

getMarketAnalysis('Quantum Computing in Finance');

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.