This repository is a multi-topic research workspace for:
- harness engineering
- harness-like agent shells
- automation workflow suites that solve adjacent engineering problems
Its purpose is to continuously study the space, compare different implementation routes, analyze the underlying mechanisms, and turn that work into durable research topics.
The public-facing overview is published through GitHub Pages using an Astro root site.
- Homepage entry:
src/pages/index.astro - Homepage data:
src/data/homepage.ts - Homepage styles:
src/styles/global.css - Pages workflow:
.github/workflows/deploy-pages.yml
The homepage is the repository's guide and outline:
- what harness engineering is
- how it differs from adjacent categories
- which articles matter
- what the current ecosystem looks like
- which research topics exist in this repository
- Root Public overview, repository guide, and topic entrypoint
topics/Deeper, topic-specific research implementations and experiments
topics/host-harness-flow-diagramsA runnable research app for comparing host surfaces, harness layers, control points, and recovery paths across coding-agent systems and adjacent workflow stacks.
- Root stays lightweight and navigational.
- Deeper work goes into independent topics.
- The repository should keep expanding by topic, not by piling implementation detail into the root.
Install dependencies and build the root site:
npm install
npm run buildThis builds the Astro root site into dist/ and then copies any separately-built topic sites found at topics/*/site/ into the final Pages artifact.
This repository is licensed under the MIT License. See LICENSE for details.