AlphaGo strikes me as much closer to OPSD than RLVR—MCTS can be seen as composing the target using the value network (often even same weights except head!), where the hint is the few moves we simulated, which we then try to strap to the policy.
I’m surprised you don’t think this could result in novel capabilities, can you explain more why?
maybe i’m misunderstanding but this doesn’t seem like a hard-to-verify task? you are literally able to quantify it into little parts that are either correct or not, just like you do. When I think of a hard-to-verify task, this already fails.