Hey Daniel our classification based evaluators (which are all of them) use classify under the hood and then assign a score based on that classification. So in essence they are the same. If you want to run multiple evals in one go, the evaluators are designed for parallel execution while LLM classify is if you need to build custom evaluators. Hope that makes sense!