OpenAI CEO Sam Altman addressed concerns about the GPT-5 rollout, including issues with the model's performance and a presentation chart error. He announced fixes for the rollout issues, consideration of bringing back GPT-4o for Plus subscribers, and increased rate limits.
```ttl
@prefix rdf: .
@prefix rdfs: .
@prefix schema: .
@prefix ex: . # Using a custom namespace for specific entities
# Entities
ex:SamAltman a schema:Person ;
schema:name "Sam Altman" ;
schema:jobTitle "CEO" ;
schema:worksFor ex:OpenAI .
ex:OpenAI a schema:Organization ;
schema:name "OpenAI" .
ex:GPT5 a schema:SoftwareApplication ;
schema:name "GPT-5" .
ex:GPT4o a schema:SoftwareApplication ;
schema:name "GPT-4o" .
ex:Reddit a schema:WebSite ;
schema:name "Reddit".
ex:TechCrunch a schema:NewsOrganization ;
schema:name "TechCrunch".
# Facts/Triples
ex:GPT5 schema:hasFeature ex:RealTimeRouter .
ex:RealTimeRouter rdfs:label "real-time router" .
ex:GPT5 schema:isVersionOf ex:OpenAI .
ex:GPT5 schema:hasIssue "bumpy rollout" .
ex:SamAltman schema:said "GPT-5 will seem smarter starting today." .
ex:SamAltman schema:said "We are making some interventions to how the decision boundary works." .
ex:SamAltman schema:said "We will make it more transparent about which model is answering a given query." .
ex:SamAltman schema:said "We are looking into letting Plus users to continue to use 4o." .
ex:SamAltman schema:said "We are going to double rate limits for Plus users." .
ex:GPT4o schema:isAlternativeTo ex:GPT5 .
ex:SamAltman schema:acknowledged "chart crime" .
ex:SamAltman schema:described "chart crime" as "mega chart screwup" .
ex:GPT5 schema:hasProblem "turning data into a table" .
ex:TechCrunch schema:publishedDate "2025-08-08"^^xsd:date .
#Event
ex:Disrupt2025 a schema:Event ;
schema:name "TechCrunch Disrupt 2025" ;
schema:startDate "2025-10-27"^^xsd:date ;
schema:endDate "2025-10-29"^^xsd:date ;
schema:location "San Francisco".
```
LLM 0.17 release enables multi-modal input, allowing users to send images, audio, and video files to Large Language Models like GPT-4o, Llama, and Gemini, with a Python API and cost-effective pricing.
This post explores using GPT-4o's structured output feature for web scraping, highlighting its strengths, limitations, and cost considerations.
Explore the capabilities of GPT-4, our latest large language model, offering improved understanding, generation, and problem-solving abilities. Discover its applications and learn how to integrate it into your projects.
Super Long Term Time-Lapse Camera and Monitoring by OpenAI. Autofocus camera designed for long-duration time-lapse photography with energy-efficient DeepSleep mode, Wi-Fi connectivity, and AI integrations.
This is a GitHub repository for a Discord bot named discord-llm-chatbot. This bot allows you to chat with Large Language Models (LLMs) directly in your Discord server. It supports various LLMs, including those from OpenAI API, Mistral API, Anthropic API, and local models like ollama, oobabooga, Jan, LM Studio, etc. The bot offers a reply-based chat system, customizable system prompt, and seamless threading of conversations. It also supports image and text file attachments, and streamed responses.
The author tests the new GPT-4o AI from OpenAI on a standard set of coding tests and finds that it delivers good results, but with one surprising issue.
A tutorial showing you how how to bring real-time data to LLMs through function calling, using OpenAI's latest LLM GTP-4o.
OpenAI's new GPT-4o model is now available for free, but ChatGPT Plus subscribers still get access to more prompts and newer features. This article compares what's available to both free and paid users.