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

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
U
Unit 42
A
About on SuperTechFans
Vercel News
Vercel News
B
Blog
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
D
Docker
V
Visual Studio Blog
博客园 - 叶小钗
The Cloudflare Blog
Jina AI
Jina AI
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏

The Register - On-Prem

Ohio hits pause on datacenter tax breaks draining its coffers Europe told to cool its datacenter boom before water and power run short Kyndryl takes employees' pulse while cutting off circulation for some Outlook has an image problem Microsoft says cu l8r to text message security 'Workforce rebalancing' comes for Kyndryl, and delivery teams are in the firing line MAGA's Mace wants to make power bills great again, calls for datacenter moratorium Datacenters slurping up so much juice they boosted prices 75% in largest US energy market Exploited Exchange Server flaw turns OWA inboxes into script launchpads Utah mega datacenter could dump 23 atomic bombs worth of energy per day Rust stalks IBM mainframes, but only in nightly form Iran war hits datacenter building supply chains, upping costs ON CALL: Custom PC worked in the lab, failed on site – and so did the angry client ShinyHunters claims dump puts 119K Vimeo emails in the wild Vodafone dials up full control of VodafoneThree Palantir CEO: 10 percent of world 'professionally hates us' Bad news for OpenClaw stans: Apple’s Mac Mini starts at $799 AWS networking lab tour: Making networking disappear Royal Navy chief backs drones, robot ships Bank of England is gold standard for tech projects, says PAC UK pensions dept shopping for spy-van tech worth up to £2M Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia Microsoft levels up Azure Local for sovereign clouds Cloudflare: autocrats, wars, and votes caged the net in Q1 ZTE & XLSMART launch Jakarta AI & 5G-A Innovation Center When robots join the race: 5G-A powers a new kind of marathon 5G-A powers a new kind of marathon Oracle plans to power its New Mexico DC with fuel cell farm DCMS to new CDIO: Microsoft migration, overhaul ERP, survive
Rebrand automation as 'zero-token architecture' to master AI
2026-04-09 · via The Register - On-Prem

REG AD

On-Prem

Call your existing automation ‘zero-token architecture’ to become an instant agentic AI wiz

Kubernetes luminary Kelsey Hightower thinks IT pros need to get smart about thriving in a world that’s trying to hide deep tech

As businesses drink the agentic AI Kool-Aid and go looking for productivity enhancements, IT professionals can deliver by rebranding their existing automations as “zero-token architecture,” according to Kelsey Hightower, a former Google distinguished engineer and a notable early promoter of Kubernetes.

Speaking at Nutanix’s .NEXT conference in Chicago on Wednesday, Hightower said he’s spoken to IT professionals who say they intend to use agentic AI to automatically handle requests for new passwords by parsing users’ requests typed into Slack messages.

“The agent will burn $2 trillion worth of tokens and call an API,” he joked. He also shared a four-letter acronym he recommends as an alternative: B-A-S-H, for the Bash command line tool which he pointed out can use the data transfer tool cURL to automate password resets.

REG AD

Hightower suggested describing the combination of Bash and cURL as “the zero-token architecture,” because many organizations are starting to introduce token consumption quotas to control their AI bills.

REG AD

He also recommended continuing to use automation tools like Puppet, Ansible, and Chef, and techniques like storing configuration files in etc/cron.d, but rebranding them.

“Just rename that to etc/agent.d, and you’ll have all these agents doing all these automatic things using the zero-token architecture,” he suggested.

On a more serious note, Hightower suggested cheeky rebranding can help IT pros to keep their jobs as AI enables more, and more sophisticated, automations – if they first develop deep technical skills.

To show how, he said some careers build 20 years of work on one year of learning.

“They learn how to install Linux, and make no progress after that, or learn how to manage the switches and made no progress after that,” he said.

Hightower thinks IT professionals need to go deeper and develop an understanding of technology platform fundamentals – so-called “hard skills.” But he also thinks soft skills are increasingly important, because the aim of AI and other automation tools is to reduce reliance on hard skills by learning from IT professionals’ experience.

“We train the machines,” he said. “It's your real-life experiences, every bug you fix, everything you share with other people on GitHub, all of that became the training data.”

Automation can’t replace soft skills like intuition, expressing a style, or sharing an opinion based on human experience.

REG AD

“You know that piece of software is going to crash in the middle of the night, because that's when the backups run,” he said.

“I guarantee you in 10 years, hopefully most of you will still be here,” Hightower added. “Maybe your job will be slightly different. But I guarantee you those that understand the fundamentals will be the most creative among us,” he said. “The people who know the underlying parts of the stack, those are the people who create the new programming languages, they create the new abstractions, because they understand the details below.”

And their soft skills will remain important too, to help IT pros do clever things like knowing when to deploy a zero-token architecture. ®