# Latency

Published articles for Latency.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Scaling Enterprise Testing on Kubernetes with Argo

DevFeed: [Scaling Enterprise Testing on Kubernetes with Argo](<https://devfeed.tech/articles/scaling-enterprise-testing-on-kubernetes-with-argo-42802.md>)

Original publisher: [Read original article](<https://medium.com/capital-one-tech/scaling-enterprise-testing-on-kubernetes-with-argo-5e51f3df3ebc?source=rss----3db3a67cb648---4>)

Author: Capital One Tech

Published: 2026-09-18T14:01:33Z

Content type: article

Language: en

Sources: [Capital One Tech](<https://devfeed.tech/sources/capital-one-tech.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [scaling](<https://devfeed.tech/topics/scaling.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [parallel](<https://devfeed.tech/topics/parallel.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [argo](<https://devfeed.tech/tags/argo.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [cluster](<https://devfeed.tech/tags/cluster.md>), [cncf](<https://devfeed.tech/tags/cncf.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [scaling](<https://devfeed.tech/tags/scaling.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

A case study of Capital One's rebuilt enterprise testing platform, which uses Kubernetes and open-source Argo ecosystem projects to run large numbers of parallel tests across teams. It describes the limitations of the previous pipeline and the platform's focus on scalability, multi-tenancy, and stability.

### Source excerpt

How we built a resilient, multi-tenant test platform on open-source workflows. Every engineer knows the quiet anxiety of watching a CI/CD pipeline run. You commit, you wait for the build and then you wait some more. Now imagine that at enterprise scale: thousands of test agents running at once, across dozens of teams, all validating business-critical services on the same shared infrastructure. That's the problem our platform exists to solve, and for years, the way we solved it was quietly holding us back. At Capital One, we're a technology company that happens to operate in one of the most tightly regulated industries there is. That combination raises the bar: our internal platforms strive to be fast and safe, to scale for many teams at once and to prevent any single workload from destabilizing the rest. So when our first-generation testing pipeline started hitting hard limits, we didn't just move it; we rebuilt it on Kubernetes using open-source, Cloud Native Computing Foundation (CNCF) projects from the Argo ecosystem. In this post, we'll walk through three things: Why we moved off our first-generation pipeline How Argo orchestrates a single test run, end to end The guardrails that keep the platform stable when thousands of tests arrive at once The headline isn't just "we moved to Kubernetes." It's that we learned to run massively parallel test workloads without letting any single burst threaten a shared, multi-tenant cluster. Why we moved off our first-generation pipeline Our original platform got the job done, but it was built from a highly complex set of managed services linked together by a proprietary orchestrator. Execution logic lived inside cloud-specific state-machine definitions, far away from the containers actually running the tests. Three pain points stood out: State-machine sprawl. Changing execution logic meant editing large, cloud-specific workflow definitions. The orchestration lived far away from the code it was orchestrating. Cold-start latency.

## Introducing Amazon SageMaker HyperPod Inference Gateway

DevFeed: [Introducing Amazon SageMaker HyperPod Inference Gateway](<https://devfeed.tech/articles/introducing-amazon-sagemaker-hyperpod-inference-gateway-42780.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/introducing-amazon-sagemaker-hyperpod-inference-gateway/>)

Author: Vinay Arora

Published: 2026-09-18T13:08:34Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon SageMaker HyperPod](<https://devfeed.tech/topics/amazon-sagemaker-hyperpod.md>), [Model Routing](<https://devfeed.tech/topics/model-routing.md>), [model-serving](<https://devfeed.tech/topics/model-serving.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-sagemaker-hyperpod](<https://devfeed.tech/tags/amazon-sagemaker-hyperpod.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [expert-400](<https://devfeed.tech/tags/expert-400.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [model-serving](<https://devfeed.tech/tags/model-serving.md>), [performance](<https://devfeed.tech/tags/performance.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

Amazon SageMaker HyperPod Inference Gateway is a Kubernetes-native, GPU-aware routing add-on for Amazon EKS. It uses real-time GPU signals and model-serving metrics to route inference requests to suitable pods, aiming to reduce GPU waste and first-token latency without application changes.

### Source excerpt

Amazon SageMaker HyperPod Inference Gateway is a Kubernetes-native, GPU-aware routing add-on for Amazon EKS. It uses real-time GPU signals to send each inference request to the best-suited pod, cutting first-token latency by up to 82% with no changes to your model servers or client applications.

## Your agent is only as good as your infrastructure

DevFeed: [Your agent is only as good as your infrastructure](<https://devfeed.tech/articles/your-agent-is-only-as-good-as-your-infrastructure-42787.md>)

Original publisher: [Read original article](<https://thenewstack.io/ai-agent-infrastructure-performance/>)

Author: Selene Cecchinel

Published: 2026-09-18T13:00:00Z

Content type: opinion

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [reliability](<https://devfeed.tech/topics/reliability.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [ai-operations](<https://devfeed.tech/tags/ai-operations.md>), [coreweave](<https://devfeed.tech/tags/coreweave.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [production](<https://devfeed.tech/tags/production.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [sponsor-coreweave](<https://devfeed.tech/tags/sponsor-coreweave.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

This article explains why AI agents require different infrastructure from chatbots. Agent workflows chain inference calls, tool execution, database access, API calls, and code execution, making infrastructure a major determinant of latency, reliability, and cost in production.

### Source excerpt

You built a great agent, but something happened when it moved into production. In testing, your agent reviewed pull requests The post Your agent is only as good as your infrastructure appeared first on The New Stack.

## Article: Architecting Secure and Scalable Facial Verification Systems

DevFeed: [Article: Architecting Secure and Scalable Facial Verification Systems](<https://devfeed.tech/articles/article-architecting-secure-and-scalable-facial-verification-systems-42774.md>)

Original publisher: [Read original article](<https://www.infoq.com/articles/secure-scalable-facial-verification/>)

Author: Praveen Kumar Gopalakrishnan

Published: 2026-09-18T09:00:00Z

Content type: article

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Computer vision](<https://devfeed.tech/topics/computer-vision.md>), [scaling](<https://devfeed.tech/topics/scaling.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Zero Trust](<https://devfeed.tech/topics/zero-trust.md>), [API](<https://devfeed.tech/topics/api.md>), [Data Quality](<https://devfeed.tech/topics/data-quality.md>), [client](<https://devfeed.tech/topics/client.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml-data-engineering](<https://devfeed.tech/tags/ai-ml-data-engineering.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [architecture-design](<https://devfeed.tech/tags/architecture-design.md>), [article](<https://devfeed.tech/tags/article.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [data-quality](<https://devfeed.tech/tags/data-quality.md>), [development](<https://devfeed.tech/tags/development.md>), [devops](<https://devfeed.tech/tags/devops.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [latency](<https://devfeed.tech/tags/latency.md>), [ml-data-engineering](<https://devfeed.tech/tags/ml-data-engineering.md>), [risk](<https://devfeed.tech/tags/risk.md>), [scaling](<https://devfeed.tech/tags/scaling.md>), [secure-scalable-facial-verification](<https://devfeed.tech/tags/secure-scalable-facial-verification.md>), [security](<https://devfeed.tech/tags/security.md>), [systems](<https://devfeed.tech/tags/systems.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

This article presents a four-layer architecture for high-volume facial verification, covering client-side data validation, asynchronous processing, decoupled detection and verification, risk-based thresholds, and zero-trust handling of personal data.

### Source excerpt

When three thousand employees verify at once, synchronous API calls collapse. This article presents a four-layer architecture for high-volume face verification: client-side filtering that cut cloud costs 30%, decoupled detection and verification enabling 10x scaling, risk-based dynamic thresholds, and zero-trust privacy with consent gates and automated data purging for GDPR and HIPAA. By Praveen Kumar Gopalakrishnan

## Presto: A match-action TCP stack for the terabit era

DevFeed: [Presto: A match-action TCP stack for the terabit era](<https://devfeed.tech/articles/presto-a-match-action-tcp-stack-for-the-terabit-era-42191.md>)

Original publisher: [Read original article](<https://blog.apnic.net/2026/09/18/presto-a-match-action-tcp-stack-for-the-terabit-era/>)

Author: Rajath Shashidhara

Published: 2026-09-18T03:34:15Z

Content type: article

Language: en

Sources: [APNIC Blog](<https://devfeed.tech/sources/apnic-blog.md>)

Topics: [presto](<https://devfeed.tech/topics/presto.md>), [Computing](<https://devfeed.tech/topics/computing.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Network](<https://devfeed.tech/topics/network.md>), [rdma](<https://devfeed.tech/topics/rdma.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [connectx](<https://devfeed.tech/tags/connectx.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [data-centres](<https://devfeed.tech/tags/data-centres.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [guest-post](<https://devfeed.tech/tags/guest-post.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [high-performance-computing](<https://devfeed.tech/tags/high-performance-computing.md>), [latency](<https://devfeed.tech/tags/latency.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [presto](<https://devfeed.tech/tags/presto.md>), [processing](<https://devfeed.tech/tags/processing.md>), [programming](<https://devfeed.tech/tags/programming.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [rdma](<https://devfeed.tech/tags/rdma.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software](<https://devfeed.tech/tags/software.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [tech-matters](<https://devfeed.tech/tags/tech-matters.md>)

### AI overview

The post presents Presto, a complete TCP stack implemented as match-action operations on reconfigurable match-action table architectures. It argues that software TCP consumes substantial CPU resources at high data-center network speeds, while hardware transports such as RDMA can be rigid and difficult to operate at scale. Presto aims to combine programmable software behavior with line-rate packet processing, low latency, and ASIC-like power efficiency.

### Source excerpt

Guest Post: Presto is built on the RMT architecture that underlies programmable switches, and addresses RMT's main constraints.

## DigitalOcean Announces General Availability of Advanced Managed Databases for MySQL and PostgreSQL

DevFeed: [DigitalOcean Announces General Availability of Advanced Managed Databases for MySQL and PostgreSQL](<https://devfeed.tech/articles/the-next-step-for-mission-critical-workloads-managed-databases-advanced-edition-42077.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/introducing-mysql-postgresql-advanced>)

Author: Waverly Swinton

Published: 2026-09-17T22:30:18Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [retry](<https://devfeed.tech/topics/retry.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [databases](<https://devfeed.tech/tags/databases.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [failover](<https://devfeed.tech/tags/failover.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [production](<https://devfeed.tech/tags/production.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

DigitalOcean announces general availability of its Managed Databases Advanced Edition for MySQL and PostgreSQL. The release highlights performance and reliability improvements, failover behavior, lower storage pricing, monitoring, and VPC connectivity for production workloads.

### Source excerpt

As your business scales, your database shifts from a simple storage layer to the critical heart of your application architecture. For years, DigitalOcean has helped thousands of startups and growing businesses effortlessly launch and scale fully managed PostgreSQL, MySQL, Valkey, and MongoDB databases without the burden of complex routine maintenance. But when traffic surges, data footprints expand, and uptime becomes non-negotiable, high-growth workloads demand a stronger foundation. That is why we are announcing general availability of DigitalOcean Managed Databases Advanced Edition for both MySQL and PostgreSQL. General Availability: Enterprise-Grade Performance and Reliability for Production Workloads Since our public preview in April, more than 150 customers have run workloads on Advanced Edition. We've been focused on improving performance and reliability across both engines: Performance Gains at Scale: As database activity accelerates, both engines demonstrate marked efficiency improvements, with Managed PostgreSQL internal benchmarks delivering up to 38% higher throughput* alongside a 50% reduction in p99 latency.** Rapid Failover Capabilities: Integrated proxy architecture is designed to avoid application reconnects in most failover events. Across twenty primary-loss simulations in internal benchmarking, MySQL Advanced Edition clusters promoted a replacement primary in under 3 seconds on average, remaining well within standard client connection retry thresholds. Lower Total Cost of Ownership (TCO): Building on Standard Edition's ease of use, built-in monitoring, and zero egress fees, we've also reduced storage prices for Advanced Edition by 46% (down to $0.115 per GiB/month), (see our pricing page for current rates) materially lowering TCO for teams running large-scale workloads. In addition to these performance gains and efficiencies, we've also extended the platform so you can run your database your way. Connect securely over VPC, offload reads with conne

## Multi-modal autoscaling with Amazon EC2 Auto Scaling: adding signals for faster, more reliable scaling

DevFeed: [Multi-modal autoscaling with Amazon EC2 Auto Scaling: adding signals for faster, more reliable scaling](<https://devfeed.tech/articles/multi-modal-autoscaling-with-amazon-ec2-auto-scaling-adding-signals-for-faster-more-reliable-scaling-42095.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/multi-modal-autoscaling-with-amazon-ec2-auto-scaling-adding-signals-for-faster-more-reliable-scaling/>)

Author: Shubhendu Dubey

Published: 2026-09-17T18:18:38Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [scaling](<https://devfeed.tech/topics/scaling.md>), [Amazon CloudWatch](<https://devfeed.tech/topics/amazon-cloudwatch.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [api](<https://devfeed.tech/tags/api.md>), [auto-scaling](<https://devfeed.tech/tags/auto-scaling.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudformation](<https://devfeed.tech/tags/aws-cloudformation.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [forecasting](<https://devfeed.tech/tags/forecasting.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load](<https://devfeed.tech/tags/load.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [scaling](<https://devfeed.tech/tags/scaling.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This tutorial explains multi-modal autoscaling with Amazon EC2 Auto Scaling by combining CPU, request-count, application-level, and predictive signals. It describes a controlled test in which application metrics avoided rejected checkout sessions and reduced p99 latency compared with CPU-only scaling.

### Source excerpt

Multi-modal autoscaling with Amazon EC2 Auto Scaling combines infrastructure metrics like CPU with application-level signals, so a group scales on the demand its users create. In this post, we show you how to implement it, with code samples and results from a controlled test.

## Planning for disaster recovery using AWS Local Zones and AWS Outposts racks

DevFeed: [Planning for disaster recovery using AWS Local Zones and AWS Outposts racks](<https://devfeed.tech/articles/planning-for-disaster-recovery-using-aws-local-zones-and-aws-outposts-racks-42096.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/planning-for-disaster-recovery-using-aws-local-zones-and-aws-outposts-racks/>)

Author: Brianna Rosentrater

Published: 2026-09-17T17:24:21Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Disaster Recovery](<https://devfeed.tech/topics/disaster-recovery.md>), [AWS Local Zones](<https://devfeed.tech/topics/aws-local-zones.md>), [AWS Outposts](<https://devfeed.tech/topics/aws-outposts.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Load Balancing](<https://devfeed.tech/topics/load-balancing.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-local-zones](<https://devfeed.tech/tags/aws-local-zones.md>), [aws-outposts](<https://devfeed.tech/tags/aws-outposts.md>), [aws-outposts-rack](<https://devfeed.tech/tags/aws-outposts-rack.md>), [database](<https://devfeed.tech/tags/database.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [failover](<https://devfeed.tech/tags/failover.md>), [hybrid](<https://devfeed.tech/tags/hybrid.md>), [hybrid-cloud](<https://devfeed.tech/tags/hybrid-cloud.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load-balancing](<https://devfeed.tech/tags/load-balancing.md>), [replication](<https://devfeed.tech/tags/replication.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This post presents disaster recovery architectures using AWS Outposts racks and AWS Local Zones, including DNS-based failover, active/active load balancing, and hybrid database replication. It explains their availability, RTO/RPO, complexity, cost, and data-residency trade-offs.

### Source excerpt

Build highly available architectures that span two AWS Outposts racks, or an Outpost rack and an AWS Local Zone, without single points of failure. This post covers three disaster recovery approaches: DNS-based failover, active/active load balancing, and hybrid database replication, with the RTO/RPO trade-offs of each.

## The guest journey, updated in real time: extending Airbnb's sequence recommender with Chronon

DevFeed: [The guest journey, updated in real time: extending Airbnb's sequence recommender with Chronon](<https://devfeed.tech/articles/the-guest-journey-updated-in-real-time-extending-airbnb-s-sequence-recommender-with-chronon-42165.md>)

Original publisher: [Read original article](<https://medium.com/airbnb-engineering/the-guest-journey-updated-in-real-time-extending-airbnbs-sequence-recommender-with-chronon-8f1582578553?source=rss----53c7c27702d5---4>)

Author: Pengyu Hou

Published: 2026-09-17T17:01:02Z

Content type: article

Language: en

Sources: [The Airbnb Tech Blog - Medium](<https://devfeed.tech/sources/the-airbnb-tech-blog-medium.md>)

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [data](<https://devfeed.tech/topics/data.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [data](<https://devfeed.tech/tags/data.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [repo](<https://devfeed.tech/tags/repo.md>), [results](<https://devfeed.tech/tags/results.md>), [sequence](<https://devfeed.tech/tags/sequence.md>), [technology](<https://devfeed.tech/tags/technology.md>)

### AI overview

Airbnb describes extending its sequence-based recommender with Chronon's Push Mode and Near-real-time Model Transform capabilities. The changes update guest activity and model features more quickly, reducing the staleness of search-ranking inputs compared with the previous daily batch pipeline.

### Source excerpt

How two new Chronon capabilities, Push Mode and NRT Model Transform, allows us to provide more relevant search results instantly as a guest explores, rather than waiting for the next batch run. By: Pengyu Hou, Yuli Han, Daochen Zha, Haozhen Ding, Xin Liu, Sophie Wang, Pallavi Adusumilli, Sherry Li, Henry Saputra, Chun How Tan, Huiji Gao, Yan Zhang, Stephanie Moyerman, Yi Li, and Sanjeev Katariya A guest's interaction with Airbnb doesn't pause to wait for a nightly batch job. Someone might browse a dozen listings on a Tuesday afternoon, run a new search that evening, and expect the next search to reflect the recent activity; it's also to Airbnb's benefit for that to be the case. In our previous post, Personalizing Airbnb search by learning from the guest journey, we described how we built a Transformer-based sequence encoder that creates better, more personalized search rankings for a guest using the booking, review, and browsing data that is most relevant to them -- their own. That system ran as a daily batch job: each night it processed the previous day's activity and refreshed embeddings for guests who had something new to show for it. That design worked well, but it left a gap. Activity from earlier the same day wouldn't show up in the embedding until the following day's run, on top of the pipeline's own processing lag -- in practice, up to nearly two days of staleness. For a guest actively planning a trip, that meant the ranking model was often working from a slightly outdated picture of what they wanted, and the recent activities are often highly relevant to current search needs. This is a limitation that our original JourneyFormer research had already flagged as needing new serving infrastructure to solve. In this post, we describe how we closed that gap by adding two new capabilities to Chronon, Airbnb's feature platform: Near-real-time Model Transform and Push Mode. Chronon is an open source project, and these capabilities have been contributed back to our pub

## Implement a correctness-safe Bloom filter lookup with Amazon ElastiCache for Valkey and Amazon Aurora PostgreSQL

DevFeed: [Implement a correctness-safe Bloom filter lookup with Amazon ElastiCache for Valkey and Amazon Aurora PostgreSQL](<https://devfeed.tech/articles/implement-a-correctness-safe-bloom-filter-lookup-with-amazon-elasticache-for-valkey-and-amazon-aurora-postgresql-42098.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/database/implement-a-correctness-safe-bloom-filter-lookup-with-amazon-elasticache-for-valkey-and-amazon-aurora-postgresql/>)

Author: Chintan Agrawal

Published: 2026-09-17T16:01:43Z

Content type: tutorial

Language: en

Sources: [AWS Database Blog](<https://devfeed.tech/sources/aws-database-blog.md>)

Topics: [bloom-filter](<https://devfeed.tech/topics/bloom-filter.md>), [valkey](<https://devfeed.tech/topics/valkey.md>), [Amazon Aurora](<https://devfeed.tech/topics/amazon-aurora.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [consistency](<https://devfeed.tech/topics/consistency.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-aurora](<https://devfeed.tech/tags/amazon-aurora.md>), [amazon-elasticache](<https://devfeed.tech/tags/amazon-elasticache.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [bloom-filter](<https://devfeed.tech/tags/bloom-filter.md>), [cache](<https://devfeed.tech/tags/cache.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [latency](<https://devfeed.tech/tags/latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [postgresql-compatible](<https://devfeed.tech/tags/postgresql-compatible.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [valkey](<https://devfeed.tech/tags/valkey.md>)

### AI overview

This post explains a three-tier membership lookup that combines a Bloom filter in Amazon ElastiCache for Valkey, an exact-match cache, and Amazon Aurora PostgreSQL as the relational source of truth. The design provides fast negative checks and preserves correctness when false positives would affect business outcomes.

### Source excerpt

This post shows how to compose a Bloom filter with an exact-match cache and a relational source of truth into a three-tier, correctness-safe membership lookup using Amazon ElastiCache for Valkey and Amazon Aurora PostgreSQL, serving sub-millisecond decisions at peak throughput without false-positive risk.

## Beyond Two Towers: Launching the 3-Tower Engagement Co-Train Model (Part 2)

DevFeed: [Beyond Two Towers: Launching the 3-Tower Engagement Co-Train Model (Part 2)](<https://devfeed.tech/articles/beyond-two-towers-launching-the-3-tower-engagement-co-train-model-part-2-42166.md>)

Original publisher: [Read original article](<https://medium.com/pinterest-engineering/beyond-two-towers-launching-the-3-tower-engagement-co-train-model-part-2-0b96167d2c14?source=rss----4c5a5f6279b6---4>)

Author: Pinterest Engineering

Published: 2026-09-17T15:01:05Z

Content type: article

Language: en

Sources: [Pinterest Engineering Blog - Medium](<https://devfeed.tech/sources/pinterest-engineering-blog-medium.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cache](<https://devfeed.tech/tags/cache.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [latency](<https://devfeed.tech/tags/latency.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [monetization](<https://devfeed.tech/tags/monetization.md>), [pinterest](<https://devfeed.tech/tags/pinterest.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [recommendation-system](<https://devfeed.tech/tags/recommendation-system.md>), [scale](<https://devfeed.tech/tags/scale.md>), [two-tower-model](<https://devfeed.tech/tags/two-tower-model.md>)

### AI overview

Pinterest engineers describe a three-tower engagement co-train model for lightweight ads ranking. The model jointly predicts click, good-click, and outbound-click probabilities while balancing richer interactions against latency and cost constraints at large candidate volumes.

### Source excerpt

Authors: Longyu Zhao (Staff Machine Learning Engineer), Gwendolyn Zhao (Staff Machine Learning Engineer), Peng Yan (Senior Machine Learning Engineer), Yuanlu Bai (Senior Machine Learning Engineer), Yuan Wang (Senior Machine Learning Engineer), Yao Cheng (Staff Machine Learning Engineer), Ang Xu (Principal Machine Learning Engineer), Zhaohong Han (Manager II, Ads Lightweight Ranking) Introduction Previously¹, we launched the next-generation serving stack for standard ads, which we call Nexus. Nexus decoupled candidate generation from scoring and moved us beyond the classic two-tower-only world, enabling richer model architectures while still meeting stringent latency and cost constraints. Building on this system, we set out to design the first ads lightweight ranking model that goes beyond two towers. It jointly predicts three probabilities for each candidate ad: pCTR, the probability of a click; pGCTR30, the probability of a good click that lasts at least 30 seconds; and pOCTR, the probability of an outbound click to the advertiser's destination. To support these objectives efficiently, we partition the query and Pin embeddings into task-specific CTR, gCTR30, and oCTR segments. For the CTR task, the fast two-tower prediction uses the first 64 dimensions of the CTR segment, while the three-tower prediction uses the full CTR segment together with richer cross features. For gCTR30 and oCTR tasks, full embeddings are shared between two-tower and three-tower predictions. This lets each task learn dedicated representations while sharing the overall model. In principle, Nexus places very few hard constraints on the architecture we can serve: cross-attention, sequence modeling, and more expressive interaction modules are all on the table. However, in practice we quickly ran into the fundamental reality of ads lightweight ranking at Pinterest scale: for a typical request, we need to score on the order of hundreds of thousands of candidates (P99 post-targeting candidate count

## Optimize your team's price-performance with hosted open weight models

DevFeed: [Optimize your team's price-performance with hosted open weight models](<https://devfeed.tech/articles/optimize-your-team-s-price-performance-with-hosted-open-weight-models-42085.md>)

Original publisher: [Read original article](<https://about.gitlab.com/blog/optimize-with-open-weight-models/>)

Author: Brittany Lutz

Published: 2026-09-17T00:00:00Z

Content type: release

Language: en

Sources: [GitLab](<https://devfeed.tech/sources/gitlab.md>)

Topics: [GitLab](<https://devfeed.tech/topics/gitlab.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Agentic development](<https://devfeed.tech/topics/agentic-development.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [cost](<https://devfeed.tech/tags/cost.md>), [features](<https://devfeed.tech/tags/features.md>), [gitlab](<https://devfeed.tech/tags/gitlab.md>), [latency](<https://devfeed.tech/tags/latency.md>), [models](<https://devfeed.tech/tags/models.md>), [open](<https://devfeed.tech/tags/open.md>), [optimize](<https://devfeed.tech/tags/optimize.md>), [product](<https://devfeed.tech/tags/product.md>)

### AI overview

GitLab announces three hosted open weight models for GitLab Duo Agent Platform: Kimi K3, GLM 5.3, and MiniMax M3. The release gives software teams more model choices for balancing quality, latency, and cost across different development workloads.

### Source excerpt

There's no single best model for every software development task. Implementing a new feature, diagnosing a failed pipeline, and resolving security vulnerabilities all place different demands on the model handling them. GitLab Duo Agent Platform is expanding GitLab-managed model choice with three hosted open weight models: Kimi K3, GLM 5.3, and MiniMax M3. Together with the frontier models already available in GitLab, your team now has more control over how you optimize for quality, latency, and cost, tuned to the needs of each workload. Point a hard task at Kimi K3 or GLM 5.3, which outperformed comparable frontier models in internal testing and costs less per call, or hand routine, high-volume work to MiniMax M3. Either way, your team gets up to 4x more calls per GitLab Credit than some comparable frontier models, with more AI model options to match cost to task complexity. GitLab Transcend returns in October Coding agents are increasing your speed of development, but your reviews, security policies, and release cycles still have to keep pace. Our Transcend event on October 6 will demonstrate how GitLab is helping teams close that gap and explore what it takes to carry the speed of agentic AI across the software lifecycle. Register for the livestream today! Why one model has been the easy way out Different tasks in agentic development need different things from an AI model. A long-running refactor needs a large context window and deeper reasoning, while a routine, high-volume task is often better served by a faster, more cost-efficient model. Optimizing for one task type means giving up ground on the other. As teams work through the technical tradeoff, whether they can actually access a new model emerges as an additional governance challenge. In regulated environments, every model and the infrastructure it runs on has to clear security, compliance, and internal review before the team can use it. Reviews and approvals move slowly enough that many teams standardize o

## Inline CSS at Khan Academy: Aphrodite

DevFeed: [Inline CSS at Khan Academy: Aphrodite](<https://devfeed.tech/articles/inline-css-at-khan-academy-aphrodite-27365.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/aphrodite-inline-css.htm>)

Author: Khan Academy

Published: 2016-03-29T22:00:00Z

Content type: article

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [HTML](<https://devfeed.tech/topics/html.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [chrome](<https://devfeed.tech/tags/chrome.md>), [css](<https://devfeed.tech/tags/css.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [latency](<https://devfeed.tech/tags/latency.md>), [network](<https://devfeed.tech/tags/network.md>), [news](<https://devfeed.tech/tags/news.md>), [react](<https://devfeed.tech/tags/react.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>)

### AI overview

Jamie Wong discusses Aphrodite, Khan Academy's inline styling solution, the constraints that shaped it, and its use in production. The article explains how reducing bytes before content renders motivated server-side rendering and compares the initial-load byte requirements of server-side and client-side rendering.

### Source excerpt

By Jamie Wong I won't ramble in this post about the maintenance woe that is CSS, as others ... Read more

## Profiling App Engine Memcached

DevFeed: [Profiling App Engine Memcached](<https://devfeed.tech/articles/profiling-app-engine-memcached-27394.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/memcached-profiling.htm>)

Author: Khan Academy

Published: 2017-05-01T22:00:00Z

Content type: article

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>)

Tags: [engineering](<https://devfeed.tech/tags/engineering.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [logging](<https://devfeed.tech/tags/logging.md>), [memcached](<https://devfeed.tech/tags/memcached.md>), [news](<https://devfeed.tech/tags/news.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [profiling](<https://devfeed.tech/tags/profiling.md>), [tests](<https://devfeed.tech/tags/tests.md>)

### AI overview

Khan Academy engineers profile App Engine Memcached to estimate access latency and evaluate whether on-demand content fetching could support separate content trees for each language. Most requests showed 1-4 ms latency, usually below 10 ms, while a single multi-get performed similarly to a single get.

### Source excerpt

By Ben Kraft Last year, Willow wrote about how we optimized our in-memory content data to take up ... Read more

## Google and OpenAI take different approaches to reducing voice-agent latency

DevFeed: [Google and OpenAI take different approaches to reducing voice-agent latency](<https://devfeed.tech/articles/openai-s-voice-model-doesn-t-think-that-s-the-point-26952.md>)

Original publisher: [Read original article](<https://thenewstack.io/voice-agent-latency-architectures/>)

Author: Amanda Caswell

Published: 2026-09-15T21:50:15Z

Content type: comparison

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-engineering](<https://devfeed.tech/tags/ai-engineering.md>), [api](<https://devfeed.tech/tags/api.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [google-ai](<https://devfeed.tech/tags/google-ai.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [latency](<https://devfeed.tech/tags/latency.md>), [openai](<https://devfeed.tech/tags/openai.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [real-time](<https://devfeed.tech/tags/real-time.md>)

### AI overview

The article compares Google's Gemini 3.8 Live Extended Thinking with OpenAI's GPT-Live-1 for reducing latency in voice agents. Google keeps speech, reasoning, and asynchronous tool execution in one stateful session, while OpenAI uses a real-time conversation model alongside a backend reasoning model, shifting more orchestration to the application.

### Source excerpt

Voice agents have a latency problem that shows up as soon as they have to do real work. Within five The post OpenAI's voice model doesn't think. That's the point. appeared first on The New Stack.

## Kubernetes v1.37: Pod-Level Resource Managers graduated to Beta

DevFeed: [Kubernetes v1.37: Pod-Level Resource Managers graduated to Beta](<https://devfeed.tech/articles/kubernetes-v1-37-pod-level-resource-managers-graduated-to-beta-26910.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/09/15/kubernetes-v1-37-pod-level-resource-managers-beta/>)

Author: Kevin Torres Martinez

Published: 2026-09-15T18:30:00Z

Content type: release

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [API](<https://devfeed.tech/topics/api.md>), [gRPC](<https://devfeed.tech/topics/grpc.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [numa](<https://devfeed.tech/tags/numa.md>), [release](<https://devfeed.tech/tags/release.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

Kubernetes v1.37 graduates Pod-Level Resource Managers to Beta, disabled by default. The feature lets Kubelet resource managers use pod-level declarations for hardware placement, enabling NUMA-aligned exclusive resources for primary containers while placing sidecars in a shared pod-isolated pool. The release also adds pod-level reporting to the PodResources gRPC API.

### Source excerpt

With the release of Kubernetes v1.37, the Pod-Level Resource Managers feature has graduated to Beta status (disabled by default)! First introduced as an Alpha feature in Kubernetes v1.36, this enhancement builds on Pod-Level Resources by equipping Kubelet's Topology Manager, CPU Manager, and Memory Manager to use Pod-level resource declarations (.spec.resources) directly when making hardware placement decisions. Bringing pod-level resources to node managers Before this feature, obtaining exclusive NUMA-aligned CPU cores or memory for latency-critical applications forced cluster operators into an all-or-nothing choice: assign integer resource requests to every container in the Pod, or forfeit exclusive NUMA alignment entirely. For modern workloads running lightweight sidecars (such as logging agents or telemetry exporters), allocating dedicated physical cores to auxiliary containers was wasteful. Pod-Level Resource Managers solves this challenge by enabling hybrid allocation models. The Kubelet can reserve exclusive NUMA-aligned resources for primary application containers while placing non-Guaranteed sidecars into a pod-isolated shared pool. This ensures primary workloads get unthrottled, NUMA-local performance while sidecars benefit from running in a pod-isolated shared pool, enjoying local NUMA alignment and protection from external node interference without consuming dedicated physical cores. What's new in Beta Graduating to Beta brings key operational and API enhancements: Graduation to Beta: Controlled by the PodLevelResourceManagers feature gate, available to opt in (disabled by default) in Kubernetes v1.37. PodResources API Reporting: The v1 PodResources gRPC service (PodResourcesLister) introduces top-level cpu_ids and memory fields on PodResources responses. Monitoring tools and device plugins can query pod-level exclusive assignments directly without double-counting container allocations. Getting started and providing feedback For a deep dive into the tech

## AI Infra Summit: NVIDIA Vera Rubin and DSX Platform Advancements Showcase Energy Efficiencies of Optimizing Tokens Per Watt for AI Factories

DevFeed: [AI Infra Summit: NVIDIA Vera Rubin and DSX Platform Advancements Showcase Energy Efficiencies of Optimizing Tokens Per Watt for AI Factories](<https://devfeed.tech/articles/ai-infra-summit-nvidia-vera-rubin-and-dsx-platform-advancements-showcase-energy-efficiencies-of-optimizing-tokens-per-watt-for-ai-factories-26942.md>)

Original publisher: [Read original article](<https://blogs.nvidia.com/blog/ai-infra-summit-vera-rubin-dsx-energy-efficiencies-tokens-per-watt-ai-factories/>)

Author: NVIDIA Writers

Published: 2026-09-15T16:55:40Z

Content type: news

Language: en

Sources: [NVIDIA Blog](<https://devfeed.tech/sources/nvidia-blog.md>)

Topics: [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [DSX](<https://devfeed.tech/topics/dsx.md>), [Vera Rubin](<https://devfeed.tech/topics/vera-rubin.md>), [Low-Latency Inference](<https://devfeed.tech/topics/low-latency-inference.md>), [NVLink](<https://devfeed.tech/topics/nvlink.md>), [Conversational AI](<https://devfeed.tech/topics/conversational-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [dsx](<https://devfeed.tech/tags/dsx.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infra](<https://devfeed.tech/tags/infra.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency-inference](<https://devfeed.tech/tags/low-latency-inference.md>), [networking](<https://devfeed.tech/tags/networking.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvidia-blackwell](<https://devfeed.tech/tags/nvidia-blackwell.md>), [nvidia-dsx](<https://devfeed.tech/tags/nvidia-dsx.md>), [nvidia-vera](<https://devfeed.tech/tags/nvidia-vera.md>), [nvidia-vera-rubin](<https://devfeed.tech/tags/nvidia-vera-rubin.md>), [nvlink](<https://devfeed.tech/tags/nvlink.md>)

### AI overview

NVIDIA's AI Infra Summit coverage describes collaborations and platform updates focused on improving AI factory efficiency. The article highlights Vera Rubin systems, DSX MaxLPS, Dynamo inference software, NVLink and networking technologies, including claims of up to 1.4x more tokens per megawatt through factory-wide power optimization.

### Source excerpt

Ian Buck, vice president of hyperscale and high-performance computing at NVIDIA, Tuesday spoke on AI factory efficiency at the AI Infra Summit, the Santa Clara Convention Center event that has morphed into a Coachella of infrastructure tech. Before a packed audience -- with more than 8,000 attendees this year, up from 3,500 last year -- [...]

## How NVIDIA Groq 3 LPX Deterministic Execution Drives Power-Efficient High-Interactivity Inference on NVIDIA Vera Rubin

DevFeed: [How NVIDIA Groq 3 LPX Deterministic Execution Drives Power-Efficient High-Interactivity Inference on NVIDIA Vera Rubin](<https://devfeed.tech/articles/how-nvidia-groq-3-lpx-deterministic-execution-drives-power-efficient-high-interactivity-inference-on-nvidia-vera-rubin-26913.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/how-nvidia-groq-3-lpx-deterministic-execution-drives-power-efficient-high-interactivity-inference-on-nvidia-vera-rubin/>)

Author: Tanya Lenz

Published: 2026-09-15T16:55:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Groq 3 LPX](<https://devfeed.tech/topics/groq-3-lpx.md>), [LPX](<https://devfeed.tech/topics/lpx.md>), [NVIDIA Vera Rubin](<https://devfeed.tech/topics/nvidia-vera-rubin.md>), [Vera Rubin NVL72](<https://devfeed.tech/topics/vera-rubin-nvl72.md>), [groq](<https://devfeed.tech/topics/groq.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [long-context](<https://devfeed.tech/topics/long-context.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-factory](<https://devfeed.tech/tags/ai-factory.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [drive](<https://devfeed.tech/tags/drive.md>), [dsx](<https://devfeed.tech/tags/dsx.md>), [groq](<https://devfeed.tech/tags/groq.md>), [groq-3-lpx](<https://devfeed.tech/tags/groq-3-lpx.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-performance](<https://devfeed.tech/tags/inference-performance.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [lpx](<https://devfeed.tech/tags/lpx.md>), [nvidia-vera-rubin](<https://devfeed.tech/tags/nvidia-vera-rubin.md>), [nvl72](<https://devfeed.tech/tags/nvl72.md>), [performance](<https://devfeed.tech/tags/performance.md>), [power-management](<https://devfeed.tech/tags/power-management.md>), [vera-rubin](<https://devfeed.tech/tags/vera-rubin.md>), [vera-rubin-nvl72](<https://devfeed.tech/tags/vera-rubin-nvl72.md>)

### AI overview

This NVIDIA developer article explains how Groq 3 LPX uses deterministic execution across 256 LPU chips to support low-latency inference on NVIDIA Vera Rubin. It describes compiler-scheduled execution and power-management techniques including Preemptive Power and Clock Period Synthesis.

### Source excerpt

Power is a defining constraint for AI factories. As AI workloads demand a full compute platform to serve them, each component of that platform must maximize...

## Optimizing cost and latency with Amazon Bedrock prompt caching

DevFeed: [Optimizing cost and latency with Amazon Bedrock prompt caching](<https://devfeed.tech/articles/optimizing-cost-and-latency-with-amazon-bedrock-prompt-caching-26941.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/optimizing-cost-and-latency-with-amazon-bedrock-prompt-caching/>)

Author: Daniel Abib

Published: 2026-09-15T16:18:19Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [API](<https://devfeed.tech/topics/api.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [api](<https://devfeed.tech/tags/api.md>), [caching](<https://devfeed.tech/tags/caching.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [integration](<https://devfeed.tech/tags/integration.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [latency](<https://devfeed.tech/tags/latency.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

This AWS post explains how Amazon Bedrock prompt caching can reduce repeated input-token costs by up to 90 percent and lower time to first token when requests reuse the same context. It presents six scenarios using the Converse API, including document, system prompt, tool definition, mixed TTL, tenant-isolated, and LangChain caching.

### Source excerpt

Prompt caching in Amazon Bedrock can cut input token costs by up to 90% when you repeatedly send the same context to foundation models. This post walks through six practical prompt caching scenarios using the Converse API: message content, system prompt, tool definition, mixed TTL, tenant isolation, and LangChain integration.

## How LLMs Handle Memory Through Context and Surrounding Applications

DevFeed: [How LLMs Handle Memory Through Context and Surrounding Applications](<https://devfeed.tech/articles/do-llms-have-the-memory-of-a-goldfish-26892.md>)

Original publisher: [Read original article](<https://blog.bytebytego.com/p/do-llms-have-the-memory-of-a-goldfish>)

Author: ByteByteGo

Published: 2026-09-15T15:31:12Z

Content type: article

Language: en

Sources: [ByteByteGo](<https://devfeed.tech/sources/bytebytego.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [App](<https://devfeed.tech/topics/app.md>), [long-context](<https://devfeed.tech/topics/long-context.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [context](<https://devfeed.tech/tags/context.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [cost](<https://devfeed.tech/tags/cost.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llms](<https://devfeed.tech/tags/llms.md>), [memory](<https://devfeed.tech/tags/memory.md>)

### AI overview

LLMs do not usually retain personal or persistent memory between interactions. Surrounding applications create the appearance of memory by storing messages, maintaining summaries, retrieving relevant information, and supplying it to the model. As conversations grow, this processing increases cost and latency, while context-window limits require older information to be removed, summarized, or stored elsewhere.

### Source excerpt

In this article, we will learn how LLMs handle memory so that they are useful to end users in performing complex tasks that require conversation and holding context.

## Rail Network Modernization: FRMCS, Sovereignty and the AI Edge

DevFeed: [Rail Network Modernization: FRMCS, Sovereignty and the AI Edge](<https://devfeed.tech/articles/rail-network-modernization-frmcs-sovereignty-and-the-ai-edge-26717.md>)

Original publisher: [Read original article](<https://blogs.cisco.com/industries/rail-network-modernization-frmcs-sovereignty-and-the-ai-edge>)

Author: Steve Payne

Published: 2026-09-15T13:31:46Z

Content type: article

Language: en

Sources: [Cisco Blogs](<https://devfeed.tech/sources/cisco-blogs.md>)

Topics: [Network](<https://devfeed.tech/topics/network.md>), [Critical Infrastructure](<https://devfeed.tech/topics/critical-infrastructure.md>), [digital sovereignty](<https://devfeed.tech/topics/digital-sovereignty.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cisco](<https://devfeed.tech/tags/cisco.md>), [cisco-industrial-iot-iiot](<https://devfeed.tech/tags/cisco-industrial-iot-iiot.md>), [critical-infrastructure](<https://devfeed.tech/tags/critical-infrastructure.md>), [digital-sovereignty](<https://devfeed.tech/tags/digital-sovereignty.md>), [end-of-life](<https://devfeed.tech/tags/end-of-life.md>), [eu](<https://devfeed.tech/tags/eu.md>), [europe](<https://devfeed.tech/tags/europe.md>), [industries](<https://devfeed.tech/tags/industries.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [internet-of-things-iot](<https://devfeed.tech/tags/internet-of-things-iot.md>), [latency](<https://devfeed.tech/tags/latency.md>), [modernization](<https://devfeed.tech/tags/modernization.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [nis2](<https://devfeed.tech/tags/nis2.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [systems](<https://devfeed.tech/tags/systems.md>), [transportation](<https://devfeed.tech/tags/transportation.md>), [unified-edge](<https://devfeed.tech/tags/unified-edge.md>)

### AI overview

Cisco's pre-InnoTrans 2026 perspective examines the modernization of European rail communications from GSM-R to FRMCS. It argues that the transition requires changes to the underlying IP network, including high availability, deterministic latency, cybersecurity, and large-scale automation, while operators address resilience, digital sovereignty, investment, and regulatory requirements.

### Source excerpt

Join Cisco at InnoTrans 2026 to explore the next generation of rail networks. Discover how FRMCS, AI edge computing, and digital sovereignty are transforming critical infrastructure into secure, automated systems.

## Why your Redis is slow: it is single threaded and you sent it KEYS

DevFeed: [Why your Redis is slow: it is single threaded and you sent it KEYS](<https://devfeed.tech/articles/why-your-redis-is-slow-it-is-single-threaded-and-you-sent-it-keys-39605.md>)

Original publisher: [Read original article](<https://ankit-rana.com/logs/53-redis-single-threaded-keys-command/>)

Author: hello@ankit-rana.com

Published: 2026-09-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Ankit Rana | Mechanical Sympathy](<https://devfeed.tech/sources/ankit-rana-mechanical-sympathy.md>)

Topics: [Redis](<https://devfeed.tech/topics/redis.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>)

Tags: [blocking](<https://devfeed.tech/tags/blocking.md>), [caching](<https://devfeed.tech/tags/caching.md>), [command](<https://devfeed.tech/tags/command.md>), [latency](<https://devfeed.tech/tags/latency.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [redis](<https://devfeed.tech/tags/redis.md>), [single-threaded](<https://devfeed.tech/tags/single-threaded.md>)

### AI overview

The article explains that Redis executes commands one at a time on a single thread, so expensive commands can block every client and cause latency spikes across all operations. It identifies KEYS as a key offender and also discusses large DEL operations, unbounded LRANGE, SMEMBERS on large sets, and FLUSHALL. Redis 6 threaded I/O helps with socket handling but does not change single-threaded command execution.

### Source excerpt

Redis executes commands one at a time on a single thread, so any command that takes 200ms makes every other client wait 200ms regardless of how trivial their request was. KEYS scans the entire keyspace and is the obvious offender, but DEL on a large collection, unbounded LRANGE, SMEMBERS on a big set and FLUSHALL are all linear in the size of the data and block identically. The tell is a latency spike across all operations at once while CPU and network look normal.

## How to operate shared platforms safely at agent scale

DevFeed: [How to operate shared platforms safely at agent scale](<https://devfeed.tech/articles/how-to-operate-shared-platforms-safely-at-agent-scale-26970.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/operating-shared-platforms-agent-scale/>)

Author: Candace Shamieh; T Zhang; Gabriele Baldoni

Published: 2026-09-15T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-observability](<https://devfeed.tech/tags/agent-observability.md>), [agentic-workflows](<https://devfeed.tech/tags/agentic-workflows.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ci](<https://devfeed.tech/tags/ci.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [operational](<https://devfeed.tech/tags/operational.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [queue](<https://devfeed.tech/tags/queue.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [timeout](<https://devfeed.tech/tags/timeout.md>)

### AI overview

This Datadog article explains how platform teams can operate shared platforms safely as AI agent workloads scale across teams. It discusses modeling demand across agent trajectories, planning capacity across dependencies such as CI queues and sandbox pools, handling contention and recovery behavior, and preserving control across system boundaries.

### Source excerpt

Learn how Datadog models agent demand, allocates capacity under contention, and preserves control as AI agent workloads scale across shared platforms.

## And the winners are: Announcing the results of the OpenSearch Agent Skills Hackathon

DevFeed: [And the winners are: Announcing the results of the OpenSearch Agent Skills Hackathon](<https://devfeed.tech/articles/and-the-winners-are-announcing-the-results-of-the-opensearch-agent-skills-hackathon-26237.md>)

Original publisher: [Read original article](<https://opensearch.org/blog/and-the-winners-are-announcing-the-results-of-the-opensearch-agent-skills-hackathon/>)

Author: James McIntyre

Published: 2026-09-14T23:00:09Z

Content type: article

Language: en

Sources: [OpenSearch](<https://devfeed.tech/sources/opensearch.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [audit](<https://devfeed.tech/tags/audit.md>), [blog](<https://devfeed.tech/tags/blog.md>), [github](<https://devfeed.tech/tags/github.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [latency](<https://devfeed.tech/tags/latency.md>), [opensearch](<https://devfeed.tech/tags/opensearch.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

This OpenSearch article announces the winners of the OpenSearch Agent Skills Hackathon. It describes the competition requirements and judging criteria, then highlights the first-place Unclosed skill, which performs auditable log root-cause analysis through premise audits, hypothesis trees, and closure checks.

### Source excerpt

Meet the three winners of the OpenSearch Agent Skills Hackathon. Their skills tackle log root-cause analysis, GDPR compliance, and slow-query diagnostics, all built read-only, fully auditable, and shipped with real evaluation. The post And the winners are: Announcing the results of the OpenSearch Agent Skills Hackathon appeared first on OpenSearch.

[Next page](<https://devfeed.tech/tags/latency.md?cursor=WyIyMDI2LTA5LTE0VDIzOjAwOjA5KzAwOjAwIiwgImMzZGJhYWJjLThlMDMtNDI1NS05ZGExLTg5OGEyYjIyYWQ2NSJd>)