wiki-ingest: Multi-Agent System Reliability
This commit is contained in:
21
wiki/entities/Critic.md
Normal file
21
wiki/entities/Critic.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Critic
|
||||
|
||||
## Definition
|
||||
In the Adversarial Debate multi-agent pattern, the Critic acts as a devil's advocate, attacking the Generator's proposals with specific objections. The role simulates the fear of rejection or being wrong that humans experience but LLMs do not.
|
||||
|
||||
## Role in Adversarial Debate
|
||||
- Attacks: "Here are 3 reasons why that plan sucks"
|
||||
- Provides structured opposition to proposed ideas
|
||||
- Forces Generator to confront weaknesses
|
||||
- Works with Judge to iterate toward better solutions
|
||||
|
||||
## Key Properties
|
||||
- Simulates human fear of being wrong (which LLMs don't naturally have)
|
||||
- Must use different model than Generator for genuine opposition
|
||||
- Provides concrete, numbered objections for Generator to address
|
||||
|
||||
## Related Concepts
|
||||
- [[Multi-Agent Adversarial Debate]]
|
||||
- [[Generator]]
|
||||
- [[Judge]]
|
||||
- [[Sycophancy]]
|
||||
Reference in New Issue
Block a user