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

推荐订阅源

V
Visual Studio Blog
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
The Cloudflare Blog
D
DataBreaches.Net
J
Java Code Geeks
G
Google Developers Blog
L
LangChain Blog
N
Netflix TechBlog - Medium
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
量子位
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
博客园_首页
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
腾讯CDC

The Register

Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all New Android development tool designed for robots, not humans
Zig creator seeks 'uncompromising perfection' before bles...
Tim Anderson Tim Anderson · 2026-05-28 · via The Register

Software

Andrew Kelley interview describes paying monthly for cloud-powered AI coding as an 'insane proposition'

Andrew Kelley, inventor and BDFL (benevolent dictator for life) of the Zig programming language, was interviewed by Vitaly Bragilevsky, head of the Rust ecosystem at tool vendor JetBrains. 

Zig is a general-purpose language that aims to be as performant as C but with "fewer footguns," in Kelley's words. It is a niche language, at 82 on the latest RedMonk Programming Language Rankings, but well-liked by its users; last year's Stack Overflow survey has Zig as the fourth most admired language, defined as Zig developers who want to continue using the language.

We found the interview disjointed, perhaps because of the way it was edited, but nevertheless it touches on many of the key questions developers face today, including AI, GitHub reliability problems, and programming language choices.

Kelley describes why he created Zig, when other options including C, C++, Rust, and Go already exist. He said he set out to develop a digital audio workstation. He tried Go, but found interoperability with C libraries difficult, and said the garbage collector caused audio delays. He tried C++, or coding C-style using a C++ compiler, but found that small mistakes led to memory corruption bugs that took weeks to fix. He tried Rust but "really struggled to write code that would satisfy Rust's rules," and spent a month trying to make font rendering work.

Kelley's solution was to go in a different direction and create a new programming language. Zig, he said, "does not give up any of the power that C offers, while improving the flaws and weaknesses that C has."

As far as we can tell, the digital audio project remains in its early stages.

The Zig project is known for its no-AI policy, set out in the code of conduct. The reason, he said, is that AI contributions are "invariably garbage" and consume code review time that the team believes is better spent on human contributions. His view on AI, though, is more nuanced than these first remarks suggest. One of his objections to AI is that it is unteachable, whereas the team values mentoring contributors so that they may later become better contributors or even part of the core team. 

Another negative for AI tooling is that it is non-deterministic and therefore its output always needs review, even for something as simple as refactoring the name of a function. Kelley prefers deterministic tools in which he can have full confidence.

Regarding vibe coding – delegating all coding to AI – Kelley said it is interesting but he does not wish to use technology "controlled by four companies." He also said: "I'm not going to go from using my own computer and my own electricity, in order to use closed-source programming on someone else's computer through the network, that I have to pay for monthly. To me, that is an insane proposition."

"I'm always hearing people say that AI code works surprisingly well. But to me, that is not the bar that I want to hold software to. The bar that I want to hold software to is uncompromising perfection."

This perfectionist attitude is also evident in the progress of Zig, which after 11 years has reached version 0.16 and releases are sometimes characterized by major breaking changes. "When we tag 1.0 it will be a true, uncompromising labor of love," he said. It will also be a backward-compatibility promise, he said, whereas in pre-release the team can continue to improve the language without that constraint. The aim, he said, is to create a language for the next 50 years.

Why did Zig move from GitHub? "GitHub simply stopped working for us," he said. "We're here to write software. If our continuous integration server doesn't work, we need to find one that does."

Zig migrated to Codeberg, which Kelley said was "essentially a clone of GitHub, so it was an easy transition to make." He also likes that Codeberg is a German nonprofit, on the grounds that "I find nonprofits to be a more stable business than startups or corporations." Zig itself is funded by the Zig Software Foundation, which is a US 501(c)(3) nonprofit.

A contentious aspect of Zig is a decision three years ago to "fully eliminate LLVM, Clang, and LLD libraries from the Zig project," though the Clang compiler will remain. According to Kelley, "you want to avoid a dependency for your core product. We have done this with LLVM, so we're in the process of rectifying this mistake."

If JetBrains was hoping for endorsement of its tools, it was disappointed. "I have never used the JetBrains products because it's closed source," said Kelley. He uses a terminal and Vim (Vi improved) for coding, he said. 

One thing we did not learn is when to expect Zig 1.0. According to the release notes, though, "the 0.17.0 release cycle will be short." ®