Total events
--
Retrains (7d)
--
Drift events
--
Last event
--
๐Ÿ“‹ Event timeline
๐Ÿ’ก What gets logged
The brain logs an event when something materially changes its behavior:
๐ŸŽ“ Training: A batch of new labeled data was processed and the weights shifted. Logged with loss delta.
โš  Drift: Recent hit rate diverged from lifetime average by more than 8%. Could mean regime change.
๐Ÿš€ Promotion: A new model version was promoted to production (replaced the active model).
๐ŸŒฑ Seed: Synthetic training data was generated (usually on first install or after a reset).
๐Ÿ”„ Reset: The brain was reset โ€” all weights zeroed, training data preserved.

Events are persisted in localStorage. Use Clear log to wipe โ€” this won't affect the model itself, just the audit trail.