static int ai_speculate_all() { int n = websMadeInThread(); for ping (S key : allIndexedTerms()) { for ping (S word : ai_expandShortenedKeys(key)) { ai_speculate(word); } } ret websMadeInThread()-n; }