You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RuView exceeds MultiFormer on MM-Fi (WiFi-CSI pose) β 81.63% torso-PCK@20
Controlled, protocol- and metric-matched claim:
RuView's CSI-Transformer achieves 81.63% torso-PCK@20 on the MM-Fi random_split WiFi-CSI 2D pose benchmark, exceeding MultiFormer (72.25%) and CSI2Pose (68.41%) on the same protocol and same metric. Absolute gain +9.38, relative +13.0%.
β οΈWhat this is NOT. This is a protocol-matched MM-Fi random-split result, not solved real-world generalization. Random split contains temporal/subject-adjacency effects common to this benchmark family. Cross-subject (official split, shared rooms) is ~64%; the hard frontier is cross-ENVIRONMENT (new room) at ~11.6%; cross-subject pose is the real deployment frontier. We do not claim universal WiFi-pose SOTA (e.g. WiFlow reports 97% PCK@20 but on a separate 5-subject self-collected set β not an MM-Fi leaderboard comparison).
ruflo v3.8.0 SOTA comparator benchmarks β darwin-arm64 + linux-x64 vs LangGraph, AutoGen, CrewAI
ruflo v3.8.0 β SOTA agent-framework benchmarks
How fast is the framework layer of an AI agent system? We benchmarked ruflo 3.8.0 against LangGraph 1.2.1, AutoGen 0.4.9, CrewAI 0.80.0 on an identical workload, on two operating systems, with a stub LLM (so we measure framework overhead, not model latency).
The short version: ruflo is faster than the comparators on cold start, single-turn dispatch, and memory footprint by 1.3Γ to 1,953Γ β on both macOS and Linux. On the two dimensions where CrewAI shows a slight edge (compose_50_tools and N=10 parallel), CrewAI's numbers are proxied lower bounds β its real dispatch requires an LLM call that adds seconds.
RuView Soul Signature β passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView Β· Spec: docs/research/soul/
Your "Soul Signature" β biometric identity from passive WiFi, no camera, no wearable
Project: RuView / WiFi-DensePose Β· Date: 2026-05-24 Β· Spec: docs/research/soul/ in the repo
The pitch in one paragraph
Your body is constantly bouncing radio waves around the room you're in. WiFi routers fill that room with 2.4 / 5 / 6 GHz signals; you reflect, absorb, and re-scatter them in a pattern that's measurably unique to you β your heartbeat, your breathing, your posture, your gait, your skeletal proportions, the way your chest cavity flexes when you inhale. RuView captures those reflections from a $9 ESP32 sensor and fuses them into what we call a Soul Signature β a single per-person electromagnetic fingerprint. No camera. No microphone. No fingerprint reader. No wearable on your wrist or in your ear. The system just notices you in the room and knows who you are β through walls, in the dark, while you sleep.
You expose the MCP tools to anything other than trusted local clients. This release closes a remotely-exploitable arbitrary file-write (CWE-73) reported by @BruceJqs in issue #19. The same bug existed in two MCP tools β export_state (consciousness-explorer) and saveVectorToFile (main package). Both are fixed in 1.6.0.