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
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.
TL;DR. RuFlo is no longer "a browser agent." With ADR-122 it becomes the substrate underneath Stagehand, Browser Use, Surfer-H, Playwright, Browserbase, and Operator: signed-replay trajectories, causal-graph self-healing, attested cookie vaults, federated MCTS, risk-class gating, and a workflow compiler that emits replayable YAML. 230 tests, 0 new CVEs, all under 100Β΅s.
Why this is beyond current public SOTA
The public stack today:
agent β browser β action β observation β next action
RuView v0.6.5-esp32 β open-source WiFi sensing on a $9 ESP32 board (presence, vitals, motion through walls β no camera)
See through walls with WiFi β RuView v0.6.5 firmware released
Most rooms are already full of radio waves. Your WiFi router is constantly transmitting, and your phone, laptop, and smart-home gear are constantly listening. Every human body in the room subtly disturbs those waves β moving, breathing, even just sitting still. RuView is open-source software that turns those disturbances into useful data: where people are, what they're doing, whether they're okay.
Just shipped v0.6.5 of the ESP32 firmware. This is the bit that runs on the $9 sensor board.
@claude-flow/embeddings β Production-Grade RAG with Cryptographic Provenance
A retrieval library that ships every modern RAG primitive (plain top-k, MMR, RRF, HyDE, hybrid sparse+dense), composes them through an adaptive router, and signs every benchmark result so you can prove the numbers came from the published code.
Why this exists: most RAG libraries ship one retrieval shape (dense top-k) and call it done. Production retrieval doesn't work like that β different query shapes need different fusion strategies, and the numbers vendors publish are usually unverifiable claims. This library covers the full primitive set, picks between them automatically, and chains every benchmark into a tamper-evident hash ledger anyone can verify.
Current version: @claude-flow/embeddings@3.0.0-alpha.45 Β· companion CLI: ruflo@3.7.0-alpha.69.