Just used it and for the first time in my life an AI assistant did exactly what I wanted, it was working, it was better than what I would want, exceeded my expectations and could even be able to continue on editing and enhancing the result without issues and errors and further prompts to solve mistakes that the model itself creates. It takes a big 👍🏽 from me! Basically I will use it for everything I have to enhance them. P.S. I made a website for the viewing of a json database, just like it was a database. The result is insane. I will uplaod the git link for the website in a couple mins when I have completed it for you guys to check the result
@elmareao4 күн бұрын
please share a link! Can you detail what llm did you use in this?
@FurqanAhcom-wt5oz5 күн бұрын
How’s there a new technology everyday😭
@coom074 күн бұрын
You need an AI to keep up with this s...... There's no other way... I tried boss. I really tried..... But I ended up tired.
@Zor3nd3r3 күн бұрын
True 😅, and on day it will there are THE technology who Break the Game 🤣
@Skylla545 күн бұрын
I love the idea of plugins. Maybe aider will capture that Idea. More competiton as better as it gets. Thanks for sharing.
@carinebruyndoncx53315 күн бұрын
This is a mcp cliënt application , similar to Claude desktop but can work with all kinds of models. It is not purely a coder, but can do a lot more through thé mcp services. Aider does not support mcp at this time.
@guidedmeditation44 күн бұрын
Have you got a youtube channel demonstrating similar content
@caliwolf71505 күн бұрын
Nothing beats aider, even Roo doesn’t come close to the cost effectivness and performance of Aider
@rashidshafeev5 күн бұрын
Is there some short tutorials about essential use cases on Aider? Because its docs is bad, honestly Im not into cli much in general, but i heard Aider is worth trying and wanted to give it a try, but its just repelling, being unintuitive and inconveninent for me. I figured out that this "aider --model deepseek --editor-model sonnet" is the "go to" way now. Still couldnt do much.
@antoniofuller23315 күн бұрын
Is that so. . .
@megakilllll5 күн бұрын
Can u use Aider in VScode? Does it free? What ai tools extension you can recomend?
@stavroskefaleas63205 күн бұрын
Does it compare to cursor?
@limebulls5 күн бұрын
Windsurf
@alexjensen9905 күн бұрын
I really like this so far. I use Aider and Roo daily with several API models, but this is going to find itself in the mix from now on I think.
@someonemight5 күн бұрын
I used it on a small personal project and worked pretty well. But then tried it on a corporate codebase with poor initial results. It ended up deleting everything in a file, which I'd never encountered with aider.
@Orin87225 күн бұрын
It can run shell/terminal commands with the developer extension enabled. At least it can see the output by default, unlike Cline/Roocode.
@YowTalk4 күн бұрын
Thank you bro 🎉
@Maisonier5 күн бұрын
Is there an IDE that can be deployed as a server-running on a VM, Docker container, or another containerized environment-for a local network and accessed through a web browser? The goal is to centralize all data, configurations, and projects on a single server while ensuring support for AI-powered autocomplete using LLMs, similar to Cursor AI Editor or Cline. Ideally, it should allow integration with self-hosted LLMs or API-based AI assistants for code completion and suggestions.
@Shrek_The_Mathematician4 күн бұрын
with Vscode there's codespaces, dev containers, and the official remote development extensions. Or setup a docker container with headless vscode, which you can remotely SSH into. Couple this with cline/roo-code or aider and ollama if you want your AI to be local to your container/server. This is just one example of how you might do it. You could achieve this in many different ways with the tools vscode offers.I think jetbrains has something similar too but the extensions ecosystem isnt as good and you might now have something like cline available there.
@k.r.s.7565 күн бұрын
Intro music is banger
@kodomyataren66343 күн бұрын
hello thanks as always for theses videos. Do u think we can finetune with the goose memory extension ?
@Garycarlyle5 күн бұрын
Looks good. Think it can be used with VSCode? Maybe through Cline?
@mniepodam93235 күн бұрын
Please a video with DeepClaude & Cline/RooCode
@otioai4 күн бұрын
Hey, how do we get in touch about sponsorships? :)
@AICodeKing4 күн бұрын
You can contact me on discord: @aicodeking
@jaydev81485 күн бұрын
What is function calling?
@limebulls5 күн бұрын
What is the best AI IDE atm?
@rahuldinesh28405 күн бұрын
First of all what is the speciality of aider? Why not use chatbot instead if you want to edit one file at a time?
@abelsun21915 күн бұрын
Aider can access your entire repo. It can also modify multiple files at one time.
@victorbjorklund5 күн бұрын
You can add multiple files in aider.
@ShamusMac5 күн бұрын
You underestimate how much friction copy + paste or download + rename file adds, until you experience life without it. Direct edits on disk with git integration is unbeatable, and always will be. aider is the best it gets. If you insist on even opening an editor, run aider --watch-files and just address comments to AI! in your current editor.
@rahuldinesh28405 күн бұрын
@ShamusMac Thanks for valuable advice. I have been working with code editors for quite some time. I still think chatbots are a good way to start a project and do major modifications because code editors can easily mess up codebase, at least that is my experience with Windsurf, Cline etc.
@Orin87225 күн бұрын
Aider doesn't edit one file at a time. It can edit multiple files.
@Matrix-mq7ul4 күн бұрын
For me it runs terminal commands just fine..
@Jun-bb6jj5 күн бұрын
Are there any other projects that allows us to use github copilot llms ? Except cline
@fohongwang77214 күн бұрын
this command line interface can be integrated to neovim
@0xYT4 күн бұрын
Hey how have you made this beautiful command line? Is there any tutorial?