惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
Jina AI
Jina AI
B
Blog
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
腾讯CDC
C
Check Point Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
罗磊的独立博客
B
Blog RSS Feed
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 叶小钗
M
MIT News - Artificial intelligence
GbyAI
GbyAI

Hacker News: Launches

Launch HN: Mireye (YC S26) – Infrastructure for Physical World AI Agents Launch HN: RonanRX (YC S26) – Personalized Peptides and GLP-1s NORI A3 — Affordable bimanual robot GitHub - Hebbian-Robotics/hflow: SDK for robotics teams to verify the quality of their data used for AI model training. Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots Risklytics: Insurance for the Frontier The Router for Voice AI | Speko Research — Material Discovery Bench Keet | Learn anything Stoa | The market behind AI hardware ProvenMetal. Fast circuit boards. Built in America. HyperProbe — Your 24/7 AI On-Call Agent Bullet · Fast, by design. E.env — Environments for intelligence that adapts Hoplite Build internal tools with AI. Safely. Tokenless | The router that cuts your inference bill in half Home | Rise Reforming Launch HN: Screenpipe (YC S26) – Power your agents by your 24/7 screen recording GitHub - onecli/onecli: Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys. Build content creation into your app | Unlayer Launch HN: Bloomy (YC S26) – AI-powered mastery learning for K-12 Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps GitHub - runvendo/vendo: Embedded agents your customers use to automate work, build views, and connect their tools. API reference — Coasty Computer Use API Agnost AI: Catch Agent Failures Your Evals Miss Almanac - hosted wiki and source library Context.dev: Web Scraping & Crawl API for AI Agents Manufact | Build and Deploy MCP Agents, Servers & Apps Launch HN: Parsewise (YC P25) – Reason Across Documents with an API
Launch HN: General Instinct (YC P26) – Frontier models on...
2026-06-06 · via Hacker News: Launches

Hey HN, Guanming and Bill here from General Instinct (https://general-instinct.com/).

After years of working in robotics, we kept running into the same problem: the best models never fit the hardware we actually had available.

The models that performed best were usually designed around datacenter assumptions: large GPUs, lots of memory bandwidth, and reliable network access. But most physical systems have the opposite constraints.

That led us down the path of figuring out how much of a frontier model could be preserved while still making it practical to run on edge hardware.

As part of that work, we recently open sourced InstinctRazor (https://github.com/General-Instinct/InstinctRazor)

One result we're excited about is compressing Qwen3.5-122B-A10B, a roughly 245 GB BF16 MoE model, into a 48 GiB GGUF. The resulting model is actually smaller than Gemma-4-26B-A4B while outperforming it on benchmarks like MMLU-Pro and GPQA-D etc. we preserve the parts that are always active (router, norms, Gated-DeltaNet/SSM layers, vision pathway, etc.) and quantize the routed experts much more aggressively. We then use on-policy distillation to recover capability lost during quantization.

The model can also run in a "small GPU" configuration where experts are streamed from system RAM. With an 8k context window, peak VRAM usage is around 7.6–8 GB.

If you're interested in the technical details, we wrote up the approach here (https://general-instinct.com/blog/frontier-moe-sub-4-bit)

We're especially interested in hearing from people deploying models onto robots or other edge devices. What models are you trying to run locally today? What has been the biggest bottleneck in getting them into production?