#Aider

2025-11-06

Как мы автоматизировали код-ревью благодаря связке Aider + LLM

Привет, Хабр! Меня зовут Константин Репин, я старший программист в Fix Price. В этой статье расскажу, как мы облегчили жизнь нашим коллегам-ревьюерам, внедрив в процесс AI-ассистента для код-ревью. Начну с краткого описания инструмента, а затем перейдем к практике — покажу нашу реализацию и поделюсь опытом, включая примеры кода.

habr.com/ru/companies/fix_pric

#кодревью #ai #ии #aider #ритейл

2025-10-15

#TIL

I always struggled with #TestFirst #Programming because it requires much discipline to delay new features and concentrate on test cases first.

But while I was working on my #django app #fairdebate I tried out coding the test and then prompt #aider with

👉 "Make test_053 pass." ✨

While the solution was wrong it brought me very close and only little manual tweaking was necessary.

I seems like a promising pattern for AI-supported coding because since I would have to describe what I want anyway, why not funnel this effort in a test case instead of a sophisticated prompt?

2025-08-31

I have just known about #aider and #aideremacs thanks to @ants_are_everywhere video. Have any of you #emacs users have give them a try?

#vibecoding #vibe_coding

2025-08-16

If anyone at Continue thinks this is the way to handle "free trials", I'll have to disappoint them.

The whole #Intellij plugin is really awkward. I actually did some stuff with locally running models on #lmstudio but the online assistant stuff that requires sign up gets a big nope from me for now.

Plugin uninstalled and that's a wrap for the #vibecoding experiments tonight. Next stop is #aider

Error handling model response X
Likely cause: not authorized to access the model deployment.

error output

{"message":"We detected suspicious activity on your account. You can still
use Continue outside of the free trial. If you believe this is a mistake,
please reach out.","type":"forbidden","code":"risky_account_detected"}
GripNewsGripNews
2025-07-29

🌘 實測開源大型語言模型 (LLM) 輔助程式開發
➤ 從本地部署到程式配對,AI 程式開發的開源實踐與挑戰
alicegg.tech//2025/07/29/open-
作者分享了探索開源大型語言模型 (LLM) 並將其用於本地程式開發的經驗。在嘗試了 Deepseek、Mistral 和 Qwen 等多個模型後,作者發現 Qwen3:8b 在本地環境下表現較為穩定且準確,適合進行程式碼撰寫。隨後,作者介紹瞭如何使用 Ollama 建立本地 LLM API,並搭配 Aider 這款「程式配對」工具,實現 LLM 輔助程式碼編輯、重構及除錯。儘管 LLM 在自動化程式碼撰寫方面仍有待加強,但在理解錯誤訊息和提供除錯建議方面,卻展現了顯著的優勢,能有效縮短開發者排除問題的時間。
+ 這篇文章很有啟發性!對於想嘗試本地 LLM 專案但又不想被綁定特定供應商工具的人來說,提供了很好的方向。Qwen3:8b 的表現令人期待。
+ 雖然開源 LLM 在全自
程式開發

2025-07-23

Just wanna say that #opencode is much better than #aider. Not committing my changes with every prompt. Easily able to open my editor for the entire conversation. Pressing tab to switch between build and plan mode. And it not being written in python makes me feel better (though looks like it is go+bun... not sure if typescript feels much better than python). It really fits into my cli workflow using #kakoune as my main editor.

I know a lot of people have concerns about LLMs in this space, but they are getting very useful.

github.com/sst/opencode
aider.chat/

David Grajaldgrabla
2025-07-02

On the current Aider Leaderboard of the top 10 models, six are Chinese, three American, and one from Germany. Chinese labs already hold a clearly dominant position. @tngtech

Aider Leaderboard showing chinese dominance
2025-06-09

@dev_classmethod in this context it might be worth also mentioning #aider and #aiderel for #emacs -- can translate a TODO comment to code/fixes.

github.com/tninja/aider.el

2025-06-08

I like the .aider.prompt.org file. Sort of like a gptel chat buffer. I wish that it would post a summary of the interaction inside some kind of special summary block or drawer. Also I guess it would be neat to have aider as a model target in gptel.

#aider #aiderel #emacs #orgmode #gptel

2025-06-07

Started playing with #Aider and aider.el for #emacs aaaaaand so far I'm not impressed.

My colleague and good friend, who haven't really found a use-case for AI yet, thinks it rocks however. He's more of a low-level kernel coder, so that was surprising.

I really dislike the default of it committing stuff to git without my review first. I mean, I know I can revert, I have #magit for this, but I don't trust robots working in the background without my approval.

2025-06-06

Tonight I had my first longer #VibeCoding session using #Aider. The result is a significantly improved UX for #SPOV (a #fediverse answer-graph #visualization tool I develop for @kddk)

Especially improve: Highlighting specific posts in an answer graph. The user can now select to filter for content or author and there is a Regex-mode. Also the highlight-configuration can be specified via URL and such and URL can be copied based on the GUI-state.

spov.kddk.eu/show/https://mast

#fedivis

#python #django #JavaScript #svg

Screenshot of SPOV with some GUI-Widget and a medium sized answer-graph. This graph consists of 30 boxed connected with arrows. In the lower part there are more GUI-widgets and the beginning of the text content of the root post of the graph.
Zubizubi7
2025-06-05

Bonjour,

J'appelle à l'aide.

J'ai récemment créé un deuxième compte sur Mastodon et entre-temps j'ai changé de téléphone, maintenant je n'arrive plus à le rajouter lorsque que je vais dans "paramètres" et "ajouter un compte" ça me bifurque automatiquement sur mon compte principal..

Si quelqu'un a une solution..

Merci à vous.

2025-06-04

Pour les abonné.es #citiz qui veulent des statistiques d'utilisation, petit script en ruby qui permet de faire le point framagit.org/lolgzs/citiz-rese ( exercice pratique d'utilisation #emacs aider.el et #aider.chat )

2025-05-31

Played around with a gptel chat buffer using a prompt to generate aider src blocks that I can execute to drive an active aider session. Fun stuff. Would be cooler if the block would return a summary of the charge instead of a direction to view the aider session.
#emacs #orgmode #gptel #aider #aidermacs
github.com/karthink/gptel
github.com/localredhead/ob-aid

2025-05-29

Has anyone figured out how to use #aider with #jj ?

I have set jj to colocate with git, and aider not to autocommit, but I still get:

#jujutsu

"Unable to read staged files" error.

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst