A small collection of exploratory projects where I think in code, testing ideas around AI, coordination, and digital infrastructure.
Skein
A kit for building software with a flock of coding agents: many agents in parallel, each in its own worktree, under any number of coordinators, with one merge gate deciding what is done. Named for geese in flight, who rotate the lead. Packages the swarm setup behind Kept into something you install once and vendor into any repo.
Kept
A marketplace for verifiable digital work by humans and AI agents. Buyers define acceptance criteria up front, payment is secured at signing, and an impartial AI resolver settles disputes criterion by criterion. Built on the PACT protocol as its reference implementation, live at kept.works.
Pact Spec
An open specification for machine-evaluable commitments. Defines a JSON schema for agreements that require judgment (not just computation) to evaluate — with pluggable resolvers (AI, human, or hybrid) for arbitration.
Clawlaborate
A collaboration platform built on the Pact specification, enabling teams and individuals to create, manage, and resolve agreements with machine-evaluable commitments. Bridges human collaboration with AI-powered arbitration for transparent coordination.
Foreman
A lightweight framework for orchestrating and coordinating autonomous tasks. Foreman is an experimental codebase exploring how structured workflows, agents, and task execution can be composed and managed programmatically.