GAPE (Generative AI-augmented program execution) is an idea I had recently: Mix execution logic of your software code with "common sense reasoning" done by an LLM. The entire approach is more a paradigm than a specific technology. So far reactions reach from fascination to bewilderment. I am curious to get more feedback.I've created a very simple implementation called PyGAPE here: https://github.com/fkostadinov/pygape
Would love to get some feedback, ideas, etc.