cy0307 commited on
Commit
b6be476
·
verified ·
1 Parent(s): e024af5

Sync 271: add iterative-optimization paper, fix dead links, refresh dataset/audit/stats

Browse files
Files changed (1) hide show
  1. patterns/feedback-clusterer.md +1 -1
patterns/feedback-clusterer.md CHANGED
@@ -80,5 +80,5 @@ Example automation: run daily or weekly, or trigger after a launch, incident, re
80
 
81
  ## References
82
 
83
- - [Codex Loops: What Boris Cherny Gets Right About Managing Agent Work](https://www.developersdigest.tech/blog/codex-loops-boris-cherny-agent-routines) - Includes feedback clustering as a recurring agent loop pattern.
84
  - [How we built our multi-agent research system](https://www.anthropic.com/engineering/multi-agent-research-system) - Shows orchestrator-worker patterns for collecting, checking, and reporting evidence.
 
80
 
81
  ## References
82
 
83
+ - [The Anthropic leader who built Claude Code ditched prompting - now he writes loops](https://thenewstack.io/loop-engineering/) - Reports Boris Cherny's loop-writing workflow for recurring agent work, including handling streams of feedback.
84
  - [How we built our multi-agent research system](https://www.anthropic.com/engineering/multi-agent-research-system) - Shows orchestrator-worker patterns for collecting, checking, and reporting evidence.