Answered raw tape
D 5 · C 5 · P 5 · Cm 4 4.85
Q go one by one and we'll leave the Agents SDK towards the end. So Responses API, I think the sort of primary concern that people have and something I think I voiced to you guys when, when I was talking with you in the planning process was, is chat completions going away? So I just wanted to let it, let you guys respond to the concerns that people might have.
A Chat completion is definitely, like, here to stay. You know, it's a bare metal API we've had for quite some time, lots of tools built around it, so we want to make sure that it's maintained and people can confidently keep on building on it. At the same time, it was kind of optimized for a different world, right? It was optimized for a pre-multi-modality world. We also optimized for, kind of, single turn, text prompt in, text response out, and now with these agentic workflows, we, we noticed that, like, Developers and companies want to build, um, longer horizon tasks, you know, like things that require multiple returns to get the task accomplished and computer use is one of those, for instance. And so that's why the responses API came to life to kind of support these new agentic workflows. But chat completion is definitely here to stay.
AI assessment note: “Chat completion is definitely, like, here to stay.”
Answered raw tape
D 4 · C 5 · P 4 · Cm 4 4.30
Q uh, sub, sub paragraph that is matching, which I, which I think is the standard nowadays. I think my question is how do we take what a knowledge cutoff is for something like this, right? Because like now basically there's no knowledge cutoff is always live, but then there's a difference between what the model has sort of internalized in its back propagation and what is searching up as rag.
A I think it kind of depends on the use case, right? And, and what you want to, uh, to showcase as the source. Like for instance, you take a company like Hebea that has used this like web search tool. They can combine like for, for credit firms or law firm, they can find like, you know, public information from the internet with the, the live sources and citation that sometimes you do want to have access to, as opposed to like the internal knowledge. But if you're building something different where like you just want to have an assistant that relies on the deep knowledge that the model has. You may not need to have these, like, direct citations. I think it kind of depends on the use case a little bit, but there are many, many companies like Hebea that will need that access to these citations to precisely know where the information comes from.
AI assessment note: “I think it kind of depends on the use case, right? And, and what you want”