Articles by Category: Product_announcements

Vercel Flags are now optimized for agents

2026-03-11 13:00
🚀 Exciting news for developers! The Vercel CLI now allows programmatic management of feature flags directly from the terminal. This means teams can create and manage flags without navigating the dashboard. The new Flags SDK skill empowers AI agents to generate and manage flags using natural language prompts. This feature enhances server-side evaluation, ensuring layout stability and user privacy. Discover how to get started with the Flags SDK skill today! #Vercel #FeatureFlags #DevTools #AI...
Source: Vercel Blog
Chris Widmaier

Improve code quality and security with PatchPatrol

2026-03-11 07:01
🚀 Introducing PatchPatrol, an open-source tool designed to enhance code quality and security for enterprise teams using Red Hat OpenShift. PatchPatrol integrates AI-powered analysis directly into your CI/CD pipelines, ensuring every code change meets security standards. It offers dual modes: one for code quality and another focused on security vulnerabilities, including OWASP Top 10 detection. With flexible backend options, teams can choose between local and cloud models based on their needs....
Herve Beraud

Enhanced Network Visibility: A Dive into the Falcon macOS Sensor's New Capabilities

2026-03-11 00:00
🚀 The Falcon macOS Sensor has launched its Enhanced Network Visibility feature in version 7.29 and later. This new capability improves insight into network traffic on macOS endpoints, enriching process behavior models. It identifies application protocols and analyzes both TLS and HTTP traffic, enhancing threat detection and hunting. Utilizing Apple-native content filter APIs, it minimizes network performance impact while maximizing detection accuracy. An exciting addition is JA4...
Ash Leslie - Colton Terrace - Chris Kent

Plan mode is now available in Gemini CLI

2026-03-11 00:00
🚀 Gemini CLI introduces Plan Mode! This new feature allows developers to analyze complex codebases in a read-only environment. In Plan Mode, the AI can map out architectural changes and understand dependencies without making any accidental modifications. It also uses the ask_user tool for better collaboration, allowing users to refine strategies before implementation. Explore safely with tools like read_file and grep_search, and customize your experience with personal policies. #GeminiCLI...

With its latest Phi-4 reasoning model, Microsoft reckons bigger isn’t always better

2026-03-10 19:51
Microsoft's new Phi-4-Reasoning-Vision-15B model challenges the trend of larger AI systems. By focusing on compact models trained on high-quality reasoning data, Microsoft aims to demonstrate that size isn't the only measure of capability. This multimodal model can process both text and images effectively. Released with open weights, developers can access Phi-4 on platforms like Hugging Face and GitHub, promoting further experimentation. #AI #MachineLearning #Microsoft #Innovation #PhiModels
Paul Sawers

Nvidia plans NemoClaw launch, an open-source platform for AI agents

2026-03-10 18:35
🚀 Nvidia is set to launch NemoClaw, an open-source platform for AI agents, next week. This initiative aims to assist companies in deploying AI agents to enhance employee productivity. 🤖 Major companies like Salesforce and Google are already being approached to utilize this platform, which is accessible to all, regardless of hardware. 🔒 With added security measures, Nvidia seeks to address concerns regarding AI agent safety. The unveiling will occur at the GTC developer conference in San Jose...
Meredith Shubel

Experimental AI Features for JetBrains IDEs: Recap and Insights

2026-03-10 16:32
🚀 JetBrains IDEs are enhancing their AI capabilities with new experimental features! The **Recap** tool provides a summary of your recent code activities, helping you quickly catch up when switching projects or returning after a break. **Insights** offer one-line explanations of complex code, focusing on areas that need attention, currently available for Python and JVM languages. These tools are available as a separate plugin for version 2026.1 EAP, allowing users to opt-in and share...
Anna Maltseva

HCP Vault Dedicated now available in additional AWS and Azure regions

2026-03-10 16:00
🚀 HCP Vault Dedicated expands its reach with new AWS and Azure regional options! New locations include AWS Stockholm and Paris, along with Azure Australia East and Central. This expansion enhances global flexibility for secure secrets management. Organizations can now deploy closer to applications, improving performance and supporting disaster recovery strategies. #CloudSecurity #VaultDedicated #AWS #Azure #DataProtection
Dante Okoh

NVIDIA RTX Innovations Are Powering the Next Era of Game Development

2026-03-10 15:30
NVIDIA is leading a revolution in game development with its RTX ray tracing and AI-powered technologies. 🌟 At GDC 2026, they showcased innovations that enhance visual fidelity and performance. Key highlights include: - A new system for dense, path-traced foliage in NVIDIA RTX Mega Geometry. - Path-traced indirect lighting and RTX Hair for streamlined graphics in UE5. - Advanced on-device AI models for engaging gameplay and character interactions. These developments promise to transform how...
Ike Nnoli

Building a security overview dashboard for actionable insights

2026-03-10 13:00
Cloudflare has launched a new Security Overview dashboard to enhance security management. The dashboard prioritizes actionable insights, helping security teams focus on urgent vulnerabilities rather than sifting through data. Key features include Security Action Items, which rank issues by criticality, allowing teams to address risks effectively. ⚠️🔍 Additionally, the Detection Tools module provides a clear view of security tool statuses, addressing common configuration gaps. This ensures...
Hemanth Kasula

Chat SDK adds PostgreSQL state adapter

2026-03-10 13:00
🚀 Chat SDK has introduced support for PostgreSQL as a new state backend! This addition allows teams already using PostgreSQL to manage subscriptions, distributed locks, and key-value cache state without needing Redis. The PostgreSQL adapter uses raw SQL queries and sets up required tables automatically. It also supports TTL-based caching and distributed locking. Explore the documentation to get started! #ChatSDK #PostgreSQL #TechUpdate #SoftwareDevelopment #DatabaseIntegration
Source: Vercel Blog
Ben Sabic CM

Chat SDK now has an adapter directory

2026-03-10 13:00
🚀 Exciting news for developers! Chat SDK now features a new adapter directory. You can easily search for platform and state adapters from both Vercel and the community. The directory includes official adapters maintained by the Chat SDK team, vendor-official adapters from companies like Resend and Beeper, and community-driven adapters. Teams are encouraged to build and submit their own adapters for inclusion. Check out the directory and the contributing guide to get started! #ChatSDK...
Source: Vercel Blog
Ben Sabic

Vercel Sandbox now supports 1 vCPU + 2 GB configurations

2026-03-10 13:00
🚀 Vercel Sandbox has introduced support for 1 vCPU and 2 GB of RAM configurations! This update is perfect for single-threaded or light workloads that don't require extra resources. The default configuration remains at 2 vCPUs and 4 GB of RAM if not specified. To start, use the resources.vcpus option in the SDK or the --vcpus option in the CLI. Learn more in the documentation! 📚 #Vercel #DevTools #CloudComputing #TechUpdates #SoftwareDevelopment
Source: Vercel Blog
Tom Lienard

Astro 6 just works on Netlify

2026-03-10 00:00
🚀 Astro 6 is here and works seamlessly on Netlify! To upgrade, simply run: `npx @astrojs/upgrade` 🔍 Key updates include: - **Vite 7**: Experience faster builds with a redesigned dev server. - **Content Layer API**: Legacy content collections are removed. - **Node 22**: Support for Node 18 and 20 has ended. ⚠️ Note: `import.meta.env` values are now inlined at build time. For runtime variables, switch to `process.env`. Check the upgrade guide for more details! #Astro6 #Netlify #WebDevelopment...
Source: Netlify Blog

Introducing Finish Changes and Outlines, now available in Gemini Code Assist extensions on IntelliJ and VS Code

2026-03-10 00:00
🚀 Google has launched two new features for Gemini Code Assist in IntelliJ and VS Code: **Finish Changes** and **Outlines**. 🔍 **Finish Changes** acts as an AI pair programmer, completing code based on your edits without needing long prompts. It understands your intent from partial code, pseudocode, and comments. 📄 **Outlines** generates interactive summaries within your code, enhancing comprehension and navigation of complex files. Check out these tools to streamline your development process!...

Introducing Storage Buckets on the Hugging Face Hub

2026-03-10 00:00
🚀 Exciting news from Hugging Face! They have introduced Storage Buckets on the Hugging Face Hub, designed specifically for production ML needs. These buckets allow for mutable, S3-like object storage, perfect for handling intermediate files like checkpoints and logs. You can easily browse, script from Python, or manage these files using the hf CLI, streamlining your workflow. #HuggingFace #MachineLearning #StorageBuckets #AI #DataManagement

Telesign SMS Messaging API integration is now available in the Auth0 Marketplace

2026-03-10 00:00
📢 Exciting news! The Telesign SMS Messaging API is now integrated into the Auth0 Marketplace. This integration allows businesses to send real-time SMS alerts during critical identity moments, enhancing security and user experience. 🔐 Now, organizations can automate notifications for logins, password resets, and security warnings across a global user base, ensuring timely communication. 🌍 With this integration, developers can improve user engagement without needing custom setups. #Auth0...
Source: Auth0 Blog

Unleash Your Development Superpowers: Refining the Core Coding Experience

2026-03-10 00:00
🚀 Exciting updates from the Gemini Code Assist team! They’ve rolled out new features aimed at enhancing the coding experience. The Agent Mode with Auto Approve streamlines large changes by simplifying multi-file updates, allowing developers to focus on complex tasks. Additionally, Inline Diff Views improve the code review process, enabling direct edits and clear visual context for changes. These tools are designed to make coding more fluid and productive. #CodeAssist #DeveloperTools...

How Rovo helps teams start work 30% faster

2026-03-09 23:34
🚀 Rovo in Jira has shown to boost user productivity significantly! After analyzing a year of data, it was found that users who utilized Rovo's AI features began their work 30% faster. This results in an extra day of productivity each month, which can be used for valuable team activities. Rovo, an AI app used by over 3 million users, enhances the Jira experience by streamlining the transition from "To Do" to "In Progress." Learn more about how Rovo can transform your workflow! #Rovo #Jira...
amacaraeg@atlassian.com

Strategy Collection: March 2026 Innovation Spotlight

2026-03-09 22:10
🚀 The March 2026 Innovation Spotlight reveals new features in the Strategy Collection, providing leaders with a unified command center for portfolio health and team alignment. 📊 This update includes real-time portfolio monitoring, strategic alignment tools, and goal measurement capabilities. Organizations like Datasite have already saved significant time and resources through these innovations. Explore how these advancements can enhance your strategic operations. #InnovationSpotlight...
asedghi

CUDA 13.2 Introduces Enhanced CUDA Tile Support and New Python Features

2026-03-09 21:13
🚀 CUDA 13.2 has arrived with significant updates! NVIDIA CUDA Tile is now supported on Ampere, Ada, and Blackwell architectures. This release enhances developer productivity with new Python features, including profiling in CUDA Python and improved debugging for Numba kernels. The cuTile Python DSL has received updates like support for recursive functions, closures, and custom reduction functions. For easy installation, use the command: `pip install cuda-tile[tileiras]` to get started! #CUDA...
Jonathan Bentz

Anthropic launches a multi-agent code review tool for Claude Code

2026-03-09 19:00
🚀 Anthropic has launched Code Review for Claude Code, a multi-agent tool designed to enhance code reviews. This new feature helps developers identify bugs before human review, addressing the growing demand for code oversight. It operates in the cloud for enabled repositories, providing insights with a focus on logical errors to minimize false positives. Since implementing it internally, Anthropic has seen a significant increase in substantive review comments on pull requests. #CodeReview...
Frederic Lardinois

Introducing Kasal

2026-03-09 19:00
🚀 Introducing Kasal, a new no-code visual assistant designed for Agentic AI in Databricks Labs. This tool aims to simplify the integration of AI systems across organizations. It offers user-friendly features that enhance productivity without requiring extensive technical knowledge. Kasal is part of a growing trend in AI adoption, making advanced technology more accessible. #AI #NoCode #Innovation #Databricks #TechTrends

Granite 4.0 1B Speech: Compact, Multilingual, and Built for the Edge

2026-03-09 18:36
🚀 Introducing Granite 4.0 1B Speech by IBM! This new speech-language model is designed for enterprise use on resource-limited devices. It features multilingual automatic speech recognition (ASR) and bidirectional speech translation (AST) with improved performance. With reduced parameters, it offers enhanced English transcription accuracy and faster processing. Notably, it adds Japanese ASR support and keyword list biasing for better recognition. Granite 4.0 1B Speech has also topped the...

Cursor builds always-on agents to tackle developer task tedium

2026-03-09 15:05
🚀 Cursor has launched Cursor Automations, introducing always-on agents designed to simplify repetitive developer tasks. These agents leverage deep codebase understanding, enhancing features like Plan Mode and predictive autocomplete. They can automate processes such as incident triage and code cleanup. Agents can be triggered by events like Slack messages or GitHub pull requests, streamlining workflow. For more insights, check out the details from Cursor's team! #Cursor #AI #Automation...
Adrian Bridgwater

Unlocking Real-Time Insights: Announcing Native Splunk in Cisco Nexus One

2026-03-09 15:00
🚀 Cisco has announced Native Splunk integration in Cisco Nexus One, enhancing network observability. This integration allows NetOps and SecOps teams to stream high-fidelity telemetry directly to Splunk. It aims to accelerate root cause analysis, ensure data sovereignty, and lower operational costs. Cisco Nexus One offers a unified management plane, enhancing monitoring and troubleshooting for data center fabrics. #Cisco #Splunk #NetworkObservability #DataCenter #TechInnovation
Usha Andra

AI coding agents can write code, Crafting wants to help them ship it

2026-03-09 14:00
AI coding agents are advancing in generating code, but challenges remain in testing and deployment. Crafting, a San Francisco startup, aims to address this by providing AI agents with production-like environments for better code validation. Their platform allows agents to operate with real dependencies and data. Recently, Crafting announced the launch of Crafting for Agents, enhancing their existing cloud-based tools for engineers. This aims to streamline the engineering process for large...
Frederic Lardinois

Active defense: introducing a stateful vulnerability scanner for APIs

2026-03-09 14:00
🚀 Cloudflare has launched a new Web and API Vulnerability Scanner to help teams identify logic flaws in APIs. This tool uses AI to create API call graphs, focusing initially on the Broken Object Level Authorization (BOLA) vulnerability. Traditional security methods often miss these types of issues. The scanner will first be available to API Shield customers, with plans to expand its capabilities over time. #Cloudflare #APISecurity #VulnerabilityScanner #Cybersecurity #TechInnovation
Malte Reddig

Junie CLI, the LLM-agnostic coding agent, is now in Beta

2026-03-09 13:26
🚀 Exciting news from JetBrains! Junie CLI, a fully standalone coding agent, is now in Beta. You can use it directly from the terminal, IDEs, CI/CD, and platforms like GitHub or GitLab. Junie CLI is LLM-agnostic, supporting top models from OpenAI, Anthropic, Google, and more. Enjoy one-click migration from other agents and flexible customization options. Plus, you can start with free access to Gemini 3 Flash for one week! #JunieCLI #JetBrains #CodingAgent #AI #TechNews
Anastasia Krivosheeva

Air Launches as Public Preview – A New Wave of Dev Tooling Built on 26 Years of Experience

2026-03-09 13:02
🚀 Air has launched its Public Preview for macOS, with Windows and Linux versions on the way! This new development environment focuses on agentic software development, aiming to streamline workflows by integrating multiple AI agents. Unlike traditional IDEs, Air is designed to optimize how you interact with these agents. You can now switch agents easily and run tasks concurrently, enhancing efficiency in coding. Find out more and join the development revolution! #SoftwareDevelopment #AI...
Nik Tkachev

TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP

2026-03-09 08:49
🚀 CLion 2026.1 EAP is nearing its end, introducing key updates for debugging and project management. 🔍 Users can now communicate with DAP debuggers over TCP, enhancing flexibility. Two modes, Launch and Attach, offer tailored options based on the debugger's requirements. 🔢 Numeric values can be viewed in different formats—decimal, hexadecimal, octal, or binary—providing a clearer understanding of data. 🌐 Remote debugging has become faster and more stable with a reworked architecture, while...
Oleg Zinovyev

Falcon for XIoT Extends Asset Protection to Healthcare Environments

2026-03-09 00:00
🚀 CrowdStrike is enhancing its Falcon platform to protect medical devices in healthcare environments. This move addresses the growing cybersecurity threats targeting healthcare organizations. 🔍 With over 750 reported breaches in 2026, the need for robust security is critical. The Falcon for XIoT will provide continuous visibility and protection for connected healthcare devices, ensuring patient safety. 💻 The platform will also automate asset visibility, helping to identify legacy devices and...
Adina Schoeneman

LeRobot v0.5.0: Scaling Every Dimension

2026-03-09 00:00
🚀 Exciting news from the tech world! LeRobot v0.5.0 has just launched, showcasing over 200 merged PRs and contributions from 50+ new developers. This release features expanded capabilities, including support for the Unitree G1 humanoid robot and new training policies. Key highlights include faster datasets, simulation environments, and a modernized codebase using Python 3.12 and Transformers v5. #LeRobot #TechUpdate #Robotics #Innovation #AI

Navigate repositories faster with the file tree browser

2026-03-09 00:00
🚀 GitLab 18.9 introduces the file tree browser, enhancing navigation within repositories. This feature adds a collapsible panel to keep your project structure visible while you read code, reducing the need for backtracking. You can filter files quickly, navigate with keyboard shortcuts, and enjoy a responsive design across devices. Explore this tool today to streamline your workflow! #GitLab #FileTreeBrowser #CodeNavigation #DevTools #SoftwareDevelopment
Source: GitLab Blog
Talia Armato-Helle

Snowflake Cortex Code CLI adds dbt and Apache Airflow support for AI-powered data pipelines

2026-03-08 13:00
🚀 Exciting news from Snowflake! The Snowflake Cortex Code CLI has added support for dbt and Apache Airflow, enhancing its utility for AI-powered data pipelines. This move marks a significant step in extending capabilities beyond Snowflake's ecosystem. 🌐 By introducing a self-service subscription model, Snowflake is making the coding agent accessible to a broader audience, including non-customers. This aligns with their commitment to the open-source community. Agent Skills for debugging and...
Jelani Harper

OpenAI GPT-5.4 launches, AI gets its own jobs report, Claude surges after U.S. ban

2026-03-07 13:55
OpenAI has launched GPT-5.4, its latest model, boasting enhanced capabilities for professional tasks, with impressive benchmark scores. 📊 Alongside this, Codex has reached 1.6 million active users after its release on Windows, emphasizing improvements in developer workflows. 💻 A study by Anthropic reveals that AI is reshaping jobs, particularly for young workers, but overall unemployment remains stable. The focus is shifting towards systems design and strategy rather than job loss. 🔄 #AI...
Matthew Burns

Conversational LLM Evaluations in Minutes with NVIDIA NeMo Evaluator Agent Skills

2026-03-06 18:56
🚀 Exciting news for developers! NVIDIA has introduced the nel-assistant agent skill, simplifying LLM evaluations. Now, you can configure, run, and monitor evaluations using natural language, eliminating the need for complex YAML files. This innovation is built on the NVIDIA NeMo Evaluator library and is compatible with tools like Cursor. #NVIDIA #LLM #DeveloperTools #AI #NeMo

Where wild things roam: Identifying wildlife with SpeciesNet

2026-03-06 17:59
🚀 SpeciesNet, an AI tool for identifying wildlife in camera trap images, is now widely used after going open-source last year. 🌍 With the ability to classify nearly 2,500 animal categories, it has become essential for conservation efforts globally. 📸 Research groups are utilizing SpeciesNet to identify species like pumas in Colombia and elephants in Tanzania, driving new insights into wildlife patterns. #WildlifeConservation #AI #SpeciesNet #GoogleEarthAI #Sustainability

It’s Pi Day—Fall in Love (with Savings)!

2026-03-06 16:36
🎉 Happy Pi Day! On March 14, take advantage of a 25% discount on select Cisco learning products for just 24 hours. This is a great opportunity to enhance your skills with offerings like CCNA, Cisco Exam Review, and various Learning Labs. Don't miss out on this chance to invest in your learning journey! 💻📚 #PiDay #CiscoLearning #Discount #Education #SkillDevelopment
Sonia Chavez

Chat SDK adds table rendering and streaming markdown

2026-03-06 13:00
🚀 Exciting updates for Chat SDK! The latest version now features native table rendering across all platform adapters. The new Table() component simplifies how tables are created by allowing users to input headers and rows easily. Markdown streaming has also been enhanced, with Slack now supporting real-time formatting. Other platforms benefit from improved default rendering. Update your Chat SDK today to explore these new features! #ChatSDK #TableRendering #Markdown #TechUpdates...
Source: Vercel Blog
Hayden Bleasel