
HyperProbe:AI 本番デバッガーとオンコールエージェント
AIネイティブ本番デバッガー:再デプロイなしで live 変数を取得

HyperProbe は Y Combinator 支援の AI ネイティブ本番デバッガーです。再デプロイや再起動なしで、稼働中コードに読み取り専用の仮想ブレークポイントを置き、アラートから証拠付き根本原因分析まで進めます。
HyperProbe とは?わかりやすく
HyperProbe が答えるのは:ログに残らなかった「その瞬間の変数値」は本番で何だったかです。
log → CI/CD → redeploy のループの代わりに、疑わしい行に probe を置き、実トラフィックでスナップショットを取得して消えます。スレッド停止なし、ユーザー影響なし。
本番向けノンブロッキングデバッガで、MCP 経由で Cursor、Claude Code、Codex、Opencode のコーディングエージェントが操作します。
解決する問題
サイレント障害、スタックの誤方向、飲み込まれた例外、レース条件、サードパーティ API 変更、ログに証拠のない AI コードなど。
プローブと安全性
読み取り専用、非ブロッキング、TTL/レート/ヒット上限、エージェント内 PII マスキング、改ざん不可監査ログ。
ランタイム:JavaScript、TypeScript、Java、Python、Ruby。
AI オンコールフロー
PagerDuty、Datadog、Slack → 計画 → プローブ → キャプチャ → 確認済み RCA。
料金(2026 年 9 月時点)
サービス単位課金、プローブ/キャプチャ無制限。
- Free: $0、1 サービス、マネージドクラウド、7 日履歴、MCP 込み
- Professional: $99/サービス/月(年払 $79、最低 3 サービス)
- Enterprise: 個別見積、セルフホスト/VPC、承認ゲート
よくある質問
本番デバッグに redeploy は必要?
いいえ。SDK が in-process でプローブを注入します。
プローブ数に上限は?
使用量課金なし。計測したサービス数で課金。
完全自社インフラで動く?
Enterprise なら VPC 内で可能。
公式リソース
Installation and first capture
Paste one prompt into your coding agent with the installation guide. The agent installs the in-process SDK, wires your entrypoint, enables source maps, and registers the MCP server. Official docs target 15 minutes to first capture. Architecture: SDK agent inside your service plus a broker/control plane (managed or self-hosted).
Integrations: PagerDuty, Datadog, Slack for alerts; Cursor, Claude Code, Codex, Opencode via MCP for agent-driven debugging; VS Code extension for manual probes.
Comparison: with vs without HyperProbe
Without HyperProbe, engineers grep logs, add print statements, wait for CI/CD, redeploy, and hope the failure reproduces—often 2+ hours for a one-line fix. With HyperProbe, the agent locates the frame, places a probe in background, captures on next matching request, and confirms RCA in under 10 minutes in published examples—without redeploy cycles.
More FAQ
What counts as one service?
One application with the SDK installed. Forty Kubernetes pods still count as one service. HyperProbe does not bill per host, container, traffic volume, or seat.
Can we start managed and move to self-hosted?
Yes. The SDK is identical; self-hosted changes where the control plane runs, not your instrumentation.
Which alert sources are supported?
PagerDuty, Datadog, and Slack per the product website. The agent reads logs and distributed traces to plan probe placement.
Does HyperProbe replace observability tools?
No. It complements logs and traces by capturing variable state those signals miss—especially silent failures and logic bugs without exceptions.





