Building a no-code toxicity classifier by talking to GitHub Copilot
11–20 of 152 posts
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#12Notice that the comments used to generate the code via GitHub Copilot are just another very inefficient programming language.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#13I'm out almost immediately. The first comment is more text than the code that it produces.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#14You still need to be able to code and understand what you're doing. You can't just ask simple questions and get complex answers. You still have to be capable of asking complex questions.
A common scenario I can think if is where I struggle to remember the name or API of the exact thing I want to do but I know exactly how it works - typing that in and getting a result would improve my workflow, but it's just saving a trip to Google, we're not talking the difference between doing and not doing, just a saving a minute.
I would rate the value of this more as interesting rather than useful, simply because as another commenter highlighted it's just easier to write code. It could be useful incrementally but not for everything.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#15I'm out almost immediately. The first comment is more text than the code that it produces.
After all, "How to parse a CSV file in Python" is longer than "csv.reader(file)" but without knowing that "csv.reader" exists, you have no other way but to tell Google what you need.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#16Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#17I'm out almost immediately. The first comment is more text than the code that it produces.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#18And I know it sounds silly and like "I had an idea like that once" (see Office Space), but I actually came up with the idea for or at least a similar one to Copilot in an off comment to a coworker back in like 2014 or so. The idea was that as you wrote code, it would display on the side similar code that had been written by others doing the same or similar thing, and then it would allow you automatically upload small processing functions to some sort of cloud library. Same thing for doing autoformatting, although that's less of a concern now that formatters are becoming popular. The context I was working in was visual languages though. I had even started writing a tool during an "innovation week" (that I never showed) that would start visually classifying whether code written in the visual language was "good" or "clean" or not. I never got anywhere with it and mainly just have some diagrams generated from that project that were buggy so that they kind of look like art.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#19I'm out almost immediately. The first comment is more text than the code that it produces.
That happens sometimes when you move up an abstraction level. I bet "self.count += 1" is a lot longer than the machine code it generates.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#20Impressive BUT. Who is defining toxic speech? Where is that data being taken from? This is the definition of using AI to set what the edges of “speech” should be based on potentially flawed data. This is a clown world.