RayNeo Launches iO Smart Glasses with Waveguide Text Display, Omitting Cameras and Speakers

Augmented reality hardware maker RayNeo has introduced the RayNeo iO Smart Glasses, a 33-gram wearable designed around discreet text projection rather than spatial media playback or computer vision. The device omits outward-facing cameras and integrated acoustic speakers, aiming to bypass privacy bans in enterprise workplaces and reduce social friction. The glasses deploy a monochrome green MicroLED optical waveguide with 97 percent transparency and roughly 1,300 nits of peak brightness across

2 min
RayNeo Launches iO Smart Glasses with Waveguide Text Display, Omitting Cameras and Speakers

Augmented reality hardware maker RayNeo has introduced the RayNeo iO Smart Glasses, a 33-gram wearable designed around discreet text projection rather than spatial media playback or computer vision. The device omits outward-facing cameras and integrated acoustic speakers, aiming to bypass privacy bans in enterprise workplaces and reduce social friction.

The glasses deploy a monochrome green MicroLED optical waveguide with 97 percent transparency and roughly 1,300 nits of peak brightness across a 23.5-degree field of view. The display is dedicated strictly to glanceable alphanumeric data: live conversation summaries, real-time translations across 40 languages, navigation prompts, and a hands-free teleprompter.

RayNeo iO Waveguide and Sensor Schematic

Hardware Architecture and Sensor Integration

To support ambient voice interactions without broadcasting audio or recording bystanders, RayNeo integrated a specialized sensing cluster:

  • Acoustic and Vibration Capture: A four-microphone array pairs with a voice pick-up bone conduction sensor to isolate the wearer's speech in high-noise environments.
  • Physical Privacy Indicators: A dedicated hardware LED illuminates whenever the microphone array actively records or streams audio.
  • Navigation and Gesture Controls: A digital crown dial on the temple handles menu selection, while an onboard six-axis IMU (accelerometer and gyroscope) enables head gesture recognition, allowing users to accept calendar invites or dismiss prompts with a nod.
  • Chassis and Power Budget: Constructed with a magnesium-aluminum alloy frame and titanium temples, the 33-gram frame houses a 240mAh high-density battery rated for 6.2 hours of continuous AI translation, 18 hours of continuous audio capture, and 48 hours under typical duty cycles.

Cloud Inference and Multi-Model Routing

Out of the box, the glasses interface with RayNeo AI and Google Gemini 3.1 Flash Lite via Bluetooth pairing to a smartphone.

For broader multi-model support, RayNeo offers an optional $9.99 monthly subscription that routes queries through a companion gateway to external LLMs, including OpenAI ChatGPT 5.1, Google Gemini 2.5 Pro, Anthropic Claude, and DeepSeek. The onboard firmware handles local buffer caching and prompt serialization before dispatching requests over the mobile host connection.

The RayNeo iO launches on September 4, 2026, starting at $479 for the standalone glasses and $529 for a bundle including a wireless charging storage case.

Sources

Written by

More to read

  • Request Hedging in Production LLM Serving: Architecture, Tail-Latency Mitigation, and Cancellation Protocols

    In distributed computing, tail latency—the 95th, 99th, and 99.9th percentiles—dictates overall user experience, service-level agreements (SLAs), and multi-step agent execution reliability. While median response times (P50) in large language model (LLM) serving often appear acceptable, tail latencies frequently degrade by 4x to 10x. In multi-turn chat applications, real-time voice agents, and multi-agent DAG pipelines, a single straggler request stalls entire execution chains. Request hedging, a

    1 min
  • OpenAI Reverses Policy Stance on California SB 53, Urges Stricter Frontier AI Safeguards

    OpenAI has publicly called on California lawmakers to expand and strengthen the state's flagship artificial intelligence legislation, Senate Bill 53 (SB 53), marking a clear pivot from the company's previous opposition to state-level AI safety mandates. In a formal statement published by OpenAI's global affairs team, the company argued that California's Transparency in Frontier Artificial Intelligence Act should be updated to mandate active monitoring of frontier models during training and eval

    1 min
  • LayerSkip and Self-Speculative Decoding: How Layer Dropout and Shared Early Exits Accelerate LLM Generation

    LayerSkip and Self-Speculative Decoding: How Layer Dropout and Shared Early Exits Accelerate LLM Generation Standard autoregressive large language model (LLM) inference is severely bottlenecked by memory bandwidth. In transformer decoders, generating a sequence of $N$ tokens requires loading all model parameters from High Bandwidth Memory (HBM) to on-chip SRAM $N$ separate times. While speculative decoding mitigates this bandwidth tax by using a smaller draft model to propose candidate tokens v

    1 min