# 2026-07-05-qwen3-30b-001

Status: complete.

## Artifact

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

## Model Report

This visualizer plots numbers in a spiral pattern with prime numbers highlighted in green. The spiral starts at the center and expands outward, with primes marked as pixels. Clicking the canvas regenerates the pattern.

The algorithm uses a simple spiral traversal with prime detection via trial division. It's limited by the maximum number (100,000) and the canvas size (800x800 pixels).

The visualization reveals prime distribution patterns in a geometric context, showing how primes thin out as numbers grow.

## Operator Notes

- Generated with `scripts/run_one.py`.
- Elapsed MLX wall time: 28.38 seconds.
- Rejected emitted file paths: None.
- Artifact sanity check: passed. inline script 1 passed node --check
- Metrics notes: Assumes browser canvas rendering capability. Prime detection uses trial division which is inefficient for very large numbers. The 100,000 limit ensures reasonable performance in the time box.
