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

Status: complete.

## Artifact

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

## Model Report

The baseline artifact was a very simple phrase generator. I've expanded it by adding a category selector to allow the user to filter phrases by theme (Greetings, Polite Phrases, Travel, Basic Questions).  This adds a layer of interaction and makes the artifact more useful as a learning tool. The phrases now include a `category` property, and the `generatePhrase` function filters the phrases based on the selected category. If no phrases are found in the selected category, a message is displayed.  The category selector is implemented using a standard HTML `<select>` element.

## Operator Notes

- Generated with `scripts/run_one.py`.
- Elapsed MLX wall time: 113.56 seconds.
- Rejected emitted file paths: None.
- Artifact sanity check: passed. inline script 1 passed node --check
- Metrics notes: The code adds a category selection dropdown and uses it to filter the phrases before generating one. This is still a relatively small artifact, but more engaging than the baseline.
