Live data from Hacker News

Ask HN: Is Zig worth it over Rust in 2026?

news.ycombinator.com

1–10 of 19 posts

Ask HN: Is Zig worth it over Rust in 2026?

#1
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 (syntax, tooling, community). This was years ago. Zig is way more mature now. I'm still curious about it. But I recently read an article (cannot find it anymore…) claiming that AI handles way better Rust than Zig. The Rust compiler prevents AI to build non-sense. The author switched from Zig to Rust just for this reason. So I was wondering if Zig is still a smart choice in 2026 with AI over Rust? Enough to migrate tools from Rust to Zig?

Re: Ask HN: Is Zig worth it over Rust in 2026?

#10
I may be wrong, but my personal experience is just that AIs are better at better-documented languages. By now, Rust is very well documented, perhaps significantly better than Zig (I haven't verified!).

Try asking an AI to write OpenCL shaders for you. It constantly hallucinates function calls that don't exist. I presume it is just because the language is does not have the ocean of documentation that others have.

Post reply on HN