Cerul.ai:賦予 Agent 搜尋與理解影片的能力

原始來源與檔名:Cerul賦予Agent影片搜尋能力.md

來源:@Jiaxi_Cui on X — 2026-04-09


NAPKIN | 餐巾纸

餐巾紙公式

Cerul = 影片語義索引 (語音+畫面+文字) + 毫秒級時間戳定位 + Agent 原生 MCP Skill

一句話

作者開發了 Cerul.ai,這是一個專為 Agent (如 Claude Code) 設計的「影片搜尋引擎」。它打破了過去 AI 只能讀取文字的盲區,透過直接理解影片的畫面與語音語義,讓 Agent 能夠精準找出「某人在哪個影片的幾分幾秒說過什麼概念」,甚至自動產出帶有精準時間戳的報告。

餐巾紙草图

[ The Blind Spot ]
  - LLMs / Text Search -> Cannot "watch" video content.
  - Existing video search -> Only relies on meta-data or popular text reviews.

[ Cerul.ai Architecture ]
  - Indexing: Audio transcript + Visual frames + On-screen text.
  - Query matching: Semantic matching (not exact keyword match).
  - Output: Direct deep-links with exact timestamps (e.g., 35:04 - 36:06).

[ Built for Agents ]
  User -> Claude Code: "Find all Demis Hassabis quotes on AlphaFold"
    -> CC calls Cerul MCP Skill (Spawns 4 parallel sub-searches)
    -> CC parses results, removes noise, generates prep doc with timestamps.

ROUND 1: SKELETON | 骨架掃描

ROUND 2: DISSECTION | 血肉解剖

ROUND 3: SOUL | 靈魂提取


Multi-Modal Information Retrieval (Architectural Deep Dive)

影片語義索引的空間對映 (Semantic Vector Space Mapping)

傳統影片檢索依賴於 Metadata (標題、描述、標籤) 或是語音轉文字 (ASR) 後的正則表達式匹配 (Keyword Match)。 Cerul 的架構革命在於它構建了一個多模態聯合嵌入空間 (Multi-modal Joint Embedding Space)

Agent-Centric API 設計 (Design for Autonomous Consumption)

Cerul 展現了 MCP (Model Context Protocol) 的完美應用場景。 為了讓 Agent 能夠自主消費 API,返回的資料結構必須具有高度的確定性 (Determinism)可溯源性 (Traceability)