Someone's Gotta Keep Up with It

https://youtu.be/ZTPrbAKmcdo?si=Zk8Zv8S4hqRMVS2p
The pace of change is happening at greater and greater speeds

LLM Request

requestjson--perplexica
{
            "chatModel": {
                "provider": "openai",
                "name": "gpt-4o-mini"
            },
            "embeddingModel": {
                "provider": "openai",
                "name": "text-embedding-3-large"
            },
            "optimizationMode": "speed",
            "focusMode": "webSearch",
            "query": "How is innovation on an exponential curve?",
            "history": [
                ["human", "Hi, how are you?"],
                ["assistant", "I am doing well, how can I help you today?"]
            ],
            "systemInstructions": "Focus on providing technical details about Perplexicas architecture.",
            "stream": false
}