Your next user is an agent
Productivity and infrastructure companies must now design for AI agents as their primary users, not humans, as agents increasingly handle tasks that people once performed manually. Traditional metrics…
Productivity and infrastructure companies must now design for AI agents as their primary users, not humans, as agents increasingly handle tasks that people once performed manually. Traditional metrics…
Vercel has added a new sorting feature to AI Gateway that allows developers to rank model providers by cost, latency (time to first token), or throughput (tokens per second). The sorting is computed a…
Ably built a custom transport for the Vercel AI SDK that replaces the default HTTP-based streaming transport with Ably's realtime pub/sub platform. The new transport enables multi-device and multi-use…
Vercel has introduced natural language support for its Firewall, allowing users to create WAF custom rules by describing the desired behavior in plain text. The feature generates rules that can log, b…
Vercel has released fast mode for Claude Opus 4.7 on AI Gateway in research preview, delivering approximately 2.5 times faster output token generation while maintaining full Opus 4.7 intelligence. The…
Glama lists over 22,000 MCP servers, PulseMCP tracks 14,000+, and mcp.so and other registries add thousands more, but a handful of well-chosen servers composed thoughtfully outperform a full stack for…
At Azure Cosmos DB Conf 2026, engineers from OpenAI, Vercel, and Walmart shared case studies demonstrating that database performance failures are almost always design failures, not capacity issues. An…
Railway has partnered with Stripe to launch a new plugin that allows developers to deploy and provision Railway resources—such as PostgreSQL databases and hosting—directly from the Stripe CLI using a …
This article compares serverless platforms (like Cloudflare and Vercel) with container-based platforms (like Railway) for deploying applications, focusing on key differences in execution models. It ex…
A high-severity Denial-of-Service (DoS) vulnerability (CVE-2025-55184) was disclosed in React Server Components and Next.js on December 11, 2025, allowing attackers to hang servers via a crafted HTTP …
A critical Remote Code Execution (RCE) vulnerability (CVE-2025-55182) was discovered in React Server Functions and Next.js, affecting all versions of React's Server Function protocol and implementatio…
Vercel has added public beta support for the Bun Runtime, allowing developers to run applications natively on Bun by adding `"bunVersion": "1.x"` to their `vercel.json` configuration. This integration…