GitHub Copilot Just Changed the Game

  Рет қаралды 107,032

ArjanCodes

ArjanCodes

Күн бұрын

GitHub Copilot Chat is a new AI extension of GitHub Copilot. Curious about how it can revolutionize your development process? Join me as I share my experience and talk about how AI tools have transformed my workflow.
Taipy ➡️ github.com/avaiga/taipy.
🔥 Pre-register for the Software Architect Mindset course: arjan.codes/architect
✍🏻 Take a quiz on this topic: www.learntail.com/quiz/alklsz
🎓 Courses:
The Software Designer Mindset: www.arjancodes.com/mindset
The Software Designer Mindset Team Packages: www.arjancodes.com/sas
The Software Architect Mindset: Pre-register now! www.arjancodes.com/architect
Next Level Python: Become a Python Expert: www.arjancodes.com/next-level...
The 30-Day Design Challenge: www.arjancodes.com/30ddc
🛒 GEAR & RECOMMENDED BOOKS: kit.co/arjancodes.
👍 If you enjoyed this content, give this video a like. If you want to watch more of my upcoming videos, consider subscribing to my channel!
💬 Discord: discord.arjan.codes
🐦Twitter: / arjancodes
🌍LinkedIn: / arjancodes
🕵Facebook: / arjancodes
📱Instagram: / arjancodes
♪ Tiktok: / arjancodes
👀 Code reviewers:
- Yoriz
- Ryan Laursen
- Dale Hagglund
🎥 Video edited by Mark Bacskai: / bacskaimark
🔖 Chapters:
0:00 Intro
1:22 Taipy (sponsored)
3:09 Installing GitHub Copilot
3:55 How to use GitHub Copilot
9:43 Using GitHub Copilot to generate unit tests
10:58 Copilot vs ChatGPT
11:50 GitHub Copilot Chat
15:31 How Copilot Chat could be even better
#arjancodes #softwaredesign #python
DISCLAIMER - The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you. Thanks for supporting my channel so I can continue to provide you with free content each week!

Пікірлер: 131
@ThePaulWilliams
@ThePaulWilliams 11 ай бұрын
Feels like the right time for Microsoft to resurrect Clippy. "Hi! It looks like you're trying to write a class. I can help."
@andyk2181
@andyk2181 11 ай бұрын
"Hi, why don't you head down the pub, I've got this" ... now that's a Clippy I'd want on my machine.
@pieter5466
@pieter5466 10 ай бұрын
Clippyyyyyyyyyy!
@Stopinvadingmyhardware
@Stopinvadingmyhardware 10 ай бұрын
Looks like Microsoft needs to go recruit elsewhere.
@Jianju69
@Jianju69 10 ай бұрын
@@andyk2181 That's the AI future we all deserve.
@tomdupree2758
@tomdupree2758 9 ай бұрын
I've always wanted "Clippy: but good"
@Joshua-bx1mt
@Joshua-bx1mt 11 ай бұрын
BTW Copilot chat can replace code in the editor. Select a portion of the code in the editor, then press Ctrl+I (uppercase i) and ask it to do something with the code. Alternatively, just place your cursor in a function and press Ctrl+I, it will do the same thing. Shortcut is for windows, I'm assuming it's Cmd+I on mac, but could be wrong
@Andrumen01
@Andrumen01 10 ай бұрын
I have been giving it a try during the weekend and it has blown my mind! It helped me write the basis of a program in a couple of hours, when it would take me days to write it without it. It's amazing!
@Jablinskee
@Jablinskee 8 ай бұрын
looking through different videos on how copilot works yours is the only one that covers the Ctrl + Enter function to find different solutions thank you for convering everything!
@JoaoSantos-lv4rc
@JoaoSantos-lv4rc 11 ай бұрын
the control right arrow shortcut is so nice. been using for a while and had no ideax). ive found that if you ignore longer suggestions once or twice it starts suggesting line by line. but this is much better lol, ty.
@DonaldSubert
@DonaldSubert 11 ай бұрын
The possibilities are really interesting, when you think about letting the model ingest your whole project. It could do better security and code-smell detection than current static analyzers. Maybe ask it to simplify the architecture. It was shown creating unit tests to verify existing code, but I'd like it to be able to write tests first. I wonder if it can do that already. Really exciting stuff. Thanks
@alexanderpoplawski577
@alexanderpoplawski577 11 ай бұрын
To replace the person class with the generated dataclass, simply select the person class in the editor and use insert at cursor. This will replace the selected text with the generated code. By selecting code in the editor you can also restrict the questions and actions to the selected part. It is also very good at adding docstrings to existing code. For a specific docstring format, just give an example on a method or function.
@dhirajpallin2572
@dhirajpallin2572 10 ай бұрын
It looks like in the latest version you can also simply ask it to fix the code and it will do it in place. By right clicking the selected code and opening the chat box that way.
@arc_n_tech
@arc_n_tech 10 ай бұрын
Nice demonstration and walk-thru. This came in handy for me. I like the hover for suggestions and chat integration. It's fun using Co-Pilot.
@digiryde
@digiryde 11 ай бұрын
This is nice. I have used ChatGPT, but not this. Have you tried using this in a team situation? I am also curious as to whether there is a way to use copilot from a private company/team/project perspective where you can define libraries, rules, etc. that can be applied through it.
@pjgierz
@pjgierz 11 ай бұрын
Hi Arjan, as always fantastic video. Do you know about any ideas for a “pure terminal” editor which replicates some similar features you showed?
@leonmilner9994
@leonmilner9994 9 ай бұрын
Where I live we typically call it a "grilled cheese" not molten cheese - but you nearly passed the Turing test, so nice work.
@prinsniels
@prinsniels 10 ай бұрын
The options seem endles. Have been using chatGPT for a while when coding. Found it really helpful when learning and generating functions. Have noted it makes a lot of coding mistakes when it needs to write multiple functions that need to work together, especially when using newer packages or frameworks. The new ms copilot demo they showed looked really helpful, especially in explaining existing code and generating test casus. Very eager to see where it will take us and how it will change our work
@bharatruparel9424
@bharatruparel9424 10 ай бұрын
Now that I have had a chance to play with Github Copilot X for a couple of weeks, this video best summarizes how to use it effectively. Subscribed and liked!
@ArjanCodes
@ArjanCodes 10 ай бұрын
Thank you!
@ColibrisMusicLive
@ColibrisMusicLive 9 ай бұрын
tip: paste a whole json schema, add some comments and imports and it would generate serialization code, http schema and what not
@johnathanirvin865
@johnathanirvin865 11 ай бұрын
Woah, this video is fresh. 5 minutes ago fresh. Fresh like Arjan.
@ArjanCodes
@ArjanCodes 11 ай бұрын
Gotta love the new video smell!
@JoaoSantos-lv4rc
@JoaoSantos-lv4rc 11 ай бұрын
does it know about other files if they are open? could it eventually.. aah yes it would be cool. knowledge of your code base, even if you have to name scripts by path, will be an absolute game changer. (e.g. naming dependencies directly in the prompt). and promote clean structure. The same way it already promotes pretty tight and explicitely named functions / methods. ty.
@sevilnatas
@sevilnatas 9 ай бұрын
You could have typed your prompt to request the chat to give you a power shell command to creat the project you where asking for and then run it to create your files.
@emo7122
@emo7122 9 ай бұрын
great content! ive got same setup and it is fantastic! so much time saved!
@bailahie4235
@bailahie4235 9 ай бұрын
Thanks for the intro ! I am going to try the combi. BTW As a Dutch man, always sounds familiar/home if someone else speaks with a Dutch accent... ;-) Nice interior design BTW (or is that also AI generated? 😛)
@baldpolnareff7224
@baldpolnareff7224 11 ай бұрын
There's also the Copilot Labs extension which is pretty useful
@zacboyles1396
@zacboyles1396 10 ай бұрын
Taipy looks like a good potential gradio replacement
@PeterSteele111
@PeterSteele111 10 ай бұрын
I've been using the insider preview with copilot and it's been great. Have had access for a few months now. I pay mo nthly for chatgpt plus and paid a year upfront for copilot. I only have to go to chatgpt now a few times a week when copilot fails, and I need chatgpt 4.
@kushagrgoyal9614
@kushagrgoyal9614 11 ай бұрын
i love the idea of co-pilot. But, but as it is an API call essentially, how does it take care of data and code privacy?? Especially with enterprise code.
@tinyentropy
@tinyentropy 11 ай бұрын
Overflooded is the exact point. And I am AI machine learning engineer.
@kevon217
@kevon217 11 ай бұрын
Yeah , definitely feels like everyday I have to swim higher…
@diliupg
@diliupg 11 ай бұрын
Over flooded? Don't be modest! It's been like a bloody tornado, tsunami and a volcanic eruption rolled into corona virus.
@mdashrafuzzamansunny2145
@mdashrafuzzamansunny2145 10 ай бұрын
Good for you. Do you want a cookie?
@DamafiakingzDMK
@DamafiakingzDMK 10 ай бұрын
Machine learning engineer is easy role nothing to brag
@AndrewZhilenko
@AndrewZhilenko 11 ай бұрын
Awesome, thanks!
@Jschmuck8987
@Jschmuck8987 11 ай бұрын
I want to use this now!!!
@Vijay-Yarramsetty
@Vijay-Yarramsetty 10 ай бұрын
quite informative arjan. thanks a bunch.
@ArjanCodes
@ArjanCodes 10 ай бұрын
Glad you liked it
@shiftyjesusfish
@shiftyjesusfish 10 ай бұрын
Can you load a custom instance into that "co-pilot" seat? (A built in one cause I'm a smooth brain boy). I was hoping to try and feed one some of my data to give it context, idk. It's all so cool, so.much to learn
@jasonpease7831
@jasonpease7831 10 ай бұрын
Great video, Arjan. Just curious if all the suggestions come from locally executed code or if my code base is getting exposed to external parties by using this. I just want to be careful with proprietary code.
@alexandrep4913
@alexandrep4913 10 ай бұрын
Of course it is getting exposed to third parties. You're training copilot and giving Microsoft free training while paying for it.
@mrcjm
@mrcjm 9 ай бұрын
What about privacy? Does copilot send your code to ms for suggestions or is it done on-device?
@rrwoodyt
@rrwoodyt 11 ай бұрын
Arjan, what keyboard are you using? (I'm becoming a mechanical keyboard geek-- help!)
@aleksandr_bakai
@aleksandr_bakai 8 ай бұрын
Thanks!) That was very helpfull.
@ArjanCodes
@ArjanCodes 8 ай бұрын
Glad to hear that!
@thenomadcoder
@thenomadcoder 9 ай бұрын
Software Architecture Course, im in!!
@supermankelly
@supermankelly 9 ай бұрын
One step closer to downloading knowledge into my brain.
@manomancan
@manomancan 11 ай бұрын
Arjan, being the legend that he is, even makes fascinating ads. First time I rewinded an ad I think. Though I have to add (before I delve into the rest of the video), as a student, I've had Copilot for months now, and I have to say it is remarkably poor. It pretty much functions as a glorified text completor, which has its own uses, but does not have many pseudo-cognitive capacities, unlike GPT-4, which I found worth paying for even in its current stage. Let's see from the rest of the video Copilot changed and we have exciting new features!
@dhirajpallin2572
@dhirajpallin2572 10 ай бұрын
It looks like it can replace code now in the latest version. if you right click the code and open the chat box you can ask it to just fix it in place.
@GunZFoX
@GunZFoX 10 ай бұрын
The only problem I see with the interacting/creating projects suggestion is that you do not know what really is ChatGPT installing. Maybe it installs a deprecated version with some public known vulnerability. Maybe it brokes your system when installing some dependencies and so on. So, at the end, you are leaving your system configuration to a black box. Which I do not know if is the best option to be honest
@hallpower
@hallpower 11 ай бұрын
Would be great if it had knowledge of the entire project code base.
@blueSurfer
@blueSurfer 9 ай бұрын
The work of the whole team can be done by a single guy
@jamesmiller2521
@jamesmiller2521 10 ай бұрын
Topic suggestion: How to avoid/solve the dependency hell problem in Python?
@--JYM-Rescuing-SS-Minnow
@--JYM-Rescuing-SS-Minnow 10 ай бұрын
ah! U'r helpful ! thanks! I'm looking for an AI for my pc software!
@MatichekYoutube
@MatichekYoutube 9 ай бұрын
you need to mod you keybord so it will not be so clicky, you can use tape on the back mechinism
@kunle009
@kunle009 11 ай бұрын
Another great video. What vs code theme are you using though?
@NostraDavid2
@NostraDavid2 10 ай бұрын
That's the new dark theme, I think. It comes with vscode.
@NostraDavid2
@NostraDavid2 10 ай бұрын
Unless you meant his syntax highlighting, which is some Atom-like theme, I think
@TheRealMrLaserCutter
@TheRealMrLaserCutter 8 ай бұрын
If we view this as an efficiency gain for the human species this is pretty significant for solving the big issues ie medical research or climate change. It frees up resources and multiplies the efforts of those left in the sector.
@Dreamslol
@Dreamslol 10 ай бұрын
But i like too point out its the Codex model, i asked the Support about that. Output is way too fast for being GPT-4 because on Openai itself it isnt that fast
@haraldkirschner5136
@haraldkirschner5136 10 ай бұрын
Tip for the next videos: Cmd-I opens an inline chat prompt for directly modifying code.
@iriswhite3184
@iriswhite3184 8 ай бұрын
Can you talk about your option of the lawsuit against copilot
@JPy90
@JPy90 11 ай бұрын
I would like a feature to meassure my performance and to tell me when to take a break :D
@jeliebeen
@jeliebeen 11 ай бұрын
Copilot is AMAZING. And is based on some seriously old LLM models by today's standards. I cannot wait for Copilot X to hit public release.
@ArjanCodes
@ArjanCodes 11 ай бұрын
Same here! :)
@DarkIncred
@DarkIncred 11 ай бұрын
@@ArjanCodes I am in the beta and prefered the 'genie extension' + open ai gpt-4 api over Copilot X
@danielgalli6760
@danielgalli6760 11 ай бұрын
@@DarkIncred how you can use the gpt-4 api? i only could use 3.5 but even i got the subscription.
@TheStickofWar
@TheStickofWar 11 ай бұрын
@@danielgalli6760probably bought it before, I did and I can use the api of 4. Maybe they didn’t remove 4 access for those who already paid
@champfisk5613
@champfisk5613 9 ай бұрын
I'm going to use this as it'll save me lots of personal time
@grandmastersterling6707
@grandmastersterling6707 10 ай бұрын
Would be nice if it had a way to read your complete code, and suggest improvements
@EmilioGagliardi
@EmilioGagliardi 11 ай бұрын
One of my go to channels for python and coding. as a relative newcomer to python very helpful channel. What are your thoughts comparing packages like streamlit or gradio to build web apps vs taipy? I haven't had much time to learn either of these and I'd like to focus one to get more comfortable with one. I'm focused on building front ends for LLMs. thanks again!
@xgodwhitex
@xgodwhitex 10 ай бұрын
Streamlit is great for prototypes. However, it doesn't scale and large applications cannot be built with Streamlit. Taipy is aimed to create from pilots to complete applications easily (multi-page, multi-user). It provides a robust built-in pipeline and data management system for this design that can be used or not depending on the use case. You can certainly use Taipy to build frontend for LLM
@EmilioGagliardi
@EmilioGagliardi 10 ай бұрын
@@xgodwhitex thanks kindly for that. please post any tutorials you may have encountered. Cheers!
@supermankelly
@supermankelly 9 ай бұрын
Wouldn't a cloud based AI being able to access all project files and therefore your disk not be a security risk?
@landsgevaer
@landsgevaer 10 ай бұрын
Would be interested in your views: How do new programmers learn to program properly with tools like these available? Or do they no longer need to?
@paulembleton1733
@paulembleton1733 10 ай бұрын
A saw is useless without practical knowledge of carpentry, and more importantly an idea of what to make and why to make it.
@landsgevaer
@landsgevaer 10 ай бұрын
@@paulembleton1733 So is AI the saw, or is AI becoming the carpentry...? 😉 I mean, one could have said something similar about - say - assemblers and machine language some fifty years ago. Yet what fraction of programmers is familiar with assembly nowadays? (To be frank, I share the sentiment, but a new generation of upcoming programmers doesn't, it seems.)
@donnieamz2938
@donnieamz2938 9 ай бұрын
@@landsgevaer i have been using ChatGPT Plus quite extensively, and I can confidently say (for now) it is the saw, not the carpentry. When you work on complex codes (and you always do, if this is your full time job), it's impossible to just generate codes that you want without slicing down the prompts to smaller and very specific prompts. Sometimes you even need to tell it which exact functions and logics it needs to use, rather than telling it what you want to achieve. It's not a magic bullet. It's the same with when code interpreter came out the first time, people say it will replace data analysts, which is not true at all, since data analysts always work with crazy rows of data with complex patterns to clean and transform, and code interpreter cannot do all those jobs without you breaking up your data to (again) smaller data files and prompts. If there's anybody who benefit the most from GPT-4, it is the junior level devs, as they can work as fast as the middle level devs now
@Mullheimer
@Mullheimer 8 ай бұрын
Bit late to the party, but here. I'm learning python from chatgpt. It's amazing, you can jump right to how code actual works instead of where the colons and commas go. It brings a whole lot of fun and new programmers will likely benefit most from ai tools.
@krissn8111
@krissn8111 11 ай бұрын
Great video. Can you compare taipy and streamlit?
@xgodwhitex
@xgodwhitex 10 ай бұрын
Streamlit is great for prototypes. However, it doesn't scale and large applications cannot be built with Streamlit. Taipy is aimed to create from pilots to complete applications easily (multi-page, multi-user). It provides a robust built-in pipeline and data management system for this design that can be used or not depending on the use case
@RonnyBubke
@RonnyBubke 10 ай бұрын
What would really bring a benefit would be could generation out of feature tests.
@RonnyBubke
@RonnyBubke 10 ай бұрын
I think the other way around makes no difference.
@rishhibala6828
@rishhibala6828 10 ай бұрын
Does this work with large codebases?
@tomaszszuster1038
@tomaszszuster1038 10 ай бұрын
I’m not sure if KZfaq is a good recipient for a copilot wish list 😊
@carloscortes9975
@carloscortes9975 11 ай бұрын
Cool video
@ArjanCodes
@ArjanCodes 11 ай бұрын
Thank you!
@hackerhaze
@hackerhaze 10 ай бұрын
Hi all, I'd invite you to take a look on the VSCode extension I'm proposing, I'll be having some very interesting features coming soon!
@Tony-dp1rl
@Tony-dp1rl 9 ай бұрын
The danger (for want of a better word) to developers isn't in AI writing code for a specific application - it is in it writing a no-code solution that finally doesn't suck, and achieving what no-code promised for real.
@MikkoRantalainen
@MikkoRantalainen 8 ай бұрын
Programming is basically about writing accurate enough description of the project you want. The no-code movement pretends that you don't need to write the description. Imagine any complex task: if you were to explain to another developer what you want, would you want to use mouse and click icons or write a description using some language (be it English, Python or C++)? The need for the *communication* is not going to go away no matter how much you want to use no-code movement. Currently programming languages are used because programming languages allow for *accurate communication* unlike e.g. English which is good for hand-wavy stuff.
@shiftyjesusfish
@shiftyjesusfish 10 ай бұрын
This is niiiiiiiice.
@Stievan1989
@Stievan1989 11 ай бұрын
I am eager to have the IP Problems solved. I am working in a Bigger Company and I cannot feed it with IP Protected data yet. I actually am very matlab focussed on my work and will have to figure out how to combine these two Worlds 😅
@mikaeltulldahl
@mikaeltulldahl 10 ай бұрын
There is an enterprise license
@Stievan1989
@Stievan1989 10 ай бұрын
@@mikaeltulldahl yes but that is not the question. Do have IP on code done from copilot for me? Does Copilot use code I appload for others? Does Copilot use prohibited or IP protected training data? Those questions need to be answered.
@savire.ergheiz
@savire.ergheiz 10 ай бұрын
These generated codes tends to alter younger devs mind because they will unaware that they have been guided and think that the solution are optimal while most of the time we still spend a lot of time checking if the codes are valid or solid and yeah correcting it or simply adapting it to our needs. Nothing is magical its just provides us with quick prototyping but none of it are able to magically solves problems at once 😂
@bailahie4235
@bailahie4235 9 ай бұрын
Good & interesting point. I think a solution would be in that such tools should also be used to connect developers to each other, e.g. automatically setting up a competition between devs to find the most efficient solution to programming problem X and feeding that knowledge back into the system/the AI to do subsequent updates to everyone's code that had an inferior prior solution to X. Hybrid human-artificial intelligence rules... ;-)
@SolidBuildersInc
@SolidBuildersInc 11 ай бұрын
It should have said, "The Dark Mode Exposes Bugs" 😂😂😂
@berend109
@berend109 10 ай бұрын
I use genie now, it basicly does the same.
@__gavin__
@__gavin__ 11 ай бұрын
Ah yes, just let the AI have unfettered access to the OS! What could go wrong? Can't wait for it to rm -rf my whole drive.
@ArjanCodes
@ArjanCodes 11 ай бұрын
For a small fee, another AI will then be happy to restore your files for you.
@erastvandoren
@erastvandoren 10 ай бұрын
AI doesn't exist.
@JPy90
@JPy90 11 ай бұрын
Thank you for creating this insightful video on GitHub Copilot! It's incredible to see how this AI-powered tool is revolutionizing the coding experience by providing intelligent code suggestions. Your explanations and demonstrations were clear and easy to follow, making it even more exciting to explore the possibilities with Copilot. Keep up the great work!
@P0lntL3sS
@P0lntL3sS 11 ай бұрын
The new releases of AI and new model propositions make me depressed. I feel so far behind, even though I also feel like I have all the time in the world to learn and research my own ideas.
@theeternallyvigilant5855
@theeternallyvigilant5855 10 ай бұрын
Its not AI its just advanced Machine Learning but given that label for the Normies and yes I do know what I'm talking about.
@etiennerobert6462
@etiennerobert6462 9 ай бұрын
A developer is still required to ask the questions.
@geoffreyhung7814
@geoffreyhung7814 11 ай бұрын
You can highlight the code in editor > right click > Copilot > Start code chat > type the instructions eg: add comments. OR simply press command I after highlighting. Very helpful to read the new code base or add typehint. It can also convert from one language to another, eg: you find some code in Python, highlight and instruct it to give ts version
@lamrof
@lamrof 9 ай бұрын
There is no free version at least to get used to. Come on !
@XTSonic
@XTSonic 11 ай бұрын
I hate it so much my work has blocked all AI tools :(
@tanjt107
@tanjt107 11 ай бұрын
I personally don’t like using copilot since the auto complete is limiting my thinking. But I do use chatGPT when necessary.
@alexandrep4913
@alexandrep4913 10 ай бұрын
Just a warning to all, you guys are training the AI with your data. Dont allow them to do this and dont allow YTers to lead you down this path.
@andyk2181
@andyk2181 11 ай бұрын
Don't lie, you came up with that joke didn't you? 😂
@reyjanson1788
@reyjanson1788 11 ай бұрын
this could be a short
@matrixstuff3512
@matrixstuff3512 11 ай бұрын
I think using a copilot to generate unit tests is a terrible thing. You're just asking the copilot to test itself.
@brulsmurf
@brulsmurf 11 ай бұрын
thats why you use chatgpt for writing tests for copilots code
@landsgevaer
@landsgevaer 10 ай бұрын
You mean, almost like a programmer may write tests to test his/her own code...? Yep, terrible idea. 😉
@kurt7020
@kurt7020 11 ай бұрын
Useful tool, but granting the ability to create, modify and delete files directly the local file system is a *terrible* idea.
@svenoosterbaan6953
@svenoosterbaan6953 11 ай бұрын
So far I enjoyed probably all videos, looking forward to it every week. Unfortunately you now have decided to add such a significant amount of sponsored content. So for the first time, thumbs down on this one.
@_DRMR_
@_DRMR_ 11 ай бұрын
You failed to mention some of the legal implications of using copilot. These tools are known to reproduce existing code-bases verbatim and some opensource projects actually have guidelines in place that bar contributors from submitting code created using them. For small code snippets this may be fine, but having these tools generate large code-bases can really be problematic and can potentially violate all kinds of copyrighted content. I wish Microsoft/Github would be more transparent about which code is being used to train these models. Ideally only permissively licensed code is used and not just everything they can get their hands on.
9 ай бұрын
I cannot buy, it is forcing to try 1 months. We have economic inflation. After 1 months, everything will change
@KonstantinPrydnikov1
@KonstantinPrydnikov1 11 ай бұрын
You'a losing a lot of kg, good look but slow down bro
@hubstrangers3450
@hubstrangers3450 11 ай бұрын
Thank you...., believe ML is not only having your lunch, smiling all the way to the bank....(that's big corporations revenue streams are certainly upwards trajectory in whatever their desired factor...) good luck for start up and sms..unless your a silver spoon kid, not going to survive out there....future looks bleak for most average Joe's and their families than progress.....however good luck though for all of you out there!!!!.
@geertdepuydt2683
@geertdepuydt2683 11 ай бұрын
anyone who has to write boilerplate BS like that for a job should seriously reconsider some life choices. if chatgpt is useful to you there is a strong possibility what you are working on is NOT INTERESTING. nothing wrong with cleaning the toilets but don't come crying when life renders you obsolete tomorrow.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 784 М.
Buy Feastables, Win Unlimited Money
00:51
MrBeast 2
Рет қаралды 75 МЛН
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 115 МЛН
GPT Engineer: Things Are Starting to Get Weird
10:14
ArjanCodes
Рет қаралды 840 М.
5 причин отказаться от GitHub Copilot
8:45
Artem Dimitrov
Рет қаралды 19 М.
Masterclass: AI-driven Development for Programmers
8:49
Fireship
Рет қаралды 1,1 МЛН
The Ultimate Guide to Writing Functions
24:31
ArjanCodes
Рет қаралды 175 М.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 349 М.
Pragmatic techniques to get the most out of GitHub Copilot | BRK255H
45:55
Microsoft Developer
Рет қаралды 37 М.
Tools EVERY Software Engineer Should Know
16:00
ForrestKnight
Рет қаралды 155 М.