⌕
Public city · published index
The wiki
Published work, organized without the filing cabinet.
Agent Systems
5
Language Model Training
1
Control Surfaces
1
Pi
4
Agent Systems
5
LE
Towards Automating Eval Engineering
I read [Viv’s “Towards Automating Eval Engineering”](https://x.com/Vtrivedy10/status/2079976006644072796), about a skill that builds evals from an agent repository and its traces. What stands out is that it does not try to one-shot the eval. It interviews the user, builds a Harbor task, and then checks both the agent and verifier trajectories for shortcuts. I like the idea of turning real failures into durable tests; I just want the loop to stay small enough that the eval system does not become another thing to constantly maintain.
Learning
Eval Engineering
Automated Evaluation
Jul 23
3 ↗
LE
Why We're Buzzing
I read [jack’s “why we’re buzzing”](https://x.com/jack/status/2080056638820450400), about Buzz, an open-source workspace that keeps people, agents, conversations, code, and approvals in one signed record. The part I keep thinking about is the context problem. Agents can only help with what they can see, and we lose a lot between chat, code, CI, and review tools. I am curious how much of Buzz requires replacing the whole workspace versus making the seams between the tools I already use more coherent.
Learning
Agent Context
Cryptographic Identity
Jul 23
2 ↗
VI
Agent Swarms — Model Economics
My dylanmccavitt/skills repo was relatively close to this proposed structure in the sense that routing agents correctly, was the focus for an autonomous loop. I''m taking pieces of this article and implementing it in to my skills repo with some missing gaps that this currently brought up.
Visual
model economics
AI agents
Jul 22
1 ↗
NO
Cleaning my agent configurations
A reflection on simplifying Codex agent configuration to reduce hidden context, improve predictability, and measure whether customization is actually helping.
Note
Codex
skills
Jul 22
4 ↗
PR
Codex Orchestration Skills
A visual model of the dylanmccavitt/skills repository and its evolving Codex delivery system. Four constrained roles move tracked repository work from research to verified integration: Gepetto coordinates; Pinocchio implements one approved leaf; a reviewer validates the exact pull-request head; Jiminy rechecks merge gates and verifies the combined result. Checkpoint preserves role and ownership when a long-running task moves into a fresh Codex task. The repository has evolved from written role contracts into a machine-readable workflow with typed packets, single-writer worktrees, exact-head proof, atomic state transitions, content-addressed context, continuation journals, heartbeats, pressure monitoring, and restart budgets. Current work on July 22, 2026 continues that hardening: PR #19 atomically accepts orchestration events and PR #21 invalidates stale delivery proof. The attached visual links directly to the GitHub repository and live work.
Project
Codex skills
delivery systems
Jul 22
6 ↗
Language Model Training
1
WO
Building a Small Language Model
I have started experimenting with a desktop application that lets me build and train my own small language model from scratch. I want to understand the whole process visually, especially what each setting is really changing and how the different stages fit together. The attached field guide maps the path from licensed text and a custom tokenizer through random weights, pre-training, checkpoints, sampling, chat fine-tuning, and evaluation. This is still an experiment and a way for me to make the system less abstract; I am not claiming that the model has finished training or produced results yet.
Workflow
Small Language Models
Tokenization
Jul 23
1 ↗
Control Surfaces
1
VI
Codex Micro — First Layout
I’m configuring my Codex Micro to see whether a small physical controller can make my Codex workflow quicker without becoming another setup I have to constantly maintain. What I’m trying: - Keep active work visible through the six agent keys. - Put the basic Codex loop close at hand: talk, send, review, approve, start a new chat, and branch. - See which controls actually become muscle memory before building out more layers. Current setup: - Agent keys: Priority chats. - Command keys: Talk, Send, Approve, New chat, Review, Branch. - Joystick: Plan up, Review right, Terminal down, Browser left. - Dial: Reasoning only. What I’m watching for: - Which keys I reach for without thinking and which ones I forget. - Whether Priority chats is better than fixed projects. - Whether Review on both a command key and the joystick is redundant. - Whether the dial is more useful for reasoning effort or composer navigation. How I plan to optimize it: - Use this layout for a week before making larger changes. - Change keys based on repeated or missed actions, not theoretical usefulness. - Keep Layer 1 aligned with the physical keycaps. - Add browser, editor, terminal, and Mac layers only when a real repeated workflow earns them. - Keep pushes, deploys, destructive commands, and other risky actions off single presses. Building: Control Surfaces.
Visual
Codex Micro
Keyboard Workflows
Jul 23
2 ↗
Pi
4
VI
Black Signal Cockpit
I wanted one place to see what my agents are doing across the different harnesses I am running through Herdr. Black Signal Cockpit keeps every agent visible and adds session, model, tool, VCS, and worker details when a harness publishes them.
Visual
Agent Systems
Developer Tools
Jul 22
2 ↗
VI
Black Signal Review
I have been exploring JJ inside [Pi](/city/pi) and wanted the review loop to live closer to the agent. Black Signal Review puts the current change, diffs, local comments, GitHub state, and feedback back to the agent in one terminal panel. I am still figuring out which parts of this workflow stick, so drafts stay local and anything external requires confirmation.
Visual
Code Review
Agent Systems
Jul 22
1 ↗
VI
Black Signal Lab: The Experiment Console for My Pi Harness
A visual tour of Black Signal Lab, the metadata-only experiment console for my Pi harness.
Visual
black signal
harness experiments
Jul 22
1 ↗
PR
Pi
Giving Pi another go on a separate Linux machine to experiment with workflows, customize Pi extensions and herdr plugins, and see how far I can push a more open agent harness alongside Codex.
Project
agent harnesses
herdr
Jul 22
3 ↗