COGNITIVE AUTOMATION ENGINE

Go Beyond Prompts. Achieve Goals.

Deploy autonomous AI agents that can reason, plan, and execute complex tasks. Integrate powerful cognitive capabilities into your applications with a simple API call.

Join waitlist

thinking.do

import { Agent } from '@do/sdk';

const thinker = new Agent('thinking.do');

async function analyzeMarketTrends() {
  const result = await thinker.run({
    goal: 'Analyze recent tech news, identify the top 3 emerging AI trends, and write a one-paragraph summary for each.',
    tools: ['web.search', 'document.summarize']
  });

  console.log(result.output);
  // { 
  //   "trends": [
  //     { "trend": "...", "summary": "..." },
  //     { "trend": "...", "summary": "..." },
  //     { "trend": "...", "summary": "..." }
  //   ]
  // }
}

analyzeMarketTrends();

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.