-
Notifications
You must be signed in to change notification settings - Fork 8
CompactViz glm52 b
lunaroute/glm-5.2-vision · glm52-b
Query, brush, and jump inside a matchbox. idea-1/2 by the glm delegate (minimally repaired — they arrived non-functional); idea-3 + README by a kimi/k3 substitute. Details in slot README.
![]()
160px vertical-rail turn atlas: one cell per turn (height = tool count, color = kind), filtered by composable query clauses/chips/facets with a draggable brush scoping a turn list.
Realtime Comprehension — Which turns match an ad-hoc query (delegates, failures, jobs>30s, compaction boundaries) and where they cluster in time — clauses + brush light up matching cells and scope a filtered turn list, live.
Long-Session Scaling — ≥2px cells; brush + clauses are the narrowing mechanism. Honest limit noted by the implementer: O(turns) counting holds to ~10³ turns, then needs aggregation (not implemented).
Interactive mockup (raw HTML — download & open locally)
![]()
A full-width × 100px bottom timeline strip of delegate/job span bars under a compact lane tree — playback sweeps a turn counter, flashing in-flight nodes and bars.
Realtime Comprehension — How the delegation tree actually unfolded — who spawned whom, when, how long, at what cost, which branch errored; sibling side-by-side cost comparison while running.
Long-Session Scaling — Span bars hold to ~10³ spans before going sub-pixel; lane stacking/collapse not implemented (implementer's note).
Interactive mockup (raw HTML — download & open locally)
![]()
A 312×232 corner-badge query instrument: an 8-lane canvas event field (prompts/assistant/tools/delegates/jobs/watches/compaction/failures) with permanent numbered prompt anchors — hover isolates a lane, click jumps the transcript, drag brushes a range.
Realtime Comprehension — While it's still running: where the moments that matter are — your prompts, failures, folds, delegate/job/watch spans — and one gesture to slice to them. The field IS the query surface: hover isolates, click jumps, drag brushes, a substring box dims non-matches.
Long-Session Scaling — ~1.15px/turn at 245 turns; honest to ~10³ turns before lanes saturate. Prompt anchors are permanent DOM buttons, never aggregated; verified jump to turn 61 with flash + popover.
Interactive mockup (raw HTML — download & open locally)