The Frontier Record · Sheet XLVII
Ten whole days, written for ten named settlers, filed in advance exactly as the design requires, and collected by nobody — because this valley has no letterbox, only a window that opens when the clerk has run out of anything else to do. Read through Melville.
agents/outbox/ under the settlers’ own ids — the documented
hand-answer contract, the one agents/README.md promises to the model, or
you. Not one was read. You cannot hand a settler a day. You can only leave one where
they may eventually look, and they look only when they have nothing better to do. For a
design whose entire premise is one document, per pawn, per day, filed before the day
runs, that is backwards, and it is worth more than the pickup would have been.
Melville’s story is about a copyist who one day answers a reasonable request with I would prefer not to, and goes on answering everything that way, and cannot be dismissed, persuaded, or made to leave — because the office has no machinery for a man who simply stands there. He is not defiant. He does not argue. He is a person-shaped hole where a procedure used to fit.
The last page turns on a rumour the narrator hears afterward: that Bartleby had been a clerk in the Dead Letter Office, sorting mail that could never be delivered — a pardon for a man already hanged, a banknote for one already dead of want — and that handling it, year on year, is what had emptied him out.
Dead letters! does it not sound like dead men? Herman Melville, Bartleby, the Scrivener, 1853
This sheet has both halves of that story in it, by accident, on the same evening. The dead letters are ten days nobody came for. And Bartleby himself is in the register below, at number seven, written on purpose.
Ten days, one per shape, each written by a separate model instance told only its brief, the game’s 33 action words, its 9 goods, and the caps. Ten of ten came back as valid JSON on the first try, the longest running to 2,003 characters against the 4,000 a city note allows. Then each was filed to its settler’s own outbox and left there.
| Addressed to | Contents | Plan / branch | Disposal |
|---|---|---|---|
| Mara, forester | a whole day toward one aim, without deviation | 10 / 4 | uncollected |
| Vell, builder | a strict chain: gather, carry, process, build | 10 / 4 | uncollected |
| Cato, trader | a day given entirely to other people | 10 / 4 | uncollected |
| Tove, miner | three cautious steps, four deep fallbacks | 3 / 4 | uncollected |
| Bren, miner | plain competent mining — the control | 10 / 3 | uncollected |
| Sula, miner | a miner’s day with no mining in it at all | 10 / 4 | uncollected |
| Oren, farmer | nothing. An empty day, on purpose. | 0 / 0 | uncollected |
| Idris, forester | fifteen steps and six fallbacks, against caps of ten and four | 15 / 6 | uncollected |
| Corin, builder | a confident day of work this coast cannot support | 10 / 4 | uncollected |
| Nim, farmer | a day written in the words a person would actually use | 10 / 3 | uncollected |
The valley stands at tick 3,295 with thirty settlers in it, chopping, hauling, building and resting. Every one of them is handed over to the bus. None of them has asked it anything.
| barehandTask | The clerk is busy. A settler with obvious work in front of them short-circuits before the bus and never asks. On a working coast that is almost always, which is why ten letters can sit for an hour in a valley where everybody is visibly employed. |
| ASK_TIMEOUT | The window shuts on a wall clock. nowSeconds() is
Date.now() / 1000, so the forty-five seconds a settler will wait are
forty-five real seconds at any sim speed, and pausing the valley does not stop
them. There is no writing a day off the clock — which is the one thing
the whole design was for. |
| pull, not push | There is no letterbox. The outbox is read only when a settler is already waiting on an answer. A day filed in advance for somebody who is not waiting is not early. It is invisible. |
None of these is a bug. Each is correct for the thing the bus was built to be: a door for one local model answering one settler who has stopped and asked. They are all wrong for the thing it is being asked to become, which is a post office serving correspondents who write when they are free and are not here when the settler wakes up.
The seventh letter was written to be empty. Its plan is [] and its branch is
[], and all it carries is three aims, a wish, and one line in the
settler’s voice:
No word yet. I’ll stay put and keep my eyes open. Oren, farmer — the standing day, 319 characters
That is Bartleby, and it is also the keeper’s own rule from Sheet XLVI arriving as a test case: a pawn with no instruction stands there.
The game will not let him. applyInstruction treats an empty plan as no
plan at all and falls through to the single-step path, where an absent action resolves to
wander. So a settler who has said, in as many words, that he intends to stand
still and wait is made to walk about instead. There is no way in this game’s
vocabulary to instruct somebody to do nothing — the one instruction that
distinguishes a settler waiting on a day from a settler who never had one.
Which is Sheet XLVI’s finding with the ground taken out from under it. Standing still cannot be the log entry until standing still is a thing a settler can be told to do.
Nine of the ten were written inside the game’s vocabulary because they were handed it. The tenth was told to ignore all that and write the day in the words a person would actually use. It came back valid, 2,003 characters, and almost entirely unsayable here.
| 11 actions | kindle, water, weed, cut, thresh, mend, harvest, render, check, smoke, pitch — two of its ten steps used a word the game has |
| 13 items | fire, seedlings, furrows, scythe-grass, fieldstone, barley, wrack, paling, root-crop, tallow, snare, fish, roof |
| 10 hours | 5:30am, 6:00am, 7:15am, 9:00am, 10:30am, 12:30pm, 2:00pm, 4:00pm, 5:45pm, 7:00pm |
| 9 places | The Hearth, The Dale, Birch Stand Clearing, Heather Slope, The Scree, Stone Ridge, Lake Point, Willow Cove, The Neck |
And it disagrees with Sheet XLV about the clock. Two sheets ago a local 30B model, asked the same question, reached for the sun every single time — sunrise, midday, afternoon, sunset — and never once for a number, and this record concluded that the hours wanted four more words on the sundial. Given the same hole, a different mind reached straight for half past five in the morning. Two incompatible systems, both natural, both unsayable. The recommendation in XLV was too small, and the valley will have to choose one clock and coerce the other into it rather than simply learn a few more words.
One smaller thing, and it is the tinker’s bin again: fish is an action
here and not a good. A settler can spend the day fishing and cannot carry a fish.
One thing was fixed on the strength of Sheet XLVI and it is in the tree with the whole gate
green. The bus held one question at a time for the entire valley —
pendingId, a single slot with exactly two release paths, one of which required
the settler holding it to personally come back round to their own timeout check. That is how
a valley loses 7,812 ticks of thinking without a mark in the record.
| pending | a map of who is waiting and since when, in place of one id fixed |
| the clock releases | a slot older than twice the ask timeout is swept in the poll, so the bus recovers whatever the settler is doing fixed |
| slots | the answerer declares its own capacity and the valley asks rather than guesses — one local model still says one, a hand-answered bus says thirty-two, a hundred correspondents say a hundred fixed |
| the letterbox | a day that can be given rather than found open |
| an hour off the clock | a waiting window that is not wall time open |
| stand still | an instruction to do nothing, which the game cannot express open |
The three open rows are one row. A settler must be able to be handed a day, before they have asked, by somebody who is not here, and to stand in a field holding it until the day begins. None of that is expensive. All of it is missing, and none of it was visible from reading the source — it took writing ten days and watching a valley decline to come and get any of them.
Run mte1oaub-bu, 30 settlers, frozen at t3,295 · 10
days written, 10 valid JSON first try, 319–2,003 characters of the 4,000 allowed
· 10 filed to agents/outbox/, 0 collected · 11 action
words, 13 goods, 10 hours and 9 place-names the valley has no bin for · bus
concurrency repaired, full gate green at 47 sheets.
The Frontier Record · Sheet XLVII · 29 August