# Aura Manager: Private Intelligence Architecture (Technical Flow)

This technical appendix explains the "Secret Sauce"—how Aura Manager gets smarter for the user without ever compromising the privacy of their intellectual property. This is best industry practice for privacy-first SaaS in music tech.

---

## Data Logic Flowchart

**To maintain our UK-protected Privacy-First status, Aura Manager utilizes a Decoupled Intelligence Model.** This ensures that "Learning" happens at the personal level, while "System Improvement" happens at the anonymized logic level.

### Step 1: The Secure Ingestion Layer (The Entry)
- **User Action:** An artist uploads a lyric, a voice note transcript, or a Spotify reference link.
- **Protocol:** Data is encrypted via AES-256 and transmitted over TLS 1.3.
- **Storage:** The data is stored in a Private Vector Store (using Supabase Vector) tied strictly to the User’s unique ID. This is the Context Vault.

### Step 2: Semantic Retrieval (The "Memory" Phase)
- **Trigger:** The user asks for a "24-hour Roadmap."
- **Logic:** Instead of the AI "knowing" the artist, it performs a Similarity Search within that user's private vault.
- **Privacy Guard:** Only the most relevant snippets of the user's own past data are retrieved and fed into the prompt as "Temporary Context."

### Step 3: Stateless Inference (The Execution)
- **Engine:** Aura sends the "Temporary Context" + "System Logic" to the LLM.
- **Firewall:** We use a Non-Training API. The LLM is contractually prohibited from "remembering" or "training" on this specific data packet.
- **Output:** The 24-hour strategy is generated and delivered to the user.

### Step 4: The "Evolution" Loop (How it gets better)
- **Personal Evolution:** The more data the user adds to their vault, the more "Context" the AI has to work with. It feels "smarter" because it has a better retrieval library, not a bigger brain.
- **System Evolution:** We track Anonymized Metadata (e.g., "70% of users who used the 'TikTok Strategy' completed their tasks"). We then update the Master System Prompt for all users to improve the quality of that specific strategy—without ever seeing the private lyrics that were used.

---

## Summary for Technical Investors
> We solve the 'AI Trust Gap' by moving from Model Training to Contextual Retrieval. By keeping user data in a private, encrypted vector silo, Aura Manager provides a bespoke experience that scales in intelligence without the legal liability of data leakage.

---

## Implementation Note for Your Backend
When you set up your Supabase RLS (Row Level Security), ensure that your Vector search is scoped specifically to the user_id. This is the technical "hard-wall" that prevents one artist's lyrics from ever appearing in another artist's roadmap.

---

# Aura Manager: The "Lyrical Integrity" FAQ

**Security for the Modern Songwriter**

---

**Q: If I put my unreleased lyrics into the Context Vault, will Aura "suggest" them to another artist?**

A: Absolutely not. Aura Manager is built on a Strict Isolation Architecture. Your lyrics are stored in a private, encrypted silo that is logically separated from every other user on the platform. The AI only "sees" your lyrics when it is generating a strategy specifically for your account. There is zero cross-pollination between vaults.

---

**Q: Can the AI "learn" my unique writing style and give it to someone else?**

A: No. We use Non-Training API protocols. Under our UK Copyright protection, we are contractually and technically prohibited from using your private creative data to train, fine-tune, or improve global AI models. The AI doesn't "learn" from you; it "consults" your vault to help you stay organized.

---

**Q: What happens to my lyrics when a 24-hour roadmap is generated?**

A: We use Stateless Inference. This means your lyrics are sent to the processing engine in a temporary, "volatile" state. Once your roadmap is created, those lyrics are immediately purged from the engine's active memory. They remain safely locked in your encrypted Context Vault, and nowhere else.

---

**Q: Is my data protected by law?**

A: Yes. Aura Manager is an international product governed by UK Intellectual Property Law. This provides a much higher level of protection than many general-purpose AI tools. Your creative output is your legal property, and our architecture is designed to enforce that ownership technically and legally.

---

Aura Manager © 2026 | UK Copyright Protected.
