static Concepts freshConceptsFromAI1Lol() { S text = loadPage("http://ai1.lol/wiki/structure/concepts"); L list = cast safeUnstructure(text); new HashMap map; long iid = 0; for (O o : list) map.put(++iid, o); S text2 = structure(map); ret new Concepts().safeLoad(text2); }