Fengyuan Zhu

Research Assistant Professor  ·  Siebel School of Computing and Data Science  ·  University of Illinois Urbana-Champaign

I work on the cost side of AI: what a real task costs to run on a model, and what becomes possible in empirical research once that cost falls. Every page below carries the measurements it is built on.


01The cost side of AI

The price of the model is not the bottleneck

Cost is settled after the model is chosen: by how the hardware is scheduled, by how many times the same context gets read again, and by a per-token price that ranks models in the wrong order. Three notes, all measured rather than quoted.

02Reading the whole population

Sampling and keyword search were workarounds for expensive reading

Annotation now costs little enough to read a population document by document. Once that is true, the two oldest design assumptions in empirical work, draw a sample and search for a keyword, stop being necessary.

03Three dimensions and vision

The same cost question, in a different medium

What a real place costs to reconstruct from public data, to stream to an ordinary browser, and to generate from nothing.