-
Notifications
You must be signed in to change notification settings - Fork 8
RealtimeViz glm52 b
lunaroute/glm-5.2-vision · glm52-b
Filtering, brushing, and linking — against a stream that keeps changing under your hands.
![]()
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)
![]()
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)
![]()
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)