GenAI PM
tool5 mentions· Updated Aug 4, 2026

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 default framework for building internal AI agents with instructions, skills, channels, and connectors.
  • The framework has been described as Next.js–inspired, with simple filesystem conventions and English-prompt-driven development.
  • Key product signals include observability, model-agnostic architecture, multi-channel support, and self-hosted or serverless deployment options.
  • Examples tied to Eve.dev include an open-source agentic CRM and a PR review and approval agent use case.
  • Its association with open APIs and infrastructure ownership makes it especially relevant for enterprise-oriented AI PMs.

Overview

Eve.dev is a framework for building internal AI agents, positioned as a default choice for teams that want to create agent systems with clear structure and production-oriented primitives. Based on newsletter mentions, its core framing emphasizes instructions, skills, channels, and connectors, giving teams a way to define what agents should do, what capabilities they can access, where they operate, and how they integrate with internal tools and data sources.

For AI Product Managers, Eve.dev matters because it appears to package agent development into a more opinionated, operationally useful framework. It has been described as Next.js–inspired, with simple filesystem conventions and English-prompt-driven development, while also supporting model-agnostic deployment, multi-channel experiences, observability, and an open Agent API. That combination makes it relevant for PMs evaluating how to move from AI demos to maintainable internal agent products that can be governed, observed, and integrated into real workflows.

Key Developments

  • 2026-06-18 — Guillermo Rauch launched Eve.dev as a Next.js–inspired framework for AI agents, highlighting simple filesystem conventions such as `agent/index.ts` and `agent/api-route.ts`, paired with English prompts.
  • 2026-07-13 — Guillermo Rauch announced the eve.dev open Agent API alongside an AI SDK with an open model API and an AI Gateway for zero-data-retention inference, positioning ownership of data, evals, model choices, and software layers as strategically important.
  • 2026-07-14 — Rauch said Eve.dev’s most popular features were its intuitive filesystem API and robust observability, and noted the team was doubling down on both.
  • 2026-08-02 — Rauch shared an open-source agentic CRM built on Eve.dev and Next.js, describing the stack as model-agnostic, headless, multi-channel, and deployable 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 referenced an upcoming How I AI episode on building a PR review and approval agent with Eve, while a quoted post said Vercel’s internal AI agent @v is powered by Eve.dev.

Relevance to AI PMs

1. Useful for structuring internal agent products
Eve.dev provides a concrete framework for designing internal agents around instructions, skills, channels, and connectors. For PMs, this can help turn vague agent ideas into scoped product components: what the agent is told to do, what tools it can use, where users interact with it, and what enterprise systems it touches.

2. Supports production planning, not just prototyping
Mentions of observability, model-agnostic architecture, self-hosting/serverless deployment, and open APIs suggest Eve.dev is aimed at real operational environments. PMs can use this as a lens for evaluating requirements like logging, compliance, vendor flexibility, and rollout readiness.

3. Helpful for internal workflow automation use cases
The examples referenced—such as an agentic CRM and a PR review/approval agent—map directly to common enterprise automation opportunities. AI PMs can use Eve.dev as a candidate framework when prioritizing internal copilots and agents for sales, engineering, support, or operations teams.

Related

  • Guillermo Rauch — Founder/leader most closely associated with launching and promoting Eve.dev.
  • AI SDK — Announced alongside Eve.dev’s open Agent API; suggests a broader developer stack for model access and application building.
  • AI Gateway — Launched in the same context as Eve.dev’s open Agent API, emphasizing zero-data-retention inference and infrastructure control.
  • Next.js — Eve.dev has been described as Next.js–inspired, and at least one open-source agentic CRM example was built with Eve.dev plus Next.js.
  • Claire Vo — Publicly recommended Eve.dev as a default framework for internal agents.
  • How I AI — Referenced as the venue for a forthcoming episode demonstrating an agent built with Eve.dev.
  • Vercel — Connected through claims that Vercel’s internal AI agent @v is powered by Eve.dev.
  • AI PM angle — Eve.dev sits at the intersection of agent framework design, enterprise workflow automation, and infrastructure ownership, making it relevant to teams deciding how to operationalize internal AI systems.

Newsletter Mentions (5)

2026-08-04
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_.

2026-08-02
𝕏 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.

2026-07-14
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.

2026-07-13
#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.

2026-06-18
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.

Stay updated on Eve.dev

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free