What OpenAI actually announced
While the company has not open‑sourced a dedicated “scientist” model, the post lays out a pattern for agentic scientific reasoning that is already possible through the ChatGPT and API platform. The core idea is a loop: a language model (presumably a variant of GPT‑5, released in autumn 2025) sets up a research question, writes Python code to retrieve and analyse public datasets, interprets the results, refines the hypothesis, and then triggers another round of computation – all with minimal human steering.
OpenAI highlighted three enabling pieces:
- Structured tool access – agents can call Wolfram Alpha, run simulations in Docker containers, or query remote scientific databases via API.
- Code‑execution sandbox – any generated Python, R, or Bash script runs in a hardened environment, drastically reducing the risk of hallucinations contaminating calculations.
- Multi‑step memory – agents retain context across dozens of reasoning steps, mimicking how a post‑doc iterates through an experimental plan.
No precise benchmark table was attached, but OpenAI noted that when given the GPQA Diamond set (PhD‑level science questions), the fully‑tooled agent “consistently surpassed” the raw reasoning model alone – an implicit hint that the compound system beats bare‑bone inference by a wide margin. European academic readers will immediately recognise that this sort of closed‑loop reasoning is what labs currently assemble with custom Python scripts and multiple open‑source models—exactly the workflow that the AI Arena benchmarking suite at ai‑jarvis.eu has been testing on local hardware.
Pricing and EU availability – the euro cost of an AI scientist
OpenAI hasn’t published a dedicated rate card for scientific agents, but the building blocks are well known. The underlying model family (GPT‑5 “reasoning‑intensive” tier, akin to o1‑pro) carries API prices of $15 per million input tokens and $60 per million output tokens (USD). In a typical agentic workflow – say, 50 000 input tokens across message history and tool‑output parsing, plus 25 000 of model‑generated code and analysis – the raw compute cost comes to around $2.25 (≈ €2.09) at late‑July 2026 exchange rates (€1 = $1.08).
The real expense, however, is in the inference loops: a single experiment‑design session that iterates a dozen times can easily push the bill towards €20–€25. Researchers who run dozens of such cycles per day will therefore need careful cost tracking. On the plus side, the same capability is available through ChatGPT Pro (€229 / $249 per month), where many of the heavy‑lifting agent functions are now included without per‑token metering – an option that EU universities are already bulk‑licensing.
Geoblocking is not currently an issue: OpenAI’s scientific tools are fully available in all EU member states. The API and web interface can be used from any EU country, and the model supports all official European languages for input, though scientific reasoning works best in English. For enterprise contracts, data processing can be confined to Microsoft Azure data centres in West Europe (Amsterdam) and North Europe (Dublin), satisfying strict sovereignty requirements.
How it stacks up against Europe’s own scientific AI
Europe is far from sitting idle. Here is a snapshot of where OpenAI’s agentic approach fits compared with key regional initiatives and open‑weight models that many European labs already run locally – including on our own AI Arena rig (RTX 5060 Ti 16 GB).
| System / Provider | Scientific speciality | Openness | Typical EU in‑house cost |
|---|---|---|---|
| OpenAI agentic framework (GPT‑5) | Broad: from literature synthesis to experimental design | Proprietary, API‑only | ~€2 per short task; €20+ per long session |
| DeepMind AlphaFold 3 (via cloud) | Protein structure prediction, molecular interaction | Closed; free academic server, commercial licence required | Free tier generous; paid queries ~$0.5/prediction (€0.46) |
| Meta FAIR ESM‑3 (local) | Protein language models, sequence‑to‑function | Open weights (non‑commercial) | Hardware only; fits RTX 5060 Ti (our AI Arena) |
| Aleph Alpha Luminous (EU cloud) | Multilingual scientific assistant, sovereign cloud | Proprietary, API; sovereign‑cloud option | Enterprise contracts; ~€10–15 / million tokens |
| Mistral Large (self-hosted or API) | General reasoning, code, can be fine‑tuned for STEM | Open weights, Apache 2.0; Azure deployment | API ~€3/M tok; on‑premises hardware only |
What the table makes clear is that Europe already possesses competitive ingredients, though no single completely open, fully‑agentic scientific system yet matches OpenAI’s out‑of‑the‑box orchestration. Researchers who value full data control – a frequent requirement under GDPR and Horizon Europe funding rules – may prefer a self‑hosted combination of Mistral Large or ESM‑3 with custom tool‑chaining, precisely the approach we evaluate in our AI Arena.
What the EU AI Act means for agentic science
A key question for any European lab is whether an AI agent that designs experiments, interprets data, or suggests novel molecules falls under the high‑risk category of the EU AI Act. The answer depends on the context:
- Fundamental research – If the agent is used solely for discovery (e.g., generating hypotheses, analysing public datasets) and does not directly influence safety‑critical decisions, it likely remains outside the high‑risk classification. The Act explicitly exempts scientific research and development from many conformity assessments.
- Clinical or chemical safety contexts – Once the output feeds into the design of a medical device, a drug‑manufacturing process, or an environmental safety assessment, the system could be classified as a “safety component” and subject to stricter obligations: risk‑management documentation, human oversight, and potentially a CE mark.
In practice, this means European universities building pipelines around OpenAI’s agentic tools should document the intended use carefully. Keeping an audit trail of how the agent arrived at a recommendation is not just good scientific practice – it may become a regulatory necessity. OpenAI’s design, which logs every tool call and reasoning step, actually helps here, although the audit trail currently sits on OpenAI’s servers, which may complicate GDPR compliance unless EU‑resident processing is explicitly contracted.
Where does this leave the European researcher?
OpenAI’s post is more roadmap than finished product, but the building blocks are already in production. For a post‑doc in Leiden or a biotech startup in Munich, the immediate takeaway is:
- Start prototyping – the agentic patterns can be replicated today using the ChatGPT Pro interface or the Assistants API. The costs for a pilot project are modest (likely under €100 per month).
- Benchmark against local models – replace the OpenAI brain with an open‑weight model (Mistral, Llama‑4) to see if the same workflow runs on‑premises. Our AI Arena rig proves that a single RTX 5060 Ti can run 70‑billion‑parameter models with reasonable speed for many scientific reasoning tasks, though complex multi‑hour loops still lean on cloud.
- Prepare for compliance – even if the Act does not bite today, maintain a written record of agent‑assisted decisions. European grant bodies are already asking for explainability in AI‑augmented methodologies.
Scientific computing is entering an era where the bottleneck shifts from the researcher’s time to the machine’s reasoning budget. Europe has the talent and the regulatory framework; the question is how quickly it can weave the new agentic tools into its own sovereign scientific infrastructure.
Can I use OpenAI’s scientific agent without sending data to a US cloud?
For enterprise customers, OpenAI offers dedicated instances in Microsoft Azure’s West‑Europe and North‑Europe regions. Standard API usage currently processes data in the US by default, though you can opt out of future non‑service‑improving training via a simple toggle.
How does the cost compare to running my own open‑source model?
A one‑hour agentic session on OpenAI might cost €20‑30 in API fees. Running a comparable local model on your own GPU incurs only electricity and hardware depreciation (roughly €0.30‑0.50 per hour for a high‑end workstation), but you lose the managed tool‑chaining and often the top‑tier reasoning quality.
Is the agentic system available in languages other than English?
Yes, the underlying model speaks all 24 official EU languages. However, scientific reasoning – especially code generation and data analysis – is still most reliable in English. Multilingual scientific benchmarks remain an area of active research.