/** * llmindex.io — privacy policy * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * License: Proprietary — © Simon-Pierre Boucher, all rights reserved */ import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'Privacy Policy' }; export const revalidate = 86400; const UPDATED = '2026-08-05'; export default function PrivacyPage() { return (

Privacy Policy

Last updated: {UPDATED}

Who we are

LLM Index (www.llmindex.io) is operated by Simon-Pierre Boucher{' '} (“we”, “us”). Contact:{' '} contact@spboucher.ai.

What we collect — and what we don't

What the benchmark data contains

The rankings, scores, model responses and judge verdicts published on this site are generated by us, about AI models — they contain no personal data about visitors. Evaluation prompts are synthetically generated; no visitor input is ever sent to any AI model.

Legal bases & sharing

We process the minimal technical data described above on the basis of legitimate interest (operating and protecting a public website). We do not sell or rent any data. We disclose data only if legally required.

Your rights

Depending on your jurisdiction (e.g., GDPR, PIPEDA, Québec Law 25), you may have rights of access, rectification, deletion and objection regarding personal data. Given how little we collect, most requests resolve trivially — write to{' '} contact@spboucher.ai{' '} and we will respond within 30 days.

Changes

We may update this policy; material changes will be reflected by the date above. Continued use of the site after changes constitutes acceptance.

); }