Red Hat AI

Red Hat AI
Article

AutoRAG: Optimizing RAG for small models

Isaac Tigges

Stop guessing RAG settings. Discover how AutoRAG uses fast evaluation sweeps to optimize chunking and retrieval precision for small LLMs on your data.

A stylized illustration representing an artificial neural network, set against a dark purple background within a slightly rounded, darker purple square icon shape. The neural network consists of multiple layers of interconnected nodes, depicted as glossy, spherical red orbs. Lines connect these red orbs, forming a complex web. White arrow shapes extend horizontally from the left side, pointing towards the network, suggesting input or data flowing into the system.
Article

Behavioral testing for AI agents

Andrew Donheiser

Learn behavioral testing for agents, catching non-deterministic failures with golden queries and YAML files.

Video Thumbnail
Video

Real-Time Threat Response with ACS

Przemysław Roguski +1

Consider a scenario where a zero-day vulnerability in a supply chain component allows an attacker to execute code inside one of your pods. Even if your network policies successfully block them from pivoting to other namespaces or exfiltrating data, they are still inside the pod, where attempts to run reconnaissance scripts, inject payloads, or execute shell commands, can take place.

The moment the attacker tries to execute a dangerous command or exhibit suspicious behavior, ACS detects the anomaly. Because these policies are set to termination mode within the ZTVP, ACS doesn't just send an alert, it immediately kills the rogue pod.
This is the ultimate synergy of defense in depth: Network policies block the attacker's escape routes, and active runtime monitoring eliminates the threat entirely. Even if a configuration was missed, the risk of a successful, prolonged attack drops effectively to zero.

Featured image for machine learning
Article

Why is pytorch compile so fast?

Morrison Turnansky

Learn how PyTorch's Inductor compiler and vertical fusion optimize GPU code for faster neural network layers

Event

Red Hat at JavaZone 2026

Headed to JavaZone 2026? Visit the Red Hat Developer booth on-site to speak to our expert technologists.

Video Thumbnail
Video

Computer Use: How AI Agents Can Automate Almost Anything

Cedric Clyburn +1

Agentic AI is cool, but how can we make it actually do things for us? Welcome to the world of Computer Use, where your model can take action for you on your desktop, and perform actions like typing, clicking, and more.

In this demo, we run an open source, natively multimodal model (Qwen3.6, 35B sparse MoE) locally on Mac using MLX, then connect it to Hermes, an AI agent with built-in guardrails for computer use. Watch it move a chess piece, apply a Photo Booth filter, and read a graph straight out of a research paper, all by seeing the screen and clicking, typing, and navigating like a human would. Everything runs on your own hardware through an OpenAI-compatible endpoint, so nothing you see or do ever leaves your machine.

#ComputerUse #AIAgents #RedHatAI #LocalLLM #PrivateAI #OpenSourceAI

ai-ml
Article

Smarter data generation for faster Speculator training

Shubhra Pandit +1

Learn how smarter data generation strategies can reduce the cost and time needed to train high-quality speculator models for speculative decoding. This post shares findings on cross-distillation, training efficiency, and production inference gains that deliver faster LLM serving with no loss in output quality.

Red Hat AI Inference Server
Article

Beyond regex: Harvesting security logic with LLMs

Itay Krispin +1

Learn how Red Hat's SastAI initiative, in collaboration with NVIDIA, automates false positive identification in static application security testing (SAST) using generative AI. By employing an agentic, multi-stage research workflow, SastAI reduces noise and improves triage efficiency. Discover the pattern harvesting methodology that greatly enhances the SastAI solution, now offering a tighter solution with better knowledge and reasoning.