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

推荐订阅源

A
About on SuperTechFans
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
月光博客
月光博客
美团技术团队
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
爱范儿
爱范儿
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
I
InfoQ
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
F
Fortinet All Blogs

InfoWorld

AWS boosts CloudWatch Logs query limits by 10x to ease debugging for developers, SREs 21 LLMs tuned for special domains The new AI lock-in AWS adds Advanced Prompt Optimization tool to Bedrock Capacity markets could reshape cloud computing Four cutting-edge tools for spec-driven development Anthropic puts Claude agents on a meter across its subscriptions Notion courts developers with a platform for AI agents and workflow automation Using continuous purple teaming to protect fast-paced enterprise environments A better way to work with SQL Server Evidence-driven workflows: Rethinking enterprise process design AWS debuts Graviton-powered Redshift RG instances to cut analytics costs SAP’s AI promises last year? Most are still rolling out First look: Lemonade serves up local AI with limitations GitLab CEO sees developer tool bill increasing 100-fold Red Hat adds support for agentic AI development What’s new and exciting in JDK 26 Kill the loading spinner with local-first data and reactive SQL A networking revolution at AWS Tokenmaxxing is super dumb Hands-on with React, Supabase, and PowerSync How to add AI to an existing product (without annoying users) Your AI doesn’t need another database Python isn’t always easy When cloud giants meddle in markets 12 model-level deep cuts to slash AI training costs The best new features in Python 3.15 Teradata launches platform for enterprise AI agents moving beyond pilots Three skills that matter when AI handles the coding MongoDB targets AI’s retrieval problem
What happens when engineering teams reorganize around AI ...
2026-05-09 · via InfoWorld

I counted at least 10 events in San Francisco last night aimed at matching AI startups with VCs. Just another Thursday.

But what made Camp AI’s “Agents at Work” event (hosted by Auth0) stand out was its showcase of companies that are in various stages of reorganizing their engineering processes around AI agents. Browserbase, Mastra, Fireworks AI, Drata, Mya, MindFort, and Corridor are all part of the vendor ecosystem trying to enable secure and performant agentic AI, but the most revelatory stories were their own successes and the challenges they faced restructuring their engineering orgs for agents.

Agentic AI is reshaping team structures

Paul Klein IV, founder and CEO of Browserbase, delivered the night’s most memorable line while discussing the speed of AI adoption inside engineering teams. “If AI is not doing your whole job it’s a skill issue at this point,” said Klein.

Abhi Aiyer, founder and CTO of Mastra, said the result is dramatically smaller teams capable of executing much larger scopes of work. “You can have one person run a whole feature project because they have an army of one to infinity AI agents behind them,” said Aiyer.

The AI-generated code bottlenecks have moved

Several panelists argued that AI systems are now generating software faster than organizations can safely review and operationalize it. Aiyer said that engineering teams are opening significantly more pull requests while review throughput becomes the new bottleneck.

Klein stressed the importance of throttling experimental AI output to appropriately lower risk in deployment environments. “If you are in the critical path and customer facing, no slop,” he said. “If you are not critical path, not customer facing, slop away.”

Trust and ownership are common stumbling blocks

Speakers repeatedly emphasized observability and accountability as challenge areas for autonomous agents. Rob Ferguson, VP of technology and strategy at Fireworks AI, argued that ownership cannot disappear simply because AI generated the output. “It doesn’t matter if you typed it or prompted it, you own it,” Ferguson said.

Bhavin Shah, VP of AI product at Drata, said enterprise AI systems increasingly require detailed auditability. “The agent is constantly telling the user, here is the action I’m taking, here is what I’ve done,” he said.

Securing the agentic workflow

Auth0’s demos focused heavily on authentication, authorization, and runtime controls for AI agents interacting with APIs and Model Context Protocol (MCP) servers. The company’s new MCP authentication product, which reached general availability this week, is designed to secure how agents interact with MCP servers and APIs.

Monica Bajaj, SVP of engineering at Okta, emphasized the importance of minimizing risk exposure as agents operate autonomously across enterprise systems. “How do we make sure that those tokens are not long-lived tokens?” she asked, adding “We make sure that the blast radius is minimum.”

Infrastructure is becoming the real AI differentiator

Klein argued that many AI limitations today are no longer about the underlying models themselves. “The overhang of AI capabilities is actually an infrastructure problem, not a model quality problem,” he said.

Klein noted that orchestration, tooling, permissions, and training data pipelines increasingly determine whether AI systems succeed in production.

Other interesting company demos

Mya demonstrated an AI program manager that aggregates Slack, Gmail, Jira, GitHub, and meeting notes to automatically track project risk and operational status. MindFort showed autonomous penetration testing agents designed to continuously probe enterprise applications for vulnerabilities during development and runtime. And Corridor demonstrated AI security guardrails that pre index codebases and inject secure coding guidance directly into AI coding workflows.

Mastra discussed redesigning developer documentation and frameworks specifically for AI agents rather than human developers.