AiDer v0.50 : INFINITE output for DeepSeek Coder, Mistral Coding LLMs

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 51

  • @legendarystuff6971
    @legendarystuff6971 2 місяці тому +14

    Sonnet just got updated with cacheing and it will reduce the cost significantly. Brilliant timing

    • @aifluxchannel
      @aifluxchannel  2 місяці тому +2

      Their API is insane now, it's so cheap it almost feels like cheating haha

  • @pn4960
    @pn4960 2 місяці тому +3

    these progress in coding ai makes me want to learn to code, I feel like the creation potential is expanding exponentially

  • @southcoastinventors6583
    @southcoastinventors6583 2 місяці тому +16

    Please do aider setup video, also show it using different, models, images and how to run it in a browser. Great to see things picking up with these kind of open source projects. If you due the video make sure you are in a dimly lit room with green light frantically typing like movie portrayals of hacking. Thanks again for the video

    • @aifluxchannel
      @aifluxchannel  2 місяці тому +3

      Will do!

    • @r66p6r
      @r66p6r 2 місяці тому +3

      dudes giving him prompts for the next video. ai getting crazy 🤣🤣🤣

    • @J3R3MI6
      @J3R3MI6 2 місяці тому +1

      I’ll be back for that video 💎

    • @southcoastinventors6583
      @southcoastinventors6583 2 місяці тому

      @@r66p6r AI must be getting more life like as well because it also making typo in the comment sections

    • @GerryPrompt
      @GerryPrompt 2 місяці тому

      I would also like to see this!!

  • @marilynlucas5128
    @marilynlucas5128 2 місяці тому +4

    Gemini is also a very good coding model but Gemini shines in chemistry! It's unbelievable when using it for chemical stuff.

    • @aifluxchannel
      @aifluxchannel  2 місяці тому

      What kind of chem / computational chem have you used it for?? I actually considered doing a PhD in comp chem :)

  • @jmirodg7094
    @jmirodg7094 2 місяці тому +2

    aider is by far the most useful AI tool that I use

    • @aifluxchannel
      @aifluxchannel  2 місяці тому +1

      What kind of coding do you generally use it for?

  • @k2an
    @k2an 2 місяці тому +1

    Sso you just read documentation bravo!🎉

  • @swannschilling474
    @swannschilling474 2 місяці тому

    I also use LLMs a lot for building dictionaries or formating stuff the way in need it in my code!

  • @kolly9262
    @kolly9262 2 місяці тому +1

    Great vid! Would love to see some more about how your using llms as a swe. My extent has been gh copilot through work but I’m hoping hoping to run more local llms when the m4 macs come out

    • @aifluxchannel
      @aifluxchannel  2 місяці тому

      Thanks! I can't wait until the M4 macbooks are released. NEED to finally update my M1 max macbook haha

  • @andreialcaza
    @andreialcaza 2 місяці тому +2

    To infinity and beyond ! 👋👍

  • @wanhonglau779
    @wanhonglau779 15 днів тому +1

    Wanna see more live coding!

  • @GerryPrompt
    @GerryPrompt 2 місяці тому +3

    This is awesome! I also use Ollama 😮😊

    • @aifluxchannel
      @aifluxchannel  2 місяці тому +2

      Ollama is one of my favorite tools! Right up there with LM Studio :)

    • @GerryPrompt
      @GerryPrompt 2 місяці тому

      I also like LM Studio, mostly for my M1 Mac

    • @marilynlucas5128
      @marilynlucas5128 2 місяці тому

      @@aifluxchannel You're running Deepseek coder with Ollama? But you can't with LM studio right?

  • @nicosilva4750
    @nicosilva4750 2 місяці тому +1

    I have heard about this. Let's see it in use.

    • @aifluxchannel
      @aifluxchannel  2 місяці тому +1

      Going to do this in the livestream next week ;)

  • @ReidKimball
    @ReidKimball 2 місяці тому +2

    I just started getting comfortable with Cody AI in VS Code. Intrigued by aider. How do you get Generated code into your coding files? A copy/paste from terminal to your IDE?

    • @aifluxchannel
      @aifluxchannel  2 місяці тому +2

      For me, the "completion" assistants always get in the way. I tend to prefer to prompt to get specific functions or basic boilerplate to start with. I will say, my favorite plugin uses deepseek v2 to automatically format / correct formatting in my code.

  • @Raskoll
    @Raskoll 2 місяці тому +2

    Continue buttons in front ends are trivial to make when you control the model through something like vllm or llamacpp in python, but API builders seem to think we don't need it. It might be because models aren't trained on >n output tokens, but idk

    • @aifluxchannel
      @aifluxchannel  2 місяці тому

      They're a bit annoying, but I agree.

  • @schongut9030
    @schongut9030 2 місяці тому +1

    I'd love to see a video on how you use AiDer to code.

  • @ytubeanon
    @ytubeanon 2 місяці тому

    I like aider browser, but am i mistaken or when using it you can't use many of the useful commands like /ask or /help because those are aider terminal commands?

  • @aa-xn5hc
    @aa-xn5hc 2 місяці тому +1

    More live coding to learn your process

  • @WaveOfDestiny
    @WaveOfDestiny 2 місяці тому +1

    I tried to use this with deepseek-coder-v2 lite, the 16B, but it's too weak to do anything right past the first prompt. I kinda wish there was a 70B version on ollama. Should i try with another like llama 3.1 70B? Would it work much better than deepseek lite?

    • @sorenkirksdjfk7310
      @sorenkirksdjfk7310 2 місяці тому +2

      no, you should use deepseek v2 through the api, it's a 236B model. LLama 3.1 can't even follow aider's format and needs to be reprompted multiple times, not to mention that it is quite weak at coding.

    • @WaveOfDestiny
      @WaveOfDestiny 2 місяці тому +1

      @@sorenkirksdjfk7310 i was looking for something to experiment on without using money

    • @aifluxchannel
      @aifluxchannel  2 місяці тому

      I do agree the 16B model is basically only useful for things like basic javascript and beginner bash scripting. API's are really cheap though if you don't want to run something locally.

    • @dDesirie
      @dDesirie 2 місяці тому +1

      If you want the best results possible then use Claude 3.5 Sonnet, followed by GPT 4-o and DeepSeek Coder V2. Different LLMs are built for different use cases and you're wasting your time trying to code with these locally hosted small LLMs. The technology just isn't there yet, so APIs are your best bet as of now.

  • @patrickfischer8400
    @patrickfischer8400 2 місяці тому

    I have already tested a few models myself and am really impressed by some of them. However, they all reach their limits.
    But there is something else that is currently bothering me.
    I don't really want to have to explain to the coding assistant the context in which the whole thing is happening.
    I actually want to give it my entire project and work in a larger context.
    e.g. a Python programme with 10 files, then it should know all 10 files. Let's say it's a programme that somehow stores people in a database and displays them as a webpage.
    If I then say that I want to save the date of birth for each person, then it should suggest how the database should be adapted, how the dataclass files should be changed, how the input should be validated and how the UI should be adapted....
    This task is actually not that difficult, but requires a much larger context.
    All models don't have that and I really miss something like that.
    I currently use the CodeGPT plugin for JetBeans IDEs.
    Does anyone have a good idea how I can better realise my wish?

  • @Iswimandrun
    @Iswimandrun 2 місяці тому

    I am still putting print statements in my code to debug it sorry not jumping this band wagon until I am pulled on kicking and screaming.

    • @mrd6869
      @mrd6869 2 місяці тому +2

      Well people said the same thing when electricity and the telephone first came out😂

  • @monstercameron
    @monstercameron 2 місяці тому

    Friend im trying my best but your videos are so rambley, I still dont fully understand what this video is about.

    • @ytubeanon
      @ytubeanon 2 місяці тому

      use Perplexity, paste the video url in it and ask whatever you want

    • @profikid
      @profikid 2 місяці тому +1

      Aider soort pair programming with an ai tool he just goes over the feature set

  • @gtrguy17
    @gtrguy17 Місяць тому

    it's pronounced (A-Dir)