Christine — Person Summaries
AI-powered summaries of 9 videos about Christine.
9 summaries
Build Hour: Apps in ChatGPT
ChatGPT apps are moving from “chat-only” to full, interactive experiences by combining three pieces: an apps SDK that injects UI into ChatGPT, an MCP...
Build Hour: GPT-5
GPT-5 is positioned as OpenAI’s “smartest, most steerable” coding model yet—built to produce higher-quality code, handle long-running agentic...
Build Hour: Agent RFT
Agent RFT (agent reinforcement fine-tuning) is positioned as a way to make tool-using agents faster and more accurate by training the model...
Build Hour: Prompt Caching
Prompt caching is positioned as a straightforward way to cut both latency and cost in OpenAI-powered applications by reusing computation whenever new...
Build Hour: Responses API
Responses API is OpenAI’s new “core primitive” for building agentic, multimodal applications—designed to fix pain points from chat completions by...
Build Hour: Voice Agents
Voice agents are moving past “transcribe-and-reply” toward audio-native systems that can sound more like real representatives, handle ambiguity, and...
Build Hour: Reinforcement Fine-Tuning
Reinforcement fine-tuning (RFT) is positioned as the most direct way to improve an LLM’s reasoning behavior when the model already has the needed...
Build Hour: Image Gen
OpenAI’s Image Gen is built on the same GPT-4o architecture used for text, and it’s now available to developers through the Responses API as a...
Build Hour: Built-In Tools
Built-in tools let large language models search the web, query private files, and call external services—without developers writing the usual glue...