Skip to content

Instantly share code, notes, and snippets.

View ruvnet's full-sized avatar
πŸ’­
hacking the multiverse.

rUv ruvnet

πŸ’­
hacking the multiverse.
View GitHub Profile
@ruvnet
ruvnet / 01-overview.md
Last active May 28, 2026 01:53
iter 38: statusline 3.10.4 published

Ruflo Agent Capability Benchmark β€” Detailed Overview

Companion gist for PR #2163 and the Dream Cycle 2026-05-27 capabilities-scan finding (#2156).

Session date: 2026-05-27 Β· Commits landed: a6dd4ab3d, dede70efd, 88743c482, 7e3ec89e4, a7dfdec4c Β· Branch: feat/2156-agent-benchmark-suite

TL;DR

Before After
@ruvnet
ruvnet / ruflo-benchmark.md
Last active May 25, 2026 00:50
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.


TL;DR β€” who wins each dimension

@ruvnet
ruvnet / soul-signature-gist.md
Created May 24, 2026 14:28
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.

@ruvnet
ruvnet / guidance-sota-gist.md
Last active May 22, 2026 03:52
@claude-flow/guidance performance benchmarks β€” 4 scale points, multi-trial median, honest findings

@claude-flow/guidance β€” performance benchmarks (rigorous baseline + 4 iterations to SOTA)

Package: @claude-flow/guidance@3.0.0-alpha.3 Β· 15+ source files, 1,331 tests Repo: https://github.com/ruvnet/ruflo Β· branch perf/guidance-phase-1-hotpath-optimizations Β· PR #2103 Date: 2026-05-22 Β· Node v22.22.1 on darwin-arm64 Methodology: 5-trial median, 50-2000 iterations per trial depending on N, warmup phase to trigger V8 JIT tier-up

TL;DR β€” M4 quantization delivers a 2.70x end-to-end speedup at N=1000

| Metric | Baseline | M4 quantized | Speedup |

@ruvnet
ruvnet / rgi-announcement.md
Created May 19, 2026 02:08
RuFlo Graph Intelligence Engine β€” ruflo-graph-intelligence@0.1.0-alpha.1 (ADR-123)

RuFlo Graph Intelligence Engine β€” ruflo-graph-intelligence@0.1.0-alpha.1

Real-time relationship intelligence with complexity-aware execution. Built on sublinear-time-solver@1.7.0. 12 graph wedges, signed reasoning artifacts, federation-distributable PageRank vectors. 104/104 tests. MIT.

Introduction

Most AI memory systems recompute everything. RuFlo computes only what changed enough to matter β€” and only at the depth the runtime can afford.

@ruvnet
ruvnet / sublinear-ruflo-integration-research.md
Last active May 19, 2026 01:41
RuFlo Γ— sublinear-time-solver β€” 11 integration wedges with rollout plan

ADR-123 β€” RuFlo Graph Intelligence Engine: real-time relationship intelligence with complexity-aware execution

Status: Proposed (2026-05-18) β€” revised 2026-05-19 to track upstream sublinear-time-solver@1.7.0 Date: 2026-05-18 Authors: claude (drafted with rUv) Related: sublinear-time-solver@1.7.0 (crates.io sublinear@0.3.0, github, 1.6.0 announcement gist, upstream sublinear ADR-001 "Complexity as Architecture"), eleven-wedge research gist, ADR-103 (witness temporal history), ADR-104 (federation wire transport), ADR-105 (federation state snapshot), ADR-118 (AIDefence 2.3.0), ADR-121 (embeddings RuVector u

@ruvnet
ruvnet / sublinear-1.6.0-announcement.md
Created May 18, 2026 23:16
sublinear-time-solver 1.6.0 β€” security fix (#19 CWE-73 path traversal), solver correctness overhaul, full CI bring-up

πŸš€ sublinear-time-solver 1.6.0 β€” security fix, correctness overhaul, full CI

Released 2026-05-18. Tags: v1.6.0. Package: sublinear-time-solver (npm), consciousness-explorer (npm), sublinear (crates.io).

TL;DR β€” should you upgrade?

Yes, immediately, if any of these apply to you:

  1. 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.
@ruvnet
ruvnet / ANNOUNCEMENT.md
Created May 18, 2026 22:57
RuFlo Browser Substrate - @claude-flow/browser@3.0.0-alpha.4 (ADR-122)

RuFlo Browser Substrate β€” @claude-flow/browser@3.0.0-alpha.4

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
@ruvnet
ruvnet / .gist-v0.6.5.md
Created May 18, 2026 21:56
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.

Links:

@ruvnet
ruvnet / embeddings-announcement.md
Created May 18, 2026 15:37
@claude-flow/embeddings β€” production-grade RAG with cryptographic provenance (announcement + benchmarks + capabilities)

@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.