DEV Community

Cover image for Solving Multi-Monitor Desktop Perception with Neo v0.1 in LuxurAI Cowork
Achyut Srivastava
Achyut Srivastava

Posted on

Solving Multi-Monitor Desktop Perception with Neo v0.1 in LuxurAI Cowork

What We Built Today

Today, we tackled one of the most challenging aspects of desktop AI automation: multi-monitor desktop perception in LuxurAI Cowork. High-DPI monitors and multi-screen setups introduce scaling issues, making it hard for AI agents to accurately perceive UI elements and text. This leads to misclicks, visual drift, and unreliable automation.

The Problem We Solved

Desktop automation tools often fail in multi-monitor environments due to inconsistent DPI scaling and coordinate mapping. This is especially problematic in high-DPI setups where UI elements and text can appear misaligned.

How The Architecture Works

Our in-house Neo v0.1 vision engine, running on a dedicated dual-GPU cluster, now dynamically adjusts for DPI scaling and multi-monitor setups. Here’s how it works:

  1. OCR Calibration: Sub-pixel text detection eliminates visual drift, ensuring accurate text recognition across screens.
  2. UI Element Grounding: Precise bounding box detection allows Neo v0.1 to identify UI elements accurately, even in complex layouts.
  3. DPI Awareness: Scaling-aware coordinate mapping ensures clicks and interactions are precise, regardless of monitor scaling settings.

Transparent Economics

LuxurAI Cowork operates on a pay-as-you-go model at ₹0.25 per credit (3 LC/min ≈ ₹0.75/minute). No subscriptions, no hidden fees.

How We Can Make This Better

While Neo v0.1 handles single-monitor setups well, multi-monitor edge cases (e.g., mixed DPI, rotated screens) need more testing. We’re actively seeking feedback from developers experienced in desktop automation or high-DPI rendering.

Try Free

Test LuxurAI Cowork Beta and share your feedback at https://luxurai.in.

What do you think? How can we make this better?

Top comments (0)