|
|
|
|
|
by germanptr
22 days ago
|
|
I follow a similar approach and use multiple LLMs per task. The quality improvement is surprisingly large. Lately I’ve been experimenting with adding an explicit reward function so the models optimize for measurable output quality. This creates a generate, critique, revise loop where candidate answers compete for a higher score. It feels promising because it reduces the amount of handholding for every task. It is also more fun because part of the review process is embedded in the scoring function, which simplifies the review effort. |
|
Pardon my ignorance, but how would go about doing that on, say, a standard c++ project?
I get the part where one can use codex/claude with an ide and/or extension. But how does one connect two LLMs together in such a setup?