Skip to content
View vojtechroyce's full-sized avatar

Block or report vojtechroyce

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vojtechroyce/README.md

Vojtech Royce

I run a fleet of AI coding agents on real client and product work, and I publish the log.

Most agent failures are not reasoning failures, they are operating failures: the agent starts blind, grades its own work, and writes nothing down. I build the small pieces of plumbing that fix that, and I run them in production before I publish them.

What the fleet actually did

One 30 day window ending 21 August 2026, counted from my own append only ledger. Not a benchmark, not a demo run. The whole table is recut only when the next full window closes, never partially.

Work lanes opened 313
Closed as done 283 (90.4%)
Ledger entries written 725
Written by Claude 560, Codex 165

Where those lanes went: client and product 114, infrastructure and fleet operations 111, research 33, creative 20, publishing 19, other 16.

Projects

lanes is the coordination layer the fleet runs on. Take a lease before you touch files, produce proof before you close, leave an append only trail the next session can replay. Python standard library, zero dependencies.

royceos is the operating model underneath it: boot from a fixed source of truth, let one model build and a different one verify, require runtime evidence, hand off durably. Plain Markdown and shell, vendor agnostic.

roycecode is native Rust whole codebase analysis for agents. It builds a semantic graph and emits machine readable artifacts, so a reviewer reads evidence instead of the entire repository.

Elsewhere

On impersonation

There is no token, no coin, no paid DM, no investment offer, no giveaway, and no "assistant" who messages you on my behalf. I will never contact you first about money. Official links live only here, on this profile. Anything else claiming to be me is not me.

Popular repositories Loading

  1. roycecode roycecode Public

    Native Rust whole-codebase analysis for AI agents.

    Rust 2

  2. royceos royceos Public

    An operating model for AI agents: boot from truth, split roles, require evidence, hand off durably. Model-agnostic primitives in plain Markdown + shell.

    HTML 2

  3. lanes lanes Public

    Claim and lease coordination for parallel AI coding agents. Take a lease before you touch files, close with proof, hand off durably. Python stdlib, zero dependencies.

    Python 1

  4. email-signature-assets email-signature-assets Public

    Static image assets for my email signatures. Not a project.

  5. vojtechroyce vojtechroyce Public

    Profile