▲ | p4coder 5 days ago | ||||||||||||||||
Sometimes getting a second pair of eyes to look at the problem helps and is usually not a judgement of smartness of the first pair of eyes. Seems like it also applies to coding agents. | |||||||||||||||||
▲ | diggan 5 days ago | parent | next [-] | ||||||||||||||||
Indeed, I've also found that various models are good at various tasks, but I have yet been able to categorize "Model X is good at Y-class of bugs", so I end up using N models for a first pass "Find the root-cause of this issue", then once it's found, pass it along to same N models for them to attempt to solve it. So far, which model can find/solve what is really scattered all over the place. | |||||||||||||||||
| |||||||||||||||||
▲ | viraptor 5 days ago | parent | prev [-] | ||||||||||||||||
The good old regression to the mean. Testing models as the second pair of eyes only when the first fails is going to give weird results... https://www.smbc-comics.com/comic/protocol | |||||||||||||||||
|