Architecture

A complete Spotify replacement interface that handles song selection, playlist management, and AI-driven curation. The core technical contribution is an instant expert EQ profiler running through a lightweight router that strips unnecessary context before invoking the heavier model.

Key Features

  • AI Playlist Editor. Users chat with an AI to make and edit playlists, or issue persona-specific instructions.
  • Instant Expert EQ. Analyzes a playing song’s mood and genre and produces an expert EQ profile in under four seconds.
  • Background Enforcement. Saves the EQ profile to a background process that instantly applies the audio toning whenever that specific track is played.
  • Smart Context Router. A lightweight “Step 0” AI call determines whether the user’s prompt requires full conversation context or can be stripped, saving 30-50% in token costs.

View on GitHub