Compound AI OpsFOUNDER X10 September 2026
Dashboard checks
10 OF 13 VIEWS CERTIFIED EMPTY
Green check in 69 seconds certified 10 of 13 views before data arrived
We got a green dashboard check after 69 seconds. Ten of 13 views contained zero rows, so the faster result had certified pages before their data arrived.
We had replaced the per-view data wait with a stable-height check. Client-rendered pages reach a stable empty shell before rows arrive, so the check saw no more movement and passed.
We put the data wait back and kept 2 seconds for layout settling. A narrower row wait still moved two views across the 44px tap-target boundary between runs.
We also stopped repeating a green check on identical bytes. We cache a pass against the exact Git tree, while every changed or failed run measures again.
#dev