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

推荐订阅源

The Hacker News
The Hacker News
F
Full Disclosure
Cloudbric
Cloudbric
Blog — PlanetScale
Blog — PlanetScale
W
WeLiveSecurity
N
News and Events Feed by Topic
T
Troy Hunt's Blog
V2EX - 技术
V2EX - 技术
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
B
Blog
GbyAI
GbyAI
C
Check Point Blog
B
Blog RSS Feed
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Recorded Future
Recorded Future
The Last Watchdog
The Last Watchdog
N
News and Events Feed by Topic
T
The Blog of Author Tim Ferriss
O
OpenAI News
V
V2EX
人人都是产品经理
人人都是产品经理
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
WordPress大学
WordPress大学
www.infosecurity-magazine.com
www.infosecurity-magazine.com
S
Security @ Cisco Blogs
C
Cisco Blogs
Security Latest
Security Latest
S
Security Affairs
V
Visual Studio Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Hacker News - Newest:
Hacker News - Newest: "LLM"
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
Last Week in AI
Last Week in AI
AWS News Blog
AWS News Blog
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
PCI Perspectives
PCI Perspectives
博客园_首页
U
Unit 42
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
Project Zero
Project Zero
Cisco Talos Blog
Cisco Talos Blog
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
L
LINUX DO - 热门话题
H
Hacker News: Front Page

Hacker News: Launches

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 TesterArmy: Test your app with AI, catch bugs before users do GitHub - Adam-CAD/CADAM: CADAM is the open source text-to-CAD web application Launch HN: Drafted (YC P26) – Models for residential architecture BitBoard — dashboards built with your favorite AI tools Launch HN: Transload (YC P26) – Measuring freight items with CCTV Scrapers & Crawlers Built and Maintained by AI | Intuned Launch HN: Hyper (YC P26) – Company brain to power agentic development Launch HN: Rudus (YC P26) – AI for concrete contractors Launch HN: Expanse (YC P26) – Unlock Wasted GPU Capacity Minicor | Scalable Desktop Automations Chert | iMessage Infrastructure for Reaching People at Scale GitHub - superset-sh/superset: Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine Runtime - The runtime for all your team's agents superlog Ardent — Database branching for coding agents Voker Launch HN: Kampala (YC W26) – Reverse-Engineer Apps into APIs Twill - The Software Factory for Your Team Relvy - Your runbooks, automated Freestyle - VMs and Git for AI Agents Launch HN: Sitefire (YC W26) – Automating actions to improve AI visibility Launch HN: Voltair (YC W26) – Drone and charging network for power utilities Launch HN: Canary (YC W26) – AI QA that understands your code Launch HN: Kita (YC W26) – Automate credit review in emerging markets Chamber | Your AIOps Teammate for GPU Infrastructure Launch HN: Voygr (YC W26) – A better maps API for agents and AI apps
Launch HN: General Instinct (YC P26) – Frontier models on edge devices
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?