Skip to content

Add a page on high level harnesses#9

Open
p3t3rzb wants to merge 9 commits intomainfrom
@p3t3rzb/high-level-harnesses
Open

Add a page on high level harnesses#9
p3t3rzb wants to merge 9 commits intomainfrom
@p3t3rzb/high-level-harnesses

Conversation

@p3t3rzb
Copy link
Copy Markdown
Collaborator

@p3t3rzb p3t3rzb commented Mar 25, 2026

This PR adds a page on high level harnesses near the end of the "Expanding horizons" chapter.

@p3t3rzb p3t3rzb requested a review from mkaput March 25, 2026 11:31
@p3t3rzb p3t3rzb self-assigned this Mar 25, 2026
@p3t3rzb p3t3rzb added the documentation Improvements or additions to documentation label Mar 25, 2026
@p3t3rzb p3t3rzb changed the title add a section on high level harnesses add a page on high level harnesses Mar 26, 2026
@GrzywN GrzywN changed the title add a page on high level harnesses Add a page on high level harnesses Apr 2, 2026
@p3t3rzb p3t3rzb requested a review from mkaput April 2, 2026 12:49
Comment on lines +104 to +122
Beyond specific products, there is an emerging pattern popularized by Ryan Carson under the name **Code Factory**.
The idea is a repository setup where agents autonomously write code, open pull requests, and a separate review agent validates those PRs with machine-verifiable evidence.
If validation passes, the PR merges without human intervention.

The continuous loop looks like this:

1. Agent writes code and opens a PR.
2. Risk-aware CI gates check the change.
3. A review agent inspects the PR and collects evidence — screenshots, test results, static analysis.
4. If all checks pass, the PR lands automatically.
5. If anything fails, the agent retries or flags the issue for human review.

:::caution
A Code Factory is only as good as its quality gates.
An automated pipeline that merges bad PRs is strictly worse than one that does nothing.
Invest in solid tests, linters, and CI before automating the merge step.
:::

- <ExternalLink href="https://x.com/ryancarson" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@p3t3rzb I'm pretty much sure Ryan Carson wasn't the one who coined this term...? Can you please do a little bit more research on this topic?

I'd like to have a link to some quality writeup of it

@mkaput
Copy link
Copy Markdown
Member

mkaput commented Apr 8, 2026

pushed some changed by myself

my primary feedback is around ExternalLinks usage. you can see I edited most of them. I tried to coin my rule in AGENTS.md file here: ca33e25 (it's pushed to main)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants