Website: heyjmo.com/AICheck
A one-tap Pixel home-screen app. Tap the icon, it reads the song playing in YouTube Music, asks Grok, and shows a single score:
0% AI … 100% AI
It does not record audio. Android will not let a third-party app sip YouTube Music’s sound. Instead it reads the official now-playing title and artist (the same metadata on your lock screen) and Grok looks that recording up — labels, artist pages, news — then returns a 0–100 score.
- Copy
AICheck.apkto the phone (Drive, USB, Messages, oradbbelow). - Open the file → Install. Allow installs from Files / Chrome if Pixel asks.
- Drag AI Check from the app drawer onto the home screen.
Or, with USB debugging on and the phone plugged in:
.\Install-To-Pixel.ps1- Play a song in YouTube Music.
- Open AI Check.
- Turn on notification access for AI Check (required so Android will share what’s playing).
- Paste an xAI API key from console.x.ai.
- Wait a few seconds. The screen is just the track name and a big
N% AI. Tap anywhere to close.
Optional: add the AI Check Quick Settings tile (edit tiles → drag it in) for the same action from the shade.
Needs the Android SDK (already on this PC) and the portable JDK in ../.tools/jdk-17.
.\build.ps1The APK lands at app\build\outputs\apk\debug\app-debug.apk and is copied to AICheck.apk in this folder.