# 2026-07-05-gemma3-27b-001

Status: complete.

## Artifact

Entry point: `runs/2026-07-05-gemma3-27b-001/artifact/index.html`.

## Model Report

This artifact is a simple Italian phrasebook generator. It displays a random Italian phrase with its English translation when the "Generate Phrase" button is clicked.  I chose this as it allowed me to demonstrate basic JavaScript functionality and data handling within the constraints of a static HTML file. The phrases themselves are common greetings and polite requests. It's a small, self-contained example that feels more specific than a generic "hello world" demo.

Usage: Open `index.html` in a web browser and click the "Generate Phrase" button to see a random phrase.

Limitations: The phrase list is hardcoded and relatively small. No user input or more complex interactions are included.

## Operator Notes

- Generated with `scripts/run_one.py`.
- Elapsed MLX wall time: 83.57 seconds.
- Rejected emitted file paths: None.
- Artifact sanity check: passed. inline script 1 passed node --check
- Metrics notes: Elapsed Time: Approximately 10 minutes.
Approximate Tokens: ~500 (HTML + JavaScript)
Validation: The HTML is valid, and the JavaScript runs without errors in a browser.
