← Back to context

Comment by arjie

9 hours ago

Okay, this is interesting. I want my blog/wiki to be generally usable by LLMs and people browsing to them with user agents that are not a web browser, and I want to make it so that this works. I hope it's pretty lightweight. One of the other patterns I've seen (and have now adopted in applications I build) is to have a "Copy to AI" button on each page that generates a short-lived token, a descriptive prompt, and a couple of example `curl` commands that help the machine navigate.

I've got very slightly more detail here https://wiki.roshangeorge.dev/w/Blog/2026-03-02/Copy_To_Clau...

I really think I'd love to make all my websites and whatnot very machine-interpretable.