The infrastructure for human-aware technology.

The complete toolset to capture, analyse, and react to interaction dynamics in real time. Drop-in SDKs. Zero UI wrapping. Built for scale.

Integration is easy.

A frictionless architecture designed to fuse physical kinematics with your application's digital context, translating raw data into actionable states without adding friction for users.

Input

Integrate

Native SDKs silently capture raw telemetry in the background. 100% content-blind. Unaware of who the users are.

Kinematics
Custom Events
User Attributes
Early State Context, Physical Context & Digital Context
Days

Players are baselined. See what players are doing in the real world while they play, and access cognitive indices - all matched to the specific actions they were taking in your game.

Full State Context
Weeks

Deep learning surfaces hidden predictive cohorts, tying physics directly to checkout flows, funnels, and dysregulation, see exactly how users are experiencing your tech.

Output

Access Insights

Analyse the data visually or take action programatically in real time.

Dashboards
Real-time APIs
Webhooks

The attunement evolution.

All data is accessible via Dashboards and APIs to make real time changes to your app, or longer term product improvements.

Day 1

Real-Time Indices

Out of the box, our models translate raw physics into universal human metrics.

  • User Activity: Is it a good time to send a push notification when a user is running? Probably not. Use our system to see what physical activities users are doing and adapt accordingly.
  • Cognitive State: When a user is feeling depleted by life, are they in the best position to upgrade their account? Make reasonable decisions in real time.
Weeks 2+

State Inference

As baselines form, the inference model discovers hidden behavioural states tied specifically to your app.

  • Product Analytics: Understand what cohorts of behaviours exist within your app, what is causing and contributing to them, and make product improvements accordingly.
  • Server Interventions: Trigger campaigns based on how likely a user is to churn or perform other desirable or undesirable actions.

Applied intelligence.

nx10 isn't just a firehose of analytics. It provides actionable metrics from the very first session, accessible exactly where your product needs it.

Empower the user.

Because our Real-Time Indices (like Cognitive Capacity) are objective and available shortly after integration, you can surface them directly in your UI. For mental health, wellbeing, or performance apps, this provides users with objective biometric feedback - proving that your intervention is actually working.

+42%
Cognitive Capacity Restored
via Client API

Adapt the experience.

Use the same indices, or the users physical state (sitting, in transit, running etc.) behind the scenes to drive dynamic UX. If the engine detects that a user's capacity is rapidly depleting during a complex onboarding flow or a difficult game level, programmatically reduce friction instantly before they rage-quit, or choose to not show a popup.

if (capacity < 0.2) {
// Ease friction in real-time
ux.enableOneTapCheckout()
}

Predict and prevent.

As baselines form over time, our unsupervised models map kinematics against your digital events. Log into the Analyser dashboard to identify exactly which features consistently trigger dysregulation, or use Server Webhooks to trigger CRM win-back campaigns when users enter a predictive churn state.

Analyser Dashboard & Webhooks

How attunement works

nx10 breaks the human experience down into distinct, queryable signals, combining internal states with real-world activity and your technology's digital events.

State Context

The engine translates physical interactions into three distinct layers of human insight, unlocking over time as users baselines form.

1. Indices

Continuous data reflecting the user's core battery and capacity.

  • Cognitive CapacityLive cognitive battery level
  • Cognitive ResilienceSpeed of return to baseline
2. Phenotypes

Categorisations of the current session state.

  • Frustration v Enjoyment
  • Good v Bad Stress
  • Regulated v Dysregulated
3. Cohorts

Predictive groupings trained on state + activity data.

  • "Churn Risk Alpha"Highly predictive of exiting
  • "Optimal Flow"High engagement trajectory

Physical Context

nx10 activity recognition maps the real-world environment. Are they focused on the couch, or playing distracted on a bus?

walkingin_transitlying_downsitting

Digital Context

Your tech syncs its own custom state. We tie your business logic to our emotional indices.

screen: 'checkout'cart_value: >100boss_fight
Context To Action

1. Access Insight

Query via the Real-Time API for live application logic changes, or graph it in the Attunement Analyser dashboard.

if (
State.Phenotype == 'Frustrated' &&
Physical.Activity == 'In_Transit' &&
App.Screen == 'Checkout'
)

3. Take Action

App.OfferRetentionDeal()
CRM.PushNotify()
Core.DisplayAdvertisement()

From signal to action.

Our lightweight SDKs deploy in minutes. They handle the data gathering, compression, battery management and background syncing automatically. Fails open by default to have zero impact on your core app loop.

Supported Platforms

iOS SDKAndroid SDK (soon)Unity SDKUnreal SDK (soon)REST API (build your own)
CheckoutViewController.swift
import Nx10

Nx10.observeState { state in
// 1. Immediate Indices (Day 1)
let capacity = state.cognitiveCapacity // e.g., 0.15 (depleted)
let resilience = state.cognitiveResilience // e.g., 0.85 (high)

// 2. State Inference (Learned over time)
let isRisk = state.inference.matches("churn_trajectory")

if capacity < 0.3 && isRisk {
// User is cognitively depleted and entering a known churn state.
enableOneTapCheckout()
triggerLiveSupport()
}
}

Don't just detect friction. Isolate it.

Knowing the cognitive state users are in is only part of the equation. We also help you work out where states arise to make product improvements.

1

Attunement Analyser

Map your application's data points directly against individual users or cohorts' longitudinal baselines.

2

Friction Attribution

Determine exactly which UX flows, specific UI components, or interaction patterns consistently trigger cognitive effects.

3

Product Improvement

Attribute A/B Tests or other key metrics to users, and deep dive with these key metrics.

nx10 Attunement Analyser Dashboard

Enterprise Ready

Invisible to the user.
Bulletproof for compliance.

We engineered nx10 to respect the CPU, protect the core loop, and ensure anonymity by default.

Performance
Micro-Payloads

Kinematic events are compressed into highly optimized binary tuples, minimizing size on the wire and respecting user data caps.

Battery Preserving

Data is batched and synced passively using native OS background tasks to ensure telemetry ingestion never drains the device battery.

Thread Isolated

The SDK operates entirely on background threads and fails open. If our cloud drops, your app never stutters.

Privacy
100% Content-Blind

We do not read text, view screens, or access the camera. We measure the physics of interaction, entirely ignoring semantics or passwords.

Anonymity by Default

All data is processed against randomized hashes. Individual kinematic data points cannot be reverse-engineered to identify a specific user.

Strict Sandboxing

Operates securely within native OS sandboxes without requesting invasive permissions. Compliant with strict infosec standards.

Ready to build a more attuned product?

Get your API keys and deploy emotional analytics today.