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

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

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
Devs in the trenches are stressed from the mandate to aut...
Thomas Claburn · 2026-06-19 · via The Register - Special Features

ai and ml

San Francisco plays host to hosting company's Localhost conference

On Thursday during a developer event held at San Francisco's St. Regis Hotel, the marketing stack failed. Literally.

During an AI agent workflow demo on the fourth floor balcony, the wind toppled a tower of three cardboard promotional display cubes. One of these – maybe three or four feet per side – fell over the edge of the balcony and plummeted onto Minna Street below.

Concerned staff rushed to the edge of the parapet and peered over. Evidently satisfied that no one had been injured, they proceeded to dismantle the other stack of boxes, just to be safe – an uncommon level of caution in the context of AI-assisted software development. 

Consider the incident a metaphor for the chaos created by the tech industry's frantic rush to automate whatever can be automated with machine learning models and associated tools.

The event, Localhost, was put on by hosting biz Render as a confab for devs building software for the "AI-native web." But many attendees expressed uncertainty about the rapid pace of change in the industry.

As one CTO attendee remarked, not realizing he was in earshot of a reporter, "How're we going to do this? I don't fucking know. That's what I have to figure out."

The CTO said he was looking for engineers to hire, the very thing major tech companies have been dumping to balance capex costs.

Rohan Chavan, who recently earned his master’s degree in computer engineering from Virginia Tech, shared a similar sentiment.

"Every other day," he told The Register in an interview, "there's some new term. A week or two ago, it was harness engineering. Now it's loop engineering."

Chavan said he found the current state of play both exciting and frustrating. He's looking for a job in AI security and estimated that about 30 percent of his class of around 120 has been hired so far.

It's very difficult, he said, to build deep knowledge when things are changing so fast and there's so much to learn.

Localhost, the company's first user conference in its eight years of existence, aims to help with that by evangelizing the company's technical stack. 

Some promotion might just be useful. As the aforementioned CTO confided to one of Render's staff, enterprise customers expect to hear that services run on AWS, Azure, or maybe Google Cloud. "They don't expect to hear Render," he lamented.

Nonetheless, Render is doing rather well, according to founder and CEO Anurag Goel, who opened the afternoon's presentations with the requisite recitation of metrics – 400,000 developers joining every month, 10 million live services, 200 billion monthly requests.

"All of these numbers are growing very rapidly," he said. "But behind these numbers, we're also seeing a big change in how applications are evolving to use infrastructure."

Until a few years ago, he said, infrastructure was relatively static. You deployed an application and the various elements – databases, APIs, caches, and so on – stayed pretty much the same.

AI apps, he contends, are fundamentally different.

"They are dynamic applications that go beyond existing infrastructure patterns," Goel explained. "Now, in addition to you defining your application statically, the applications themselves are provisioning their own infrastructure resources."

As an example, he described how the resources required by a research agent can vary from question to question. One user query might require lightweight web scripting. Another might require a headless browser and 128 GB of RAM to process a dataset. And the duration of such tasks can also vary significantly.

"What we're learning is that any request can trigger hundreds or thousands of different tasks in ways that your code can never really know in advance," he said.

This doesn't work on serverless platforms, Goel contends, because of platform limitations that cap execution time, memory, storage, and application size.

Render's answer to this technical challenge is what Goel calls application-defined compute. It allows applications to run workloads without pre-provisioning. 

"Instead of pre-defining the infrastructure for your application, you allow the application to define what it needs at runtime with the right guardrails," he explained.

With any luck, Render's guardrails will prevent a pummeling by promotional props better than those at the St. Regis. ®