New youtube video: aider, a tool to make LLMs aware of your codebase
New youtube video: aider, a tool to make LLMs aware of your codebase
#RFC: use a single cross-IDE `.repo_context` file for #agent rules and conventions, instead of the proliferation of config files for #claude code, #cursor, #windsurf, #aider, etc.?
We don't need `CLAUDE.md`, `.cursorrules`, `global_rules.md`, `.windsurlrules`, `CONVENTIONS.md` when a single one will suffice. They all contain basically the same thing – it's unbecoming.
AgentAPI – HTTP API for Claude Code, Goose, Aider, and Codex
https://github.com/coder/agentapi
#HackerNews #AgentAPI #HTTP #API #ClaudeCode #Goose #Aider #Codex
Short of doing an actual rewrite, I used the prompts from this article almost verbatim to get a handle on a confusing-to-me #Golang code base, using #Aider with Claude-3.5-sonnet. The resulting sequence diagram and test plan are in code review now but look sensible to me. https://github.blog/ai-and-ml/github-copilot/modernizing-legacy-code-with-github-copilot-tips-and-examples/
"Nous sommes tous des êtres humains.
Nous devons chercher à nous faire du #bien, à nous #aider les uns les autres, plutôt qu'à nourrir la #haine "
- Ai Weiwei
"... [...]
Sur le pain blanc des journées [...]
Sur les champs sur l'horizon
Sur les ailes des #oiseaux
Et sur le moulin des ombres,
J'écris ton nom ..."
• 🧠 Built on #LangGraph agent-based task execution framework with optional integration with #aider for specialized code editing
• 🌐 Includes web research capabilities powered by #Tavily API for intelligent context gathering
My experience with #vibecoding
First, it's rave time, as it does half a day worth of work in 5 minutes.
Then it's #goodvibes, adding features and stuffs.
Then it's #badvibes, when it hits a snag and no amount of prompting can make it see or fix the problem.
Then I get bored and chuck it away.
Was true with #Aider + #GPT4 and #claude35sonnet, is also true with #ClaudeCode
(2) this little node.js proof of concept was created using Aider(1), which works similar to Copilot. Funny little side project; creating bulk of code never has been this fast.
Aider: Using Uv as an Installer — https://simonwillison.net/2025/Mar/6/aider-using-uv-as-an-installer/
#HackerNews #Aider #Uv #Installer #Tech #Innovation #Software #Development
#AiderDesk for #AI-powered #coding workflow enhancement ✨
#AiderDesk is a desktop application that brings the power of #aider to your fingertips with a modern #GUI, letting you leverage #AI to accelerate coding tasks with seamless project management
Premier poste sur mastodon. Chouette!
Illumination du jour, bonjour ✨
Un vertige aujourd’hui. Je nous souhaite d’aider les autres à gravir leur montagne et de réaliser qu’en les aidant, on atteint nous aussi le sommet. Je nous souhaite de prendre un humain par la main ⛰️😉❤️🙏
🔒 End-to-end security with local key management & no data storage
📊 Achieves new SOTA 64.0% on #aider polyglot benchmark with 14X cost reduction
⚡ Features include instant responses, high configurability & #opensource codebase
🤖 New post! How I set up #Aider for AI pair programming in #Ruby dev containers (and other Python-less environments): https://buff.ly/3DG0rfA
📱 aider tip: Save Money with Prompt Caching! 💰
Originally pioneered by DeepSeek and after adopted by Anthropic, this game-changing feature significantly reduces token generation time and costs. 🚀
#AI #TechTips #aider#Productivity #AI Tools #Programming #TechTutorial #AITechnology #DevTools
I've been using #Aider on some light coding/infrastructure work the past few days and am really impressed. It goofed a couple of things, but me falling back to a web search and correcting the AI worked great. This is the closest I've seen AI get to real pair programming. https://aider.chat
ok, I dinked around with #Aider for an hour today and definitely see promise. I used it to build a simple Flask app that passes a value to an external API, then formats the response into a human readable view—not huge, but not as trivial as "hello world.” It excelled at handling the API request/response and test coverage. It struggled with `uv` and setting up `pyproject.toml` correctly, maybe because that's still kind of bleeding edge?