نظرة عامة

رصد مجتمع Hacker News هذا الخبر الذي حصد 6 نقطة و0 تعليق خلال ساعات قليلة، مما يجعله من أبرز أخبار الذكاء الاصطناعي اليوم. المصدر الأصلي: news.ycombinator.com.

في هذا المقال نستعرض أبرز ما جاء في هذا الخبر، تحليله من منظور عربي، وما يعنيه للمستخدمين العرب المهتمين بأدوات الذكاء الاصطناعي.

التفاصيل

Hi folks, today we&#x27;re launching QVAC SDK [0], a universal JavaScript&#x2F;TypeScript SDK for building local AI applications across desktop and mobile.<p>The project is fully open source under the Apache 2.0 license. Our goal is to make it easier for developers to build useful local-first AI apps without having to stitch together a lot of different engines, runtimes, and platform-specific integrations. Under the hood, the SDK is built on top of QVAC Fabric [1], our cross-platform inference and fine-tuning engine.<p>QVAC SDK uses Bare [2], a lightweight cross-platform JavaScript runtime that is part of the Pear ecosystem [3]. It can be used as a worker pretty much anywhere, with built-in tooling for Node, Bun and React Native (Hermes).<p>A few things it supports today:<p><pre><code> - Local inference across desktop, mobile and servers - Support for LLMs, OCR, translation, transcription, text-to-speech, and vision models - Peer-to-peer model distribution over the Holepunch stack [4], in a way that is similar to BitTorrent, where anyone can become a seeder - Plugin-based architecture, so new engines and model types can be added easily - Fully peer-to-peer delegated inference </code></pre> We also put a lot of effort into documentation [5]. The docs are structured to be readable by both humans and AI coding tools, so in practice you can often get pretty far with your favorite coding assistant very quickly.<p>A few things we know still need work:<p><pre><code> - Bundle sizes are larger than we want right now because the current packaging of Bare add-ons is not as efficient as it should be yet - Plugin workflow can be simpler - Tree-shaking is already possible, but at the moment it still requires a CLI step, and we&#x27;d like to make that more automatic and better integrated into the build process </code></pre> This launch is only the beginning. We want to help people build local AI at a much larger scale. Any feedback is truly appreciated! Full vision is available on the official website [6].<p>References:<p>[0] SDK: <a href="http:&#x2F;&#x2F;qvac.tether.io&#x2F;dev&#x2F;sdk" rel="nofollow">http:&#x2F;&#x2F;qvac.tether.io&#x2F;dev&#x2F;sdk</a><p>[1] QVAC Fabric: <a href="https:&#x2F;&#x2F;github.com&#x2F;tetherto&#x2F;qvac-fabric-llm.cpp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tetherto&#x2F;qvac-fabric-llm.cpp</a><p>[2] Bare: <a href="https:&#x2F;&#x2F;bare.pears.com" rel="nofollow">https:&#x2F;&#x2F;bare.pears.com</a><p>[3] Pear Runtime: <a href="https:&#x2F;&#x2F;pears.com" rel="nofollow">https:&#x2F;&#x2F;pears.com</a><p>[4] Holepunch: <a href="https:&am

المصدر الأصلي

هذا الخبر مأخوذ من منصة Hacker News — المجتمع التقني الأكثر متابعة في العالم.