Hacker News

Latest

Launch HN: HyperProbe (YC S26) – Agents that do read-only debugging in prod

2026-08-05 @ 16:47:15Points: 21Comments: 15

When prod breaks, it lets Cursor, Claude, and others drop virtual breakpoints or probes safely in your running code, and extract the exact variable values that logs don’t have.

All this saves time and effort for engineers who’d otherwise dig through logs and traces or redeploy with console.logs or print statements until they find the root cause.

Here is the link to the video that explains this: https://www.youtube.com/watch?v=ivV7I--ta5c

Agents write most of our code now. This shrinks the useful context engineers need to debug AI written code, a problem not helped by the limited telemetry added in the same code by AI.

So when something breaks in prod, the first instinct for an engineer is to open logs or throw them to your agents. But if the line you are looking for is not there, agents will start guessing the root cause on non-existent data, forcing you to add a log, and redeploy.

This analysis-inference loop of agents with existing data does not come cheap, burning a lot of tokens. And the add log, redeploy cycle is so slow and painful that it makes engineers hate on-call.

Our approach lets agents capture telemetry on-demand at the exact moment and point of failure, killing the log-redeploy cycle and getting the most accurate RCA while burning fewer tokens.

The obvious problem is making it work on a running service. You can't pause a live service the way you'd pause a debugger on your laptop. Getting the value out of a running process safely, without pausing a thread or slowing the host is the challenge.We are making this happen.

Before this I ran engineering at a 100 member team. Then Karan and I spent three years on HyperTest which was a testing tool.

At HyperTest, we turned production traffic into integration tests using OpenTelemetry. That was production instrumentation too. The hard parts of pulling real runtime state out of a running service without breaking it, were the hard parts we learnt to put together.

We learnt some other lessons the hard way too. HyperTest tried to prevent bugs with better tests, and adoption was a fight every time. Calls kept getting cancelled because teams were firefighting production. Testing was hygiene. Broken prod was hair on fire. This made us see where priorities lie.

This seeded the idea of building a truly autonomous on-call agent i.e. one that takes an alert, probes, diagnoses and fixes it in a few minutes. But this is how it works as of now:

You talk to your coding agent the way you already do. Tell it what's wrong: "checkout returns 200 but some users are seeing their order fail, find out why." It locates the line in your local code, connects to us over MCP, and drops a probe on that line in the running service. The probe is read-only and sits dormant until real traffic hits. When hit, it captures the local variables at every frame of the call stack at that exact moment. It hands them to the agent, which diagnoses with real data.

There are two pieces. An SDK that runs inside your service, and an MCP server your coding agent talks to. The SDK is what makes setting probes (virtual breakpoints, log or metric) possible without a redeploy. In Node and Python it hooks in-process. In Java it attaches as a JVM agent, instrumenting at the bytecode level. Either way the service keeps running and serving traffic. Nothing pauses.

When your agent wants to look at a line, it calls the MCP server, which tells the SDK to place a probe there. When a request hits the line, the SDK captures what the probe asked for, sanitizes it in-process, and streams it back to the agent via the MCP.

This can run inside prod, so a probe can read any value sitting in that variable. We ensure redaction happens in-process, inside your own container's memory. This is before anything goes on the wire. Keys like password, token, authorization, ssn and credit card are redacted by default and you add your own.

Also the probes read but never write, and if you want no captured state to ever leave your network you can self host the server, broker, and even the database in your infra.

On overhead: when idle, the SDK adds negligible memory and effectively nothing to throughput and response time. Probes only cost anything while actively capturing. Also captures are bounded. A separate monitor watches in real time and pulls every active probe if overhead ever spikes.

Every log-and-trace tool hands the agent data that already exists and asks it to reason backward to what probably happened. We think it is more useful to give agents eyes and ears into the running code, so they capture what they need when they need it, right at the point of failure.

This seems like the simplest and fastest way to debug prod incidents.

We’d love the community to try this in any environment to debug any known or unknown issue by just chatting with your coding agent. And let us know what more features you need to make this a truly autonomous on-call agent

Supported platforms: NodeJs, Java, Python.

Discovery Loop

2026-08-05 @ 16:19:44Points: 258Comments: 120

Jeff Dean Leaving Google

2026-08-05 @ 16:14:49Points: 78Comments: 2

Google DeepMind CEO Demis Hassabis is stepping down

2026-08-05 @ 16:05:37Points: 368Comments: 1

The next chapter of our AI momentum

2026-08-05 @ 16:05:31Points: 110Comments: 296

Jeff Dean leaving Alphabet

2026-08-05 @ 16:04:33Points: 292Comments: 72

Fed's Kashkari says 'now is the time to start slowly moving' rates up

2026-08-05 @ 15:24:38Points: 39Comments: 44

The Valley of Webhooks

2026-08-05 @ 15:22:06Points: 61Comments: 25

Cops Used Flock to Track a Man Across State Lines for a Pretextual Weed Search

2026-08-05 @ 15:20:11Points: 286Comments: 159

Qwen 3.0 Image Pro

2026-08-05 @ 14:53:29Points: 177Comments: 47

Oracle Just Halved Its Always Free ARM Limits

2026-08-05 @ 14:46:36Points: 133Comments: 88

The "Disability Dongle": Why Silicon Valley Hates Me and You

2026-08-05 @ 14:38:13Points: 145Comments: 132

Aristotle quotes on virtue, knowledge, and happiness

2026-08-05 @ 14:06:39Points: 121Comments: 35

Rubin Observatory's first LSST Camera release: 500k galaxies in the COSMOS field

2026-08-05 @ 14:04:10Points: 53Comments: 4

Intelligence Is Not the Main Bottleneck

2026-08-05 @ 14:04:06Points: 102Comments: 84

TSON – A JSON superset with immutable, hash-pinned schemas

2026-08-05 @ 14:03:40Points: 47Comments: 45

The Entropy of a Markov Chain

2026-08-05 @ 14:00:10Points: 65Comments: 2

Cloudflare OS: an open platform for agents, apps, and work

2026-08-05 @ 13:58:53Points: 338Comments: 195

Building an Advanced Agentic Harness

2026-08-05 @ 13:54:12Points: 67Comments: 36

Painting with Gaussians

2026-08-05 @ 13:34:32Points: 59Comments: 9

Faster Than Ninja

2026-08-05 @ 13:33:25Points: 62Comments: 22

TIME Is Serving AI Bots a Different Website, with Ads Built In

2026-08-05 @ 12:41:47Points: 199Comments: 81

Civilian plane crash in New Mexico tied to military GPS blocking

2026-08-05 @ 11:03:13Points: 377Comments: 184

Position: LLMs Can't Jump

2026-08-05 @ 11:01:37Points: 191Comments: 135

Western Sahara

2026-08-04 @ 22:34:39Points: 66Comments: 30

The Law of Jante (2015)

2026-08-04 @ 18:52:03Points: 14Comments: 0

What is distributed Key Generation (DKG)?

2026-08-01 @ 14:27:17Points: 7Comments: 0

Stateless MCP has recaptured my interest

2026-08-01 @ 05:51:36Points: 359Comments: 204

Energizing a vacuum-tube flip-flop module from a 1948 IBM system

2026-07-31 @ 16:49:30Points: 34Comments: 5

Discovery of a multicomponent alloy forged by the Hiroshima atomic blast

2026-07-30 @ 20:09:43Points: 63Comments: 21

Archives

2026

2025

2024

2023

2022