2026-01-22 13:00
Ankur Goyal from Braintrust discusses testing the hypothesis that "bash is all you need" for AI agents. They evaluated three agent approaches: SQL, Bash, and Filesystem agents on querying GitHub issues. SQL achieved 100% accuracy, while Bash and Filesystem lagged behind. The results showed that combining SQL and Bash into a hybrid agent improved accuracy and verification. This highlights the importance of evaluating tools to enhance AI performance. 🔍💻📊 #AI #DataAnalysis #TechInsights...
Source: Vercel Blog
Andrew Qu
2026-01-21 13:00
🚀 Exciting news for developers! A new set of components has been released to enhance IDEs, coding apps, and background agents. Key features include: - AI SDK ToolLoopAgent for better configuration. - Enhanced code block component supporting multiple languages. - Commit, EnvironmentVariables, and FileTree components for detailed insights. Additional tools like the Sandbox for AI-generated code display, SchemaDisplay for visualizing API endpoints, and more are also included. Check out these...
Source: Vercel Blog
Hayden Bleasel
2026-01-21 13:00
🚀 Exciting news for developers! You can now apply code suggestions from the Vercel Agent directly in the Vercel Dashboard. This feature allows you to commit fixes to your pull request with just one click. The Vercel Agent reviews your PR and provides a "View suggestion" button, enabling you to accept changes in bulk or individually. Once you apply a suggestion, the review thread is automatically resolved. Track multiple Vercel Agent jobs easily from the Tasks page. For more details, check the...
Source: Vercel Blog
John Phamous
2026-01-21 13:00
🚀 Exciting news for developers! You can now see Cron Jobs in the Deployment Summary section of Deployments on Vercel. This feature helps streamline your application management. Deploy a Vercel Cron Job template to get started. Vercel will automatically register your cron jobs for you. Learn more in the Cron Jobs documentation! 📚 #Vercel #CronJobs #Deployment #WebDevelopment #TechUpdates
Source: Vercel Blog
Andy Schneider
2026-01-21 13:00
🚀 Skills support has arrived in bash-tool! Now, AI SDK agents can utilize the skills pattern alongside filesystem context, Bash execution, and sandboxed runtime access. This enhancement allows agents to effectively pull context for tasks and access a range of public skills, as well as create proprietary skills for private use. For more details, check out the bash-tool changelog and createSkillTool documentation. #AIDevelopment #BashTool #SkillsSupport #TechUpdate #AI
Source: Vercel Blog
Malte Ubl
2026-01-20 13:00
🚀 Exciting news for Vercel users! Cron jobs now have a limit of 100 per project across all plans, with no per-team restrictions. This is an increase from the previous cap of 20 cron jobs per project. To start, simply add your cron entries to vercel.json or deploy the Vercel Cron Job template. Learn more in the Cron Jobs documentation! 📄 #Vercel #CronJobs #WebDevelopment #SoftwareUpdates #TechNews
Source: Vercel Blog
Marcos Grappeggia
2026-01-20 13:00
🚀 We are excited to announce the launch of skills, a command-line interface (CLI) for managing skill packages for agents! You can easily install a skill package using `npx skills add`. Skills have already been implemented for various agents, including GitHub Copilot and Gemini. Additionally, we introduced skills.sh, a directory to discover new skills, browse by category, and track usage statistics. Start enhancing your agents today! #TechUpdates #SkillsEcosystem #AgentDevelopment #Innovation
Source: Vercel Blog
Andrew Qu
2026-01-20 13:00
🌍 Exciting news for developers! The Montréal region is now part of Vercel’s global delivery network, enhancing performance for users in Central Canada. This expansion lowers latency and improves speed without requiring any changes from developers. Montréal is available for Vercel Functions, optimizing resource efficiency and scaling automatically. Discover more about Vercel Regions and pricing! #Vercel #Montréal #WebDevelopment #CDN #TechNews
Source: Vercel Blog
Matheus Fernandes
2026-01-19 13:00
🚀 Recraft image models are now live on Vercel's AI Gateway! Users can access V2 and V3 models without needing additional provider accounts. These models excel in photorealism, text rendering, and complex prompts. V3 allows for long text generation and supports 20+ specialized styles, from portraits to pixel art. 🖼️ Explore the AI Gateway for a unified API, usage tracking, and more! #AI #Vercel #ImageModels #Recraft #TechNews
Source: Vercel Blog
Jerilyn Zheng
2026-01-16 13:00
🚀 The environment variables UI has been enhanced for better management of shared and project variables. Users can now enjoy a more streamlined experience with larger hit targets and less scrolling. Details can be accessed as needed, making navigation simpler. Explore the new features in the environment variables documentation! 📊🔧 #UserInterface #Productivity #TechUpdates #EnvironmentVariables #UIImprovements
Source: Vercel Blog
Mery Kaftar
2026-01-15 13:00
🚀 Exciting news! AWS databases are now accessible in the Vercel Marketplace and v0. This integration provides developers with new options for building and scaling applications efficiently. Explore the benefits and features that AWS databases bring to your projects. #AWS #Vercel #Databases #Developers #TechNews
Source: Vercel Blog
Hedi Zandi
2026-01-15 13:00
🚀 Exciting updates for Hono and Express projects! Users can now opt into an experimental build mode that enhances log filtering by route, similar to Next.js. This update also improves module resolution in the build pipeline. Key features include: - No file extensions needed for relative imports - Support for TypeScript path aliases - Better ESM and CommonJS interoperability To enable this feature, set VERCEL_EXPERIMENTAL_BACKENDS=1 in your environment variables. #Hono #Express #WebDevelopment...
Source: Vercel Blog
Jeff See
2026-01-15 13:00
🚀 Exciting news for developers! A new experimental build mode is now available for Hono and Express projects. This mode allows users to filter logs by route, similar to Next.js. Key updates include: - No file extensions needed for relative imports - Support for TypeScript path aliases - Enhanced ESM and CommonJS interoperability To enable this feature, set VERCEL_EXPERIMENTAL_BACKENDS=1 in your environment variables. #Hono #Express #WebDevelopment #Coding #TechUpdates
Source: Vercel Blog
Jeff See
2026-01-15 13:00
🚀 Exciting news for developers! You can now trigger an on-demand Vercel Agent code review directly from your GitHub pull requests. Just click the "Review with Vercel Agent" button when comments are posted. For those seeking more control, consider enabling automatic code reviews in Team Settings. Get started by installing the Vercel GitHub App or check out the documentation for details. #Vercel #CodeReview #GitHub #DevTools #SoftwareDevelopment
Source: Vercel Blog
Dan Fox
2026-01-15 13:00
🚀 Exciting news! Vercel AI Gateway is now a launch partner for the OpenResponses API by OpenAI. This open-source specification allows seamless multi-provider AI interactions. Key features include: - Text generation and message responses - Real-time streaming of tokens - Tool calling with structured arguments - Image input for vision-capable models - Configurable reasoning levels Use your AI Gateway key to access these capabilities and explore more complex interactions. Check the documentation...
Source: Vercel Blog
Jerilyn Zheng
2026-01-15 13:00
🚀 Exciting update for Vercel users! You can now use the Vercel Sandbox CLI to open secure, interactive shell sessions to your running Sandboxes. This feature helps maintain your connection by extending the Sandbox timeout in 5-minute increments, lasting up to 5 hours. For further details, check the Sandbox CLI documentation. #Vercel #DevTools #SandboxCLI #WebDevelopment #TechUpdate
Source: Vercel Blog
Tom Lienard
2026-01-14 13:00
🚀 Exciting news for developers! You can now enable web search for any model using Perplexity through Vercel's AI Gateway. This tool works universally across all models, eliminating the need for provider-specific search tools. To integrate, simply import `gateway.tools.perplexitySearch()` and use it in your model's tools parameter. Use cases include enhancing models without native search, supporting developer tooling, and ensuring consistent search behavior. For more details, check the AI...
Source: Vercel Blog
Jerilyn Zheng
2026-01-14 13:00
🚀 Exciting news for developers! A new set of AI Voice Elements has been released, enhancing the AI SDK's transcription and speech capabilities. The Persona component features animated visuals that react to various conversation states, supporting multiple design styles. SpeechInput allows easy voice capture using the Web Speech API, with fallbacks for unsupported browsers. Transcription provides synchronized audio transcripts with interactive navigation, while the AudioPlayer offers...
Source: Vercel Blog
Hayden Bleasel
2026-01-14 13:00
🚀 Exciting news! GPT 5.2 Codex is now available through Vercel's AI Gateway, making it easier to access without additional provider accounts. This model excels in long-running coding tasks and complex projects, including large refactors and migrations. It also shows improved vision performance for processing screenshots and charts. To use GPT 5.2 Codex, simply set the model to openai/gpt-5.2-codex. Explore the AI Gateway for unified API access, cost tracking, and more. #AI #GPT5 #Vercel...
Source: Vercel Blog
Jerilyn Zheng
2026-01-14 13:00
📢 Exciting news for developers! A new resource, react-best-practices, has been launched, offering over 10 years of React and Next.js optimization insights. This structured repository is designed specifically for AI agents and LLMs. Explore best practices to enhance your projects today! #React #Nextjs #WebDevelopment #BestPractices #AI
Source: Vercel Blog
Andrew Qu
2026-01-14 13:00
🔧 Vercel Sandbox has updated its default Node.js runtime to version 24! This change ensures users benefit from the latest features and performance enhancements in Node.js. If you don't specify a runtime, the Sandbox will automatically use Node.js 24. For more details, check out the Sandbox documentation. #NodeJS #Vercel #WebDevelopment #TechUpdates #Sandbox
Source: Vercel Blog
Andy Waller
2026-01-14 13:00
🚀 Exciting news for developers! Recent optimizations have been implemented to reduce build times for large projects. This is especially beneficial for those with numerous input files and extensive node_modules. On average, builds are now completing 3 seconds faster, with P90 improvements of 7 seconds and P99 improvements reaching up to 9 seconds. Stay efficient and learn more about these builds! #BuildOptimization #Development #TechUpdates #Efficiency #SoftwareDevelopment
Source: Vercel Blog
Andrew Healey
2026-01-14 13:00
Unlock the power of real-time information! 🌐 The article discusses how Vercel AI Gateway enables models to access live web search. This feature addresses limitations in training data and knowledge cutoffs, allowing models to provide current news, prices, and updates. With just one line of code, you can enhance any model, including those from OpenAI and Google, to search the web instantly. #AI #WebSearch #Vercel #RealTimeData #Innovation
Source: Vercel Blog
Jerilyn Zheng
2026-01-13 13:00
🚀 Exciting developments at Vercel! We are pleased to announce that Nick Bogaty has joined as Chief Revenue Officer. Vercel is committed to transforming Sales in the AI era, focusing on a flexible and secure approach. Our Sales team is dedicated to navigating the evolving web landscape, and we’re excited for the future ahead. #Vercel #SalesLeadership #AI #Innovation #TechNews
Source: Vercel Blog
Jeanne Grosser
2026-01-13 13:00
🚀 Exciting update! You can now set deployment suffixes at the project level, allowing for more flexibility within your team. These project-level suffixes have the same requirements as team-level ones. Ensure your team owns the domain and uses Vercel nameservers. To configure suffixes, visit your project settings! #Vercel #WebDevelopment #ProjectManagement #TechUpdate
Source: Vercel Blog
Rhys Sullivan
2026-01-13 13:00
🚀 Vercel projects have introduced support for multiple Protection Bypass for Automation secrets. This update simplifies the process of rotating secrets and allows users to utilize different secrets for various workflows. Each bypass can now include notes for better tracking of its purpose. For more details, check the Deployment Protection documentation. #Vercel #Automation #Security #TechUpdates #DevOps
Source: Vercel Blog
Kit Foster
2026-01-13 13:00
🚀 Exciting news for teams! You can now establish team-wide defaults for Deployment Protection. New projects will automatically start with Standard Protection, which safeguards Preview Deployments. Choose from three default protection levels for new projects: All Deployments, Standard Protection, or None. Setting All Deployments ensures every new project is protected from the start. For more details, check the Deployment Protection documentation. 📄🔒 #DeploymentProtection #TeamSettings...
Source: Vercel Blog
Kit Foster
2026-01-12 13:00
🚀 Great news for developers! Projects using larger build machines now benefit from increased build cache limits. Enhanced build machines have a new 3 GB limit, while Turbo build machines see a boost to 7 GB. These upgrades come at no extra cost. Learn more about Vercel's build cache! #Vercel #BuildCache #Development #TechUpdates
Source: Vercel Blog
Luke Phillips-Sheard
2026-01-12 13:00
🚀 Mux has introduced the @mux/ai SDK to enhance video workflows. Dylan Jhaveri explains how traditional AI workflows often fail due to network issues or provider errors. This can leave developers in a tough spot, deciding whether to restart or implement complex state management. Durable execution offers a solution. Mux aimed to create an easy-to-adopt SDK, using Vercel's Workflow DevKit to streamline the process for developers. #VideoTech #AI #DeveloperTools #Mux #Innovation
Source: Vercel Blog
Dylan Jhaveri
2026-01-12 13:00
🚀 Exciting updates are here with Streamdown v2! The latest version introduces an 83.5% smaller bundle size and utilizes a CDN for dynamic loading of languages, themes, and CSS. This enhances performance, especially on Cloudflare Workers. For offline or slow environments, you can still self-host necessary assets. Additionally, new caret indicators provide users with visual cues during streaming. Lastly, the Remend library is now configurable to suit user preferences for markdown healing....
Source: Vercel Blog
Hayden Bleasel
2026-01-12 13:00
Vercel has introduced the Web Interface Guidelines as a command for agents. 🌐 You can now run the command `/web-interface-guidelines` to check UI code for accessibility, keyboard support, form behavior, and more. Installation is easy with: `curl -fsSL https://vercel.com/design/guidelines/install | bash` This feature supports various agents, including Claude Code and Gemini CLI. Learn more about integrating these guidelines into your projects! 📊🔧 #Vercel #WebDevelopment #WebInterface #UIDesign...
Source: Vercel Blog
John Phamous
2026-01-09 13:00
Discover a simpler way to enhance agent performance using filesystems and bash tools. By replacing complex custom tooling, we reduced costs for our sales call summarization agent from ~$1.00 to ~$0.25 per call while improving output quality. This method leverages LLMs' strengths in navigating filesystems, allowing agents to manage various data types effectively. #AI #MachineLearning #DataManagement #Efficiency #TechInnovation 🚀📊💻
Source: Vercel Blog
Ashka Stephen
2026-01-09 13:00
📢 Exciting update for developers! You can now limit On-Demand Concurrent Builds to one active build per branch. This means that when enabled, builds on the same branch will queue up instead of running simultaneously. Only the latest queued deployment will start once the active build finishes, while older ones will be skipped. Builds on different branches can still run at the same time. Activate this feature in your project settings or check the documentation for more details! #DevUpdates...
Source: Vercel Blog
Marcos Grappeggia
2026-01-08 13:00
📢 Exciting news for Vercel Domains users! You can now bookmark domains for future purchase. Simply click on a search result and select "Save for later," or use the bookmark icon in your cart. Easily manage your saved domains through the "Saved" tab. Start bookmarking today at vercel.com/domains! #Vercel #Domains #WebDevelopment #TechUpdates #Bookmarking 🖥️✨
Source: Vercel Blog
Ethan Niser
2026-01-07 13:00
🚀 Last year, we launched the v0 Composite Model Family, focusing on improving coding reliability. Key components include a dynamic system prompt, a streaming manipulation layer called “LLM Suspense,” and autofixers that address errors in real-time. Our main goal is to increase the percentage of successful website generations, as LLMs can encounter errors up to 10% of the time. This new pipeline significantly enhances success rates. #Coding #AI #TechInnovation #WebDevelopment #v0ModelFamily
Source: Vercel Blog
Max Leiter
2026-01-07 13:00
🚀 Exciting news! We have open-sourced bash-tool, a Bash execution engine designed for our text-to-SQL agent. This tool enhances performance by enabling context retrieval through bash-like commands, helping to manage large amounts of text efficiently. With features like in-memory operation and filesystem support, bash-tool allows agents to obtain relevant context on demand. Check it out! #OpenSource #AI #BashTool #TechInnovation
Source: Vercel Blog
Andrew Qu
2026-01-07 13:00
🚀 Teams can now manage Secure Compute networks directly from the Vercel dashboard, API, and Terraform. This update allows for self-service network management without needing contract amendments or manual provisioning. Key features include managing region selection, failover options, and private CIDR settings. Self-serve Site-to-Site VPN connections will also be available soon! Check the documentation to get started. 📚🔗 #SecureCompute #Vercel #CloudManagement #TechUpdates
Source: Vercel Blog
Shilpa Apte
2026-01-06 13:00
🚀 Vercel Agent has enhanced its code review process by incorporating your repository’s coding guidelines. You can now add an AGENTS.md file or utilize existing formats like CLAUDE.md and .cursorrules. The Agent automatically detects these guidelines to offer tailored feedback for your codebase. No configuration is needed to get started! #CodeReview #VercelAgent #CodingGuidelines #SoftwareDevelopment #TechUpdates
Source: Vercel Blog
Marcos Grappeggia
2026-01-05 13:00
🚀 Exciting news for developers! You can now access Claude Code through Vercel AI Gateway using the Anthropic-compatible API endpoint. This allows for centralized usage and spending, along with enhanced observability and failover options. To get started, log out if you're already signed in. Make sure to set the ANTHROPIC_API_KEY to an empty string to configure Claude Code properly. Check the Claude Code documentation for further details! #AI #ClaudeCode #Vercel #TechUpdate #Developers
Source: Vercel Blog
Matt Lenhard
2025-12-23 13:00
🎉 At the Next.js Conf and Ship AI events, we launched an innovative activation combining technology and nostalgia. Attendees had the chance to create their own AI-generated trading cards during the online registration process. This initiative aimed to enhance their experience and set the stage for real-world interactions at the events. Discover more about this unique blend of tech and fun! #AI #NextjsConf #TradingCards #TechInnovation #EventExperience
Source: Vercel Blog
Daniel Linthwaite