OpenAI links
satya - 8/31/2025, 6:46:23 PM
has
- Among other things......
- ....
- Tools and Special Modes
- Deep research
- Image Input and Generation
- File Uploads (Documents)
- Data Analysis
- Memory
- Scheduled Tasks
satya - 8/31/2025, 6:49:49 PM
has
- excel
- pandas and charts
satya - 8/31/2025, 6:51:55 PM
has
- Visual browser for interacting with websites
- Code interpreter for running code and analyzing data
- Connectors for accessing read-only data sources
- Terminal for executing supported commands
satya - 8/31/2025, 6:53:40 PM
Other capabilities
- scheduling
- tools
satya - 8/31/2025, 6:55:51 PM
has
- entry point for all MAJOR areas liks
- Enterprise
- Codex
- ChatGPT
- ....
satya - 8/31/2025, 7:56:09 PM
Advice on building agents: New tools
satya - 8/31/2025, 7:56:26 PM
has
- The new Responses API?(opens in a new window), combining the simplicity of the Chat Completions API with the tool use capabilities of the Assistants API for building agents
- Built-in tools including web search?(opens in a new window), file search?(opens in a new window), and computer use?(opens in a new window)
- The new Agents SDK?(opens in a new window) to orchestrate single-agent and multi-agent workflows
- Integrated observability tools?(opens in a new window) to trace and inspect agent workflow execution
satya - 8/31/2025, 8:06:33 PM
has
- part of Agents SDK docs
- along with streaming
- uses SQL dbs to maintain them
satya - 8/31/2025, 8:10:22 PM
Broader streaming is documented here
satya - 8/31/2025, 8:57:45 PM
if I develop agents with agents sdk where do I run them?
- Short answer
- ....
- You need to host them on web service
- invoked by the web call
- it can reply right away
- it can stream back
- it can be long running with webhooks or write to external
- ....
- Session managed by agents
- they run in their own servers
- They use tools internally including other agents..
- ....
- ChatGPT will not do the multi-agent loop
- Use CustomGPT that uses an HttpAction (not MCP)
- MCPs are limited to reads in OpenAI
satya - 8/31/2025, 9:13:57 PM
has
- ...how only some data is indexed
- for the rest it relies on the source search