Category: AI

  • Artificial General Intelligence

    Artificial General Intelligence

    The weird thing about the AGI conversation for the last couple of years is that the people most confident about when it’s arriving are way more confident than the people who actually study how thinking works. The can keeps getting kicked down the road and it’s worth asking why. Dario Amodei at Anthropic has said…

  • Building A Retrieval-Augmented Generation (RAG) System To Supplement AI Models

    Building A Retrieval-Augmented Generation (RAG) System To Supplement AI Models

    What Is A RAG In AI? Retrieval-Augmented Generation (RAG) is an AI architecture that combines the best of two worlds, information retrieval and text generation. Instead of relying only on a language model’s pre-trained knowledge (which have firm cutoff dates in the past), or spending the time and resources to train your own models, RAG…