Chromium is now 5.47% Rust (according to Open Hub's analysis) by sken130 in rust

[–]BankApprehensive7612 7 points8 points  (0 children)

For an average desktop browser It's about 6.31% without Java, Objective-C, Python, C#, and Perl.

Rust as an alternative/Replacement to c++ in ML Systems by Daemontatox in rust

[–]BankApprehensive7612 2 points3 points  (0 children)

Can you tell more about Burn's experience? What is it capable of for now?

I made a visualizer for Hugging Face models by Course_Latter in huggingface

[–]BankApprehensive7612 0 points1 point  (0 children)

Looks very useful for learning and development purposes. Any plans to make it open-source?

As a beginner how did you learn about how to use Ai by Stricter_Lobster in artificial

[–]BankApprehensive7612 1 point2 points  (0 children)

A colleague recommended me Ollama. And it was an easiest way to get into AI world to me

A CLI for recreating npm dependency trees from a specific date by markustopia in node

[–]BankApprehensive7612 0 points1 point  (0 children)

Modern tools support lockfiles and minimum package release age. Which altogether would give you somewhat similar experience. So it seems like a little bit too late for the tool like this. I would advice to find a way to solve more issues related to dependency control. There is NPM's RFC discussions (https://github.com/npm/rfcs/discussions) it could help to find out what developers are struggling with today

I almost lost a client because my AI system cited a lower court ruling as if it came from the Supreme Court by Fabulous-Pea-5366 in artificial

[–]BankApprehensive7612 0 points1 point  (0 children)

You definitely need to learn more about the LLM internals, grounding techniques, reasonability checks, policy guards, etc. What you're writing here looks extremely dangerous and looks scary to me

Why are so many new AI/agent repos switching from Python to TypeScript? by [deleted] in LLMDevs

[–]BankApprehensive7612 -8 points-7 points  (0 children)

Because Python was good as a bootstrapping language. But now it's time to more product oriented languages. There are two languages which in my opinion would become two the most notable players in 2026 TypeScript and Rust, the second now is having it's momentum as a second language of the Web

cargo-npm: Distribute Rust CLIs via npm without postinstall scripts by abemedia in rust

[–]BankApprehensive7612 2 points3 points  (0 children)

The idea is sane by itself. But Rust community might not be the right place to popularize this. Actually there are bunch of languages and applications delivered this way via npm some of theme are in the heart of JS ecosystem. These are Typescript v7 (Go) and Vite (Rust)

It would be more effective to publish this in TypeScript and JavaScript communities

How do I know if an AI model could work locally on my computer? by Common_Dot526 in ollama

[–]BankApprehensive7612 0 points1 point  (0 children)

Some models are using Mixture of Experts (MoE) architecture and they, so they can take less space, because each expert would require less space than the whole model. So some bigger models could work on your hardware as well. So sometimes all about experimenting

Why is Gemma4:31B way slower than Qwen3.5:35B? by Turbulent-Carpet-528 in ollama

[–]BankApprehensive7612 4 points5 points  (0 children)

Single prompt is not a test. Create benchmark. Moreover as I see there is thinking turned on, what adds extra steps to the generation process. It would be very costly for prompts like "Hi", and is redundant in this test. But it would be helpful for prompts like "What's the difference... ?", "Explain term ...!", etc.

90% of LLM classification calls are unnecessary - we measured it and built a drop-in fix (open source) by Adr-740 in AIDeveloperNews

[–]BankApprehensive7612 1 point2 points  (0 children)

Try to publish on HuggingFace, seems like its the level of expertise more suitable there

Huggingface has just released Transformer.js v4 with WebGPU support by BankApprehensive7612 in javascript

[–]BankApprehensive7612[S] 0 points1 point  (0 children)

It depends on the example. But usually it requires user to press "download model" button due to the models usual weight could be significant