Background
Paper production is getting faster. LLMs have made writing more efficient, and publication volume is growing. Meanwhile, reviewer burden keeps increasing—time is spent on mechanical checks like whether code runs or numbers match.
Reproducibility remains an issue. "Reproducible" on paper doesn't mean actually reproduced. Manually verifying code-to-manuscript consistency is tedious and error-prone.
What SciTeX Does
End-to-end pipeline from data to paper. Analysis code, figures, and manuscripts are connected in a single workflow. Numbers in the manuscript reference analysis outputs directly—no manual transcription. Figures can be regenerated from source data.
Automated verification. Checks whether code runs, outputs match, and results are reproducible. Maintains a state of "reproduced," not just "reproducible."
Human-AI interoperability. Code written by humans is readable by AI. Actions taken by AI are recorded as code. Both work in the same format.
Work anywhere. Humans or agents, cloud or local, self-hosted or SSH. Same tools, same workflow.
LLM-provider agnostic. Use whatever AI tools you prefer. No vendor lock-in.
License
AGPL-3.0 for users' freedom. Outputs belong to you.
Status
Alpha. Core workflow is functional, but the verification pipeline is still in development. Expect breaking changes.