Skip to content

Instantly share code, notes, and snippets.

@tbowman01
tbowman01 / *RuVector.md
Created December 9, 2025 20:37 — forked from ruvnet/*RuVector.md
Latent Space Exploration: RuVector GNN Performance Breakthrough

Latent Space Exploration: RuVector GNN Performance Breakthrough

TL;DR: We validated that RuVector with Graph Neural Networks achieves 8.2x faster vector search than industry baselines while using 18% less memory, with self-organizing capabilities that prevent 98% of performance degradation over time. This makes AgentDB v2 the first production-ready vector database with native AI learning.


🎯 What We Discovered (In Plain English)

The Big Picture

@tbowman01
tbowman01 / research-swarm.md
Created November 20, 2025 00:55 — forked from ruvnet/research-swarm.md
Research Swarm - Local AI Research Agent System

🔬 Research Swarm - Local AI Research Agent System

npm version License: ISC Node.js Version

A fully local, SQLite-based AI research agent system with long-horizon recursive framework, AgentDB self-learning, and MCP server support.

Created by rUv | GitHub

@tbowman01
tbowman01 / NAPI-QUDAG.md
Created November 14, 2025 13:11 — forked from ruvnet/NAPI-QUDAG.md
Comprehensive production deployment strategy for quantum-enhanced DAG

QuDAG N-API Integration Plan

Comprehensive production deployment strategy for quantum-enhanced DAG execution with native performance and npm distribution.

Architecture Overview

Core Stack

  • Rust backend via napi-rs for quantum DAG operations
  • Multi-package npm distribution (SDK, CLI, MCP servers)
@tbowman01
tbowman01 / MED.md
Created November 14, 2025 13:11 — forked from ruvnet/MED.md
Various Medical Discoveries

Medical Research Swarm: Meta-Discovery on AI Research Integrity

Prompt

install and npx claude-flow@alpha and npx agentdb, npx research-swarm research and fine some novel new discovery in the medical field.

Executive Summary

@tbowman01
tbowman01 / DETERMINISTIC_AGENT_PROMPT_INSTRUCTION_SPEC.md
Created November 13, 2025 12:08 — forked from usrbinkat/DETERMINISTIC_AGENT_PROMPT_INSTRUCTION_SPEC.md
Agent Prompt Instruction - Tripple Encoding Standard Hybrid ABNF ASCII Mermaid Composite Grammar

Deterministic Agent Prompt Instruction Template v1.0

Triple Encoding Standard ABNF ASCII Mermaid Composite Grammar

version: 1.0.0
status: PROPOSED
standard: DETERMINISTIC_PROMPT_SPECIFICATION
specification: PROMPT_TRIPLE_ENCODING
primary_grammar: RFC_5234_ABNF
visual_encodings:
@tbowman01
tbowman01 / ruv-mcp.js
Created November 6, 2025 18:15 — forked from ruvnet/ruv-mcp.js
Quick MCP Server - rUv Style
#!/usr/bin/env node
/**
* Research Swarm MCP Server
* Model Context Protocol server for research swarm tools
*
* Supports both stdio and HTTP/SSE streaming transports
* Based on agentic-flow MCP architecture
*/
@tbowman01
tbowman01 / Psycho-Symbolic.md
Created October 30, 2025 18:14 — forked from ruvnet/Psycho-Symbolic.md
Psycho-Symbolic Reasoning Integration with AIMDS

Psycho-Symbolic Reasoning Integration with AIMDS

Medical Behavior Prediction & Analysis

Document Version: 1.0.0 Created: 2025-10-30 Status: Planning Phase Compliance: HIPAA, GDPR, FDA 21 CFR Part 11


@tbowman01
tbowman01 / Resonant.md
Created October 30, 2025 18:14 — forked from ruvnet/Resonant.md
Resonant-Interference Engine

Resonant-Interference Engine: Production Implementation Blueprint

I’ll create a simple, accessible introduction for you:


Simple Introduction

Imagine dropping pebbles into a pond. The ripples spread, overlap, and create complex interference patterns. Now imagine those patterns could organize themselves into stable, meaningful structures—that’s the core idea behind this system.

@tbowman01
tbowman01 / agent-orchestration.txt
Created September 26, 2025 02:01 — forked from ruvnet/agent-orchestration.txt
Agent Swarm Coordination
I'll spawn 5 Claude agents concurrently to implement the plugin system architecture with full coordination,
10:34 PM claude-sonnet-4-20250514
testing, validation, and optimization. Let me initialize the coordinated multi-agent execution.
system-architect(Task: Core Plugin Foundation (using system-architect agent)
Prompt: AGENT 1 - CORE PLUGIN FOUNDATION ARCHITECT
You are the core plugin system architect. Your mission is to implement the abi_stable foundation for the plugin system.
@tbowman01
tbowman01 / mermaid-rule.md
Created September 18, 2025 16:40
Mermaid‑Safe Syntax Ruleset

Mermaid‑Safe Syntax Ruleset

A copy‑pasteable rule set to keep Mermaid diagrams rendering reliably on GitHub (and most Mermaid parsers). Includes a checklist, style guide, lints, and automation.


✅ Quick Checklist

  1. ASCII only: use plain -, ", ', ->, -->, [], (); avoid smart quotes (ʼ ” “), em/en dashes (— –), bullets (•), non‑breaking spaces.
  2. One statement per line: each node/edge on its own line.