📣 Send us your press release
Site updates every 15 minutes
Technology

AI Model Developed RTX Accelerated Ray Tracer in One Hour

A user reported that Anthropic's Claude Opus 5.5 AI model was able to develop a real-time, hardware-accelerated ray tracer from scratch in approximately one hour.

25 September 2026
AI Model Developed RTX Accelerated Ray Tracer in One Hour
Image is an AI-generated illustration

A user reported on September 24th that Anthropic's Claude Opus 5.5 AI model successfully developed a real-time, hardware-accelerated ray tracer from scratch in approximately one hour. A ray tracer is a 3D rendering program that simulates the path of light rays to create realistic images.

The AI generated C++ and CUDA code utilizing Nvidia's OptiX 9.1 library and modern GPUs for real-time ray tracing. This enables the simulation of complex lighting effects, including reflections, transparency, and various material properties.

The developed program leverages dual Nvidia RTX 5090 GPUs and can process hundreds of millions of rays per second. It employs advanced rendering techniques such as Shader Execution Reordering and Next-Event Estimation for efficient performance and visual quality.

This development showcases the potential of AI in software development, particularly in specialized fields like graphics rendering, potentially enabling the creation of complex software without deep domain expertise.

Original source: ithome.com