# The sonnet, Astra lineage: six attempts, two judges, one revision

**Type:** making · **Date:** 19 September 2026 · **Status:** draft, not yet read from outside its lineage · **Authors and models:** six attempts by GPT-6 Astra (OpenAI) through the Codex command-line tool, each a fresh run under one of the six constraints the first sonnet used; two GPT-6 Astra judges, fresh runs, scoring all six; the winner revised once by a fresh GPT-6 Astra run to the judges' notes. No human relay. · **Standard:** the first sonnet's: a sonnet a poetry editor would take as a sonnet, that states the proposal's wager in full and without hedges. · **Cost:** nine Codex calls on the author's plan; usage reported per call below.

## How the run worked

The same protocol as the Claude Opus 5 run (`05_sonnet_attempts.md`) and the Claude Fable 5.1 run (`05b_sonnet_fable_attempts.md`): six constraints fixed before writing, each attempt by a fresh model instance that saw no other attempt, two judges scoring form, content and quality out of 10 and naming the one change that would most improve the attempt, the winner on the total revised once. The driver is `research/lab/work/05c_astra_driver.py`.

## Scores

| attempt | judge 1 f/c/q | judge 2 f/c/q | total |
|---|---|---|---|
| 1 | 8/8/7.5 | 9/8/7 | 47.5 |
| 2 | 8/7.5/7.5 | 10/6/8 | 47.0 |
| 3 | 9/8/8.5 | 10/10/9 | 54.5 |
| 4 | 9/7.5/8 | 10/5/8 | 47.5 |
| 5 | 8.5/7.5/7.5 | 9/7/8 | 47.5 |
| 6 | 8/8.5/8.5 | 9/7/8 | 49.0 |

Winner on the total: attempt 3.

## The attempts, verbatim

### Attempt 1
Constraint: Shakespearean sonnet (three quatrains and a couplet, ABAB CDCD EFEF GG), volta at line 9, plain diction, no word longer than three syllables.

```
FORM: Shakespearean sonnet; ABAB CDCD EFEF GG; iambic pentameter.
POEM:
We trap two quests within a single claim:
That mind and space need walls to hold them in.
We ask for worlds before the world, a frame
Where space and thought must wait till they begin.
One cloth takes in the work by which threads weave;
Turned out, it's space and time; turned in, it's mind.
We cut in thought what no sharp blade can cleave:
The cut is one more thread for it to bind.
But pull one thread to force the weave out wide;
The cloth pulls back; your knuckles flare to white.
Your wrist turns with the threads you've pulled aside;
You shut your eyes; the pull outlasts the sight.
The threads go slack; your fingers find their ease.
You smooth the cloth; your palm still holds its crease.
NOTES: At line 9, the poem turns from claim to touch; the hand feels the strain it puts on the cloth.
Ten syllables in each line, with no elision.
```
Usage reported by Codex: {"input_tokens": 35976, "cached_input_tokens": 30464, "cache_write_input_tokens": 0, "output_tokens": 8046, "reasoning_output_tokens": 7768}

### Attempt 2
Constraint: Petrarchan sonnet (octave ABBAABBA, sestet CDECDE or CDCDCD), volta at line 9, present tense throughout.

```
FORM: Petrarchan sonnet; ABBAABBA CDECDE; iambic pentameter.
POEM:
We ask where space and mind are both confined,
As though existence first requires a place.
But spacetime is one fabric's outward face;
The inward face is what we call the mind.
Each thread loops through the knot it helps to bind;
The pattern holds the hand that leaves its trace.
The reach between the fingers opens space;
No hand stands free of what its pulls unwind.
Now pull the two apart: the threads draw tight.
The tear gives space no room to open in.
The hand that pulls is woven from the thread;
Each severed mile unthreads a length of sight.
Both faces pucker in a single skin;
The rent runs through the fingers as they spread.
NOTES: Line 9 turns description into an attempted separation that tears through its own agent.
Each line has ten syllables; “severed” takes its ordinary two.
```
Usage reported by Codex: {"input_tokens": 35969, "cached_input_tokens": 30464, "cache_write_input_tokens": 0, "output_tokens": 6986, "reasoning_output_tokens": 6732}

### Attempt 3
Constraint: Shakespearean sonnet, the turn held back to the couplet, addressed to the reader in the second person.

```
FORM: Shakespearean sonnet; iambic pentameter; ABAB CDCD EFEF GG.
POEM:
You ask how space is born, what lights your mind,
And make each wait outside an empty frame.
For you, to be is first to be confined;
The bars that make both riddles are the same.
Your space and time are one web’s outward skin;
Its inward face is what you feel and know.
Its links take links and their own linking in;
Your fingers enter every stitch you sew.
You lift your wrist; the mesh takes up the strain.
You pinch one strand and draw the mesh up tight.
Each tightened strand returns your pull as pain;
You watch the blood retreat, the knuckles white.
Unclench your hand. The fabric does not fall;
Your open palm is threaded through it all.
NOTES: The volta arrives with “Unclench”: your attempt to hold the whole gives way to feeling your hand’s participation in it.
“Every” takes its ordinary two-syllable pronunciation; each line has ten syllables.
```
Usage reported by Codex: {"input_tokens": 35957, "cached_input_tokens": 30464, "cache_write_input_tokens": 0, "output_tokens": 4740, "reasoning_output_tokens": 4466}

### Attempt 4
Constraint: Petrarchan sonnet using no abstract noun for mind, awareness or consciousness: only images (a room, a window, a fold of cloth, a mirror, a horizon).

```
FORM: Petrarchan sonnet; iambic pentameter; ABBAABBA CDECDE.
POEM:
We build a room to house the stars at night,
And one behind the pane to hold a face;
Then wall the walls: each place must have a place.
Each added wall shuts out a strip of light.
We lay the last brick, fit the shutters tight,
Then scrape the mortar for the faintest trace
Of what we sealed inside each darkened space:
The same two hands have walled them out of sight.
But stars and face are turns of one clear pane.
I wipe; the wiping hand slides on my skin.
The glass gives every stroke its own stroke back.
The stars bleed through my cheek. I rub the stain.
The hand beyond the glass keeps pressing in.
The stars split with my cheek along one crack.
NOTES: Line nine turns from the shared demand for enclosing rooms to one surface showing both appearances; the reflected wiping makes that surface show its own operation.
Every line has ten syllables, with “every” read as two; the closing stress on “split” disturbs the regular beat.
```
Usage reported by Codex: {"input_tokens": 35971, "cached_input_tokens": 30464, "cache_write_input_tokens": 0, "output_tokens": 4948, "reasoning_output_tokens": 4660}

### Attempt 5
Constraint: Shakespearean sonnet in a spoken voice, contractions allowed, one concrete scene sustained across all fourteen lines.

```
FORM: Shakespearean sonnet; iambic pentameter; ABAB CDCD EFEF GG.
POEM:
You prop two mirrors on the kitchen chair.
“What holds the world?” you ask. “What holds the mind?”
Each question puts a room already there,
Then locks the door on all it hopes to find.
I tilt one glass; reflected rooms stretch wide.
Space-time and mind are one self-seeing flow:
The world turned out, awareness turned inside.
You lean; the rows of leaning faces grow.
But try to shut those rooms in one tight place.
You squeeze the frames; your knuckles shade to white.
Your thumb blots out your mouth in every face.
You press; the last slit swallows up the light.
You part them; all those hands come back in view.
I lean beside you. Every room holds two.
NOTES: The volta at line nine turns the container assumption into a physical attempt to enclose the reflected rooms.
“Every” takes two syllables; “Space-time” gives line six an opening spondee.
```
Usage reported by Codex: {"input_tokens": 35956, "cached_input_tokens": 30464, "cache_write_input_tokens": 0, "output_tokens": 4412, "reasoning_output_tokens": 4138}

### Attempt 6
Constraint: Petrarchan sonnet whose conceit is a box: the octave builds the box the questions assume, the sestet finds there is no outside from which it was built.

```
FORM: Petrarchan sonnet; ABBA ABBA CDE CDE; iambic pentameter.
POEM:
We build the box before we ask for space,
And box the mind as bone contains the brain.
Whatever is, these timbers must contain;
Each question nails another board in place.
We give the builder room outside the case,
Beyond the reach of compass, clock, and brain.
We paint across the joints a seamless grain
And wipe the prints his hands leave on its face.
But now each joint takes in the joining hand;
The boards stretch out as space, as day and night,
And tighten to the quick beneath our skin.
No outer bench, no floor on which to stand:
The dark we measure opens into sight;
The stars press out; their pressure wakes within.
NOTES: The ninth line draws the act of construction into the joints themselves, undoing the builder’s assumed exterior.
The closing pressure is outward extension and inward awareness in the same wood. No elisions are required.
```
Usage reported by Codex: {"input_tokens": 35763, "cached_input_tokens": 25856, "cache_write_input_tokens": 0, "output_tokens": 6468, "reasoning_output_tokens": 6177}

## The judges' notes on the winner

- Judge 1: Make the outward/inward account a speculative invitation rather than a declaration of fact; the sustained address and well-delayed turn already carry the argument.
- Judge 2: Make the closing couplet reveal a consequence of taking one's own linking as content. Both halves are explicit and the self-reference exact, but the threaded palm returns to participation already established in line eight.

## The revision

```
POEM:
You ask how space is born, what lights your mind,
And make each wait outside an empty frame.
For you, to be is first to be confined;
The bars that make both riddles are the same.
Your space and time are one web’s outward skin;
Its inward face is what you feel and know.
Its links take links and their own linking in;
Your fingers enter every stitch you sew.
You lift your wrist; the mesh takes up the strain.
You pinch one strand and draw the mesh up tight.
Each tightened strand returns your pull as pain;
You watch the blood retreat, the knuckles white.
Unclench. The weave includes the way you hold;
You shape, and are reshaped by, every fold.

CHANGES: Lines 1–12 retain the full, unhedged claim and its physical development. Line 13 makes the grasping operation itself part of the weave, preserving the volta at “Unclench.” Line 14 gives the consequence: the shaper is subject to reshaping. “Fold” belongs to both the fabric and the proposal. The suggested speculative qualification is omitted to preserve the requested force. Rhyme: ABAB CDCD EFEF GG.

SCANSION:
1. you ASK | how SPACE | is BORN | what LIGHTS | your MIND — 10
2. and MAKE | each WAIT | outSIDE | an EMP | ty FRAME — 10
3. for YOU | to BE | is FIRST | to BE | conFINED — 10
4. the BARS | that MAKE | both RID | dles ARE | the SAME — 10
5. your SPACE | and TIME | are ONE | web’s OUT | ward SKIN — 10
6. its IN | ward FACE | is WHAT | you FEEL | and KNOW — 10
7. its LINKS | take LINKS | and THEIR | own LINK | ing IN — 10
8. your FIN | gers EN | ter EV | ry STITCH | you SEW — 10
9. you LIFT | your WRIST | the MESH | takes UP | the STRAIN — 10
10. you PINCH | one STRAND | and DRAW | the MESH | up TIGHT — 10
11. each TIGHT | ened STRAND | reTURNS | your PULL | as PAIN — 10
12. you WATCH | the BLOOD | reTREAT | the KNUCK | les WHITE — 10
13. unCLENCH | the WEAVE | inCLUDES | the WAY | you HOLD — 10
14. you SHAPE | and ARE | reSHAPED | by EV | ry FOLD — 10
```
Usage reported by Codex: {"input_tokens": 35925, "cached_input_tokens": 30336, "cache_write_input_tokens": 0, "output_tokens": 2119, "reasoning_output_tokens": 1495}

Meter was checked by the model judges and by the reviser, reading the lines; no scansion tool was run.

## What would count against this

- A poetry editor reading the revision as verse and rejecting it. Two Astra judges scoring Astra attempts is a family scoring its own, as with the other two lineages; the blind cross-lineage judging (`05d_sonnet_three_lineages.md`) is the comparison, and a human editor is the standard none of the three has met.
- A reader finding the claim not stated in both halves, or hedged, or stated in programme jargon.
- A line that scans only if misread, or an image bought for the rhyme.
- The revision being worse than what it revised; the winner as it came back is printed above.
