How to use Use Code Interpreter to reverse engineer any codebase

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 30

  • @ZacMagee
    @ZacMagee ปีที่แล้ว +1

    Great video champ. Looking forward to seeing what you show us in the future

  • @pattyspanker8955
    @pattyspanker8955 ปีที่แล้ว +3

    Leaving a respectful comment here which follows the community guidelines.

  • @xuanattran3778
    @xuanattran3778 ปีที่แล้ว

    Amazing, thank you. I'm both excited and terrified at the same time.

  • @SaminYasar_
    @SaminYasar_ ปีที่แล้ว +2

    Dude this is such a good vid please explore more use cases

    • @technikly546
      @technikly546  ปีที่แล้ว

      glad you liked it, will do!

  • @IrmaRustad
    @IrmaRustad ปีที่แล้ว +2

    Would love to see you do a video on Open Interpreter, and show what it can do

    • @technikly546
      @technikly546  ปีที่แล้ว

      good idea! open interpreter has been on my list to explore too, will try and do a video on it

  • @chandanindalkar
    @chandanindalkar ปีที่แล้ว +1

    Can I use Agent Grunt on JavaScript projects too? I want to use it to reverse engineer a browser extension which is created with JavaScript.
    Thank you

    • @technikly546
      @technikly546  ปีที่แล้ว

      Yup you can, it works with pretty much every programming language

    • @chandanindalkar
      @chandanindalkar ปีที่แล้ว

      @@technikly546 awesome then,
      Thank you for making such good content

  • @BorjaLeon
    @BorjaLeon ปีที่แล้ว +1

    very nice!

  • @Progenix
    @Progenix ปีที่แล้ว +1

    Great find and tutorial! So did Code Interpreter manage to write a working python implementation of Nitter in the end? Would be great to see and test the final source code if you have it. Thanks!😃

    • @technikly546
      @technikly546  ปีที่แล้ว +1

      Glad you liked it! It did indeed manage to write a working version, though unfortunately not a very robust one. I downloaded a few tweets with it, but by the time I was getting ready to publish the video twitter had changed something and the version code interpreter made for me started throwing json exceptions. I don't actually have a need for a tweet retriever so I didn't try to fix it, but assuming nitter has updated to match whatever twitter changed you should be able to agentgrunt up a new one easily enough. The original script it wrote for me is here if you want to look gist.github.com/nikvdp/44426ea306b90f31879f0a692274ccb7

  • @semantis_ai
    @semantis_ai ปีที่แล้ว

    please do a video showing us how to use "code interpreter" to amend the code within the repo

  • @avi7278
    @avi7278 ปีที่แล้ว +1

    Hey I'm interested in real world use cases for neomux. Could you do a video on it?

    • @technikly546
      @technikly546  ปีที่แล้ว

      yea definitely! I'm working on a neovim related AI video right now, will see about doing a neomux one too

  • @TheNewPhysics
    @TheNewPhysics ปีที่แล้ว

    I couldn't find agentgrunt among the available plugins in the plugin store. Is it possible that agentgrunt is not available there anymore?

    • @technikly546
      @technikly546  ปีที่แล้ว

      agentgrunt is actually a little python utility so it not available as a chatgpt plugin. You can find the source code o github here github.com/nikvdp/agentgrunt. If you just want to use it you can do `pip install agentgrunt` from your terminal and then use it with chatgpt. You'll need to select select "Advanced Data Analysis" from the GPT-4 drop-down before you can upload agentgrunt bundles into it

    • @TheNewPhysics
      @TheNewPhysics ปีที่แล้ว

      @@technikly546 this means that agentgrunt will be installed in a conda env. Does that mean that I will have to source the browser from that env to give chatgpt access to it? I am asking because I didn't know the browser would have access to the local conda environment.
      Thanks

    • @technikly546
      @technikly546  ปีที่แล้ว

      hi, no you shouldn't have to. all agentgrunt does is create a zip file that contains the code you want to work with and then you upload that code into code interpreter. code interpreter can't actually interact with anything on your machine l, so we have to do this 2 step process

  • @RedCloudServices
    @RedCloudServices ปีที่แล้ว +1

    thanks for the video. Is CodeInt not able to analyze a git repo? is there an AI that removes loud keyboard clicks? i had to remove my headphones during the typing 😮

    • @technikly546
      @technikly546  ปีที่แล้ว +1

      😂 not that I know of but I'll see if I can tone down the keyboard symphony for the next vid!
      As for analyzing git repos, Code Interpreter doesn't have any built in way to work with git repos, but agentgrunt you can because it packs up a copy of the git cli that Code Interpreter is able to make use of

    • @RedCloudServices
      @RedCloudServices ปีที่แล้ว +1

      @@technikly546 it’s crazy how in this space much each week renders the previous week nearly obsolete! thanks for your channel

  • @93cutty
    @93cutty ปีที่แล้ว

    This will be helpful. I imagine you could do something similar with just an API? My 9-5 has a CRM with an API. I can read python but it's hard to write it. GPT4 comes up with some bad code sometimes. I'd love to basically have it tell me how the API works and then give me some sample calls.

    • @technikly546
      @technikly546  ปีที่แล้ว +1

      I think so, if you can upload documentation for the API you're interested in working with into code interpreter/agentgrunt then GPT should be able to generate some good examples for you

    • @93cutty
      @93cutty ปีที่แล้ว +1

      @@technikly546 That's kind of what I was thinking. I was going to give that a whirl tonight! Gonna check out some more of your vids too.

  • @feeltheeffect85
    @feeltheeffect85 ปีที่แล้ว +1

    It hasn't been called code interpreter for a while

    • @technikly546
      @technikly546  ปีที่แล้ว

      it will always be code interpreter to me