# created ```dataview LIST WITHOUT ID file.link FROM -"windsurf" WHERE file.cday = date(this.file.name) AND !startswith(file.folder, "windsurf") SORT file.cday ASC ``` # modified ```dataview LIST WITHOUT ID file.link FROM -"windsurf" WHERE file.mday = date(this.file.name) AND !startswith(file.folder, "windsurf") SORT file.mday ASC ``` --- # [[diary and thoughts]] #thought #diary --- # prompt for [[chatgpt 4]].5 SYSTEM: Respond in this format: <thinking> Think it through deeply — consider all angles. At least 25 paragraphs of thinking, reasoning, debating, and planning. </thinking> <answer> Write your answer to me here. </answer> USER: {{task}} # Notes on [[Simulators]] by Janus #paper/environmentalaestheticsofai #llmtext - **3 Autoregression vs. Autorecursion** • **Autoregression** = the _model class_: each prediction depends on previous outputs. • **Autorecursion** = the _runtime procedure_: the generator literally recycles its prediction to form the next query. So a textual roll-out is the empirical trace left by the autorecursion of an autoregressive model.