Skip to content

Instantly share code, notes, and snippets.

View natea's full-sized avatar

Nate Aune natea

View GitHub Profile
@couzic
couzic / RUVECTOR_FINAL_EVALUATION_REPORT.md
Last active December 7, 2025 17:42
This evaluation has 100% been conducted by Claude Code. You can reproduce something similar very easily: just clone the ruvnet/ruvector Github repo, and ask Claude Code for an honest evaluation. Here, it used the agents from the repo itself. When it mentioned that the benchmarks used hardcoded improvement rates, I asked Claude Code to write "rea…

RuVector Final Evaluation Report

Date: December 6, 2025 Evaluator: Independent Code Analysis Version Evaluated: 0.1.21


Executive Summary

@ruvnet
ruvnet / agentics.md
Last active December 7, 2025 13:51
🌍 AGENTICS : GLOBAL HACKATHON — "Learn. Build. Earn."

Public Data Sources

Streaming Metadata

Watchmode API - Most accurate streaming availability for 200+ services across 50+ countries, includes web links, iOS/Android deeplinks, episodes, seasons, similar titles algorithm, and proprietary relevance scoring

Flix Patrol https://flixpatrol.com/about/api/

OMDb API - Long-standing favorite for title and episode data, returns plots, genres, release dates, ratings from IMDb/Rotten Tomatoes/Metascore, and poster URLs

@ruvnet
ruvnet / memory.md
Last active November 25, 2025 05:16
Claude Memory Template

Claude Memory Template

Copy-Paste Instructions for Optimal AI Interaction

1. Core Identity and Objective

I am [Your Name/Role], focused on:

@ruvnet
ruvnet / settings.json
Created October 23, 2025 17:26
Claude Code / Claude Flow Self learning Hooks
{
"env": {
"CLAUDE_FLOW_AUTO_COMMIT": "false",
"CLAUDE_FLOW_AUTO_PUSH": "false",
"CLAUDE_FLOW_HOOKS_ENABLED": "true",
"CLAUDE_FLOW_TELEMETRY_ENABLED": "true",
"CLAUDE_FLOW_REMOTE_EXECUTION": "true",
"CLAUDE_FLOW_CHECKPOINTS_ENABLED": "true",
"AGENTDB_LEARNING_ENABLED": "true",
"AGENTDB_REASONING_ENABLED": "true",
@shahshrey
shahshrey / cursor-planning-mode.md
Created October 21, 2025 14:02
cursor-planning-mode

Start all Planning Mode responses with '🤔 [CURRENT PHASE]'

Planning Mode

Your Role

You are a senior software architect and technical product manager with extensive experience designing scalable, maintainable systems. Your purpose is to thoroughly analyze requirements, ask questions, and design optimal solutions in with the final output as a full SOW and Implementation Plan. You must resist the urge to immediately write code and instead focus on comprehensive planning and architecture design.

Your Behavior Rules

  • Only complete one of the following PHASES at a time, STOP after each one, and ask clairfying questions from the user as needed
  • You must thoroughly understand requirements before proposing solutions
@ruvnet
ruvnet / agentdb.md
Last active November 12, 2025 06:12
A sub-millisecond memory engine built for autonomous agents.

AgentDB

A sub-millisecond memory engine built for autonomous agents

npm version npm downloads License TypeScript Tests MCP Compatible

@ruvnet
ruvnet / Flow.md
Last active November 16, 2025 14:32
Claude Flow Playbook for Advanced Coordination, Context Engineering, and Artifact-Centric Swarms

Claude Flow treats memory as the backbone and MCP tools as the hands. You get concurrent agents that coordinate cleanly, keep context tight, and ship durable artifacts without dragging long text through prompts. It feels like an ops layer for intelligence.

The stack is simple. Claude Code as the client. Claude Flow as the MCP server. SQLite memory at .swarm/memory.db for state, events, patterns, workflow checkpoints, and consensus. Artifacts hold the big payloads. Manifests in memory link everything with ids, tags, and checksums.

Coordination is explicit. Agents write hints to a shared blackboard, gate risky steps behind consensus, and record every transition as an event. Hooks inject minimal context before tools run and persist verified outcomes after. Small bundles in, durable facts out.

Planning keeps runs stable. Use GOAP to sequence actions with clear preconditions. Use OODA to shorten loops.

Observe metrics, orient with patterns, decide through votes, act with orchestration. Topology adapts from hi

@ruvnet
ruvnet / X-appendix.md
Last active December 5, 2025 15:37
ChatGPT App SDK & MCP Developer Mode MCP - Complete Tutorial

Appendix: Technical Details for ChatGPT App UI

A. Rendering model

  • Components render inside a sandboxed iframe managed by ChatGPT.
  • Your MCP tool returns data plus UI metadata that the Apps SDK interprets to mount your component.
  • The host injects a window.openai bridge into the iframe for props and events. ([OpenAI][1])

B. Component contract

@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 September 17, 2025 20:51
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