Skip to content

Commit fa9696e

Browse files
authored
Update README.md
1 parent cb070fb commit fa9696e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
![License](https://img.shields.io/badge/license-MIT-green)
55
![CI](https://img.shields.io/github/actions/workflow/status/rjonace/promptmc/ci.yml)
66

7-
OpenMC is powerful and but can be painful to use: you hand-write XML, manage batch runs, and read results out of HDF5. It would be great if we could safely use AI to reduce that friction.
7+
OpenMC is powerful but can be painful to use: you hand-write XML, manage batch runs, and read results out of HDF5. It would be great if we could safely use AI to reduce that friction.
88

9-
PromptMC does that by providing infrastructure and tooling that allows both AIs and humans to interact with OpenMC through typed, schema-driven workflows.
9+
PromptMC does that by providing infrastructure and tooling that allows both AI LLM assistants and humans to interact with OpenMC through typed, schema-driven workflows.
1010

1111
It works like a grammar checker between an AI LLM assistant and OpenMC: your AI proposes a configuration, PromptMC validates XML structure and supported schema constraints before the simulator runs, and catches malformed inputs early.
1212

0 commit comments

Comments
 (0)