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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
L
LangChain Blog
Jina AI
Jina AI
博客园 - 叶小钗
B
Blog RSS Feed
Recent Announcements
Recent Announcements
H
Help Net Security
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
B
Blog
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客

The Register - Special Features

Troops’ phones gave away location data to foreign adversaries Qualcomm picks bad time to pitch a $300 laptop platform AI agents get their own phone directory built atop DNS Carnival confirms ShinyHunters cruised off with 6M customer records after April breach Google engineer accused of turning Year in Search secrets into Polymarket payday Are we human? India's cyber agency sets clock at 12 hours to tackle exploited bugs as AI turns up the heat Broadcom gets early start on WiFi 8 with next-gen wireless routing kit Are we human? Microsoft Excel champ proves he still has the formula Anthropic co-founder hallucinates ghost in the machine Anthropic co-founder hallucinates ghost in the machine NASA plans Moon Base buildout with rovers, drones, cargo landers MyPillow must decide whether to be firm or soft as ransomware crims demand pay Starship shows it can deploy satellites, but Moon mission clock still ticks Huawei's chip law looks less like Moore and more like marketing Experts pour cold borscht on Farage's Russian hack claim Logitech unveils a cushioned mouse for all-day use AI eyes scanning for bugs create a worrisome Linux security trend A Russian speaker and jailbroken Gemini went on a hacking spree and emptied at least one MAGA victim's crypto wallets AI datacenter boom collides with US grid reality Media giant settles for $930k amid user-snooping allegations AT&T sues to ditch Cali copper phone lines to save billions FBI warns of Kali365 as device code phishing soars Techie claims Trump Mobile website was leaking thousands of people's data BOFH: Vibe-coded solutions arrive for problems nobody has Dems slam Trump for making cybersecurity hold out the tin cup while splurging on ballroom and Jan. 6 'slush fund' Google explains how it will infuse ads into AI answers AI is getting pricey, but relief is coming, but not for you Deus ex machina: Half of US Christians trust AI's spiritual advice
Developers build the best tools for developers – and are ...
Mark Pesce · 2026-06-17 · via The Register - Special Features

AI and ML

Fear and even grief are natural reactions to machines that do your job. The next reactions – acceptance and innovation – are more useful

Forty years ago, while working for a tiny subsidiary of a gigantic telco, I stumbled through pre-Git source code management and tried to avoid explosively devolving into a mess of conflicts after every merge. Thankfully, modern practices make it possible to work in massive, distributed teams, swarming around a codebase, working independently toward a collective goal.

That sounds a lot like what we're heading toward with agents, and here it touches a nerve: nearly everyone in software engineering feels a deep terror as an invasion of agentic systems sweep all before them.

Now that Stack Overflow has gone agent-first, what's left for us meatsacks? Shoulder-to-shoulder with the flesh-based cohort most immediately under the pump at a conference called AI Engineer Melbourne, I heard conversations about the future of software engineering working their way through denial, anger, bargaining, and depression, to ... coupon clipping?

Now that organisations have been weaned off earlier 'all you can eat' subscription plans and onto 'pay-as-you-go' metered token consumption, they're all in various stages of sticker shock. Several talks at the conference discussed managing token costs, such as AJ Fisher's exploration of 'diffusion' models. Analogous to the diffusers used to generate images, they generate text at lighting speed, making them cheaper to operate while also being less accurate than the pricey and slower “autoregressive” frontier models.

Fisher's solution? Use a low-quality model and make it iterate on a problem (that new classic, the Ralph Wiggum loop) until it gets a satisfactory solution. This approach delivers the same result as a full-fat model, for anywhere from one half to one tenth the spend. Google released its DiffusionGemma mode, which produces text at prodigious speed, just days after Fisher's talk, giving everyone the ability to try this approach.

But some engineers reject AI in 'all the things'. Annie Vella, author of the seminal essay "The Software Engineering Identity Crisis" shared what she's learned about the feelings of grief experienced by a cohort of software engineers, provoked by AI tooling. We've seen the field divide into 'all in' and 'never ever' camps (even in the pages of El Reg), with a broad middle cautiously getting their feet wet. That divide has roots in two styles of work: those who look for outcomes, and those who look for learning, for whom the journey into understanding is the whole point of the exercise. Short circuiting that journey with AI tools makes folks for whom the journey is the reward feel cheated. How do we breach the divide? Annie suggests sensitivity, listening, and openness to change on both sides - highlighting human qualities in the machine age.

Kaggle and fast.ai alum Jeremy Howard took a different tack, reminding the audience of the importance of critical thinking - really, a plea to just keep thinking, a refrain we'll be hearing a lot as we struggle to avoid nodding off in the warm bath of machine thoughts. He followed up with a demo of SolveIT, his still-in-beta tool combining some of the best aspects of Python notebooks, Mathematica, Wikipedia, and a chatbot, offering up a counterexample of an environment designed for swimming in the sea of knowledge, rather than floating off into mindless oblivion.

Finally, Daniel Rodgers-Pryor's "Fully Automated Luxury Gay Space Engineering" blew my mind with a practical, working vision for AI in the engineering department. Rodgers-Pryor's entire CI/CD pipeline feeds all of its metrics, messages, logs and user feedback into a set of AI agents that quickly identify issues, find the underlying problems, fix them, integrate solutions into the codebase, test them, and push them out to users.

What sounds like a recipe for disaster turns out to be a formula for a self-healing, 'anti-fragile' system that improves as the pressure on it increases. More users? Good. More metrics? Great! More messages and logs? Even better. Agents eat all of that data and use it to improve the performance of the overall system. Rodgers-Pryor's "closed feedback loop" reminds me of a 20th century production line worker dipping into the stream of bonbons (or widgets) eyeing a few for quality, then tossing them back into the stream. "This is your job now," he concludes. "How can you can make those feedback loops shorter and tighter?"

Software engineers have been forced to absorb more change in the last three years than in the previous thirty, and have every right to be a aggrieved about that. Yet as AJ Fisher, Annie Vella, Jeremy Howard and Daniel Rodgers-Pryor all portrayed in their own ways, adopting AI looks less like rolling over before the dictates of the machine, and more like exploring a whole new world. Like any journey into a new realm, perils and hardships await. Who's to say that's not the price of admission for a once-in-a-lifetime opportunity? ®

 The author attended AI Engineer Melbourne as a guest of the conference.