Anix Lynchgozeroshot.dev·Dec 3, 2024OpenAI API terminologyHere’s an extensive list of OpenAI API terminology commonly used when interacting with models like gpt-4 via the Chat Completions or Completions endpoints: Core Terminology Roles system: Sets the tone, behavior, and context of the assistant. Acts a...OpenAI API
Daniel Cranneyblog.danielcranney.com·Nov 21, 2024Why Technical Language is Annoying but NecessaryExtensibility. Asynchronous. Abstraction. Object-oriented. Encapsulation. Do you really know what these words mean? Or, perhaps more importantly, do you need to know what they mean? Before learning to code, I spent a decade working in education, prim...13 likes·37 readsterminology
William Stetarcopin43.hashnode.dev·Sep 21, 2024Rethinking "Hallucinations" in AI: Why We Need New Terminology for AI ErrorsSeptember 21, 2023 As artificial intelligence continues to integrate into our daily lives, the language we use to describe its behaviors becomes increasingly important. One term that has gained traction is "hallucination," used to describe instances ...#AIErrors
Lee Gainesleeg.hashnode.dev·Sep 18, 2023What is a dataset?Dataset is a word I often run into when reading things about AI, machine learning, data engineering, etc. I don't fully grasp what a dataset actually is. Maybe I'm overthinking it, or perhaps it's just semantics, but let's try to clarify it. This is ...dataset