|
|
|
|
|
by d0mine
560 days ago
|
|
A number of things that work for biological systems (humans) work for LLMs too: - after the answer, ask it "are you sure?" (from the office tv series: "is it a stupid thing to do? if it is, don't do it")
- chain of thought, step-by-step thinking
- different hats (godfather style: piecetime vs. wartime consigliere): looking at the problem from different points of view (at the same time or in stages). For example, first draft: stream of consciousness answer, second iteration: critic/editor/reviewer (produces comments), third (address comments), repeat for some time
- collaborative work of different experts(MoE), delegate specific tasks to specialists
- [deliberate] practice with immediate feedback |
|