Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

Coding the Future With AI

1.3k members • Free

AI Developer Accelerator

10.8k members • Free

2 contributions to AI Developer Accelerator
Open AI cost Optimization
Hey everyone! I use AI to review my diff files for pull requests. My goal is to review each hunk of the diff file, so I want the review from AI to be specific to each hunk. Currently, I loop over the hunks, and for each one, I make a request and then save the feedback with the hunk data. This approach is costly. I’m looking for a solution to reduce the number of AI requests while still getting feedback from the AI that is specific to each hunk.
Open AI cost Optimization
0 likes • Feb 10
Use DeepSeek v3 (ie by fireworks until DeepSeek is healthy again), its almost on the same level like sonnet. I often use it for source code exploration sending 200 requests in parallel, 1000 files at the whole to find the correct context. Costs around 50ct for all
Fun with Aider
Hi :) I just want to drop 2 of my recent Videos, maybe some find it interesting. --- Find Context in Large Codebases with /read-only-stub (aider) I have created a Draft PR for aider: The new command /read-only-stub allows the inclusion of read-only files as stubs in the chat context. This feature lets developers add file outlines without embedding the entire content, helping keep the context clean and manageable. You can use whole repos or a folder as context for initially picking which files are relevant for a user query. For further investigation the relevant stubs can be expanded. Similar to the repo-map feature, but more explicit and deterministic. --- MCP Servers in Aider: A Practical Experiment I’m showing a cool experiment where I connect MCP servers to Aider using a CLI tool called mpcm-aider. Although Aider doesn’t natively support MCP, this tool acts as a proxy to pull in external context like AI developments and Obsidian file contents. I walk through installing mpcm-aider from NPM, configuring MCP servers like Perplexity and Obsidian, and using them seamlessly with Aider. Follow along if you’re into generative AI and want to see more fun experiments. Happy coding!
1
0
1-2 of 2
Lutz Leonhardt Leonhardt
1
4points to level up
@lutz-leonhardt-leonhardt-6030
Software Engineer since 2007, focused on fullstack development with .NET/C#, python, react and angular. In the AI field I am a big fan of aider

Active 107d ago
Joined Feb 7, 2025
Powered by