Text2Code: Converts English queries into Python code
1–10 of 11 posts
Re: Text2Code: Converts English queries into Python code
#2With all the fuss over Autopilot have you considered the inverse problem? I trust myself to write code but often in an unfamiliar codebase I spend the majority of the time reading and deciphering what code does. Does the inverse work very well with your training set? I'd love to highlight code on the screen and get an English approximation of what it does. That's a truly useful helper.
Re: Text2Code: Converts English queries into Python code
#3Re: Text2Code: Converts English queries into Python code
#4Re: Text2Code: Converts English queries into Python code
#5Same thing with no-code platforms. They're great until you have to understand why the code generator spat out something that's throwing incomprehensible errors. For example, try debugging compiled typescript for an idea of how autogenerated code debugging works out.
Re: Text2Code: Converts English queries into Python code
#6I’d love to see this work with voice input
Re: Text2Code: Converts English queries into Python code
#7These things are cool, but I find ultimately things like this end up just being a more natural language like programming language. There will generally be ways you have to phrase your query to get the algorithm to understand it. Having to make sure the interpreter can understand you, and debugging your query to me takes away all the advantage of a tool like this. You end up with syntax and keywords, all features of a…
Reminds me of Google search (remember when you could write logic queries?) and chatbots
Re: Text2Code: Converts English queries into Python code
#8These things are cool, but I find ultimately things like this end up just being a more natural language like programming language. There will generally be ways you have to phrase your query to get the algorithm to understand it. Having to make sure the interpreter can understand you, and debugging your query to me takes away all the advantage of a tool like this. You end up with syntax and keywords, all features of a…
Exactly. I hate those things so much. In some cruel perversion of benevolence to give you a "friendlier" interface they build something you have to no idea how to tail for your own needs. Reminds me of Google search (remember when you could write logic queries?) and chatbots
Those were the days... before Googledorking ruined it for everyone.
Re: Text2Code: Converts English queries into Python code
#9These things are cool, but I find ultimately things like this end up just being a more natural language like programming language. There will generally be ways you have to phrase your query to get the algorithm to understand it. Having to make sure the interpreter can understand you, and debugging your query to me takes away all the advantage of a tool like this. You end up with syntax and keywords, all features of a…