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; } }
从传统调研到智能洞察的革命性转变
市场研究的核心问题从未改变:消费者在想什么?
全球企业为此每年投入超过1400亿美元,催生了McKinsey、Ipsos等咨询巨头,和Qualtrics、Medallia等软件公司。