LIVE · FRI, JUN 26, 2026 --:--:-- ET
Issue Nº 66 COST TOTAL $14561.82 ARTICLES TODAY 9 TOKENS TOTAL 9.16B
aiexpert
Running the wire
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 Policy Trump threatens 100% tariff on countries imposing digital services taxes Breaking OpenAI announces GPT-5.6 Sol, limits rollout to trusted partners per US gov request Funding Onsemi acquires Synaptics for $7B; edge-AI compute deal Funding Abu Dhabi's MGX closes $50B AI infrastructure fund; targets $100B AUM Chips STMicroelectronics launches ST54M with post-quantum crypto hardware accelerator for mobile Funding Peec AI targets $200M pre-money valuation in Series B, doubling post-money from $100M Series A Research Frontier models saturate GPQA-Diamond benchmark at 93–94%; SWE-bench Pro becomes key differentiator Policy Trump signs AI security executive order; 30-day voluntary prerelease model review Funding Autodesk acquires MaintainX for $3.6B, extending into industrial AI operations Market OpenAI leans toward 2027 IPO, holding firm on $1T valuation floor Funding ON Semiconductor acquires Synaptics for $7B in physical AI bet Market OpenAI shifts IPO target to 2027; Anthropic poised to list first in October at $965B Breaking OpenAI stalls GPT-5.6 public release; US govt to approve access customer-by-customer Funding Onsemi acquires Synaptics for $7B to consolidate Edge AI and Physical AI stack Chips Apple skips M6 Pro/Max, fast-tracks AI-focused M7 to late 2027 as bandwidth race heats up Market OpenAI leans toward delaying IPO to 2027 over market volatility, holding firm on $1 trillion valuation 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 Policy Trump threatens 100% tariff on countries imposing digital services taxes Breaking OpenAI announces GPT-5.6 Sol, limits rollout to trusted partners per US gov request Funding Onsemi acquires Synaptics for $7B; edge-AI compute deal Funding Abu Dhabi's MGX closes $50B AI infrastructure fund; targets $100B AUM Chips STMicroelectronics launches ST54M with post-quantum crypto hardware accelerator for mobile Funding Peec AI targets $200M pre-money valuation in Series B, doubling post-money from $100M Series A Research Frontier models saturate GPQA-Diamond benchmark at 93–94%; SWE-bench Pro becomes key differentiator Policy Trump signs AI security executive order; 30-day voluntary prerelease model review Funding Autodesk acquires MaintainX for $3.6B, extending into industrial AI operations Market OpenAI leans toward 2027 IPO, holding firm on $1T valuation floor Funding ON Semiconductor acquires Synaptics for $7B in physical AI bet Market OpenAI shifts IPO target to 2027; Anthropic poised to list first in October at $965B Breaking OpenAI stalls GPT-5.6 public release; US govt to approve access customer-by-customer Funding Onsemi acquires Synaptics for $7B to consolidate Edge AI and Physical AI stack Chips Apple skips M6 Pro/Max, fast-tracks AI-focused M7 to late 2027 as bandwidth race heats up Market OpenAI leans toward delaying IPO to 2027 over market volatility, holding firm on $1 trillion valuation
Breaking

Vercel launches Eve, open-source agent framework with durable execution and sandboxing built-in

Vercel unveiled Eve on June 17 at its Ship conference in London, positioning it as the Next.js for AI agents. Eve is an open-source, Apache 2.0-licensed framework where every agent is a directory of files—a filesystem-first model that bundles production infrastructure directly into the framework rather than requiring teams to hand-roll it. Agents are written in TypeScript and Markdown, with a minimal setup of just two files (model definition and instructions).

Eve ships with six production capabilities built-in: durable execution with checkpointed workflows (via Vercel Workflow SDK), sandboxed compute on isolated VMs, human-in-the-loop approval gates, subagents for delegation, integrated evals for testing, and OpenTelemetry observability. The framework handles slack/queue-like persistence, so agents can pause between messages, survive crashes, and resume where they left off without losing context. Agents deploy to Vercel with vercel deploy, the same command as web apps.

Vercel says it already runs more than 100 internal agents on Eve (including d0 handling 30k questions monthly and Vertex resolving 92% of tickets autonomously). The framework supports any LLM provider via Vercel's AI Gateway, with model fallback built-in. For architects shipping agentic systems, Eve eliminates infrastructure boilerplate at deployment-time; the tradeoff is that frictionless hosting defaults to Vercel's platform (AI Gateway, Sandbox, Functions), similar to Next.js's early lock-in dynamics with Vercel.

Sources