Hyperstate AI — AI-Assisted Music Production
Hyperstate was a platform for music production that utilized AI assistance. Users could log in, initiate projects, upload audio files, and collaborate with a producer-style AI assistant known as the "Louis Bell" persona, all while maintaining full context across multiple sessions. Unlike a simple chatbot with integrated audio features, the platform required user authentication, offered persistent project states, employed conversational AI, and included audio transcription and MIDI generation, all functioning seamlessly as a unified backend rather than as separate services. Our development encompassed a comprehensive backend, including a Django REST API, thirdweb-integrated JWT authentication, project and sample management, a stateful conversation system capable of reconstructing history for the Louis Bell agent, as well as an audio upload and transcription pipeline, MIDI generation workflows, integration with a Neo4j knowledge graph, and complete Docker deployment on Render. The technology stack used included Python, Django, OpenAI API, Neo4j, PostgreSQL, and Docker. The results were:
- A stateful AI that maintained context throughout sessions (production-grade context preservation)
- A complete end-to-end pipeline for converting audio to MIDI.