Is GitHub copilot going to take your job?

is GitHub copilot going to take your job?

Attached: unknown (9).png (830x375, 146.88K)

No because I'm not a webshitter or Indian

it would take way less time to just write that code, compared to writing out a whole essay that could end up generating wrong code that would still require a developer to fix it

No. Programming is fundamentally the act of describing in language the actions you wish for a computer to take, and composing abstractions that make that act easier. Changing the language from Python to English does not magically make someone capable of programming. All it's going to do is make it easier for programmers to copypaste some functions from stack overflow that could arguably be in a library somewhere anyways.

>write a novel to generate some basic uncomplicated code that you still have to understand so you can debug it
doesn't seem likely

Yes. Almost all programming will be drag and drop, including traditionally specialized subfields.
Tards will enter this thread and seethe because "not muh job, i'm irreplaceable" but deep down, they know they wont survive the filter.

no- the big challenge with coding (once you gain some basic fluency in langauges) is being able to communicate with people and parse specifications to come up with actionable tasks that can be implemented and additionally understanding the systems you are working in. being able to churn out code faster isn't going to change much

you've been saying this for decades and it still isn't even close to true

At this point no. This essay is basically code, just in english. And I bet the ai has a hardcoded set of programming synonyms tied to verbs choosen by ifelse yandere tree lol.

No but it' a great argument to disallow pajeet1b visas

Wtf you would be quicker to just code instead of writing that fucking essay on the right side. Plus your code will actually be structured and have proper error handling.
Saying Github will replace coding is like saying Wolfram will replace doing math

>drag and drop is teh future of programming

Attached: bp-graphs-wire-spaghetti.jpg (1200x675, 278.66K)

if you pay attetion i had the copilot tell me what the code did it can code much easier then that

Seems unlikely because the instructions at right are harder and more annoying to write than the actual code, which would probably still need to be fixed and refactored
If it gets better then our jobs would be different, basically whiping an AI until it vomits the code that meets the requirements

it would be interesting if you could convert written code into these nodes. i want to see how disastrous my code looks

yeah, just 2 more weeks

Probably not anytime soon. Unless the AIs learn to generate features from a single sentence, they still need a developer to describe the instructions

>AI will replace me by writing Hello World all by itself

lmao

no because nobody can create a program that can write code as poorly as I can

Lol no. I've been using it since October and while it's pretty neat it's not that good in the big picture. ESPECILLY if you want to use it with third party libraries, it has either very little knowledge or outdated knowledge. It also tends not to listen to comments. For example I will tell it
> // DON"T USE AN IF OR SWITCH STATMENT
>uses it anyway

I also tried making it explain some of the code it spews out and it can't or gives very vague description. Sometimes, I have to turn it off since it messes with the ide suggestions. I also tried making it do few popular algo's like Quicksort, BubbleSort. It couldn't do them...It's pretty much a fancy auto complete that sometimes can be really useful and a lot of times can get in your way...

One of the stuff that's really good at is Regex and helping you avoid typing boilerplate code and predictable code.

To me this feels more like Machine Learning than AI...

For some reason it's also really good with Java but it sucks compared to C#, Dart, Python, Html, CSS and JavaScript?

I wonder what could be the reason...

old way:write words to make the computer do what i want it to do.
new way:write words to make the computer do what i want it to do.now .
I feel like im missing something here.