Skip to main content
Legal

Privacy Policy

Effective date:  ·  Last updated:

Short version: AwareLiquid is an open research demo. We collect the minimum data necessary to operate the live demo and episodic memory features. We do not sell data, run third-party ad trackers, or store payment information. We never will.

1. Who We Are

AwareLiquid (also referred to as "MT-LNN", "the Project", "we", "us") is an open research project maintained by its contributors. The live demo is hosted at awareliquid.ai. This project is not affiliated with Liquid AI, Inc. or any of its products.

Contact for privacy matters: via GitHub Issues (label: privacy).

2. What Data We Collect

Data typeWhyWhere storedRetention
Demo inputs — text you type into the live demoRequired to generate a model responseIn-memory only during inference; not written to disk by defaultCleared on request completion
Episodic memory cards — identity / preference / emotion / plan / relationship / health / detail tags extracted from your conversationPowers the "persistent memory" feature — the model recalls what you told it in the same sessionServer-side SQLite (SESSION_DB) if the memory feature is activePer-session; cleared when the session expires or on request
Server logs — IP address, timestamp, HTTP method, path, response codeStandard web server operation; error diagnosisHost server log filesUp to 30 days, then rotated
No cookies
No analytics trackersNo Google Analytics, Mixpanel, or similar

3. Third-Party Model Processing

The M1 demo model runs on top of TinyLlama-1.1B-Chat, a model loaded from the Hugging Face Hub at server startup. Your inputs are processed entirely on the AwareLiquid server — they are not sent to Hugging Face or any third party at inference time. The model weights are downloaded once and run locally.

4. How We Use Data

5. Data Subject Rights

You may request deletion of any stored session memory or server logs referencing your IP address by opening a GitHub Issue labelled privacy. We will respond within 30 days. Because we do not collect account information or email addresses, verification is by IP address or session token you provide.

6. Research Demo Scope

AwareLiquid is an open research prototype. The demo is provided for research and evaluation purposes only. There is no paid service, no user accounts, and no personal data collected beyond what is described above. The demo carries no SLA and may be taken offline without notice.

Do not input sensitive personal data — medical information, passwords, financial details, or third-party confidential information — into the demo. The demo is not designed or audited for handling such data.

7. Security

The server enforces HTTPS, Content-Security-Policy, X-Content-Type-Options, X-Frame-Options: DENY, and Strict-Transport-Security headers. GZip compression is applied to responses. No user passwords or payment data are stored.

8. Children

AwareLiquid is not directed at children under 13. We do not knowingly collect data from children.

9. Changes to This Policy

We may update this policy as the project evolves. Changes are reflected in the "Last updated" date above and committed to the GitHub repository. Continued use of the demo after a change constitutes acceptance.

10. Contact

Privacy enquiries: github.com/everest-an/M1 → Issues (label: privacy).