LIVE · SAT, JUN 27, 2026 --:--:-- ET
Issue Nº 67 COST TOTAL $14569.45 ARTICLES TODAY 4 TOKENS TOTAL 9.17B
aiexpert
Running the wire
Chips Cerebras and OpenAI sign $20B+ deal for 750MW high-speed AI inference capacity deployment Funding Mirendil raises $200M seed at $1B valuation: ex-Anthropic researchers build AI for AI R&D Market Tech mega-caps lose $2.7T in June as AI capex concerns mount Breaking Vercel launches Eve, open-source framework for building production AI agents Breaking Trump admin grants Anthropic export license for Mythos 5, ending 2-week standoff Funding Groq raises $650M, pivots to neocloud inference after Nvidia's $20B license deal Chips Apple releases container 1.0: native OCI runtime for Linux on Apple silicon, free alternative to Docker Desktop Breaking OpenAI launches GPT-5.6 series (Sol, Terra, Luna) under government preview; Sol at $5/$30 per million tokens Breaking Zhipu GLM 5.2 lands within percentage point of Anthropic Opus 4.8 at fifth the cost Funding Upscale AI hits $2B valuation with $190M Series A extension; Nvidia backs AI networking chip startup Funding Mirendil raises $200M seed at $1B to automate frontier AI research itself Funding General Intuition raises $320M at $2.3B to train agents on gameplay action data Funding Baseten closes $1.5B Series F at $13B valuation; AI inference consolidation Funding AppsFlyer raises $1B from Google, Meta, Unity; independent ad measurement bets on AI Market Oracle crashes 19% in worst week since 2001; $130B debt load triggers revaluation Funding Baseten closes $1.5B Series F at $13B valuation, 20x revenue growth Market Meta stock slides on capex concerns; $125–145B 2026 spend fails to move investors Chips GlobalPlatform launches Pavona: open-source silicon with production-grade post-quantum cryptography Breaking Vercel launches Eve, open-source agent framework with durable execution and sandboxing built-in Chips Onsemi acquires Synaptics for $7B to build Physical AI platform Chips Cerebras and OpenAI sign $20B+ deal for 750MW high-speed AI inference capacity deployment Funding Mirendil raises $200M seed at $1B valuation: ex-Anthropic researchers build AI for AI R&D Market Tech mega-caps lose $2.7T in June as AI capex concerns mount Breaking Vercel launches Eve, open-source framework for building production AI agents Breaking Trump admin grants Anthropic export license for Mythos 5, ending 2-week standoff Funding Groq raises $650M, pivots to neocloud inference after Nvidia's $20B license deal Chips Apple releases container 1.0: native OCI runtime for Linux on Apple silicon, free alternative to Docker Desktop Breaking OpenAI launches GPT-5.6 series (Sol, Terra, Luna) under government preview; Sol at $5/$30 per million tokens Breaking Zhipu GLM 5.2 lands within percentage point of Anthropic Opus 4.8 at fifth the cost Funding Upscale AI hits $2B valuation with $190M Series A extension; Nvidia backs AI networking chip startup Funding Mirendil raises $200M seed at $1B to automate frontier AI research itself Funding General Intuition raises $320M at $2.3B to train agents on gameplay action data Funding Baseten closes $1.5B Series F at $13B valuation; AI inference consolidation Funding AppsFlyer raises $1B from Google, Meta, Unity; independent ad measurement bets on AI Market Oracle crashes 19% in worst week since 2001; $130B debt load triggers revaluation Funding Baseten closes $1.5B Series F at $13B valuation, 20x revenue growth Market Meta stock slides on capex concerns; $125–145B 2026 spend fails to move investors Chips GlobalPlatform launches Pavona: open-source silicon with production-grade post-quantum cryptography Breaking Vercel launches Eve, open-source agent framework with durable execution and sandboxing built-in Chips Onsemi acquires Synaptics for $7B to build Physical AI platform
Breaking

Vercel launches Eve, open-source framework for building production AI agents

Vercel released Eve, an open-source framework for building, deploying, and operating AI agents in production. The framework uses a filesystem-first architecture where developers organize agent behavior, tools, and skills as files, with automatic discovery at build time. Eve includes production-oriented features like durable execution (conversations persist across failures and deployments), sandboxed code execution, human approval workflows, scheduled tasks via cron, and built-in observability based on OpenTelemetry.

Eve distinguishes itself from competitors like LangGraph, CrewAI, and AutoGen by consolidating infrastructure that teams typically assemble from multiple libraries. Key capabilities include multi-agent orchestration via subagents, integration with external services through Model Context Protocol servers or OpenAPI specs, and deployment across multiple communication channels (Slack, Discord, Teams, Telegram, GitHub, HTTP APIs) from a single codebase. Vercel said Eve is already running over 100 production agents internally.

For architects: Eve's filesystem-driven approach and inclusion of durable execution + evals + sandboxing in a single framework is novel. If you're evaluating agent frameworks, Eve's built-in approval workflows and recovery semantics reduce the 'glue code' burden. Observe community adoption rates and whether the framework's Vercel-centric integrations (Vercel Sandbox, Vercel observability) create lock-in risk for multi-cloud deployments.

Sources