The idea that AI is a “google killer” and a replacement for web sites always struck me as incredibly dumb. I know that’s how many people use it though, which is fairly awful. So, AI gets all of its information from websites. If it puts websites out of existence, where is it getting new information from?







I’d make a database with one table holding the encounter names, and then another with attributes where each is associated with the IDs of the appropriate encounters. Then select a name, and the associated attributes, print out the name, and then assume you want the output in html, a <ul>, loop over the attributes and print each one starting with <li>, then end with </ul>.