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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
博客园_首页
爱范儿
爱范儿
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Y
Y Combinator Blog
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
月光博客
月光博客
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans

The Register - Software: AI + ML

Anthropic, now atop the AI bubble, files for its IPO Sick and wrong: Ontario auditors find doctors' AI note takers routinely blow basic facts OpenAI exec says it will burn $50B on compute this year Astera speaks softly and carries a big switch Anthropic unleashes finance agents for Claude IBM asks DBAs to trust AI to act on their behalf ServiceNow adds agent kill switches to AI control tower British mathematician hands OpenClaw agent a credit card Microsoft fixes VS Code after Copilot credited human code Shadow IT has given way to shadow AI. Enter AI-BOMs AI inference just plays by different rules How TeamViewer ONE transforms IT operations from firefighting to autopilot How TeamViewer ONE transforms IT operations firefighting aut Inference is giving AI chip startups a 2nd chance to shine How to roll your own local AI coding agents CIOs will be the governors for AI agents Govern your bots carefully or chaos could ensue Mozilla pushes back against Google's Prompt API SAP user group slams 'uncertainty' in ERP giant's API policy Microsoft boss tells investors the company is working to 'win back fans' Anthropic tops OpenAI in LLM revenue stakes Amazon's chips become a $20B business Fooling large language models just keeps getting simpler Amazon tells its engineers to review all AI output ZTE powers 2026 Jiangsu Football League with 5G-A & AI robot Future holiday horror: ‘A robot lost my luggage in Tokyo’ The future of software development has less development OpenAI jumps out of Microsoft's bed, into Amazon's Bedrock Vintage chatbot lives in the past like an elderly relative IBM's AI coding 'partner' Bob hits general availability
Rebrand automation as 'zero-token architecture' to master AI
2026-04-09 · via The Register - Software: AI + ML

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. ®