Project note
The workshop is learning my accent
Coding agents now shape my project structures, notes, prose, and tolerance for complexity. I shape them in return, mostly by deciding what survives.
agent workflow / Published Jul 19, 2026
- Project: vuoro
On this page
I did not teach the agents my voice. I built a room where sentences that sound right to me survive.
Agents write a substantial share of the prose on this site. I supply the raw material, the pressure, the corrections, and the decision to publish. Sometimes I supply a nearly complete argument. Sometimes I supply terminal output and an irritation. The surface text often arrives from a model.
That does not make the voice easy to assign.
The agents imitate my prompts. They imitate earlier notes, including notes written by other agents. They imitate the compact declarative style that has already passed review. I cut the ceremonial openings, the fake certainty, and the conclusion that merely repeats the introduction with better posture. What remains becomes the example shown to the next agent.
The workshop is learning my accent. It is also inventing one of its own.
Selection is part of authorship
I am less the person typing every sentence than the person applying selection pressure to a population of sentences.
That sounds grander than the work. Mostly it means rejecting prose that is too pleased with itself. It means noticing when a clean phrase has hidden a weak claim. It means asking for evidence, then deleting the paragraph when the evidence does not exist. It means keeping an awkward edge because the resolved version would be less honest.
The stable style comes from repetition. A model produces a draft. I reward certain moves and remove others. The accepted draft becomes context. A later model copies it. Soon the model is not only imitating me; it is imitating the history of models that survived me.
This is neither solitary authorship nor automatic generation. It is editorial control exercised through a system that remembers its accepted outputs better than it remembers the reasons I accepted them.
That last part matters. A house style can become a cargo cult. Terse prose can hide missing context as efficiently as long prose can hide missing thought. A sentence can sound native to this site and still be wrong.
The walls moved before the writing did
The same feedback loop exists in the code.
I already preferred explicit state, narrow interfaces, reproducible operations, and evidence that could outlive my memory. Agents did not give me those tastes. They made the informal versions fail often enough that formalizing them became worth the trouble.
A convention in a document is easy to step around. A schema is harder. A prominent reference is still invisible if it is not on the path an agent walks. A process with broad credentials eventually uses them. A claim without proof is just an annotation. A completion without evidence is an optimistic status change.
So the projects grew tests for architectural boundaries, structured work state, claim tokens, isolated worktrees, path controls, gates, handoffs, and explicit sources of authority. These mechanisms defend against agent failure, but not only agent failure. I also forget, improvise, lose context, and prefer the quick repair when tired.
The agents did not create the need for discipline. They changed its economics. They produce enough work, quickly enough, that failures once considered rare become routine. At the same time, they make the safeguards cheaper to build. The pressure and the means arrive together.
This site has more than one reader*
* If you count agents.
I don’t really know if the site has external readers besides bots.
I use these notes for myself. They compress decisions, failures, and recurring shapes into something I can retrieve without reconstructing the whole project. In theory they are also public explanations for people who were not in the room. In the future they may become more direct working context for agents.
Those are compatible uses until they are not.
Retrieval rewards stable terminology, explicit headings, compact claims, and sentences that can survive removal from their original narrative. Human reading often needs the opposite: scene, uncertainty, motive, and enough slack to understand why the conclusion mattered.
There’s some pull towards the machine-readable version. Every paragraph wants to become a durable rule. Every incident wants to become a pattern. Every project wants a clean ownership boundary and a sentence explaining it.
That pressure often improves the note. It can also bleach it. A field notebook that contains only conclusions stops showing the field.
The useful compromise is not to pretend the site has one audience. It is to leave enough origin in the writing that a person can follow the thought, while making the resulting claim precise enough that I—or an agent—can use it later.
As a side benefit, it’s much nicer to read nice prose than dry prose.
Complexity became affordable, not free
These systems are high maintenance. Some are brittle. I allow that because this is a hobby, and because operating near the edge of what one person can sustain is part of the enjoyment.
LLMs changed that edge. They lowered the marginal cost of adding a repository, a verifier, a migration, a runbook, or another narrow tool. Work that would have made no sense for one person can now remain just inside the feasible boundary.
This is not the same as making complexity cheap. Agents also create maintenance: plausible abstractions, duplicated concepts, stale plans, unnecessary wrappers, and confident repairs to the wrong layer. They can make a system larger faster than they make it operable.
The test is not whether the machinery looks serious. The test is whether it reduces the next act of supervision. Does the next task begin with better state? Does a failure become easier to explain? Can I replace a worker without losing the work? Does the mechanism protect me too, or only compensate for a model limitation that may disappear next year?
If the answer is no, the infrastructure is not leverage. It is generated ceremony.
The loop can optimize for itself
There is an obvious danger in a workshop that can keep building additions to the workshop.
Agents make ambitious systems feasible. Ambitious systems generate more work suited to agents. Their failures justify more controls. The controls produce more structured context, which makes later agents more capable, which raises the scale of the next project.
The loop is productive. It is also perfectly capable of manufacturing its own reasons to continue.
I cannot resolve that with a rule, because the point of a hobby is not minimum machinery. Some of the machinery is the thing I wanted. Learning how authority, evidence, recovery, and memory fit together is not overhead attached to a different product. It is part of the product for me.
The honest question is still useful: am I using agents to operate systems I value, or building increasingly elaborate systems because agents make them possible?
Both. The distinction I care about is whether I can still tell which is which.