Multi-agent AI debate engine. Get AI-powered verdicts on any question.
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?"| Package | Description | npm |
|---|---|---|
@askverdict/sdk |
TypeScript API client | |
@askverdict/cli |
Command-line interface | |
@askverdict/types |
Shared TypeScript types |
- Ask a question - Any decision, comparison, or open-ended question
- AI agents debate - Multiple specialized personas argue different sides with evidence
- Cross-examination - Agents challenge each other's claims and reasoning
- Verdict - A synthesized recommendation with confidence scores and dissenting views
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);- Website: askverdict.ai
- Source: github.com/askverdict/askverdict
- npm: @askverdict
Built with care by the AskVerdict team.
MIT Licensed