SquareZero-Inc/bibim-dynamo — reverse-engineered prompt
Reverse engineered prompt
Build me a Revit Dynamo add in called BIBIM AI that lets someone describe what they want in normal language and get Dynamo Python code they can run in Revit.
It should have a simple panel inside Dynamo where the user can type a request, generate the script, review it, and ask for fixes or improvements. It should also be able to look at an existing Dynamo graph and explain what it does, what might be wrong, and how to improve it.
Make it Bring Your Own Key, with a first launch setup for an Anthropic API key and settings for Anthropic, OpenAI, and Google Gemini keys. Claude should be the recommended and most reliable option. Use the local RevitAPI.xml file for Revit API search so the app can give better Dynamo code without needing another service.
Please include clear settings, cost or token visibility, local debug logs, support for Revit 2022 through 2027 and Dynamo 2 through 4, and a simple installer or package output so a normal Revit user can install it.
Want more depth? Deep Reverse