For you Ai Security Dev Cloud Hardware Startups Releases General

From InfoQ · 40 stories

2 sources 2 reports 12d ago

Google releases HEIR, an open-source compiler for private AI inference using homomorphic encryption

Google has released HEIR (Homomorphic Encryption Intermediate Representation), an open-source compiler designed to enable private AI inference using homomorphic encryption. This tool addresses the challenge of performing computations on encrypted data without exposing underlying information, making homomorphic encryption more practical for developers.

security ai encryption open-source homomorphic encryption
2 sources 2 reports 12d ago

New technique "skitter-creek-bath-salts" bypasses DRAM memory protections on AMD CPUs

A new technique called "skitter-creek-bath-salts" allows manipulation of DRAM controller registers to scramble platform memory, bypassing security features like the Platform Security Processor, System Management Mode, and CPU microcode. This method was developed and tested on AMD Family 16h CPUs, which are the last generation with publicly documented DRAM controller translation registers.

security amd dram cpu hardware
2 sources 2 reports 17d ago

Cloudflare introduces WriteGuard for fine-grained control over AI agent actions on MCP servers

Cloudflare has launched WriteGuard, a new control system designed to manage and restrict the actions of AI agents connected to Model Context Protocol (MCP) servers. This system addresses the risk of AI agents performing unintended or destructive operations by providing granular permissions, preventing scenarios like mass ticket closures or data deletion. WriteGuard is now available in private beta for Cloudflare MCP server portals.

ai security cloudflare mcp cloud
2 sources 2 reports 18d ago

Cloudflare launches CI SDK for running CI/CD pipelines on its platform

Cloudflare introduced a CI SDK built on Cloudflare Workflows, enabling continuous integration (CI) pipelines to run directly on its platform. This development allows platforms to manage CI/CD for their own code and their customers' code, integrating with Cloudflare Artifacts for versioned code storage.

dev cloudflare ci/cd devops workflows
2 sources 2 reports 19d ago

Amazon DynamoDB Adds Real-Time Vector Search Capability

Amazon DynamoDB now supports real-time vector search, allowing users to store vector embeddings alongside operational data and perform similarity searches directly within the database. This integration removes the need for separate vector databases and synchronization pipelines, simplifying application architecture and reducing operational overhead for AI-driven features.

cloud aws dynamodb vector search database
2 sources 3 reports 20d ago

Cloudflare Introduces Agent Tracing and Local Debugging for AI Agents on Workers

Cloudflare has launched Cloudflare Agents, a platform for deploying and managing hosted agents, starting with agent tracing for visibility into agent behavior. Concurrently, `wrangler dev` and `vite dev` now automatically capture OpenTelemetry traces for local Worker invocations, enabling AI agents to debug issues using a new Local Explorer API. This provides structured feedback for agents during local development, reducing manual logging.

ai cloudflare workers debugging agents
2 sources 2 reports 34d ago

Amazon EKS Introduces Kubernetes Version Rollback and Extended Support

Amazon EKS now supports Kubernetes version rollbacks, allowing users to revert a cluster's control plane to its previous Kubernetes version within seven days of an upgrade. This feature provides a safety net for quick recovery from problematic updates. Additionally, EKS has introduced Extended Support for Kubernetes versions, making each version available for 26 months.

cloud aws eks kubernetes upgrades
2 sources 3 reports 36d ago

Google Cloud Introduces AI Security Blueprint for Kubernetes Engine

Google Cloud has released a security blueprint for AI workloads on Google Kubernetes Engine (GKE). This strategic guide suggests a multilayered security approach to protect model weights and counter threats like prompt injection, advancing AI's transition from prototype to production. It matters as AI deployment security becomes crucial for enterprises.

cloud kubernetes ai security google
2 sources 2 reports 37d ago

Cloudflare Internal DNS Launches for Private Networks

Cloudflare has launched its Internal DNS, providing unified management of authoritative and recursive DNS for private networks. This service aims to simplify DNS operations by consolidating public and private DNS management on a single platform, thereby enhancing security and visibility across networks.

cloud dns security cloudflare networking
2 sources 2 reports 38d ago

Amazon launches GuardDuty investigation agent for AI-powered threat assessment

Amazon introduced the GuardDuty investigation agent in public preview, enhancing threat assessments across AWS environments. This tool automates investigation processes, reducing time from hours to minutes and providing structured risk assessments and actionable recommendations.

security guardduty aws threat assessment ai
2 sources 3 reports 39d ago

.NET 11 Preview 6 Released with New Optimizations and Features

.NET 11 Preview 6 has been released, offering enhancements across several aspects like the runtime, SDK, libraries, ASP.NET Core, and .NET MAUI. New features include asynchronous validation, improved JSON serialization, and performance optimizations for future development iterations. The preview aims to improve development efficiency and capability, reflecting significant advances since the prior preview release.

releases dotnet sdk aspnetcore entityframework
2 sources 2 reports 45d ago

Netflix Introduces GenPage AI to Optimize Personalized Homepages

Netflix has introduced GenPage, a generative AI model to create personalized homepages. GenPage improves user engagement and reduces latency by replacing the traditional multi-stage recommendation pipeline with a single model that uses user history and context. This shift could streamline content delivery and enhance personalized user experiences.

ai netflix recommendation machine learning generative ai
2 sources 2 reports 45d ago

Google's AlphaEvolve Released for General Use on Gemini Enterprise Platform

Google has announced that AlphaEvolve, an AI-driven code optimization service, is now generally available on the Gemini Enterprise Agent Platform. Featuring evolutionary algorithm techniques, it enables organizations to optimize their code within their own infrastructure boundaries, supporting diverse industries. This advancement signifies a robust approach to tackling optimization challenges across sectors like logistics and genomics.

ai google cloud optimization dev
1 source 1 report 2d ago

OpenAI Details GPT-Live Architecture for Continuous Stateful Voice Interaction

OpenAI published an engineering account of GPT-Live, detailing its architecture designed for continuous voice interaction by separating latency-sensitive media processing from other application logic. This design addresses the challenge of maintaining responsiveness in real-time AI applications when other operations have variable latency or depend on external services.

ai openai architecture realtime
1 source 8 reports 4d ago

JDK 28 Targets New Features, JDK 27 Release Candidate Delayed

Several Java Enhancement Proposals (JEPs) for JDK 28 have advanced, with JEP 539 (Strict Field Initialization), JEP 401 (Value Objects), and JEP 535 (Shenandoah GC: Generational Mode by Default) now targeted for the release. Concurrently, the initial release candidate for JDK 27 has been delayed by two weeks to August 20, 2026, to align with an upcoming Critical Patch Update.

dev java jdk jep oracle
1 source 1 report 4d ago

Microsoft Expands Foundry Model Router to 28 Regions, Updates Model Pool

Microsoft expanded its Foundry Model Router from two to 28 regions for global deployments and refreshed its model pool, adding Anthropic Claude Opus 4.8 and the GPT-5.6 family while removing older models. This update automatically applies to default configurations, potentially altering application behavior without redeployment, which could impact stability for some users.

cloud ai microsoft foundry
1 source 1 report 6d ago

Cloudflare Workers Now Support Inbound TCP Connections and gRPC Protocol

Cloudflare Workers can now accept inbound TCP connections, expanding their capabilities beyond HTTP-only server functions. This update introduces a new `connect(socket)` handler and initially supports gRPC, enabling full-duplex communication for various TCP-based protocols.

cloud cloudflare workers tcp grpc
1 source 1 report 7d ago

Uber Develops GitFarm for Git Operations as a Service in Large Monorepos

Uber has developed GitFarm, a Git as a Service platform, to manage Git operations across its large monorepos. This system centralizes Git client functions, reducing client-side resource utilization by over 80% and accelerating repository checkouts for its automation systems. The development addresses performance bottlenecks caused by traditional Git workflows in large-scale development environments.

dev git monorepo devops uber
1 source 1 report 7d ago

Meta Introduces MTIA 300 Custom Accelerator for AI Recommendation Models

Meta has unveiled MTIA 300, its first in-house accelerator designed for training ranking and recommendation models, which integrates networking and collective communication directly into the chip. This development addresses the communication bottlenecks prevalent in recommendation model training, where network performance can be as critical as computational throughput.

hardware meta ai accelerator
1 source 1 report 8d ago

Spring Ecosystem Releases First Milestones for Boot 4.2.0, Framework 7.1.0, and Other Projects

The Spring ecosystem released first milestone versions for several projects, including Spring Boot 4.2.0, Spring Framework 7.1.0, Spring Data 2026.1.0, and Spring Security 7.2.0. These updates introduce new features, bug fixes, and dependency upgrades, impacting developers using the Spring framework for application development.

releases spring java framework
1 source 1 report 8d ago

Astro Introduces Sätteri, a Rust-Powered Markdown and MDX Processor for Faster Builds

Astro has introduced Sätteri, a new Markdown and MDX processor built in Rust, which is now a core dependency of Astro 7.0. This integration contributes to build time improvements of up to 60% by moving parsing out of JavaScript and natively implementing features previously requiring separate plugins.

releases astro markdown mdx rust
1 source 1 report 9d ago

AWS Introduces Specification-Driven Composition for Flexible Data Workflows

AWS has introduced a specification-driven composition pattern for building data transformation workflows, which separates workflow intent from processing logic. This approach aims to reduce duplicated pipeline code and simplify validation and governance in data pipelines, particularly for organizations managing numerous datasets and workflow variations.

cloud aws data workflows serverless
1 source 1 report 9d ago

Diagrid Catalyst 2.0 Introduces Durable and Verifiable Execution for AI Agents

Diagrid released Catalyst 2.0, adding failure recovery and cryptographic verification capabilities to AI agents built with various frameworks. This update allows AI agents to resume interrupted multi-step operations without re-executing completed work and provides verifiable proof of execution history, addressing issues of reliability and accountability in AI agent operations.

ai ai agents durable execution cryptographic verification dapr
1 source 1 report 10d ago

Vulnerabilities in Baseboard Management Controllers (BMCs) Expose Thousands of Servers

Security researchers have identified vulnerabilities in Baseboard Management Controllers (BMCs) that could allow attackers to compromise thousands of enterprise servers at a hardware level. These weaknesses in BMC firmware and management protocols enable control beneath the operating system, bypassing conventional security tools and posing a significant risk to data center operations.

security servers bmc vulnerability
1 source 1 report 10d ago

Nuxt 4.5 Released with Experimental SSR Streaming, Vite 8, and Rspack Builder

Nuxt 4.5 has been released, introducing experimental Server-Side Rendering (SSR) streaming, an upgrade to Vite 8, and a new Rspack 2 builder based on Rsbuild. This update provides performance improvements and new developer tools for the Vue-based web framework.

releases nuxt vue web framework ssr
1 source 1 report 11d ago

Microsoft Introduces AI Governance Architecture for Runtime Enforcement and Continuous Evaluation

Microsoft has released an AI governance architecture that shifts focus from policy documents to runtime enforcement, continuous evaluation, and observability for AI applications in production. This framework aims to ensure governance requirements are enforced and auditable during AI system operation, addressing the need for safer AI systems as organizations deploy AI workloads.

ai governance microsoft cloud
1 source 1 report 13d ago

VoidZero Releases Vite+ Beta, a Unified Web Toolchain with Single Command Interface

VoidZero, founded by Vite and Vue creator Evan You, has released the beta of Vite+, a unified web toolchain that integrates runtime, package manager, and frontend tools under a single `vp` command. This release aims to provide a consistent and efficient workflow for web development by bundling essential tools into one tested stack.

dev web development toolchain vite javascript
1 source 1 report 14d ago

Cloudflare Reduces Astro GitHub Issues by 85% Using AI Agents in GitHub Actions

Cloudflare implemented an automated issue triage system for the Astro open-source framework using isolated AI agents within GitHub Actions, reducing open issues from over 200 to about 30. This system reproduces bugs, diagnoses root causes, verifies behavior, and proposes fixes, demonstrating a practical application of AI in maintaining open-source projects.

dev ai github open-source automation
1 source 1 report 14d ago

Cloudflare Uses AI to Enforce Engineering Standards Across Development Lifecycle

Cloudflare is using AI to transform its internal engineering standards into an actively enforced control system across its software development lifecycle. This approach integrates governance directly into the development workflow, moving beyond passive documentation to actively block changes that deviate from established standards.

dev ai devops software development engineering standards
1 source 1 report 14d ago

Azure DevOps Remote MCP Server Reaches GA, Lacking Support for Major AI Clients

Microsoft has made the Azure DevOps Remote MCP Server generally available, providing a hosted endpoint for AI assistants to access Azure DevOps work items, pull requests, repositories, and pipelines. However, popular AI clients like Claude Desktop, ChatGPT, and Cursor cannot connect due to a dependency on Microsoft Entra authentication mechanisms that are not yet supported.

dev azure devops ai microsoft entra authentication
1 source 1 report 15d ago

Next.js 16.3 Released with Instant Navigations and Significant Performance Improvements

Vercel has released Next.js 16.3, introducing "Instant Navigations" for client-driven responsiveness and substantial performance gains in development memory usage, build times, and server-side rendering. This update improves the developer experience and application performance for Next.js users.

releases next.js react webdev performance
1 source 1 report 15d ago

Microsoft Releases Aspire 13.5 with Refreshed Dashboard and Workflow Improvements

Microsoft released Aspire 13.5, updating the dashboard's visual design and adding features like file import support for the Interaction Service and an integrated terminal. This release focuses on quality-of-life improvements and expanded developer interaction capabilities for the Aspire development tool.

releases microsoft aspire developer tools dashboard
1 source 1 report 15d ago

Flux Introduces Mirror Plugin for Gitless GitOps and Artifact Mirroring

Flux has released Flux Mirror, a CLI plugin for mirroring container images, Helm charts, and OCI artifacts between registries using a declarative configuration. This tool enables Kubernetes clusters to reconcile from self-operated registries, addressing supply chain vulnerabilities and external registry policy changes like Docker Hub rate limiting or Bitnami catalog freezes.

dev flux gitops kubernetes oci
1 source 1 report 16d ago

Docker Launches New First-Party Virtualization Layer for Docker Desktop

Docker has released Docker VMM, a new first-party virtualization layer for Docker Desktop, replacing third-party components. This change aims to improve performance, stability, and memory efficiency for container workloads on macOS and Windows, with Linux support planned.

dev docker virtualization containers development
1 source 1 report 16d ago

React Router v8 Released with ESM-Only Builds and Default Middleware

React Router v8 has been released, introducing updated minimum versions, an ESM-only build, and middleware enabled by default. This update also marks React Router v6 and Remix v2 as End of Life, meaning they will no longer receive security updates.

releases react router frontend javascript
1 source 1 report 17d ago

.NET 11 Preview 7 Introduces Passkeys, Incremental XAML Hot Reload, and Shell Route Templates to MAUI

Microsoft released .NET 11 Preview 7, which includes significant updates to .NET MAUI such as cross-platform passkey authentication, incremental XAML Hot Reload, and Shell route templates. These additions enhance development workflows and security features for MAUI applications across various platforms.

releases dotnet maui passkeys xaml
1 source 1 report 18d ago

shadcn/ui Introduces New Chat Components for Building Conversational Interfaces

shadcn, the creator of shadcn/ui, released a new set of components for building chat interfaces, bringing streaming conversation primitives to the UI library. This release provides developers with tools to integrate chat functionalities into applications, offering a modular approach to UI development.

dev shadcn/ui chat components frontend development ui libraries
1 source 1 report 18d ago

Grafana Releases gcx CLI and MCP Server for AI Agent Observability Integration

Grafana Labs announced the general availability of its gcx CLI and Grafana MCP server, tools designed to allow AI coding agents to query live observability data during development. These tools enable agents to access metrics, logs, traces, and other data from Grafana Cloud or self-hosted stacks, addressing the challenge of agents generating code without full developer understanding of its operational impact.

releases ai observability grafana dev
1 source 1 report 20d ago

Cloudflare Launches Cache Response Rules for Post-Origin Cache Control

Cloudflare introduced Cache Response Rules, a new engine that processes origin server responses before content is cached, allowing for modifications to cache-related headers and improved cache hit rates. This feature provides finer control over caching behavior without requiring changes to the origin application, which can simplify CDN migrations and reduce infrastructure costs.

cloud cloudflare caching cdn web performance
1 source 1 report 21d ago

Cloudflare Migrates cdnjs to Its Developer Platform, Serving 9 Billion Daily Requests

Cloudflare has fully migrated its cdnjs open-source CDN for JavaScript and CSS libraries to its Developer Platform, replacing a distributed infrastructure that included Google Cloud Platform services. This migration consolidates cdnjs onto Cloudflare's own serverless products, demonstrating the platform's scalability and capabilities for a service handling 9 billion daily requests.

cloud cloudflare cdn serverless javascript
More stories →