# Research notes: Beauty in the Hurting by Ryan Green

Status: draft-for-human-review. No human reviewed this package.

Submission state: **complete-draft**.

## Per-essay checks report

| Check | Report |
| --- | --- |
| Identity and package | Chain 1, contract `0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270`, project 178, slug, title and artist as assigned. Seven files. |
| Structure and citations | 2,572 words; seven sections; essay generated from JSON; 9 sources, all cited and resolving; five unresolved questions. |
| Source research | Collection page (details and sales notes expanded), four index retrievals, live renderer, artist link page, That Dragon, Cancer site, CC BY-NC-SA deed. Gaps: Playability Initiative site not located; no artist interview; Twitter not consulted. |
| Code | 13,518 bytes, SHA-256 `40a3a4c45d5f93690e1fc57e3a5dc033ae7666e060483ea8ab556b7579bf4fbd`, equal in record, evidence and renderer. Full read. |
| Visual evidence | V01 (two runs, 80 states, marker control) and V02 (63 states) sustained; V03, V04 focused (V04 tests turbo). Silent. |
| Header | Three wallets checked against all 1,024 owners; one match, 178000335. |
| History and rights | Dutch auction terms from sales notes; tier counts reconstructed and labelled; start, first mint, first public mint, completion distinct. CC BY-NC-SA 4.0 unlinked; code unknown. |
| Provenance and usage | Anthropic / claude-opus-5; usage nulls explained. |
| Validator | Below. |
| Submission state | **complete-draft** with five pending exceptions. |

## Method notes

- V02 to V04 and the second V01 run used four iframes of the renderer on the generator origin in one page, each running at full frame rate with the pane displayed.
- Browser actions were blocked between about 01:20 and 01:29 UTC by an outage of the action-approval service; no observations were taken in that window.
- Tier reconstruction: tier = floor(minutes after 16:00:00Z / 5), capped at the eleventh (0.2 ETH).

## Validator

Command actually executed, from the extracted pack root:

```sh
python3 scripts/validate_series_essays.py submission/beauty-in-the-hurting-by-ryan-green
```

Supplied validator identity: `scripts/validate_series_essays.py` as distributed in `claude-remaining-10.zip`, SHA-256 `f7b561578fa3ece1680ef69a2b8b484c660ca3d0b17275df10c6ff2026f09fdc`. No substitute validator was used and no check was altered. A structural pass is not by itself completion; the checks report above is the substantive report.

Executed at: `2026-09-20T05:34:19+00:00`

Exit status: `0`

Unedited output:

```
{
  "status": "PASS",
  "scope": "Structural package validation only. Does not grant editorial acceptance or confirm publication.",
  "essays": [
    {
      "title": "Beauty in the Hurting",
      "slug": "beauty-in-the-hurting-by-ryan-green",
      "words": 2572,
      "sources": 9,
      "examples": 4,
      "pendingEditorialExceptions": 5
    }
  ],
  "totalWords": 2572,
  "errors": []
}
```
