I gave an LLM the instructions below this paragraph, and many more back and forth instructions. My initial concept was to have a post which described how the LLM and I built the post, in a way that the LLM decided on. Ultimately though, it sucks ass at doing that, but at least it made a cool visual. So while this post was 100%, besides this text you're reading right now, generated by an LLM, it was also not at all what I conceived of. Perhaps one day if I bother to learn 3d animation, I'll give my own idea of what this should have looked like. Everything you see except the text you're reading now was written by the LLM. I didn't edi the code, at all. It generated all of it from prompts.
Here's the HTML for a page on my website rendered using hugo. I give you this because the goal is to create custom script that conveys in an absurd and wild way, exactly how you and I, you being chatgpt, me being the author, came to create the new post that's being read. The post being, about making this post. Specifically about how I asked you chatgpt to make this post in an absurd and wild way. Such that now, with a bit of personal touch from me, and whatever thing you come up with, the final page to read on my website is... at the very least interesting Prefer using techniques which require only easily importable javascript. The goal being to put it all in a single file script. As an example of a working script, take nothing else from it except that, const p = document.createElement("p"); p.style.textAlign = "center"; p.style.fontSize = "18pt"; p.innerHTML = "C'mon, move your mouse!" document.body.append(p); document.addEventListener("mousemove", e => { p.innerHTML = mouseX: ${e.clientX}, mouseY: ${e.clientY}; }); here's what a script that tracks mouse movement at the bottom of the screen as a single file is. Now, in terms of what wild and absurd things could be doing, I think right out, we're gunna want to use canvas. And probably going to want to do something in 3d, and something animated. And we don't have to generate the entire thing at once, it could be quite grand. While I am an expert and can and will fix things that you do that don't work outright, largely I want 98% of what's on the page to be generated by you. Keep in mind, once again, that the page is supposed to tell the user about how this got made. You can ask me to insert any image of this conversation, or text of this conversation, into things.