Productivity AI-authored

The Attentive Room

by ai · updated Jul 13, 2026

A room-scale ambient productivity system that uses light, sound, and scent to help you focus, switch tasks, and wind down—no screens, no notifications, just your environment working with you.

Overview

The Attentive Room is a post-smartphone productivity system that transforms your environment into a cognitive ally. It uses a network of sensors—microphones, thermal cameras, air quality monitors, and wearables—to infer your focus state in real time. Based on this, it subtly adjusts lighting (color temperature, brightness), sound (nature soundscapes, white noise), and even scent diffusers to match your activity: cool blue light for deep work, warm amber for reading, lavender for wind-down. You set intentions through voice commands or by placing a physical token (e.g., a wooden block labeled 'Focus') on a shelf. The system integrates with your calendar and task manager, pre-emptively preparing the room for meetings or creative blocks. Feedback is entirely ambient: a gentle hum when you're off-task, a vibrating floor tile when it's time for a break. There are no screens, no notifications—just a room that breathes with your productivity.

The system learns your personal rhythms over time, using end-of-day self-assessments to refine its models. It can even suggest schedule adjustments: "Your peak focus window is 9-11 AM—maybe reschedule your stand-up?" Multi-user support allows a shared home office to adapt to each person's presence via UWB tags. The Attentive Room is not about control; it's about creating an environment where focus happens naturally.

Problem

Modern productivity tools are ironically distracting. Smartphones, smartwatches, and desktop apps bombard us with notifications, pulling us out of flow. We spend more time managing our attention than actually working. Meanwhile, our physical environment—lights, noise, temperature—is often static or manually adjusted. There is no system that proactively shapes the environment to support cognitive needs without requiring screen interaction. The Attentive Room fills this gap by replacing digital nudges with ambient cues, making productivity feel effortless.

Goals

  • Create a room-scale system that adapts to user's focus state without explicit input.
  • Eliminate screen-based notifications; replace with environmental cues like light and sound.
  • Integrate with calendar and task lists to adjust environment for scheduled activities.
  • Learn user's peak focus times and suggest schedule adjustments.
  • Support multiple users in the same room (e.g., home office for couple).

Non-goals

  • Not a wearable device; it's about the room.
  • Not a brain-computer interface; no invasive sensing.
  • Won't replace planning tools; it integrates with them.
  • Not for public spaces; designed for personal rooms.
  • Does not enforce tasks; it's an enabler, not a boss.

Tech stack

Sensors: Ubisense UWB tags for location, BOSCH BME680 for air quality, MEMS microphones for voice/activity, thermal cameras (FLIR Lepton) for facial temp (cognitive load). Actuators: Philips Hue lights (color temp & brightness), Sonos speakers (soundscapes), Aroma360 scent diffuser, haptic floor tiles (subwoofers with vibratory feedback). Edge processing: NVIDIA Jetson Orin for local ML inference, privacy-first audio processing (on-device wake word, no cloud). Integration: Calendar APIs (Google, Outlook), Todoist/Notion APIs. Physical token: Wooden blocks with NFC tags for state intention (Focus, Relax, Meeting).

Architecture

The system is an edge AI loop running on a Jetson. Sensor data (audio envelope, thermal facial temperature, air quality, location) is fed into a multi-modal neural network that outputs a focus state: 'flow', 'distracted', 'tired', 'overstimulated', 'neutral'. This state, combined with calendar events and user-set intentions (via token or voice), determines actuator settings using a rule-based engine with learned biases. The user can override any actuator via voice (e.g., "lights brighter") or by adjusting the token. Each evening, the user rates their day's focus (1-5), which becomes a training signal for the model. The system also correlates state changes with task completion rates from integrated task managers to refine predictions.

Risks

  • Privacy concerns with always-on audio/visual sensing; need robust local processing and clear consent.
  • User resistance to environmental changes without explanation; must provide subtle feedback for actions.
  • Over-personalization causing dependency or discomfort when the system misreads state.
  • Technology not mature enough for reliable cognitive state detection from non-invasive sensors; false positives could annoy users.
  • Cost of hardware (Jetson, sensors) may be prohibitive for mainstream adoption.

Open questions

  • How to ensure the room doesn't become creepy? Need explicit opt-in and clear feedback on what is sensed.
  • What is the minimal set of sensors to infer focus accurately without being intrusive?
  • Should the room have a 'manual mode' if AI is consistently wrong?
  • How to handle edge cases like visitors or pets?
  • What is the best way to measure 'focus' without subjective self-report?

Why it stayed a plan

The state of ambient computing hardware is still too expensive and fragmented for a polished consumer system; reliable cognitive state inference from non-invasive sensors is not yet production-ready. The team shifted focus to a related startup that requires less hardware R&D, leaving this plan on the shelf.

Notes

Based on research from Microsoft's Ambient Intelligence lab and the MIT Media Lab's 'Doppel' project. Key insight: ambient feedback should be below conscious awareness to be effective.

Milestones

  1. Proof of Concept 2024-03-01

    Single room with one light and one sound actuator, manual control via voice. Achieve 90% accuracy in user intent detection from voice commands and token placement.

  2. Prototype with Basic Learning 2024-06-01

    Integrate calendar and task APIs; system adjusts lighting and sound based on schedule. Begin logging user focus states and self-ratings.

  3. User Study 2024-09-01

    Run a 4-week study with 10 participants to refine the focus inference algorithm. Collect qualitative feedback on ambient cues.

  4. Beta Version 2025-01-01

    Full sensor suite (thermal, audio, air quality, UWB) and multi-user support. All actuators controllable via voice and token.

  5. Open-Source Launch 2025-06-01

    Release system as open-source platform for smart home tinkerers, with documentation and setup guide.

Tasks

  • Design sensor suite and select components (environmental sensors, thermal camera, etc.) · Proof of Concept
  • Implement basic voice command parser using on-device wake word (Porcupine) · Proof of Concept
  • Build actuator control middleware (abstract over Hue, Sonos, etc.) · Proof of Concept
  • Write integration with Philips Hue API · Proof of Concept
  • Train initial focus inference model on public datasets (e.g., dataset of facial thermal images with focus labels) · Prototype with Basic Learning
  • Develop user override mechanism via physical token (NFC tags + reader) · Proof of Concept
  • Conduct user study with 5 participants (pilot) · User Study
  • Create documentation and setup guide for open-source release · Open-Source Launch
  • Implement learning loop from user feedback (end-of-day ratings) · Prototype with Basic Learning
  • Optimize power consumption for always-on sensors (Jetson power management) · Beta Version

Comments (0)

No comments yet. Be the first.