SPRIND · Next Frontier AI Challenge

Use Cases & Applications

Where recurrent and state-based models are already winning, from the frontier datacenter to the microwatt edge.

Recurrent / state-based / event-driven models (RNNs, SSMs like Mamba, RWKV, xLSTM, spiking/neuromorphic) in production and research, sorted by the structural reason a transformer cannot follow. Every item lists real products/models, the headline number, and a source. Full dataset (117 use cases, 84 companies): raw/.

Maturity: [deployed] in production · [piloted] trials / pre-production · [research] lab result.

TL;DR

At a glance

Argument (why only recurrence works) Flagship
1. Hard real-time latency floor Medtronic adaptive DBS, FDA/CE 2025
2. Microwatt always-on energy Syntiant 280 µW (100M+ units shipped)
3. Unbounded context, bounded state Titans >2M tokens; NetMamba 60× faster IDS
4. Sparse-event compute Prophesee event cameras (Sony IMX636)
5. Continuous on-device adaptation Jamba 3B, 250K context on a MacBook
6. Efficiency at frontier scale Nemotron-H beats Qwen-2.5-72B at 3× throughput
(cross-cutting) Bio & health Medtronic DBS · iRhythm ECG (1.1M+ patients)

1. Hard real-time latency floor

Decision within one sensor-to-action cycle: no batching, no KV-cache prefill.

2. Microwatt always-on energy

Runs 24/7 on a coin cell; idle power must track activity, not wall-clock.

3. Unbounded context, bounded state

Consume the stream once; per-step memory and compute stay O(1) however long the session runs.

4. Sparse-event compute

Event sensors fire only on change; compute is proportional to events, not frame rate.

5. Continuous on-device adaptation

Personalize / learn on device, where a growing KV-cache and full backward pass don't fit, and data must stay local.

6. Efficiency at frontier scale

At datacenter scale the quadratic-attention + KV-cache wall caps context, throughput, and cost; linear-time recurrence removes it.

Bio & health (cross-cutting)

Continuous, on-device, low-power biosignals with adaptation; spans latency, µW, and on-device-learning arguments.


Neuromorphic and event-driven hardware landscape

European players marked (EU).

Company Chip / product Target markets
Innatera (EU, NL) Pulsar neuromorphic MCU (SNN + RISC-V + CNN/DSP, <$5) Smart home, wearables, industrial IoT, radar presence/gesture
SynSense (EU, DE/CH + CN) Speck event-vision SoC; Xylo-Audio/IMU/Bio Edge vision, hearables, automotive DMS, BCI, industrial IoT
Prophesee (EU, FR) Metavision IMX636HD (Sony), GenX320, EVK4 Automotive ADAS, industrial inspection, AR/VR eye tracking, robotics
iniVation (EU, CH) DAVIS346, Aeveon adaptive event sensor SLAM, robotics, space, scientific imaging, research
SpiNNcloud (EU, DE) SpiNNaker2 (22nm, 153 ARM cores/chip) Neuromorphic HPC, brain simulation, sovereign GenAI data centers
GEMESYS (EU, DE) ReRAM memristor analog AI (on-device training) Edge IoT, energy grid, cochlear implants; sovereign AI
SEMRON (EU, DE) CapRAM 3D-stacked memcapacitor analog AI Edge LLM inference, data centers; sovereign AI
Neurobus (EU, FR) Neuromorphic edge software + integration Space situational awareness, drone/satellite autonomy, defense
Opteran (EU, UK) Opteran Mind (insect-brain software) Cobots, drones, mining robots, space rovers (ESA/Airbus)
NXAI (EU, AT) xLSTM Edge and on-premise frontier LLMs, robotics, industrial
Applied Brain Research (CA) TSP1 LMU/SSM accelerator; Nengo Edge ASR, voice interfaces, biosignal, robotic control
Intel (US) Loihi 2 / Hala Point (1.15B neurons) Research, HPC, robotics, brain simulation, national security
IBM (US) NorthPole; Granite 4.0 (Mamba hybrid) Edge/datacenter inference, enterprise long-context
BrainChip (AU) Akida AKD1000/1500/Pico, AkidaTag Edge AIoT, industrial, automotive, healthcare, defense/space
Syntiant (US) NDP100/115/120/250 (280 µW) Earbuds, hearing aids, smart home, always-on voice/motion
Femtosense / Polyn / Aspinity (US) SPU-001, NASP, AML100 Hearables, VAD/KWS, smart home, always-on audio
Mythic (US) Analog APU (17 fJ/MAC) Automotive (Honda JDA), datacenter LLM inference, defense
Cartesia (US) Sonic on-device SSM (Albert Gu) Real-time voice, on-device assistants, Apple Silicon
Tsinghua / Lynxi (CN) Tianjic / TianjicX hybrid ANN+SNN Autonomous robots, domestic IoT, logistics

Europe holds a deep bench (Innatera, SynSense, Prophesee, iniVation, SpiNNcloud, GEMESYS, SEMRON, Neurobus, Opteran, NXAI), aligned with the European Commission 2023 White Paper linking brain-inspired compute to semiconductor sovereignty.


Why now