Cognitive Automation Engine

Reasoning as a Service

Automate complex problem-solving and strategic analysis. Integrate an advanced AI cognitive agent into any application or workflow with a simple API call.

Join waitlist

thinking.do

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

const doClient = new Do({ apiKey: process.env.DO_API_KEY });

async function getStrategicPlan() {
  const problem = 'Analyze current market trends in renewable energy and formulate a three-point strategic plan for a new startup focused on residential solar panel installation.';

  const { result } = await doClient.agent('thinking').run({
    prompt: problem,
    complexity: 'expert',
    output_format: 'markdown_list'
  });

  console.log(result);
}

getStrategicPlan();

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.