Skip to content

RealtimeViz glm52 b

Jesse Vincent edited this page Aug 21, 2026 · 1 revision

Interaction-centric exploration

lunaroute/glm-5.2-vision · glm52-b

Filtering, brushing, and linking — against a stream that keeps changing under your hands.

Query-Rift Live

A live filtered strip + brush-linked detail pane that updates incrementally as turns stream in.

Realtime Comprehension — What is the agent doing right now, filtered to what you care about? Query clauses ("delegates that errored", "jobs > 30s", "compaction boundaries") dim non-matching turns as they arrive; the cyan brush follows the live turn even when paused.

Long-Session Scaling — Constant-width strip regardless of turn count; queries collapse irrelevant turns (dimmed) and keep relevant ones highlighted; the brush scopes the detail list so it never overflows.

Interactive mockup (raw HTML — download & open locally)

Delegate Cascade Live

A live 3-level delegation tree laid out by spawn time — nodes appear as delegates start, with token-spend sparklines, tool counts, wall time, and outcomes.

Realtime Comprehension — Who spawned whom, when, at what cost — right now. In-flight states (running tool calls, active delegates, pending jobs) render distinctly from completed history; click two siblings to compare while they run.

Long-Session Scaling — Delegation forms a bounded tree, not a linear list: a 3-level tree stays legible across hundreds of turns and thousands of tool calls; the root timeline lane overlays each delegate's active span.

Interactive mockup (raw HTML — download & open locally)

Cost & Compaction Atlas Live

A live stacked bar chart of token/context cost over turns — bars grow as turns land, compaction phase walls drop in live, and the phase scrubber tracks the stream.

Realtime Comprehension — How token/context cost is evolving right now; compaction boundaries re-partition the session into comparable phases as they happen; error markers and job spans overlay live; tool-type toggles isolate the mix.

Long-Session Scaling — Constant-width x-axis maps any turn count into the same space; compaction partitions long sessions into legible phases; tool-type filter toggles keep the chart from drowning in call volume.

Interactive mockup (raw HTML — download & open locally)


← Back to index · Other round: retrospective set

Clone this wiki locally