@root.near [Posted on Developer DAO Board](https://near.social/#/devgovgigs.near/widget/Post?id=385) ## Idea: Code <> Description co-creation with GPT New editor version that allows go between text <> code in fluid manner using GPT. User should be able to start describing a component like "show latest transactions of the current user from NEAR blockchain" which would generate JSX code that pulls relevant data. User can right away preview the results via normal preview mode. If user is a developer and modifies code - the description gets re-generated based on updated code. Technical details: - Generate dataset of "<description>|<component code>". Potentially augment it with better descriptions - Fine tune GPT-4 with such dataset in both directions "Write NEAR Discovery component for description: <description> | <code>" and "Write NEAR Discovery component description for given code: <code> | <description>" - Fork code editor component to support this form factor - Use GPT-4 API to generate code from description and the other way around.