
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, 승인 게이트
FAQ
프로덕션 디버깅에 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.





