Area: mobieusAI (audit p11) · Surface: Admin AI tools — POST /admin/ai/weekly-insights, /admin/ai/config-recommend (Admin\AdminAIController), wired in templates/admin/dashboard.php; audit-qa wired in templates/helpdesk/admin/audit.php · Dimension: documentation · Severity: major
Three distinct admin-facing AI tools are shipped and visible in the admin UI but have no documentation. /know/admin-config-ai-model only covers model selection + cost; /know/admin-automation-engine covers the AI Community Manager; /know/mobieusai-helpers covers the inline member helpers. None document the dashboard's "mobieusAI assists" cards (Weekly insights, Config recommender) or the helpdesk "Ask the audit log" Q&A. An admin sees these buttons with no wiki to explain what they do or what data they read.
Evidence
FEATURES ARE LIVE & ADMIN-FACING: platform/templates/admin/dashboard.php:173 renders a "mobieusAI assists" card section with title cards "Weekly insights" (line 180) and "Config recommender" (line 207), wired to /admin/ai/weekly-insights and /admin/ai/config-recommend (lines 295-296). platform/templates/helpdesk/admin/audit.php:9-21 renders an "Ask the audit log" panel ("Ask a plain-English question about the last 200 audit events. Answers cite the event ids they rely on.") with an Ask button. Backed by Admin\AdminAIController::weeklyInsights/auditQa/configRecommend (AdminAIController.php:102-166, documented there as features #36/#38/#39).
NO WIKI ARTICLE: grep -ic on saved /tmp/know_index.html = 0 for "weekly insights", "audit Q", "config recommend". The three existing AI articles also return 0 hits each for these terms (curl of /know/admin-config-ai-model and /know/admin-automation-engine). Candidate slugs all 404: /know/ai-weekly-insights, /know/ai-audit-qa, /know/ai-config-recommend, /know/admin-ai-tools, /know/mobieusai-admin-tools (HTTP 404 each).
Suggested fix. Add a /know/mobieusai-admin-tools article (linked from the AI section of the index) documenting the three admin AI assists: Weekly insights (community activity digest), Config recommender (suggested config tuning from usage signals), and Ask-the-audit-log (plain-English audit Q&A that cites event ids). Note the role gate (role>=4) and that each reads only aggregated/recent data.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus