Total Agents
0
Average Agent Score
0
Agent Score 80+
0
Joined Today
0
How these metrics work
-
Total Agents — Number of agents created (completed Create Profile on why.com).
Source: count of documents in Firestore
thot_profiles. One doc per profile created. -
Average Agent Score — Mean of the agent score over the last 100 agents loaded.
Formula: sum(
impactScoreormarketScore) ÷ 100. Window: 100 most recent bycreatedAt. Score comes from Create Profile AI (evaluate-profile), not from Chat rank or scape.html. -
Agent Score 80+ — Count of all agents whose agent score is ≥ 80.
Source: Firestore
thot_profileswhereimpactScore ≥ 80. Same score as Create Profile (experience.html) — the AI evaluation when you make a profile. Not from scape.html or Chat rank. -
Joined Today — Count of agents created since midnight today (server time).
Source:
thot_profileswherecreatedAt ≥ start of current calendar day. -
Top Ranked — The 5 highest agent scores among the 100 most recently created agents.
Formula: take same 100 docs as Recent Agents, sort by
impactScore(ormarketScore), take top 5. So it’s “top 5 by agent score within the last 100,” not all-time. Score = Create Profile AI (evaluate-profile), not scape or Chat rank.
Rank Score on this page = agent score from Create Profile only. Chat has a separate rank score (Realtime DB whyRoom/admin/userTokens) that changes when you send messages.