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

推荐订阅源

爱范儿
爱范儿
腾讯CDC
博客园 - 司徒正美
A
About on SuperTechFans
H
Help Net Security
J
Java Code Geeks
C
Check Point Blog
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
MyScale Blog
MyScale Blog
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
博客园 - 【当耐特】
雷峰网
雷峰网

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
Vercel launches eve, an open-source framework that treats...
Frederic Lardinois · 2026-06-18 · via The New Stack | DevOps, Open Source, and Cloud Native News

Vercel on Wednesday launched eve, a new open-source framework for building AI agents that treats each agent as a directory of files and bundles the infrastructure needed to run it in production.

The company describes eve as “Next.js for agents,” referring to the popular web framework Vercel created and maintains.

Eve launched at Vercel’s Ship conference in London, together with a set of related products under the Agent Stack moniker.

Credit: Vercel.

An agent is a directory

One of the parallels with Next.js that Vercel stresses is that Eve defines an agent is similat to the way Next.js defines a web app.

A single directory holds all of the individual files that define what the agent does. One file sets the model the agent runs on, with Vercel’s AI Gateway handling provider fallbacks. Another holds the system prompt, written in Markdown. The agent’s tools, meanwhile, are individual TypeScript files, where the filename becomes the tool’s name, and nothing has to be registered separately. And like every other agent framework, eve uses skill.md files, as well as MCP servers to connect to other tools.

Credit: Vercel.

Eve then compiles this directory into a running agent.

Every conversation runs as a durable workflow, built on Vercel’s open-source Workflow SDK, that checkpoints each step so a session can pause, survive a crash, and resume where it left off.

On the security side, each agent gets its own sandbox for the code it writes to ensure it remains isolated from the application. It’s also worth noting that every tool can be set to require human approval before it runs.

When appropriate, agents can hand off work to subagents, connect to outside services through MCP servers or OpenAPI documents, and reach users through built-in channels for Slack, Discord, Microsoft Teams, Telegram, Twilio, GitHub, and Linear.

To allow developers and IT teams to keep tabs on what is happening, every run produces an OpenTelemetry trace that appears in a new Agent Runs view in Vercel’s observability dashboard, with the ability to export the data to specialized services like Datadog and Honeycomb.

Running and deploying agents

Developers start an agent locally with a single command and talk to it through a terminal interface. Deploying uses the same vercel deploy command as any other project, and a session that is mid-task when a new version ships finishes on the version it started on.

Eve is available in public preview and is licensed under Apache 2.0 on GitHub.

Credit: Vercel.

How Vercel uses it

Vercel itself says it runs more than 100 agents internally on eve, including a data-analysis agent that employees query in Slack tens of thousands of times a month and a routing agent that directs questions to whichever agent can answer them.

Agents are already a major source of Vercel’s own traffic. The company says agents now trigger around 29 percent of deployments on its platform, up from less than 3 percent a year ago, and it expects that share to reach half.

The competition

Eve enters a market that filled up quickly over the past year. Its closest TypeScript-native rival is Mastra, a Y Combinator-backed framework that reached version 1.0 in January and is built to run on any platform, in contrast to eve’s default to Vercel. LangChain’s LangGraph, the most established agent framework, is Python-first and centers on the same durable execution eve offers. Inngest’s AgentKit is another TypeScript option with built-in durability.

The large cloud providers are coming at the same workloads from the infrastructure side. Cloudflare builds agents on its Workers platform and Durable Objects, while Amazon’s Bedrock AgentCore, Google’s Vertex AI Agent Engine, and Microsoft’s Agent Framework offer managed runtimes that run agents from any framework. OpenAI’s AgentKit, released last year, ties its tooling to OpenAI’s own models.

Vercel says support for other platforms is coming. For now, though, eve runs only on Vercel.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.