Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is free, unlimited, and source-available on Github. Star Us to help devs discover the project. Do give it a try and share your feedback for improving the product.
In earlier discussions, we explored several ...
I encountered an issue with Git that I’ve been unable to fully resolve.
While I’ve successfully addressed most related problems, one issue still remains. Specifically, the git clone command does not work on my secondary drives (D: and E:).
Although it functions correctly on my primary drive(C:).
I have already attempted to modify the permissions for these drives, but this ha...
Rust is a strong fit for agent runtimes, but until now it has largely lacked a first-class runtime and budget enforcement layer.
We built cycles to add pre-execution budget and action control to Rust agents with an API that leans into ownership and compile-time safety.
The key ideas:
commit(self) consumes the guard, so double-commit becom...Claude Code keeps a lot of data in ~/.claude/ that most people never look at. I wanted to know what was there, so I built a scanner.
On my machine it found:
The memory files are markdown with frontmatter, organized ...
On March 24, 2026, a supply chain attack against LiteLLM — one of the most widely deployed LLM proxy and observability libraries — compromised the PyPI packages used by engineers to instrument their AI agents. The attacker had already worked through two upstream targets: Aqua Security's Trivy scanner (March 19), then Checkmarx's KICS and AST GitHub Actions (March 23). LiteLLM's CI/CD pipeline r...
The way developers use AI for coding has changed a lot over the past year. Not long ago, running a local language model meant accepting weaker results compared to cloud tools like GPT-4 or Claude. That trade-off is no longer as obvious.
In 2026, several open models are performing surprisingly close to proprietary systems. In some coding-specific tasks, they even take the lead. This shif...