Eve.dev
A framework for internal agents that emphasizes instructions, skills, channels, and connectors. It is presented as a default choice for building internal agent systems.
Key Highlights
- Eve.dev is positioned as a structured framework for internal AI agents built around instructions, skills, channels, and connectors.
- Its product narrative emphasizes model-agnostic deployment, filesystem conventions, and robust observability for production use.
- Claire Vo recommended Eve.dev as a default choice for internal agents, increasing its credibility among operator and PM audiences.
- Guillermo Rauch tied Eve.dev to a broader stack that includes an open Agent API, AI SDK, and AI Gateway.
- Use cases mentioned around Eve.dev include agentic CRM systems and PR review or approval workflows.
Eve.dev
Overview
Eve.dev is a framework for building internal AI agent systems, positioned as a default choice for teams that want more structure than ad hoc agent prototypes. It emphasizes clear instructions, reusable skills, built-in channels, and external connectors, with a developer experience inspired by filesystem conventions similar to Next.js. Early descriptions frame it as a way to build agents using simple file layouts and English-language prompts, while later mentions highlight support for model-agnostic, headless, and multi-channel deployments.For AI Product Managers, Eve.dev matters because it suggests a practical pattern for operationalizing internal agents beyond demos. Instead of treating agents as one-off chatbots, it presents an opinionated framework for integrating workflows, observability, routing, and deployment into existing product and company systems. That makes it relevant for PMs evaluating internal AI use cases such as PR review, approvals, CRM workflows, and enterprise assistant tooling where governance, maintainability, and channel integration matter as much as model quality.
Key Developments
- 2026-06-18: Guillermo Rauch launched Eve.dev as a Next.js-inspired framework for AI agents using simple filesystem conventions such as `agent/index.ts` and `agent/api-route.ts`, paired with English prompts.
- 2026-07-13: Guillermo Rauch introduced the Eve.dev open Agent API alongside an AI SDK with an open model API and an AI Gateway for zero-data-retention inference, arguing that companies should own their data, evals, model choices, and software layer.
- 2026-07-14: Rauch said Eve.dev’s most popular features were its intuitive filesystem API and robust observability, signaling that the team planned to invest further in both.
- 2026-08-02: Rauch shared an open-source agentic CRM built on Eve.dev and Next.js, describing the framework as model-agnostic, headless, multi-channel, and deployable either via self-hosting or serverless infrastructure.
- 2026-08-04: Claire Vo recommended @evedev_ as a default framework for internal agents, specifically citing its instructions, skills, built-in channels, and connectors. She also previewed a How I AI episode about building a PR review and approval agent with Eve, while a quoted post noted that Vercel’s internal AI agent `@v` is powered by Eve.dev.
Relevance to AI PMs
- Standardize internal agent architecture: Eve.dev gives PMs a concrete framework for moving from scattered experiments to a repeatable internal-agent stack with defined prompts, skills, channels, and integrations.
- Support enterprise deployment choices: Its positioning as model-agnostic, headless, and deployable through self-hosting or serverless options helps PMs evaluate tradeoffs around security, compliance, cost control, and vendor flexibility.
- Improve operational visibility: Observability and filesystem-based conventions make it easier for PMs to partner with engineering on debugging, measuring, and iterating internal workflows such as approvals, support operations, and CRM automation.
Related
- Guillermo Rauch: Founder/creator closely associated with Eve.dev’s launch, roadmap, and positioning.
- AI SDK: Launched alongside Eve.dev’s open Agent API; together they suggest a broader stack for model access and agent orchestration.
- AI Gateway: Connected through the launch narrative around zero-data-retention inference and owning the AI software layer.
- Next.js: Eve.dev is explicitly described as Next.js-inspired, especially in its filesystem conventions and developer ergonomics.
- Claire Vo: Publicly recommended Eve.dev as a default framework for internal agents.
- How I AI: Mentioned as the venue for a forthcoming episode demonstrating a PR review and approval agent built with Eve.
- Vercel: Referenced because Vercel’s internal AI agent `@v` was described as being powered by Eve.dev.
Newsletter Mentions (5)
“claire vo recommends @evedev_ as a default framework for internal agents, citing its instructions, skills, built-in channels, and connectors.”
#11 𝕏 claire vo recommends @evedev_ as a default framework for internal agents, citing its instructions, skills, built-in channels, and connectors. She also announced a forthcoming How I AI episode about building a PR review and approval agent with Eve, while a quoted post describes Vercel’s internal AI agent @v as powered by @evedev_.
“𝕏 Guillermo Rauch shared an open-source agentic CRM built on eve. dev and Next.js. He described it as model-agnostic, headless, multi-channel, and deployable via self-hosting or serverlessly.”
#5 𝕏 Guillermo Rauch shared an open-source agentic CRM built on eve. dev and Next.js. He described it as model-agnostic, headless, multi-channel, and deployable via self-hosting or serverlessly.
“Guillermo Rauch says eve.dev’s most popular features are its intuitive filesystem API and robust observability—and the team is doubling down on both.”
#16 𝕏 Guillermo Rauch says eve.dev’s most popular features are its intuitive filesystem API and robust observability—and the team is doubling down on both.
“#7 𝕏 Guillermo Rauch launched an AI SDK with an open model API, the eve.dev open Agent API, and an AI Gateway for ZDR inference.”
#6 📝 PromptLayer Blog Why fine-tuning is probably not for you - Fine‑tuning often delivers little or no improvement over RAG—studies cited show context‑injection (RAG) outperforms fine‑tuned models significantly—and it’s complex, slow to iterate, typically requires on the order of >10,000 examples, risks losing model generality, and can introduce data‑privacy and ongoing update costs. However, fine‑tuning can enforce specific output formats, tweak tone, improve multi‑step reasoning per recent arXiv research, reduce token usage by baking prompts, and be used to "up‑cycle" cheaper models (e.g., using GPT‑4 outputs to fine‑tune 3.5 or Stanford’s Alpaca replicating LLaMA). #7 𝕏 Guillermo Rauch launched an AI SDK with an open model API, the eve.dev open Agent API, and an AI Gateway for ZDR inference. He argues startups and enterprises must own their data, evals, model choices and software layer—don’t outsource your brain. #8 𝕏 Aravind Srinivas argues that humans’ knack for tool use means local AI models can efficiently orchestrate power-hungry frontier models, making lightweight local agents the default, low-power interface for most tasks.
“in Guillermo Rauch launched Eve.dev, a Next.js–inspired framework for AI agents that uses simple filesystem conventions (e.g. agent/index.ts, agent/api-route.ts) with English prompts.”
#17 𝕏 Guillermo Rauch launched Eve.dev, a Next.js–inspired framework for AI agents that uses simple filesystem conventions (e.g. agent/index.ts, agent/api-route.ts) with English prompts.
Related
Founder/executive associated with Vercel and an active AI infrastructure commentator. He is mentioned here announcing new AI Gateway budgeting features and sharing an agentic CRM.
A developer platform company whose infrastructure and products power app building, deployment, and agent workflows. In this newsletter it appears as the deployment target for v0 and as the creator of Vercel Sandbox and internal agent tooling.
An AI creator and commentator who shares tool recommendations and workflow breakdowns. She is cited here for recommending evedev and discussing an upcoming How I AI episode.
A web framework used to build the open-source agentic CRM mentioned in the newsletter. Included as part of the implementation stack for an AI-native customer relationship workflow.
AI SDK is a developer toolkit for building AI applications with model abstraction. In the newsletter it is part of Guillermo Rauch’s stack for owning model choice and application logic.
A media and podcast brand covering practical AI workflows and agent use cases. It appears here as the source of an upcoming episode and a cited podcast discussion.
Stay updated on Eve.dev
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free