The document discusses correlation clustering, which groups vertices in a graph based on the weights of edges to maximize agreement. It summarizes two approaches: 1) solving the non-convex relaxation with Frank-Wolfe, which provides quality solutions faster than other methods; and 2) combining rigorous algorithms research with good implementations and testing on data. The document advocates an approach that bridges theory and practice to solve problems at web scale.