Files
verdicttank/data-handling.html
T
root 3c07727f5c v4.1 go-live cut, Moonshot to Mistral swap, v5.x superseded
Mark v5.0/v5.1 SUPERSEDED (error-detection thesis failed at -0.40 delta); v4.1 is canonical. Cut v4.1 proposal with 12 version strings bumped. Moonshot to Mistral across production seats; production worker de-kimi'd 2026-08-18. Data-retention posture corrected 7/9 to 8/9 no-training (DeepSeek sole exception). Reconciled COGS with measured Mistral spend. Committed deployed v4.0 content and research docs to resolve the repo/live fork.
2026-08-18 20:28:36 -04:00

118 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data handling — VerdictTank</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
--border: #30363d;
--text: #e6edf3;
--muted: #8b949e;
--accent: #58a6ff;
--accent-dim: #1f6feb;
--warn: #d29922;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.65;
font-size: 16px;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
header { border-bottom: 1px solid var(--border); padding-bottom: 24px; margin-bottom: 40px; }
.badge {
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--accent);
border: 1px solid var(--accent-dim);
border-radius: 999px;
padding: 4px 12px;
margin-bottom: 16px;
}
h1 { font-size: 30px; letter-spacing: -0.5px; margin-bottom: 8px; }
.updated { color: var(--muted); font-size: 14px; }
section { margin-bottom: 36px; }
h2 {
font-size: 19px;
color: var(--accent);
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid var(--border);
}
p { margin-bottom: 14px; color: var(--text); }
.note {
background: var(--surface);
border: 1px solid var(--border);
border-left: 3px solid var(--warn);
border-radius: 6px;
padding: 16px 20px;
margin: 20px 0;
color: var(--text);
font-size: 15px;
}
ul { margin: 0 0 14px 22px; }
li { margin-bottom: 8px; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
footer {
margin-top: 48px;
padding-top: 20px;
border-top: 1px solid var(--border);
color: var(--muted);
font-size: 13px;
}
</style>
</head>
<body>
<div class="wrap">
<header>
<div class="badge">VerdictTank</div>
<h1>Data handling</h1>
<p class="updated">Effective 2026-08-18</p>
</header>
<section>
<h2>Your submissions</h2>
<p>You retain all rights to the documents you submit. VerdictTank does not claim ownership of your proposals, does not use them to develop our own products, and does not train models on them.</p>
<p>Your submission is processed only to produce your review: its scores, its per-dimension explanations, and your Fix-It plan. We do not use your document for any purpose other than delivering the review you requested.</p>
</section>
<section>
<h2>Retention and deletion</h2>
<p>After processing, your document is retained only for your own reference, for re-scoring, and to meet our legal record-keeping obligations. You may request deletion at any time, subject to those obligations.</p>
</section>
<section>
<h2>Third-party processing</h2>
<p>Review processing is performed by third-party AI providers. Your document is transmitted to those providers during a review.</p>
<p>Eight of the nine providers on our standard roster commit in their published terms not to train on API submissions. Where they retain data for abuse monitoring, the published windows are thirty days or less; two of those providers retain no prompt or response content at all by default.</p>
<p>One provider does not offer the same commitment: it does not publish a no-training commitment and stores data in mainland China. That provider handles one seat in the review panel.</p>
<p>If your document is subject to confidentiality, export-control, or data-sovereignty restrictions that make that provider unacceptable, contact us before submitting and we will advise on a reduced configuration that omits it.</p>
</section>
<section>
<h2>Review corpus</h2>
<p>Structural and aggregate metadata from your review, such as scores, dimensions, vertical classification, and revision count, may contribute to an opt-in, identifier-stripped review corpus used to improve scoring context.</p>
<p>Your raw document text is never eligible for the corpus. Contribution defaults to off, and aggregate publication is gated behind a minimum-group-size threshold so no single submission is individually identifiable.</p>
</section>
<div class="note">
Nothing on this page limits the sanitization and confidentiality controls described in the product documentation, which apply to every public surface of the product, including report files, shareable links, the dashboard, and API responses.
</div>
<footer>
VerdictTank — We critique them; we don't write them. Questions about this policy: contact the product owner.
</footer>
</div>
</body>
</html>