Perplexityの「Search as Code」:AIモデルが独自の検索パイプラインを記述可能に
Perplexity's "Search as Code" lets AI models write their own search pipelines instead of calling fixed APIs
記事のポイント
Perplexityが「Search as Code」を発表し、AIモデルが固定APIではなくPythonで独自の検索ルーチンを記述できるようになりました。
AIがサンドボックス内でフィルタリングや重複排除を自律的に行い、検索パイプラインを動的に生成する点が技術的ポイントです。
検索精度が向上し、トークンコストが最大85%削減されるため、AI検索サービスの効率と性能が大きく向上します。
これにより、OpenAIやAnthropicのシステムを主要ベンチマークで上回り、大幅なコスト削減を実現しました。
概要
Perplexity's new "Search as Code" architecture dumps rigid search APIs and lets AI models write their own search routines in Python. By letting the agent handle its own filtering and deduplication inside a sandbox, the system beats OpenAI and Anthropic on key benchmarks, while cutting token costs b…
AIが検索プロセスを自律的に最適化できるのはすごいですね。私たちの情報検索の質が格段に上がりそうです。