AI production partner for Ableton Live. Tell it what you want in producer language, and it can help build, edit and refine your Set — then show you what actually changed.
This repository is a public architecture snapshot. The production product, musical knowledge, eval sets, and Live integration stay in a private repo.
Status: private beta. Apply at kwinci.com
- Companion app — chat in producer language; Learn when you want to understand, Act when you want to create
- Production agent — classify → plan → validated actions → receipt of what changed
- Local Live bridge — supported edits land in the open Ableton Live Set; session files stay on the producer's machine
The language model never talks to Ableton Live directly. Every change goes through a validated action layer, then a receipt comes back so you can see what actually happened.
flowchart LR
App[Kwinci app] -->|chat| Agent[Production agent]
Agent -->|validated actions| Bridge[Local Live bridge]
Bridge --> Live[Ableton Live]
Agent --> LLM[Language model]
| Layer | Choice |
|---|---|
| Product | Desktop companion (TypeScript / React) |
| Agent | Python production agent |
| Live | Local validated bridge into Ableton Live |
| Models | Hosted language model (provider is not part of this snapshot) |
app/ Companion app stubs (chat + receipts)
agent/ Production-agent loop stubs
live-bridge/ Local Live-bridge interface stub
prompts/ Short illustrative prompt stubs
This snapshot is not a working Ableton Live integration. Folders here are illustrative stubs so the architecture is visible.
Production installers, the Live connection, and the musical knowledge stay private while Kwinci is in closed beta.
Apply for the private beta: kwinci.com
Ableton and Live are trademarks of Ableton AG. Kwinci is an independent product and is not affiliated with, endorsed by, or sponsored by Ableton.
- The production Live bridge and installer
- Musical knowledge, genre profiles, and production prompts
- Labeled eval sets and lab tooling
- Internal admin consoles
- Tuned system prompts (files here are short illustrative stubs)
Source is published for portfolio display. All rights reserved. Not a license to deploy, sell, or operate a hosted service from this code.