Papers › ORGANA: A Robotic Assistant for Automated Chemistry Experimentation and Characterization

ORGANA: A Robotic Assistant for Automated Chemistry Experimentation and Characterization

13 Jan 2024arXiv:2401.06949archive 2025-07-28

Kourosh Darvish, Marta Skreta, Yuchi Zhao, Naruki Yoshikawa, Sagnik Som, Miroslav Bogdanovic, Yang Cao, Han Hao, Haoping Xu, Alán Aspuru-Guzik, Animesh Garg, Florian Shkurti

Chemistry experiments can be resource- and labor-intensive, often requiring manual tasks like polishing electrodes in electrochemistry. Traditional lab automation infrastructure faces challenges adapting to new experiments. To address this, we introduce ORGANA, an assistive robotic system that automates diverse chemistry experiments using decision-making and perception tools. It makes decisions with chemists in the loop to control robots and lab devices. ORGANA interacts with chemists using Large Language Models (LLMs) to derive experiment goals, handle disambiguation, and provide experiment logs. ORGANA plans and executes complex tasks with visual feedback, while supporting scheduling and parallel task execution. We demonstrate ORGANA's capabilities in solubility, pH measurement, recrystallization, and electrochemistry experiments. In electrochemistry, it executes a 19-step plan in parallel to characterize quinone derivatives for flow batteries. Our user study shows ORGANA reduces frustration and physical demand by over 50%, with users saving an average of 80.3% of their time when using it.

PaperPDFCodeCode 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="2401.06949")

Code

Syntology Ran 16 of 18 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ac-rad/organa officialmentioned in paper report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

18 samples harvested; 16 ran; 0 honoured the contract we drafted; 2 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.

16ran
2unverified

Licence: 18 of the 18 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 ac-rad/organa. “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.

analyze_CV ac-rad/organa/moveit_pddlstream/moveit_pddlstream_planner.py official repository ran no licence file found · pointer only · b38d547e71a8d713 · report
avg_vi ac-rad/organa/moveit_pddlstream/moveit_pddlstream_planner.py official repository ran fingerprinted no licence file found · pointer only · be68944be2ccc1d0 · report
draw_rectangle ac-rad/organa/utils.py official repository ran no licence file found · pointer only · 1381e869be4257fc · report
filter_outlier ac-rad/organa/moveit_pddlstream/moveit_pddlstream_planner.py official repository ran fingerprinted no licence file found · pointer only · 2f290ed3ecc381da · report
format_prompt ac-rad/organa/exp_task_manager.py official repository ran no licence file found · pointer only · 53def563fe69199b · report
format_prompt ac-rad/organa/nlp_service.py official repository ran no licence file found · pointer only · de90ed129c9b8178 · report
gaus_prob ac-rad/organa/electrochemistry.py official repository ran no licence file found · pointer only · 00b125b80378e845 · report
load_constraints ac-rad/organa/utils.py official repository ran fingerprinted no licence file found · pointer only · 0489a6e7a06378b5 · report
load_files ac-rad/organa/utils.py official repository ran fingerprinted no licence file found · pointer only · 3014ed421d31c3dd · report
parse_hardware ac-rad/organa/clairify/verifier/verify.py official repository ran no licence file found · pointer only · 24055bc3d2da5ed2 · report
parse_reagents ac-rad/organa/clairify/verifier/verify.py official repository ran no licence file found · pointer only · 1c9e90df886d437f · report
postprocessing_pourbaix ac-rad/organa/electrochemistry.py official repository ran no licence file found · pointer only · 9fcee1a2a718afa7 · report
process_output ac-rad/organa/exp_task_manager.py official repository ran no licence file found · pointer only · 8e79c6691ca41ab6 · report
process_output ac-rad/organa/nlp_service.py official repository ran no licence file found · pointer only · 5efa6b4fd8dd4f0c · report
value_at_ph ac-rad/organa/electrochemistry.py official repository ran no licence file found · pointer only · de219a4d989ff985 · report
verify_procedure ac-rad/organa/clairify/verifier/verify.py official repository ran no licence file found · pointer only · f64a14e4e7d93b20 · report
prompt ac-rad/organa/clairify/xdlgenerator/nlp2xdl.py official repository unverified no licence file found · pointer only · df986891d666d276 · report
prompt_llm ac-rad/organa/exp_task_manager.py official repository unverified no licence file found · pointer only · 1b535bd6524507e0 · report

Tasks

Decision MakingScheduling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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