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 / hooks.md
Created September 11, 2025 12:35
Keeping Your Coding Agents on Track: A Complete Guide to Verification Hooks with Claude Flow

🛡️ Keeping Your Coding Agents on Track

Author: Reuven Cohen
Role: ♾️ Agentic Engineer / aiCTO / Coach
Date: September 10, 2025


📖 Overview

@ruvnet
ruvnet / Neural-Flow.md
Last active September 9, 2025 09:39
🧠 Building Neural Document Classification with Flow Nexus & Claude Flo

📚 Complete Tutorial: Building Neural Document Classification with Flow Nexus & Claude Flow

The tutorial walks through the full process:

  • Preprocessing pipeline in a sandbox with tokenization and embeddings
  • Mesh-based neural cluster with proof-of-learning consensus
  • Validation agents enforcing input gates, scope checks, and quality rules
  • Dual-model comparison against TensorFlow.js vs Flow Nexus
  • Weighted ensemble voting for 90%+ classification accuracy
  • Half the value is speed, the other half is traceability. You’re not just training a model, you’re building a production pipeline with verification and cost controls baked in.

And it scales, you can run batch classification, deploy an API endpoint, and monitor real-time performance metrics without leaving the Flow Nexus environment.

@ruvnet
ruvnet / *flow-nexus-deployment.md
Last active August 28, 2025 23:59
Flow Nexus MCP Swarm Deployment Guide 🚀

Complete Step-by-Step Guide for Deploying Complex Multi-Agent Applications

Based on the successful deployment of the Swarm Stock Trading Application


📋 Table of Contents

  1. Overview
  2. Prerequisites
@ruvnet
ruvnet / Flow-Nexus.md
Created August 21, 2025 02:04
Flow Nexus is a comprehensive AI-powered development platform that combines Claude Code, Claude Flow orchestration, and advanced swarm intelligence to revolutionize software development. Built on the Model Context Protocol (MCP) with Supabase backend and E2B sandbox execution, it provides a complete ecosystem for AI-assisted development, deploym…

🌊 Flow Cloud - AI-Powered Development Platform

MCP Server Claude Flow Supabase E2B License

🚀 Overview

@ruvnet
ruvnet / Anomaly.md
Created August 12, 2025 21:59
Anomaly Detection System for AI Outputs

Guide to Building an Anomaly Detection System for AI Outputs in Go

Introduction

In recent years, the idea of hidden or non-human signals in AI-generated text has moved from science fiction to a speculative topic of discussion. Some enthusiasts have even proposed that advanced extraterrestrial intelligences might attempt first contact by subtly influencing the outputs of language models. While such claims are unproven, they inspire a fascinating technical challenge: can we detect unusual, alien-like anomalies in AI outputs? To approach this seriously, we frame the problem as one of anomaly detection and signal processing. An anomaly detection system seeks out patterns that deviate significantly from normal human language behavior. By treating AI outputs as data streams, we can apply statistical, cryptographic, and linguistic analyses to identify outputs that are out-of-distribution or structurally unlikely under human language norms.

This guide provides a comprehensive roadmap for implementing

@ruvnet
ruvnet / QVM.md
Last active August 9, 2025 00:47
Quantum Virtual Machine (QVM) Scheduler and Runtime (Rust Crate)

Quantum Virtual Machine (QVM) Scheduler and Runtime (Rust Crate)

Introduction

Quantum hardware resources are scarce, and running multiple quantum circuits (jobs) in parallel can dramatically improve utilization and reduce user wait times. However, naively combining circuits on one chip can introduce crosstalk and fidelity loss – one circuit’s operations can disrupt another if qubits are too close. This Rust crate provides a backend-agnostic Quantum Virtual Machine (QVM) scheduler and runtime to safely execute multiple quantum programs on a single device.

It ingests quantum circuits (in OpenQASM 3 or an internal IR) and schedules them onto a target hardware topology, partitioning qubits into isolated regions (“tiles”) to mitigate interference. The output is a composite OpenQASM 3 program that can be executed on real hardware or a simulator, with all jobs multiplexed in space and time. The design emphasizes modularity, WASM compatibility for browser integration, and independence fro

@ruvnet
ruvnet / *SNM.md
Last active July 28, 2025 08:56
Synaptic Mesh Platform

Synaptic Neural Mesh

We’re entering an era where intelligence no longer needs to be centralized or monolithic. With today’s tools, we can build globally distributed neural systems where every node, whether a simulated particle, a physical device, or a person, is its own adaptive micro-network.

This is the foundation of the Synaptic Neural Mesh: a self-evolving, peer to peer neural fabric where every element is an agent, learning and communicating across a globally coordinated DAG substrate.

At its core is a fusion of specialized components: QuDAG for secure, post quantum messaging and DAG based consensus, DAA for resilient emergent swarm behavior, ruv-fann, a lightweight neural runtime compiled to Wasm, and ruv-swarm, the orchestration layer managing the life cycle, topology, and mutation of agents at scale.

Each node runs as a Wasm compatible binary, bootstrapped via npx synaptic-mesh init. It launches an intelligent mesh aware agent, backed by SQLite, capable of joining an encrypted DAG network and ex

@ruvnet
ruvnet / Napster.md
Created June 28, 2025 18:45
a single‑file, ~200‑line Rust program that gives you both a central index server and a peer client in the spirit of the original Napster

Below is a single‑file, ~200‑line Rust program that gives you both a central index server and a peer client in the spirit of the original Napster:

  • Central server keeps an in‑memory map file → Vec<Peer>.
  • Each peer starts a tiny file server, registers its song list, can search, and then pulls files directly from the chosen peer.
  • Blocking I/O, zero external crates, so it compiles with plain rustc.
  • Run as napster server 0.0.0.0:8080 for the index, and napster client 127.0.0.1:8080 ./music 9000 on each peer (share dir + local port).

Educational use only. No authentication, encryption, or rate‑limiting—so never expose to the open Internet.

@ruvnet
ruvnet / performance.md
Last active September 15, 2025 00:20
AI Trading Platform with NeuralForecast Integration

Performance Analysis Report

NeuralForecast NHITS Integration Performance Validation

Date: June 2025
Analysis Period: Complete Integration Lifecycle
Report Type: Comprehensive Performance Validation


🎯 Key Features Documented