ForScience
Built at OpenAI Codex Hackathon · Feb 5, 2026

patents are packed with methods, but they’re written like legal mazes. patent workflow compiler is an open-source tool that compiles patent-style technical text into a structured scientific workflow: ordered steps, extracted parameters with ranges and units, and packaged as json plus a human-readable report and diagram. for researchers, it turns dense prose into a machine-usable protocol and flags what patents often leave underspecified, like missing units for developers, it’s a regression-tested extraction pipeline where every new weird pattern becomes a fixture. it generates edge-case packs on demand, runs ci, and uses trace-driven fixes in isolated worktrees so edge cases steadily become permanent regression tests. it was built in the codex app using parallel agents and worktrees, which made it fast to generate fixtures, debug failures, and merge clean diffs back to main.