Skip to content

Ridvay Code: The AI Coding Assistant That Actually Works #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tom-tgr
Copy link

@tom-tgr tom-tgr commented Apr 2, 2025

Why Ridvay Code is Awesome

I built Ridvay Code after hitting limitations with every AI coding tool I tried - Bolt.new, Lovable, Cursor, Replit, Cline, you name it. The fundamental issue was that they all rely on a single model architecture that inevitably falls short in specific coding contexts.

The key technical innovation in Ridvay is its multi-model backend that dynamically routes queries to the optimal AI model based on the specific coding task. This architecture significantly reduces hallucinations and improves code accuracy compared to single-model approaches.

Implementation-wise, Ridvay provides the expected features: it parses natural language, has workspace file system access, can spawn terminal processes, and supports customizable behavior profiles. But what matters is that the code it generates actually works without requiring extensive rewrites.

I designed this primarily as a tool I wanted for my own development workflow - something that could handle boilerplate, suggest implementations that don't break existing code, and adapt to project-specific patterns. If you're tired of fighting with AI assistants that waste more time than they save, Ridvay might be worth adding to your toolkit.

@@ -50,6 +50,7 @@ English | [한국어](./README-KR.md)
- [avante.nvim](https://github.com/yetone/avante.nvim) - Neovim plugin designed to emulate the behavior of the Cursor AI IDE. It provides AI-driven code suggestions and allows you to apply recommendations directly to your source files with minimal effort.
- [backnotprop/prompt-tower](https://github.com/backnotprop/prompt-tower) - A tool that helps you build prompts with many code blocks.
- [Augment Code](https://www.augmentcode.com/) - A AI coding assistant built for professional software engineers and large codebases.
- [Ridvay Code](https://marketplace.visualstudio.com/items?itemName=Ridvay.ridvay-code) - AI-powered coding agent for VS Code, manipulates files, runs commands, automates browsers, and adapts through Custom Modes to be your flexible development partner for more efficient software building.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. If I were you, I would remove "AI-powered" as all tools here are.

This is how I will pitch it or how I will buy in where I to read:

The most efficient development coding partner capable of manipulating files, execute commands, browse the net right inside VS Code.

Or something in those lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants