Overnight AI coding workflow
Schmidt describes this as the new norm among Bay Area programmers. The AI acts as a tireless junior team, exploring solution spaces while the human sleeps. This flips the ratio of human-to-AI code from 80/20 to 20/80. The human's role shifts from writing code to defining success criteria and reviewing output. Schmidt notes that this workflow would have been impossible just months ago when AI was merely autocomplete.
The underlying LLM (e.g., Claude 4.6) can reason longer and produce higher-quality tokens, iterating on solutions until the evaluation function is satisfied.
Schmidt was backstage running six concurrent Claude 4.6 jobs on his laptop, solving problems he had set up, and was anxious to keep the lid open so they wouldn't break.
I write the spec of what I want and then I write a test function, an evaluation function and then I turn it on. ... When does it finish? Oh, 4:00 in the morning.

