Technical Architecture & Maintenance: A&R Demo System

1. System Overview

This automation system acts as a filter for incoming artist demos. It performs four primary functions:

  1. Sanitisation: Validates that submission links (Bandcamp, Soundcloud) or files are functional.

  2. Intelligence: Uses AI to determine the musical genre of the artist by analysing tags, public metadata and search results.

  3. Filtering: Automatically rejects genres that do not match the label's "sound" (Electronic/Ambient).

  4. Notification: Sends a Slack message with the demo details to the human team for valid matches.


2. Active Scenario Breakdown

The production environment consists of three sequential scenarios. Data moves between them via Airtable Status Updates.

Scenario A: Input Validation ("The Gatekeeper")

Scenario B: AI Analysis ("The Brain")

Scenario C: Notification ("The Messenger")