Skip to content
@AskVerdict

AskVerdict AI

Decision Intelligence Platform

AskVerdict AI

Multi-agent AI debate engine. Get AI-powered verdicts on any question.

Website | Documentation | Get API Key

What We Build

AskVerdict AI is a multi-agent debate engine that pits multiple AI personas against each other to analyze questions from every angle. Instead of a single biased answer, you get structured debates with evidence, cross-examination, and synthesized verdicts with confidence scores.

Try it now:

npx @askverdict/cli "Should I use PostgreSQL or MongoDB for my SaaS?"

Open Source Packages

Package Description npm
@askverdict/sdk TypeScript API client npm
@askverdict/cli Command-line interface npm
@askverdict/types Shared TypeScript types npm

How It Works

  1. Ask a question - Any decision, comparison, or open-ended question
  2. AI agents debate - Multiple specialized personas argue different sides with evidence
  3. Cross-examination - Agents challenge each other's claims and reasoning
  4. Verdict - A synthesized recommendation with confidence scores and dissenting views

Quick Start (SDK)

import { AskVerdictClient } from '@askverdict/sdk';

const client = new AskVerdictClient({ apiKey: 'your-api-key' });

const { verdict } = await client.createVerdict({
  question: 'React vs Vue for a new startup project?',
  mode: 'balanced',
});

console.log(verdict.verdict.recommendation);

Links


Built with care by the AskVerdict team.

MIT Licensed

Pinned Loading

  1. askverdict askverdict Public

    AskVerdict AI - Multi-agent AI debate engine. SDK, CLI, and types.

    TypeScript 1

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…