claude-collab
Version:
Claude Collab - The AI collaboration framework that prevents echo chambers
91 lines (70 loc) ⢠2.29 kB
Markdown
# Claude-Collab: Now Practical! š
## What Was Fixed
### 1. **Lowered Diversity Threshold** (60% ā 30%)
- Previously blocked almost every message
- Now allows more natural conversation
### 2. **Added Practical Mode**
- Run with: `PRACTICAL_MODE=true npm start`
- Messages are warned but not blocked
- Allows productive collaboration
### 3. **Fixed Undefined Messages**
- Intervention messages now show proper reasons
- Clear feedback on what to improve
### 4. **Added Warning Cooldown**
- No more spam of "Low diversity score" every second
- Warnings appear maximum once per 30 seconds
### 5. **Working Code Review Demo**
- Run: `node practical-code-review.js`
- Shows multi-perspective analysis working
## How It's Practical Now
### Before (Strict Mode):
```
ā Message blocked
ā No useful feedback
ā Constant warning spam
ā Can't have productive discussions
```
### After (Practical Mode):
```
ā
Messages go through
ā
Gentle warnings guide diversity
ā
Clear reasons for interventions
ā
Productive collaboration enabled
```
## Real Use Cases That Work
### 1. Code Reviews
Multiple reviewers analyze code from different angles:
- Security vulnerabilities
- Performance bottlenecks
- Architecture concerns
- Best practices
All perspectives are captured without blocking legitimate insights.
### 2. Brainstorming Sessions
- Ideas flow freely
- Warnings encourage different viewpoints
- No blocking of creative process
- All ideas documented
### 3. Research Projects
- Different agents research different aspects
- Can build on each other's findings
- Evidence-based discussions encouraged
- Comprehensive results
## Quick Start
1. **Start in Practical Mode:**
```bash
PRACTICAL_MODE=true npm start
```
2. **Run Code Review Demo:**
```bash
node practical-code-review.js
```
3. **Check Results:**
- `.claude-collab/DISCUSSION_BOARD.md` - All perspectives
- Server logs show warnings without blocking
## Value Proposition
Claude-Collab is now a **"perspective aggregator"** that:
- Collects diverse viewpoints on any topic
- Gently encourages intellectual diversity
- Allows natural collaboration
- Documents all perspectives
It's like having a team that's encouraged to think differently, but not forced to disagree artificially.