Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Gloss

**Gloss — Generative Layout & OOXML Scoring System** is an open tool for testing
whether a generated PowerPoint is a real, editable artifact—not merely a convincing
screenshot.
**Gloss — Generative Layout & OOXML Scoring System** is an open, deliberately
difficult PowerPoint deck that AI struggles to render and build as a real, editable
artifact. Its accompanying measurement tools make the failure modes easy to inspect,
reproduce, and improve.

Gloss grades both sides of a deck:
The tools inspect both sides of a deck:

- **Looks right:** rendered pixels, typography, geometry, and visual consistency.
- **Built right:** native shapes, charts, tables, layouts, masters, text semantics,
Expand Down Expand Up @@ -41,17 +42,17 @@ transactions**.

## Product and suite

**Gloss** is the tool and public project. It owns the scoring model, evidence
surface, comparative results, hosted verification direction, and collaboration
workflow.
**Gloss** is the public challenge deck and collaboration project. Its companion
measurement tools make failure modes, evidence, and comparative results easy to
inspect and reproduce.

**Gloss v1 is the first ACID-style PowerPoint conformance suite bundled with
Gloss.** It supplies the current prompt corpus, hostile deck cases, assertions, gold
fixture, mutation tests, and protocol adapter:

| Name | Role |
| --- | --- |
| **Gloss** | The tool and public project |
| **Gloss** | The deliberately difficult presentation deck and public project |
| **ACID tests** | The open conformance-testing philosophy |
| **Gloss v1** | One bundled benchmark protocol and corpus |

Expand Down
8 changes: 4 additions & 4 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Gloss is the open benchmark for generated PowerPoint files that need to look right and be built right. Inspect the evidence and contribute on GitHub.">
<meta name="description" content="Gloss is a deliberately difficult PowerPoint deck for AI to render and build as a real, editable artifact. Its open measurement tools make the gaps easy to inspect and reproduce.">
<meta name="robots" content="index,follow,max-image-preview:large">
<meta name="theme-color" content="#f4f6fa">
<link rel="canonical" href="https://gloss.tools/">
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
<meta property="og:title" content="Gloss — a screenshot is not a PowerPoint">
<meta property="og:description" content="An open benchmark for visual fidelity and native OOXML structure. Built in public on GitHub.">
<meta property="og:description" content="A deliberately difficult PowerPoint deck for AI to render and build correctly, with open tools that make the gaps easy to inspect.">
<meta property="og:image" content="https://gloss.tools/media/gloss-launch-poster.png">
<meta property="og:site_name" content="Gloss">
<meta property="og:type" content="website">
Expand All @@ -25,7 +25,7 @@
"@type": "SoftwareSourceCode",
"name": "Gloss",
"alternateName": "Generative Layout & OOXML Scoring System",
"description": "An open benchmark for generated PowerPoint files that measures rendered fidelity and native OOXML structure.",
"description": "A deliberately difficult PowerPoint deck for AI to render and build as a real, editable artifact, with open measurement tools for inspecting the gaps.",
"url": "https://gloss.tools/",
"codeRepository": "https://github.com/aronchick/gloss",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
<div class="hero-copy">
<p class="eyebrow"><span class="status-dot" aria-hidden="true"></span>Open technical preview</p>
<h1 id="hero-title">A screenshot is not a <span>PowerPoint.</span></h1>
<p class="lede">Gloss measures whether generated decks <strong>look right</strong> and are <strong>built right</strong> — native shapes, charts, tables, layouts, text, and relationships included.</p>
<p class="lede">Gloss is a deliberately difficult presentation deck for AI to render and build as a real, editable PowerPoint. Its open measurement tools show whether the result <strong>looks right</strong> and is <strong>built right</strong>.</p>
<div class="hero-actions">
<a class="button button-primary" href="https://github.com/aronchick/gloss">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 .8a11.4 11.4 0 0 0-3.6 22.2c.6.1.8-.2.8-.6v-2.2c-3.4.7-4.1-1.4-4.1-1.4-.5-1.4-1.3-1.8-1.3-1.8-1.1-.8.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1.1 1.8 2.8 1.3 3.5 1 .1-.8.4-1.3.8-1.6-2.7-.3-5.6-1.4-5.6-6a4.7 4.7 0 0 1 1.2-3.2 4.4 4.4 0 0 1 .1-3.2s1-.3 3.3 1.2a11.2 11.2 0 0 1 6 0c2.3-1.5 3.3-1.2 3.3-1.2a4.4 4.4 0 0 1 .1 3.2 4.7 4.7 0 0 1 1.2 3.2c0 4.6-2.9 5.7-5.6 6 .4.4.8 1.1.8 2.2v3.3c0 .4.2.7.8.6A11.4 11.4 0 0 0 12 .8Z"/></svg>
Expand Down
Loading