I thought so too... but if you refresh the page, it's just a pre-baked animation. A fun idea for somebody though; a little aquarium full of bots doing fake office tasks (I'm sure it's been done already).
The animations are CSS-driven, but the data behind them is real — agent heartbeats, task counts, and activity logs are pulled from actual systemd timer outputs. It's not a mock dashboard, though I'll admit the visual polish probably makes it look more "produced" than a typical monitoring tool.
"Fake it till you make it" in a nutshell. Half the AI wrappers on the market do the exact same thing: they render pretty activity charts that have absolutely zero correlation with actual VRAM consumption or server-side inference latency
Guilty as charged on this one. The dashboard visuals are CSS animations — the data behind them isn't live yet. I've been trying to pipe real systemd logs into it but haven't cracked the architecture cleanly enough to ship it. It's on my list, just not done.
Should've been clearer about that in the post. Thanks for pushing on it.