Commit 71efe48
Instruct CC agent to prefer objective metrics when ranking (#4874)
Lately, the CC agent has been prone to ranking by subjective 0-100
scores, even when there's an objective metric. Two examples are
1. ranking AI startups by revenue growth
2. ranking AI analysts by AGI timelines
Instead of using revenue growth rate or predicted year for reaching AGI,
CC would produce an arbitrary score column ranging from 0 to 100. Now
both examples give me the expected output field.
I remember fixing this for Autocohort a few months ago. There might be
other instructions from the Autocohort prompts that are worth copying
into the system prompt or skill for CC. But I'll leave that for a future
PR.
Sourced from commit ee9f0c910c0be47b50605fb716eb12a107edac4a1 parent bca7d8f commit 71efe48
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
0 commit comments