Rust 1.98 发布:打破代数运算性能瓶颈,编译器可重排更多运算
Rust 1.98 正式发布,新增代数浮点运算优化,可重排更多运算,大幅提升性能并稳定多项API。
IT之家 8 月 22 日消息,科技媒体 Linuxiac 昨日(8 月 21 日)发布博文,报道称 Rust 团队更新推出 1.98 版本, 重点加入面向 f32 和 f64 浮点类型的“代数浮点”(algebraic floating-point)方法,同时加快整数格式化,并稳定多项标准库 AP…
Show HN: INXM // local` OSS for using LLM as compiler and not as runtime
本地优先的Rust桌面应用,让LLM只做编译器,执行路径零AI即兴发挥。
Article URL: https://github.com/inxm-ai/inxm-local Comments URL: https://news.ycombinator.com/item?id=49362974 Points: 4 # Comments: 3
I Built the World's First AI-to-AI Communication Language
AI 模型间互不理解的痛点,用一门全新编程语言来解:开源、本地运行,内置编译器和 50+ 张量操作。
🟢 I Built the World's First AI-to-AI Communication Language TL;DR: Создал Vireo — язык программирования для ИИ-моделей. Компилятор, интерпретатор, API…
AI 编程语言 Mojo 推出 1.0 正式版,预计年内开源编译器及相关工具链
AI编程语言Mojo正式版发布,统一语法并强化引用诊断,即将开源工具链,适合高性能AI开发。
IT之家 8 月 12 日消息,Modular 现已正式发布 AI 编程语言 Mojo 1.0 版本,新版进一步整理了语法和类型系统,并针对“引用失效”问题加入了部分诊断能力。 具体来看,本次 Mojo 1.0 在语言设计方面统一了此前存在多种表达方式的功能(包括变量声明、闭包以及指针类型等),同时…
阿里达摩院开放 15 项芯片与 AI 研究课题,启动“阿里星”顶尖人才招募
达摩院一口气开放15项芯片与AI课题,直指自研芯片全栈工具链,顶尖人才“阿里星”计划同步启动,硬核前沿探索值得关注。
IT之家 8 月 6 日消息,阿里达摩院今日宣布了面向 2027 届毕业生 的“阿里星”顶尖人才招募培养计划。 达摩院今年已开放 15 项研究课题 ,涉及 AI 芯片、新型 CPU 架构、医疗多模态智能体、 AGI 决策等众多前沿探索。IT之家付具体课题如下: 芯片方向 AI 芯片编程模型设计实现 …
Show HN: Svelte-rs – a Svelte compiler in Rust
用 Rust 重写 Svelte 5 编译器,输出与官方一致,速度飙升约 9 倍,实测生产代码快 8-10 倍。
Article URL: https://github.com/MrWaip/svelte-rs Comments URL: https://news.ycombinator.com/item?id=49161336 Points: 3 # Comments: 0
Demystifying Deep Learning Compiler Front End Bugs: An LLM-Aided Empirical Study
首次用LLM辅助系统剖析深度学习编译器前端缺陷,为编译器调试与AI结合提供实证新视角
Article URL: https://arxiv.org/abs/2607.25651 Comments URL: https://news.ycombinator.com/item?id=49150741 Points: 1 # Comments: 0
Compiled AI: Deterministic Code Generation for LLM-Based Workflow Automation
给LLM工作流加“编译器”,把不确定的AI输出变成确定性代码,工程效率直接拉满。
arXiv:2604.05150v2 Announce Type: replace-cross Abstract: We study compiled AI, a paradigm in which large language models generate executable code art…
Agentic Harness for Real-World Compilers
编译器bug难修?这项研究用Agentic Harness结合大模型,直击稀疏低描述性bug痛点,自动化修复路径清晰可见。
arXiv:2603.20075v2 Announce Type: replace-cross Abstract: Compilers are critical to modern computing, yet fixing compiler bugs is difficult. While rec…
Show HN: Rextio – Compile Python code natively using Rust with CPython fallbacks
把类型化Python函数AOT编译成Rust原生代码,性能拉满还能自动回退CPython,Rust与Python混编神器。
Hi, HN! Let me introduce my experimental project Rextio. While Python is widely used in fields such as AI and data analysis and offers the advantage o…
Ask HN: Is Zig worth it over Rust in 2026?
2026年 Zig vs Rust 选择再起争论:AI 代码生成能力成新变量,社区经验告诉你谁更香
I used to know people who switched from Rust to Zig, and swore they would never go back to Rust. I personally tried Zig but I definitely prefered Rust…
Show HN: filtersql – a dependency-free JSON-to-SQL compiler for LLMs and WebAPIs
将JSON请求零依赖编译为SQL,专为LLM和Web API场景设计,让数据查询更智能高效。
Article URL: https://github.com/fthiella/filtersql/ Comments URL: https://news.ycombinator.com/item?id=49032936 Points: 2 # Comments: 1
HERAKLES: Hierarchical Skill Compilation for Open-ended LLM Agents
通过层级技能编译(Hierarchical Skill Compilation),让LLM代理在开放场景中高效组合与复用技能,突破任务上限
arXiv:2508.14751v2 Announce Type: replace Abstract: We study goal-conditioned reinforcement learning in partially observable environments with sparse …
英特尔发布 8864 显卡驱动程序,为三款游戏解决着色器编译版本冲突问题
IT之家 7 月 21 日消息,Intel(英特尔)当地时间 20 日宣布为其 Arc(锐炫)显卡发布 Windows 操作系统下的 32.0.101.8864 版本驱动程序。该版本未得到 WHQL 认证。 IT之家注意到,8864 为《刺客信条:黑旗记忆重置》《刺客信条:影》《彩虹六号:围攻》的一…
An MLIR-Based Compilation Method for Large Language Models
提出基于MLIR的大语言模型编译新方法,有望显著提升模型推理效率与硬件适配能力。
arXiv:2607.15865v1 Announce Type: new Abstract: Large Language Models (LLMs) have become the dominant workload on modern AI accelerators, yet deployin…
Mario Kart Wii 静态重编译游戏下月登陆 PC:支持 4K 输出,200 多条赛道
静态重编译让 Mario Kart Wii 登陆 PC,支持 4K 输出与 200 多条赛道,带来经典竞速的极致视觉与内容扩展体验。
IT之家 7 月 18 日消息,科技媒体 Tom's Hardware 昨日(7 月 17 日)发布博文,报道称开发者 @patchzyy 发布最新视频, 展示借助 AI 打造的 Mario Kart Wiicompiled 项目,是“首个 Wii 静态重编译”游戏。 IT之家注:静态重编译(Sta…
How Our Rust-to-Zig Rewrite Is Going
30万行Rust代码重写为Zig的里程碑进展,分享迁移过程中的关键经验与收获
Article URL: https://rtfeldman.com/rust-to-zig Comments URL: https://news.ycombinator.com/item?id=48933149 Points: 367 # Comments: 204
Show HN: An incremental build cache for Rust on GHA
Rust项目GHA编译慢?这个增量缓存工具复用分支缓存,大幅加速CI构建。
Hi HN, I'm Kyle, the creator of Clipper, a container registry with 7x faster builds via lazy pulls and cache mount exports. In the process of implemen…