This document summarizes a talk on efficiently computing link prediction heuristics like Katz scores and commute times in graphs. It discusses how pairwise Katz scores and the top-k scores can be computed quickly using quadrature rules and sparse linear system solvers, without pre-processing the graph. This involves using the Lanczos method to approximate integrals related to the graph Laplacian and adjacency matrices. The technique allows computing the scores on demand for dynamic graphs as the links change over time.