← Back to Product Feed

Hacker News Show HN: VT Code – Rust TUI coding agent with multi-provider support

An open-source, multi-provider semantic coding agent built in Rust, offering local inference, structured code search, and support for various LLMs and agent protocols, emphasizing user choice and open engineering.

12
Traction Score
2
Discussions
Apr 25, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
An open-source, multi-provider semantic coding agent built in Rust, offering local inference, structured code search, and support for various LLMs and agent protocols, emphasizing user choice and open engineering.
VT Code addresses the developer demand for flexible, powerful, and locally controllable AI coding assistance. By supporting multiple LLM providers, including open-source models and local inference, it mitigates vendor lock-in and enhances data privacy, critical for enterprise adoption. The integration of semantic code understanding via `ast-grep` and `ripgrep` elevates its utility beyond basic code generation, enabling more sophisticated refactoring and analysis. Built in Rust with a TUI, it offers performance and a distinct user experience. This product capitalizes on the trend towards agentic engineering, providing a robust, customizable "coding harness" that empowers developers with choice and control over their AI-augmented workflows.
Hi HN, I built VT Code, a semantic coding agent. Supports all SOTA and open sources model. Anthropic, OpenAI, Gemini, Codex. Agent Skills, Model Context Protocol and Agent Client Protocol (ACP) ready. All open source models are support. Local inference via LM Studio and Ollama (experiment). Semantic context understanding is supported by ast-grep for structured code search and ripgrep for powered grep.I built VT Code in Rust on Ratatui. Architecture and agent loop documented in the README and DeepWiki.Repo: https://github.com/vinhnx/VTCodeDeepWiki: https://deepwiki.com/vinhnx/VTCodeHappy to answer questions!I believe coding harnesses should be open, and everyone should have a choice of their preferred way to work in this agentic engineering era.
Rust TUI coding agent multi-provider support semantic coding agent SOTA and open sources model Anthropic OpenAI Gemini Codex

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is VT Code – Rust TUI coding agent with multi-provider support?
VT Code – Rust TUI coding agent with multi-provider support is analyzed by our AI as: An open-source, multi-provider semantic coding agent built in Rust, offering local inference, structured code search, and support for various LLMs and agent protocols, emphasizing user choice and open engineering.. It focuses on VT Code addresses the developer demand for flexible, powerful, and locally controllable AI coding assistance. By supporting multiple LLM providers,...
Where did VT Code – Rust TUI coding agent with multi-provider support originate?
Data for VT Code – Rust TUI coding agent with multi-provider support was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was VT Code – Rust TUI coding agent with multi-provider support publicly launched?
The initial public indexing or launch date for VT Code – Rust TUI coding agent with multi-provider support within our tracked developer communities was recorded on April 25, 2026.
How popular is VT Code – Rust TUI coding agent with multi-provider support?
VT Code – Rust TUI coding agent with multi-provider support has achieved measurable traction, logging over 12 traction score and facilitating 2 recorded discussions or engagements.
Which technical categories define VT Code – Rust TUI coding agent with multi-provider support?
Based on metadata extraction, VT Code – Rust TUI coding agent with multi-provider support is categorized under topics such as: Rust TUI coding agent, multi-provider support, semantic coding agent, SOTA and open sources model.
Are there open-source alternatives related to VT Code – Rust TUI coding agent with multi-provider support?
Yes, the GitHub ecosystem contains correlated projects. For example, a repository named Infatoshi/OpenSquirrel shares highly similar architectural descriptions and topics.
How does the creator describe VT Code – Rust TUI coding agent with multi-provider support?
The original author or development team describes the product as follows: "Hi HN, I built VT Code, a semantic coding agent. Supports all SOTA and open sources model. Anthropic, OpenAI, Gemini, Codex. Agent Skills, Model Context Protocol and Agent Client Protocol (ACP) rea..."

Community Voice & Feedback

dnaranjo • Apr 25, 2026
This is a thoughtful stack. A few observations and questions from someone who's been building with similar tooling.The ast-grep + ripgrep combination for semantic context is the right architectural choice. Pure embedding-based retrieval tends to fail on codebases with non-trivial inheritance hierarchies or polymorphism, where structural search beats semantic similarity. I'd be curious how you're balancing the two: does ast-grep run first as a structural filter, with ripgrep for content matching, or are they used independently depending on the query type?On the multi-provider abstraction: Anthropic, OpenAI, and Gemini have meaningfully different tool-calling schemas, and Codex (the CLI tool) adds another layer because it wraps OpenAI's API but with its own conventions. How are you handling the schema translation? Most "multi-provider" implementations I've seen end up with provider-specific code paths that defeat the abstraction.ACP support is interesting. I haven't seen many agents implement it yet, mostly MCP. Is your read that ACP is going to gain adoption, or is including both more about hedging?The local inference angle (LM Studio, Ollama) matters for use cases where source code can't leave the network. Have you benchmarked which open models hold up reasonably for tool-calling-heavy workflows? In my experience most local models below 70B struggle with multi-turn tool use even when their raw code generation is decent.Rust + Ratatui is a strong DX choice. Will check out the DeepWiki.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.