burtenshaw commited on
Commit
368bcac
·
1 Parent(s): 00186a7

docs: fix article typo

Browse files
app/src/content/chapters/slopfarmer/content.mdx CHANGED
@@ -70,7 +70,7 @@ The combined PR containing the merged results is at [evalstate/transformers#42](
70
 
71
  ## What we found
72
 
73
- The clustering works. Both the embedding-based approach (GitCrawl, ClownFish) and the hard/soft-edge approach (SlopFarmer, pr-search-cli) identify genuine duplicates. They disagree on edge cases, and neither is complete on its own. Running an agent with access to both produces better groupings than either alone, but it consumes an extreme ammount of tokens.
74
 
75
  The duplicate rate is high. When a visible bug is filed as an issue, it is common to see ten or twenty PRs appear within hours, all attempting the same fix. Most of these PRs are close enough in content that an agent can combine them. The combined version is usually better than any individual submission because it picks the cleanest implementation from the group.
76
 
 
70
 
71
  ## What we found
72
 
73
+ The clustering works. Both the embedding-based approach (GitCrawl, ClownFish) and the hard/soft-edge approach (SlopFarmer, pr-search-cli) identify genuine duplicates. They disagree on edge cases, and neither is complete on its own. Running an agent with access to both produces better groupings than either alone, but it consumes an extreme amount of tokens.
74
 
75
  The duplicate rate is high. When a visible bug is filed as an issue, it is common to see ten or twenty PRs appear within hours, all attempting the same fix. Most of these PRs are close enough in content that an agent can combine them. The combined version is usually better than any individual submission because it picks the cleanest implementation from the group.
76