A complete record of how Louie's AI works, what data it uses, and who stays in control.
Louie's recommendations draw from six categories of dealership data, all stored locally on your server. No data is sent to a third-party training pipeline. No customer records leave your network.
Louie's core intelligence runs locally, on your server, via an on-device Ollama model — nothing about your dealership's data leaves your machine for a routine recommendation. When the local model can't confidently handle a request, it falls back to Anthropic's Claudeclaude-sonnet-4-6 as a structured reasoning engine, still running inside your server process. Neither model retains context between sessions, and neither has access to external systems beyond what is explicitly listed in Section 01.
Each request assembles a context packet before the model is called:
Three categories of action require explicit human approval before Louie can proceed. These gates cannot be bypassed through any API call or automation rule.
LouieAuto runs on a private VPS you own or lease. There is no multi-tenant cloud instance. No other dealership's data shares your database, network, or process space.
Every recommendation Louie generates is written to an immutable audit log at the time of generation. The log entry captures what data signals were used, what confidence tier was assigned, and what the human ultimately did with the recommendation.
All recommendation logs are permanently retained in your local database and included in encrypted backups. They are never deleted by system processes.
Retention periods follow IRS, CFPB, and state regulatory requirements. All data is stored locally in your encrypted database. You can export any category at any time.
| Data Category | Retention Period | Regulatory Basis |
|---|---|---|
| Deal records | 7 years | IRS Schedule C / state audit requirements |
| Customer PII | Until deletion request | FCRA / state privacy law (CCPA, etc.) |
| AI recommendation logs | 3 years | FTC Safeguards Rule audit documentation |
| Credit consent records | 25 months | ECOA / Reg B adverse action window |
| Call and text transcripts | 3 years | TCPA + state recording disclosure laws |
| Encrypted backups | 90-day rolling local | FTC Safeguards backup requirement |