Blog
-
A Student’s Guide to Writing with ChatGPT
OpenAI published “A Student’s Guide to Writing with ChatGPT”. And a disclaimer to be transparent – cite your conversations with ChatGPT to support academic integrity. Read related articles:
-
ChatGPT: Chat Search
OpenAI Dev Team starting to roll out the ability to search through your chat history on ChatGPT web. Now you can quickly & easily bring up a chat to reference, or pick up a chat where you left off. Plus and Team users will have access within the day. Enterprise and Edu users will have…
-
ChatGPT Canvas
OpenAI is rolling out Canvas today — a new feature to help users write & code with ChatGPT. It essentially allows users to highlight sections for ChatGPT to focus on improving and give specific, inline feedback. E.g. If ChatGPT generated a legal contract, and it’s near perfect but you just want to edit a specific…
-
whisper-large-v3-turbo
Whisper is a cutting-edge model designed for automatic speech recognition (ASR) and speech translation, introduced in the paper “Robust Speech Recognition via Large-Scale Weak Supervision” by Alec Radford and colleagues at OpenAI. Trained on over 5 million hours of labeled data, Whisper exhibits excellent generalization capabilities across various datasets and domains in a zero-shot setting.…
-
OpenAI o1
OpenAI just released its new AI model, OpenAI o1 (internally known as Project Strawberry/Q*). The wait is finally over. Here’s the model coding an entire video game from a prompt. The model can think before it answers and is better at math and programming challenges. The longer it thinks, the better it does on reasoning…
-
OpenAI’s Strawberry and Orion
In the rapidly advancing world of artificial intelligence, OpenAI is once again pushing the limits of what’s possible. Their latest innovations, the Strawberry and Orion AI models, are set to redefine our understanding of machine intelligence. The Strawberry project, formerly known as Q*, was reported by Reuters last year as a significant breakthrough within OpenAI.Let’s…
-
SearchGPT
SearchGPT is a prototype for new search functionalities that merges the capabilities of our AI models with web information to provide quick, up-to-date answers supported by clear, relevant sources. With SearchGPT, you can ask follow-up questions just as you would in a conversation with someone, and the context will build with each query. You can…
-
GPT-4o mini
OpenAI is continuing to make advanced AI accessible to all with the launch of GPT-4o mini, now available in the API and rolling out in ChatGPT today. GPT-4o mini is OpenAI’s most intelligent and affordable small model, available today in the API. GPT-4o mini is significantly smarter and cheaper than GPT-3.5 Turbo. OpenAI remains dedicated…
-
CriticGPT
OpenAI has developed CriticGPT, a model trained to identify bugs in GPT-4’s code. They are beginning to integrate such models into the RLHF alignment pipeline to assist humans in supervising AI on complex tasks. CriticGPT, based on GPT-4, writes critiques of ChatGPT responses to help human trainers detect mistakes during RLHF. What is CriticGPT? CriticGPT,…
-
Groq Whisper API
While we were busy with Claude 3.5 Sonnet, GroqInc launched an API for OpenAI’s Whisper-large-v3 model. This is an insanely fast speech-text solution. And it only costs $0.03 per hour of transcription! Here’s the code to use Groq’s whisper API with the OpenAI client! What is Whisper? Whisper is a pre-trained model designed for automatic…