OpenAI building automated researcher
OpenAI says it is ‘throwing everything’ into building a fully automated researcher and rolling a desktop 'superapp' that consolidates ChatGPT and tools — a push toward agentic, multi‑modal systems that can reason and act. Parallel demos show multi‑agent swarm orchestration using OpenAI function‑calling, hinting at production‑grade agent stacks for distributed robotics. (technologyreview.com) (computerworld.com) (marktechpost.com)
Jakub Pachocki discussed OpenAI’s new “AI researcher” priority in a March 20, 2026 interview with MIT Technology Review, framing the effort as a concentrated research program inside the company. (technologyreview.com) Sam Altman and Pachocki publicly set internal milestones for an “automated AI research intern” by September 2026 and a “true automated AI researcher” by March 2028. (techcrunch.com) Altman specified the intern-stage systems are planned to run on “hundreds of thousands of GPUs,” a scale signal that OpenAI expects to devote major cloud or datacenter compute to the effort. (officechai.com) OpenAI is consolidating its desktop tools into a single “superapp,” with Fidji Simo slated to lead distribution and president Greg Brockman supporting the overhaul, according to reporting confirmed by OpenAI. (cnbc.com) OpenAI’s public GitHub hosts a lightweight Swarm framework and an examples directory that includes a function_calling demo, showing the company is shipping developer tooling for multi‑agent orchestration. (github.com) Independent projects are already reproducing agent‑swarm patterns with OpenAI function‑calling: the HKUDS ClawTeam repo (≈1.8k stars) and a MarkTechPost tutorial demonstrate task decomposition, dynamic agent spawning, and leader synthesis implemented via function‑calling. (github.com) Tooling and SDK integrations aimed at robots are appearing in the ecosystem—npm packages for Robota SDK expose OpenAI bindings—while academic work on multi‑agent architectures for swarm robotics outlines the same coordination primitives OpenAI’s demos implement. (libraries.io)