YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Vercel launches filesystem-first agent framework Eve

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Vercel launches filesystem-first agent framework Eve
OPEN LINK ↗
// 1h agoOPENSOURCE RELEASE

Vercel launches filesystem-first agent framework Eve

Eve is Vercel's open-source, filesystem-first framework designed to simplify building, running, and scaling durable backend AI agents. Often described as "Next.js for agents," it organizes capabilities directly through structured directories and features built-in state persistence, sandboxed compute, and human-in-the-loop workflows.

// ANALYSIS

Eve brings Vercel's signature developer experience (DX) and filesystem routing convention to AI agents, aiming to do for agent workflows what Next.js did for React frontends. By treating directory structures as agent configurations, it shifts the focus from plumbing infrastructure to defining behaviors.

  • **Filesystem-First Convenience:** Directory-based setup (using files like `agent.ts`, `instructions.md`, and a `tools/` folder) makes agent design modular and highly intuitive.
  • **Durable by Default:** Direct integration with Vercel Workflow ensures execution state is persisted automatically, allowing long-running agents to resume gracefully from interruptions.
  • **Ecosystem Lock-in:** While open source, Eve is deeply tied to the Vercel stack (Vercel Sandbox, AI Gateway, Workflow), making it most compelling for developers already committed to Vercel's hosting and edge infrastructure.
// TAGS
vercelagentopen-sourcetypescriptnextjsbackend-frameworkdevtool

DISCOVERED

1h ago

2026-06-17

PUBLISHED

2h ago

2026-06-17

RELEVANCE

8/ 10

AUTHOR

evilrabbit_