AetherMoore Research Packet

Chemistry-Native CLI and Space Chemistry Systems

A governed command-line evidence room for chemistry, space chemistry, and external scientific engine bridges.

spacechemistryclinasa-ceapahdbreceipts

Abstract. SCBE should not claim to replace established chemistry engines. The stronger claim is a governed chemistry-native CLI lane that can route scientific tools, preserve receipts, and separate private proof from public evidence.

Claim boundary. Does not claim official NASA, RDKit, Open Babel, ASE, or DeepChem compatibility until bridges are implemented and verified.

Status: Research brief and product-scoping note.

Research grade: Research Brief

Review model: Initial source mapping and claim-boundary pass.

PDF | Source note

Source Text

Chemistry-Native CLI and Space Chemistry Systems Research

Generated: 2026-05-31

Executive Takeaway

SCBE should not claim to be the only AI CLI that can touch chemistry. Strong chemistry tools already exist. The defensible claim is narrower and stronger:

> SCBE has a governed chemistry-native CLI lane that combines symbolic chemistry, STISTA atomic-token flow, GeoSeed orbital invariants, private-proof hashes, and future bridges to established scientific chemistry engines.

The moat is not replacing RDKit, Open Babel, ASE, DeepChem, NASA CEA, or PAHdb. The moat is a governed agentic shell that can route them, audit them, preserve receipts, and keep private proof separate from public evidence.

Existing External Chemistry Tools Worth Bridging

ToolWhat It IsSCBE Bridge Target
RDKitOpen-source cheminformatics toolkit with Python/C++ core, descriptors, 2D/3D molecular operations, ML descriptors, and database integration.scbe chem rdkit canonicalize, descriptors, substructure search, fingerprints, molecule validation.
Open Babel / obabelCommand-line chemistry toolbox for converting, filtering, and manipulating chemical data across many molecular formats.scbe chem convert, format detection, file normalization, pipeline receipts.
ASEAtomic Simulation Environment for setting up, manipulating, running, visualizing, and analyzing atomistic simulations.scbe chem atoms, simulation setup wrappers, calculator receipts, structure export.
DeepChemOpen-source Python library for deep learning in drug discovery, materials science, quantum chemistry, and biology.scbe chem ml, dataset featurization, model cards, benchmark routing.

NASA / Space Chemistry Systems Worth Bridging

SystemWhat It DoesSCBE Bridge Target
NASA CEA / CEA2022Chemical Equilibrium with Applications solves equilibrium product concentrations and thermodynamic/transport properties for complex mixtures; used for rocket performance, shocks, detonations, and combustion.scbe space-chem cea wrapper for input decks, output parsing, provenance, and comparison reports.
CEARUNWeb/online interface that facilitates use of NASA CEA; CEA remains a gold-standard combustion/rocket thermochemistry code.Local input-template generator and browser/API adapter where allowed.
NASA Ames PAHdbDatabase and analysis tools for laboratory and computed PAH infrared spectra used to interpret astronomical observations, including JWST spectra.scbe astrochem pahdb fetch/cache/fit pipeline with source receipts.
SAM / CuriosityMars rover instrument suite using gas chromatography, mass spectrometry, tunable laser spectroscopy, ovens, and wet chemistry for Martian samples and atmosphere.Not direct control; use as design pattern for sample -> instrument -> spectral evidence -> claim boundary.
CheMin / CuriosityChemistry and Mineralogy X-ray diffraction instrument for identifying and quantifying minerals in Martian rocks and soils.Benchmark-style data interpretation lane for mineral/spectral classification, not rover control.
Spacecraft Materials SelectorNASA software catalog item for spacecraft material selection expert support.Future scbe materials advisory adapter with export-control and provenance boundaries.

Safe Claim Boundary

Current SCBE evidence supports:

Current SCBE evidence does not yet support:

Recommended CLI Branches

  1. feat/chem-cli-core

- scbe chem atomize "text" - scbe chem fuse "tokens" - scbe chem bonds --coords ... - scbe chem orbitals --json - scbe chem prove

  1. feat/chem-interop-bridges

- Detect optional tools: RDKit, Open Babel, ASE, DeepChem. - Expose wrappers only when installed. - Emit receipts with versions, command, input hash, output hash, and claim boundary.

  1. feat/space-chem-bridges

- NASA CEA/CEARUN input deck templates. - PAHdb cache/search/fit scaffold. - SAM/CheMin-inspired evidence workflow for sample/spectrum/claim reports.

  1. feat/chem-safety-gate

- Deny or quarantine hazardous synthesis, energetic material, toxicity, or illegal-drug requests. - Allow benign educational, file-conversion, descriptor, and public-data workflows. - Put human approval before any wet-lab actionable output.

Product Framing

SCBE should present chemistry as a command-line evidence room:

Human intent -> STISTA atomization -> chemistry/space tool adapter -> governed execution -> receipt -> private/public proof packet

That is more valuable than claiming to be a replacement chemistry package. It lets a weak or strong model use real chemistry tools safely by following explicit steps, examples, expected outputs, and audit trails.

Middle-Layer Design

We should do both: keep SCBE's symbolic chemistry/STISTA layer and bridge to real scientific chemistry systems through a governed middle layer.

                 public/private proof packets
                          ^
                          |
Human/AI request -> SCBE Chem Middle Layer -> External engines/data
                          |
                          v
          STISTA atoms / GeoSeed orbitals / symbolic bonds

Layer A: SCBE Native Chemistry

This is the internal symbolic layer:

This layer is useful for agent routing, semantic decomposition, claim boundaries, and safety reasoning.

Layer B: Chem Middle Layer

This is the translation and governance layer:

Layer C: External Chemistry and Space Systems

This is where validated scientific tools live:

Why This Is Stronger

The middle layer lets SCBE act like a governed chemistry operating shell:

First Implementation Target

Build scbe chem bridge as the middle-layer entrypoint:

scbe chem atomize "oxidizer fuel equilibrium"
scbe chem bridge --engine rdkit --operation descriptors --smiles "CCO" --json
scbe chem bridge --engine obabel --from smi --to sdf --input molecule.smi --output molecule.sdf
scbe chem bridge --engine cea --template rocket --fuel CH4 --oxidizer O2 --json
scbe chem prove --public

Initial adapters should be capability-detection only unless the tools are installed. The benchmark should pass by proving graceful detection, safe denial/quarantine, STISTA fallback, and receipt generation.

Sources

Generated from research/chemistry_cli_space_systems_2026-05-31.md by scripts/research/build_research_library.py.