Summary
Oracle Cloud Infrastructure added Background Mode to its Responses API, letting long-running AI tasks run asynchronously without keeping an active connection open. Oracle positions it for reliable complex-reasoning, document-processing, and agentic workflows.
What changed
OCI's Responses API gained Background Mode, executing long-running inference and agent tasks asynchronously so applications no longer need to hold an open connection for the duration of the work.
Why it matters
Durable, connection-free execution is table stakes for production agents that run for minutes or hours. Bringing an async background pattern to a major cloud's inference API reduces the plumbing teams must build themselves and aligns OCI with the async-task direction spreading across the agent stack.
Evidence excerpt
The OCI Responses API now supports Background Mode, allowing long-running AI tasks to execute asynchronously without requiring applications to maintain an active connection.