Mattie/cataclysm
A Python library that intercepts undefined function calls and uses GPT-4 to generate code implementations on the fly.

Not currently ranked — collecting fresh signals.
star history
Cataclysm is a code generation library that leverages OpenAI’s GPT-4 to automatically write function implementations based on descriptive names, arguments, and optional comments. When initialized with consume(globals()), the library intercepts any unrecognized function call and queries the LLM to generate working Python code in real time. It requires an OpenAI API key and supports configuration via environment variables or an init command.
Frequently asked
- What is Mattie/cataclysm?
- A Python library that intercepts undefined function calls and uses GPT-4 to generate code implementations on the fly.
- Is cataclysm open source?
- Yes — Mattie/cataclysm is open source, released under the MIT license.
- What language is cataclysm written in?
- Mattie/cataclysm is primarily written in Python.
- How popular is cataclysm?
- Mattie/cataclysm has 408 stars on GitHub.
- Where can I find cataclysm?
- Mattie/cataclysm is on GitHub at https://github.com/Mattie/cataclysm.