How are you optimizing your digital products and services to be consumed by AI agents?
Recently I observed an interesting trend that is in line with what I have been writing about.
I was doing a deep dive into Apify’s API docs for a few mass crawling web apps I am working on when I saw a button I had never seen before.
The button was titled “Copy For LLM” and it allowed me to copy a simplified markdown version of the page that would be way easier for an LLM to consume and cost less for whomever is paying to run the model since markdown is much shorter than the HTML that made up the full webpage.
In reality with new standards like llms.txt evolving I doubt we need a “Copy for LLMs” button for very long; they will just automatically consume the right format of data from any website with a LLM.txt to guide them.
If you want an example of how to use a LLM.txt file in production Apify has a really thorough one.
Question for you:
How are you evolving your products to make them more consumable by LLMs and agents?