Built a quick deep research clone with the new OpenAI Agents SDK! Surprisingly good for something I spent less than an hour on. Here it is in action (code+architecture in next tweet)
We're launching new tools to help developers build reliable and powerful AI agents. 🤖🔧
Timestamps:
01:54 Web search
02:41 File search
03:22 Computer use
04:07 Responses API
10:17 Agents SDK
Code and sample outputs are here: github.com/openai/openai-…
It uses a few openAI models + the web search tool to:
1. Plan the research
2. Search the web for a bunch of information, and summarize it in the context of the topic.
3. Write a research report.
IMO the intent here isn't "graphs are bad", it's needing to learn a DSL to declare your graph that isn't great (e.g. using custom conditionals/loops etc instead of just regular programming)