Category: AI

  • Unknown Knowns and GPT4

    One thing which comes up in chatting with GPT4 is that it seems to not always be aware of things that it does already know. Here’s an example from a conversation about a book. Me: What is the first paragraph of Cat’s Cradle by Kurt Vonnegut? GPT4: “Call me Jonah. My parents did, or nearly…

  • Langchain

    I’ve been playing around a bit with the langchain library to better understand the kind of things people are doing with complex prompts to extend the utility of LLMs. One example I looked at was how to use the library to enable queries over your own documents. There’s a good example using a notion based…

  • AI

    I’ve decided to use the free time I have to learn more about AI. I had taken the Andrew Ng ML course a long time ago so I know what some of the words mean but I wanted to also have a better understanding of the things people are actually doing now. First, I wanted…