Papers › OpenAI4S: Code as Action, Science as Sessions

OpenAI4S: Code as Action, Science as Sessions

14 Sep 2026arXiv:2609.15096added by Syntology

Gongbo Zhang, Hao Li, Yu Wang, Mujie Lin, Liuzhenghao Lv, Yicheng Mao, Yimi Wang, Jun Zhu, Minhan Tang, Zhengxiang Jiang, Yusong Wang, Jiayu Yao, Kunpeng Ning, Dawei Pang, Yonghong Tian, OpenAI4S Community, Yuyang Liu, Li Yuan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

AI co-scientists could accelerate computational research, but over a long-running study the workflow also has to stay inspectable, resumable and reproducible, which requires persistent computational state and provenance. Here we present OpenAI4S, an open-source scientific research agent built around the principle of \emph{Code as Action, Science as Sessions}. OpenAI4S combines a persistent computing runtime with research-session management: orchestration is handled through structured tool calls, while scientific actions are represented as complete code cells executed in persistent Python and R kernels. An append-only Action Ledger, per-cell execution records, versioned artifacts, environment records, and workspace checkpoints preserve how results were produced and support session recovery, branching, and extension. Configurable sandboxing, permission controls, and code and trajectory screening provide complementary safeguards. We evaluate OpenAI4S on 36 research scenarios spanning retrosynthesis, molecular dynamics, protein binder design, protein mutation, catalyst screening, and mineral spectroscopy, measuring scientific task accuracy, workflow completeness, and reproducibility of the resulting repositories. OpenAI4S achieves an overall score of 7.83, compared with 5.7--6.4 for a general-purpose coding harness evaluated with three frontier models, with the largest gains on long-horizon and computation-intensive workflows. These results suggest that integrating persistent execution with session-level provenance can improve the reliability of AI-assisted scientific workflows. Environment specification and full rerunnability remain weak for every evaluated system, ours included, so reproducibility is still an open problem for scientific agents. The system is available under the MIT license at \href{https://github.com/PKU-YuanGroup/OpenAI4S}{github.com/PKU-YuanGroup/OpenAI4S}.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2609.15096")

Code

Syntology Ran 0 of 22 code samples harvested from 1 repository linked to this paper; 22 have no recorded run.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PKU-YuanGroup/OpenAI4S found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 0 ran; 0 honoured the contract we drafted; 22 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

22unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from PKU-YuanGroup/OpenAI4S. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

archive_safe PKU-YuanGroup/OpenAI4S/openai4s/diagnostics.py found in paper text by Syntology unverified MIT (permissive) · e146b1a35c3d3716 · report
ark_key_for_datapro PKU-YuanGroup/OpenAI4S/openai4s/datapro.py found in paper text by Syntology unverified MIT (permissive) · f00f0744ac7bacb5 · report
command_digest PKU-YuanGroup/OpenAI4S/openai4s/bash_capability.py found in paper text by Syntology unverified MIT (permissive) · 40effed9db720d41 · report
command_preserves_failure_status PKU-YuanGroup/OpenAI4S/openai4s/bash_capability.py found in paper text by Syntology unverified MIT (permissive) · b19796d5e443973f · report
domain_in_allowlist PKU-YuanGroup/OpenAI4S/openai4s/egress.py found in paper text by Syntology unverified MIT (permissive) · 4db05fcee1cdd801 · report
domain_of PKU-YuanGroup/OpenAI4S/openai4s/egress.py found in paper text by Syntology unverified MIT (permissive) · 7c573daf0485f14c · report
endpoint_credentials PKU-YuanGroup/OpenAI4S/openai4s/endpoint_identity.py found in paper text by Syntology unverified MIT (permissive) · a34f53a27032acd4 · report
endpoint_sha256 PKU-YuanGroup/OpenAI4S/openai4s/endpoint_identity.py found in paper text by Syntology unverified MIT (permissive) · e0a4fa6a29c527b3 · report
explicit_agent_plan_key PKU-YuanGroup/OpenAI4S/openai4s/datapro.py found in paper text by Syntology unverified MIT (permissive) · 0b3c67c7f721ab5e · report
grant_domain PKU-YuanGroup/OpenAI4S/openai4s/egress.py found in paper text by Syntology unverified MIT (permissive) · 33993b8a5e9cd97a · report
is_placeholder_api_key PKU-YuanGroup/OpenAI4S/openai4s/config.py found in paper text by Syntology unverified MIT (permissive) · 03fbccf99b299a1c · report
is_volcengine_endpoint PKU-YuanGroup/OpenAI4S/openai4s/datapro.py found in paper text by Syntology unverified MIT (permissive) · 5c3abec8b10a095a · report
load_workflow PKU-YuanGroup/OpenAI4S/openai4s/benchmark/model.py found in paper text by Syntology unverified MIT (permissive) · 795385e37efad60b · report
load_workflows PKU-YuanGroup/OpenAI4S/openai4s/benchmark/model.py found in paper text by Syntology unverified MIT (permissive) · 9dcd299f45aec15b · report
normalize_endpoint PKU-YuanGroup/OpenAI4S/openai4s/endpoint_identity.py found in paper text by Syntology unverified MIT (permissive) · 18ac9304b241a007 · report
passive_security_posture PKU-YuanGroup/OpenAI4S/openai4s/diagnostics.py found in paper text by Syntology unverified MIT (permissive) · 2c05ecfa1e0da862 · report
provider_env_api_key PKU-YuanGroup/OpenAI4S/openai4s/config.py found in paper text by Syntology unverified MIT (permissive) · 73feb4f78216110b · report
report PKU-YuanGroup/OpenAI4S/openai4s/doctor.py found in paper text by Syntology unverified MIT (permissive) · 2babc7fbd3055d79 · report
run_checks PKU-YuanGroup/OpenAI4S/openai4s/doctor.py found in paper text by Syntology unverified MIT (permissive) · 45fb22598ab27e2d · report
security_posture PKU-YuanGroup/OpenAI4S/openai4s/diagnostics.py found in paper text by Syntology unverified MIT (permissive) · 512548d1d646c794 · report
trusted_snapshot_roots PKU-YuanGroup/OpenAI4S/openai4s/artifact_restore.py found in paper text by Syntology unverified MIT (permissive) · 9c9d1ab67bc8b503 · report
unopened_database PKU-YuanGroup/OpenAI4S/openai4s/doctor.py found in paper text by Syntology unverified MIT (permissive) · f6f92026436a5e2e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.15096, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections