From 2cf11e0cfd0a5a5dfaf3dcd07f1da10ef76def11 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Fri, 12 Jun 2026 20:25:10 +0100 Subject: [PATCH] Remove Claude notebooks section from demo days document Removed section on notebooks generated by Claude, including demo details and iframe for video. --- .../2026/clickstack-new-features-05-06-2026.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/use-cases/observability/clickstack/demo-days/2026/clickstack-new-features-05-06-2026.md b/docs/use-cases/observability/clickstack/demo-days/2026/clickstack-new-features-05-06-2026.md index 2396be270ac..9d6868a108c 100644 --- a/docs/use-cases/observability/clickstack/demo-days/2026/clickstack-new-features-05-06-2026.md +++ b/docs/use-cases/observability/clickstack/demo-days/2026/clickstack-new-features-05-06-2026.md @@ -54,16 +54,6 @@ Himanshu showed how we're working on anomaly-based alerting using Z-score detect This addresses a common problem with threshold alerts: users often don't know what numeric value to set. Seeing the potential alert windows update live as you adjust the Z-score makes it practical to find a threshold that catches genuine spikes without producing excessive noise. Alerts can be scoped to fire only when values exceed the expected range (not when they drop below it), and an occurrence setting lets you require the condition to hold for multiple consecutive data points before firing. This is a work in progress, with the baseline computed as a moving average currently; exponential moving average support is planned. -## Notebooks generated by Claude {#notebooks-generated-by-claude} - -*Demo by [@MikeShi42](https://github.com/MikeShi42)* - - - -A prototype showing how Claude Code investigations can be converted into shareable ClickStack notebooks. The workflow reads the tool call history from a Claude Code session, maps MCP tool calls into actual ClickStack queries, and uploads the result as a notebook the rest of your team can open and explore directly. - -Beyond the basic query translation, the prototype supports citations: claims in the notebook link to the specific chart used as evidence. The goal is to make it easy for an SRE to share a complete investigation as a reproducible notebook rather than a Slack thread with screenshots. - ## Clearer configuration for API and AI agents {#clearer-configuration-for-api-and-ai-agents} *Demo by [@alex-fedotyev](https://github.com/alex-fedotyev)*