import { MarketResearch } from "atypica";
import { AI } from "@/lib/intelligence";

export class AtypicaAI {
  constructor() {
    this.market = new MarketResearch();
    this.ai = new AI("subjective_world");
  }

  async research(problem) {
    const insights = await this.ai
      .understand(problem)
      .simulate()
      .analyze()
      .report();
    return insights;
  }
}

Atypica

Rewriting $140B Market Research with AI

Revolutionary Shift from Traditional Surveys to Smart Insights

The core question in market research never changes: What are consumers thinking?

Global enterprises invest over $140B annually, creating consulting giants like McKinsey, Ipsos, and software companies like Qualtrics, Medallia.

← → keys to navigate
1 / 12