Doing It With A.I.

Doing It With A.I.

Can artificial intelligence help me generate content for a KZread channel, turning it into a profitable side-hustle? Join me on my journey and lets find out together.

"Life doesn't have to be this hard. Leave it to the machines." - Daniel x ChatGPT

Пікірлер

  • @artem_morozov
    @artem_morozov14 күн бұрын

    Copilot still better then ChatGPT 4o? I still can't choose which one should I use. I really like chatgpt 4o for coding and hate 3,5.

  • @briankgarland
    @briankgarland7 ай бұрын

    Nice! I'd like to see this expanded to handle record deletions as well as editing existing records (while not writing new records that already exist with the same primary key).

  • @DoingItWithAI
    @DoingItWithAI6 ай бұрын

    Thanks for watching. Maybe I'll do a follow up to this with some more complex procedures.

  • @maverickmace9100
    @maverickmace91007 ай бұрын

    Im learning powershell atm. Copilot is incredible. It's like it reads my thoughts when it wants to auto complete

  • @DoingItWithAI
    @DoingItWithAI6 ай бұрын

    Couldn't agree more - - it's eerily good. But that's the beauty of LLMs, they're designed to anticipate what comes next.

  • @bmp713
    @bmp7138 ай бұрын

    What are the most popular software options for people with RSI to write code, mouse and control Windows with Voice alone?

  • @CinemindParadox
    @CinemindParadox8 ай бұрын

    Was this 3.5 ChatGPT or 4.0? Free version or have you paid for it?

  • @DoingItWithAI
    @DoingItWithAI8 ай бұрын

    3.5 and I do pay for the subscription.

  • @caty863
    @caty8638 ай бұрын

    The pricing model of Copilot ($10/month) is awful for occasional developers. They should have options, including paying by number of suggestions made to you.

  • @DoingItWithAI
    @DoingItWithAI8 ай бұрын

    Agreed. I use this probably 15 days out of every month. Would be nice to have some cheaper options.

  • @vktop2
    @vktop29 ай бұрын

    Nice video! Exist copilot lab for Intellij or Visual Studio 2022? Thanks

  • @DoingItWithAI
    @DoingItWithAI8 ай бұрын

    Thanks! Right now it is a VS Code extension exclusively. Would be great to see it come to some other IDEs.

  • @nuno3180
    @nuno318010 ай бұрын

    Pretty cool! Do you see this content being useful in Dynamics 365 context?

  • @DoingItWithAI
    @DoingItWithAI10 ай бұрын

    Sure, custom plug-ins or components for a model-driven app would be two examples. Microsoft 365 Copliot along with copilots for Dynamics are going to be out soon, though, so might be worth waiting to see if a plug and play experience is easiest.

  • @gillesashley9314
    @gillesashley931410 ай бұрын

    This is definitely a good video. I use copilot to generate the codes, when I do not understand the codes, I let ChatGPT do the explanation.

  • @DoingItWithAI
    @DoingItWithAI10 ай бұрын

    It's a great combo. Check out Copliot Chat for VS Code. It brings these concepts together into one spot, and really streamlines the context switching between the two services. Thanks for watching!

  • @hmdz150
    @hmdz15011 ай бұрын

    I just finished a python module that includes 6000 lines of code in less than 3 hours using CoPilot. Before than, I was using ChatGPT and the process of copy pasting comments into Chat GPT prompt and back was really slow. Also, the code frame in ChatGPt web interface is limited and beyond a line it breaks the code out of that frame and mess everything up. Without Copilot my project would take days, if not weeks, to finished due to the huge amount of code I had to type (repetitive tasks)

  • @DoingItWithAI
    @DoingItWithAI11 ай бұрын

    Try Copilot Chat. It takes all the conversational stuff from ChatGPT and brings it straight into the IDE. Huge time saver compared to going back and forth between ChatGPT and your IDE. My next video will be on this topic. Couldn't agree more with your point, though - - Copilot is amazing for the work you described.

  • @elitehaxxor8025
    @elitehaxxor8025 Жыл бұрын

    The AsPlainText parameter doesn't actually store your password as plain text, it means that the cmdlet is accepting plain text as input for the parameter which will then be converted to the System.Security.SecureString type. AI is amazing though, it's unfortunate that people think it's going to be the downfall of development though.

  • @DoingItWithAI
    @DoingItWithAI11 ай бұрын

    Yeah, my point was you'd have to store your password in the script as plain text, which I wouldn't recommend necessarily. I do appreciate the clarification on your part for my viewers, though!

  • @orion33
    @orion33 Жыл бұрын

    Maybe for VS Code it works fine, but for VS Community it's just awful. It's terribly slow, inserts code in the middle of the page absolutely breaking syntax. So all in all you get absolutely nonfunctional code. I asked to draw a five-pointed star using SharpDX.Direct2D1 😆

  • @DoingItWithAI
    @DoingItWithAI11 ай бұрын

    Good to know. I haven't tried Copliot with full VS so I appreciate the insight. Thanks for watching!

  • @labibchy9293
    @labibchy9293 Жыл бұрын

    23.25 is the point you are looking for

  • @DoingItWithAI
    @DoingItWithAI11 ай бұрын

    Sorry that you didn't find more value in the video as a whole. I'm still new at this, hopefully I will get more concise over time. Thanks for watching!

  • @ermecejour
    @ermecejour Жыл бұрын

    Great video. Thank you for your dedication. Do you know if the open ai custom connector can connect to a Dataverse table from the same environment on power apps and be able to extract information?

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    The connector itself isn't going to talk to Dataverse, since connectors are scoped to single API definitions. But you could definitely build a Cloud Flow or Logic App to grab Dataverse data to use in subsequent actions with the OpenAI connector.

  • @cileg_
    @cileg_ Жыл бұрын

    But does Copilot work with Remix for Ethereum, Polygon, BSC etc?…

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    I don't know about integrating Copilot with the Remix IDE, but there does appear to be a Remix extension in VSCode, so maybe if you load that in with Copilot already installed it would have some value. Worth a shot? I know people are using Copilot to generate tests for contracts, but that's all out of my wheelhouse so I'm not gonna be much help beyond that. Sorry about that.

  • @azeemushan8694
    @azeemushan8694 Жыл бұрын

    you're doing great bro

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks Azeem, really appreciate you watching!

  • @RickHurt
    @RickHurt Жыл бұрын

    Awesome content! thank a bunch Daniel!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thank you for watching!

  • @jeremyhancock1414
    @jeremyhancock1414 Жыл бұрын

    Great video. Thanks!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Glad you liked it!

  • @debasishraychawdhuri
    @debasishraychawdhuri Жыл бұрын

    The explanation is the most useless thing you can ask about code. It is reading the code line by line and sort translates into natural language. But that is not what explaining code is. You have to explain the overall idea.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    I don't disagree. I'm sure it will improve over time.

  • @RobFahndrich1
    @RobFahndrich1 Жыл бұрын

    I would like to use this to create all the "announcements" and IVR options in my Teams Phone system call tree.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Awesome idea, Rob. Sounds totally doable.

  • @YetenekBURADA
    @YetenekBURADA Жыл бұрын

    Why just works on vs code ?

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    As far as I know, Copilot Labs is just a VS Code extension for now. Hopefully they'll bring it to other IDEs soon. If I'm wrong about this, someone please chime in and educate me!

  • @m0norsk
    @m0norsk Жыл бұрын

    I'm your 1000th subscriber

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Awesome! Thank you for subscribing!

  • @CaptainSpoonsAlot
    @CaptainSpoonsAlot Жыл бұрын

    i think you meant to say ctrl-enter

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Oops! Probably so. Thanks for the heads up.

  • @krystiank9583
    @krystiank9583 Жыл бұрын

    It seems like there's now a tool available that can detect whether the text is authentic or fabricated, and it's highly probable that someone will create a tool to bypass it. It's crazy 😂

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Yes, academia is certainly going to have its hands full over the coming years! Thanks for watching!

  • @krystiank9583
    @krystiank9583 Жыл бұрын

    This video was an eye-opener for me! I had no idea that SQL could improve the performance and security of our Canvas apps. It's impressive how ChatGPT makes it easier to create these procedures and provide a layer of protection against malicious data!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Glad it opened you up to some new ideas!

  • @chandywerks
    @chandywerks Жыл бұрын

    "...plugins for Vscode, Neovim, Visual Studio (if you're a full time developer)" I'm a full time developer and I use neovim. How much is microsoft paying you for these videos XD

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    I hear neovim is great, but I'm not familiar with it. I've grown my career in the Microsoft space, and if Microsoft wanted to sponsor these videos I'd happily accept.

  • @gusterrera1466
    @gusterrera1466 Жыл бұрын

    Another excellent video, Thank you so much!!! :)

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thank you, Gus!

  • @vivekvaidya4800
    @vivekvaidya4800 Жыл бұрын

    Document seems to have refactored your code to use compute optimised numerics libraries. Which is really nice

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks for the insight, Vivek! I wasn't sure what had happened there.

  • @HerrThomasE
    @HerrThomasE Жыл бұрын

    thank you very much for this detailed Video. it gives me very good anders Standing what Copilot is.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    You're very welcome. Thank you for watching!

  • @evyguo7577
    @evyguo7577 Жыл бұрын

    Can you list some of the best AI fundamental courses here? There are so many similar ones online, so hard to pick which one to take. Thanks!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Hey Evy. I'd start with the AI for Everyone course on deeplearning.ai, and go from there. What I like about that site is that they break down their courses into categories: "Introductory, Intermediate, and Advanced," which makes it easier to know where to start. Andrew Ng, who I reference in this video, is driving force behind many of the courses on that site. Thanks for watching the video!

  • @evyguo7577
    @evyguo7577 Жыл бұрын

    @@DoingItWithAI Thank you!

  • @tmszcncl
    @tmszcncl Жыл бұрын

    Great video :) Do you think it is possible to use both copilot and tabnine? I tried it in rubymine, but I had a feeling that tabnine just was not working at all (there were only copilot's suggestions). Maybe it does not make sense :)

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Good question, Tomasz. I would say use one or the other. My guess is that they'd be fighting each other given they do the essentially the same things. My next video is going to be on Copilot Labs, which is an additional extension for VS Code that makes Copilot substantially more powerful. You might find that that solves your needs. Thanks for watching!

  • @tmszcncl
    @tmszcncl Жыл бұрын

    ​@@DoingItWithAI Thanks for the answer. I will stick with copilot for now - somehow I like it better. I already tried this copilot labs with vs code and I'm a little sad that there is no version planned for jetbrains products. But hopefully there will be something similar in the future :) Looking forward for your video about it :)

  • @alex-vukov
    @alex-vukov Жыл бұрын

    If you are a developer get Copilot together with the new Copilot Labs extension for VSCode and you will most likely never need ChatGPT again. You can use the Custom Brush tool to ask Copilot in plain text to do anything (refactor, write comments, replace libraries etc...) to the code you selected.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks for this, Alex. I haven't had a chance to play with Labs yet but that's on my short list after see your comment. Kudos to you!

  • @michaelr.3799
    @michaelr.3799 Жыл бұрын

    In your opinion could a beginner with limited dev knowledge build a complete android app using Copilot?

  • @alex-vukov
    @alex-vukov Жыл бұрын

    @@DoingItWithAI Thank you for making such great videos!

  • @alex-vukov
    @alex-vukov Жыл бұрын

    @@michaelr.3799 Copilot is a tool which is great for dealing with implementation details on a small scale. It can't help you if you don't understand the big picture. It's easy to learn to write Android apps and there are a lot of free tutorials on KZread.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    I agree wholeheartedly with Alex Vukov's' response. This is an amazing tool, but it isn't going to allow you to build entire applications. That said, it is amazing for learning (at least it has been for me) the basics of languages you are not familiar with. As you continue on your journey to becoming a developer, use Copilot as a tool to test your skills and get over roadblocks in your development.

  • @chikosan99
    @chikosan99 Жыл бұрын

    Great! does can help with refactoring code ?

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Great question! I think you could say that it has the potential to help with refactoring, since it can suggest different patterns to accomplish the same output. As far as being able to tell it to refractor a code block, I've never tried that, but I'd be very curious to give it a shot!

  • @ShanesCows
    @ShanesCows Жыл бұрын

    Very nice!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    ❤️

  • @zeerakshahbaz6838
    @zeerakshahbaz6838 Жыл бұрын

    @@DoingItWithAI Great video, keep up the great work! Also, do you have an Instagram or Twitter account where we can message you?

  • @MrMorvar
    @MrMorvar Жыл бұрын

    Nice comparsion but I got a few questions: 1. Does Copilot have up-to-date GitHub data access? ChatGPT fails to generate new ECS code for Unity game engine, as the API just changed into 1.0 a few months ago. 2. Does it try to learn your whole project to try understand what's the whole thing about or are the solution offerings only based on the given prompt?

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Hey Morvar. Thanks for watching. Here's my understanding in terms of the questions you asked: 1. Copilot was trained on public code. My assumption is that it continues to be trained on public code, but I'm not sure at what cadence or level of recurrence that training is taking place. That's not something they have disclosed. 2. Copilot currently doesn't scale in that way, i.e., it doesn't understand your codebase as a whole. It only provides suggestions within the context of the file you're currently working on.

  • @Mpanagiotopoulos
    @Mpanagiotopoulos Жыл бұрын

    @@DoingItWithAI Is there any AI application that understands the whole codebase or at least a way for ChatGPT to handle bigger questions in reference to huge codes.I think if chat GPT can read and proccess files like .py and according to what he reads can give you code specific for your problem,that would be great

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    @@Mpanagiotopoulos I'm not aware of anything that can read entire projects/codebases and understand them contextually yet. I'm sure that's coming but right now things are more piecemeal.

  • @Mpanagiotopoulos
    @Mpanagiotopoulos Жыл бұрын

    @@DoingItWithAI When I wrote this comment GPT-4 was not released.Now I updated to GPT-4 and it takes up to 25.000 words,which is great and way better at coding.Although it still can't read files as this would require unimaginable computing power to handle million requests simultaneously, but I guess this is coming sooner or later.Definitely the next 2 years are going to reshape industries with all these rapid advancements in AI!

  • @JoaoVitor-gm2yf
    @JoaoVitor-gm2yf Жыл бұрын

    @@Mpanagiotopoulos They announced copilotX, which is basically copilot that "sees" all of your current project files on VSCode + a chat tab on the side that you can also talk to. I dont think its available yet, but it looks amazing

  • @aar021
    @aar021 Жыл бұрын

    Best Copilot overview at the moment. Thank you 🙏

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Happy it helped, Alvaro!

  • @Rex88282
    @Rex88282 Жыл бұрын

    Yes is helpful ! I use it ! Nice video ! Codex also awesome.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    I agree, Codex rocks. Thanks christos!

  • @manuelalvarez78
    @manuelalvarez78 Жыл бұрын

    Great video man. I assume this conector is also available in Power Automate?

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Glad you enjoyed it. Unfortunately it is not, Manuel. The "Execute JavaScript Code" action is Logic Apps only. The good news is that if you know how to use Flow, then you already know how to use Logic Apps, since Logic Apps is Power Automate's ancestor. 😊 The bad news is if you don't have an Azure subscription it is not available for you to leverage.

  • @anthonyapodaca1332
    @anthonyapodaca1332 Жыл бұрын

    Awesome vid! always love integrating some javascript

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks man! I wish I was better at it, it's so useful with the Power Platform.

  • @dsrichmond
    @dsrichmond Жыл бұрын

    Very cool stuff! And you were right before correcting yourself - parameters are just called parameters. Nouns are the 2nd part of the Verb-Noun format of cmdlet names.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks for watching, David. Can you tell I don't spend a lot of time with PS? 😂

  • @johnsijayasingh5385
    @johnsijayasingh5385 Жыл бұрын

    Great Video!! Thank you!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    You're very welcome. Thanks for watching!

  • @juansepowerplatform
    @juansepowerplatform Жыл бұрын

    Great video on how to create custom connectors in the power platform

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks Juan!

  • @ricardobunge5957
    @ricardobunge5957 Жыл бұрын

    Outstanding! Great way to geek out for an hour... well worth the time investment! Thanks for your contributions and please keep them coming...

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thank you Ricardo! Glad you enjoyed it!

  • @sharulhafiz6312
    @sharulhafiz6312 Жыл бұрын

    Your keyboard sounds and feel smooth, which mechanical is that? Thanks for the video

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    You're welcome! I'm using a Logitech MX Keys, non mechanical. It's a great keyboard especially if you have multiple devices, as it has its own built-in KVM switch (minus the video and mouse, of course).

  • @ggracia
    @ggracia Жыл бұрын

    Great video! thank you!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Glad you enjoyed it. Thanks for watching!

  • @ggracia
    @ggracia Жыл бұрын

    I wonder if ChatGPT would have created the Json array itself instead of using the python code.

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Probably would have, Gabriel! My issue there was the size of the html I was trying to parse. It would have all fit into a single CGPT prompt. Thanks for watching!

  • @shefimonm
    @shefimonm Жыл бұрын

    Great

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thank you for watching!

  • @krystianprogress4521
    @krystianprogress4521 Жыл бұрын

    Thank you for this video. When I am creating workflows, I sometimes utilize Postman, especially when I am experimenting with SharePoint REST API with OData. Your solutions have opened my eyes to new possibilities. I enjoy combining Power Automate with Python, and recently ChatGPT also assisted me in updating an image field in a SharePoint list using the HTTP POST method. Looking forward to the next similar content with the combination of PA and Python!

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    You're welcome, glad you found it useful. I'll make sure to do some more "pro code" integration videos soon. Next on my list is running Javascript within a Logic App to manipulate JSON.

  • @soumyasrm
    @soumyasrm Жыл бұрын

    Nice

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Thanks for watching!

  • @JonStallworth
    @JonStallworth Жыл бұрын

    bruh what

  • @DoingItWithAI
    @DoingItWithAI Жыл бұрын

    Haha I knew this was coming. Watch the video and you'll see that you're safe my dude.