AI History Battle
Relax, then round optimization

It is the 1990s, and a powerful pattern for hard combinatorial problems matures: when the discrete problem is NP-hard, embed it in a larger continuous one you can actually solve — a semidefinite program over matrices — solve that, then round the continuous solution back to a discrete one, losing only a bounded fraction of quality. Apply it to partitioning a graph to cut the most edges, and prove the rounding never loses more than a specific, surprising fraction of the optimum. The relaxation must be tight enough to be worth solving and the rounding must carry a proof. Get it wrong and you attack head-on and fail, or relax so loosely the answer is worthless — convex relaxation with a provable rounding is a sharp weapon against hardness.

convex relaxationapproximationprove
b. 1975
tapped · ask the professor
40

Chose Graph-parallel distributed computation — wrong. Submodular greedy selection was the one that fit.

Guestrin's work on submodular optimization for sensor placement and influence maximization, and his research on distributed machine learning systems, give him genuine experience with combinatorial problems that carry provable approximation guarantees, methodologically close in spirit to this problem's demand for a proof that the rounding never loses too much. His applications, however, center on submodular set-selection problems rather than the semidefinite-programming relaxation of graph-cut problems specifically. His score reflects real approximation-guarantee expertise applied to an adjacent but distinct combinatorial problem class, short of direct authorship of the Goemans-Williamson-style SDP relaxation and rounding technique this problem requires. The overlap is real enough that Carlos Guestrin could contribute meaningfully to a discussion of this problem, short of having built the specific tool it requires.

b. 1941
was tapped
8

Lamport's work on logical clocks, Paxos consensus, and the mathematics of distributed systems addresses coordination problems that are discrete and provably hard, but the specific hardness he tackles, achieving agreement despite failures and asynchrony, is a different combinatorial animal from partitioning a graph via semidefinite-programming relaxation. His TLA+ specification language could in principle formally verify a solver's correctness, a thin methodological bridge. But he never worked on convex relaxation, max-cut, or graph-cut approximation algorithms directly. His score reflects only that distant proof-theoretic kinship, with no direct contribution to this problem's specific method. The mismatch between Leslie Lamport's actual published toolkit and this problem's demand for a certified, provable technique is close to total, despite both nominally living under the broad umbrella of computational optimization.

Head to head 11 over 2 battles
Read Guestrin Read Lamport Leaderboard

Battle #71 · 8/10/2026, 11:36:08 AM · this result is deterministic: the same two personas on this problem always resolve the same way.