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 / Sora-prompts.md
Last active December 15, 2025 21:26
Crafting Cinematic Sora Video Prompts: A complete guide

300+ Cinematic Sora Video Prompts

Introduction to Cinematic Sora Video Prompts

Welcome to the Cinematic Sora Video Prompts tutorial! This guide is meticulously crafted to empower creators, filmmakers, and content enthusiasts to harness the full potential of Sora, an advanced AI-powered video generation tool.

By transforming textual descriptions into dynamic, visually compelling video content, Sora bridges the gap between imagination and reality, enabling the creation of professional-grade cinematic experiences without the need for extensive technical expertise.

What This Tutorial Offers

@ruvnet
ruvnet / memory.md
Last active December 14, 2025 17:11
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 / rvlte.json
Created December 11, 2025 17:54
rvlite export
{
"version": 1,
"saved_at": 1765475580767,
"vectors": {
"entries": [
{
"id": "doc_4",
"vector": [
0.4369376003742218,
0.8703458905220032,
@ruvnet
ruvnet / tutorial.md
Created October 23, 2024 13:18
Train Your Own AI Models for Free Using Google AI Studio

How To Train Your Own AI Models for Free Using Google AI Studio

Introduction: Why Fine-Tuning AI Models Matters

This year, we've seen some remarkable leaps in the world of Large Language Models (LLMs). Models like O1, GPT-4o, and Claude Sonnet 3.5 have shown how far LLM capabilities have come, pushing the boundaries of coding, reasoning, and self-reflection. O1, in particular, is one of the best models on the market, known for its self-reflection capabilities, which allows it to iteratively improve its reasoning over time. GPT-4o offers a wide range of capabilities, making it incredibly versatile across tasks, while Claude Sonnet 3.5 excels at coding, solving complex problems with higher efficiency.

What many people don’t realize is that these high-performing models are essentially fine-tuned versions of underlying models. Fine-tuning allows these models to be optimized for specific tasks, making them more useful for things like analysis, coding, and decision-making

@ruvnet
ruvnet / APM.md
Last active December 11, 2025 02:32
Agent Package Management

Introduction: Agent Algorithm Repository

In the rapidly evolving field of artificial intelligence, the need for a comprehensive and structured repository for algorithms designed for intelligent agents has become increasingly important.

The Agent Algorithm Repository aims to address this need by providing a centralized platform for discovering, sharing, and utilizing a wide range of algorithms. This repository is designed to be language-agnostic, ensuring compatibility with various programming languages and promoting a standardized approach to algorithm description, documentation, and distribution.

The repository facilitates the following key objectives:

  1. Language Agnosticism: By supporting algorithms implemented in any programming language, the repository ensures broad applicability and ease of integration across different technology stacks.
@ruvnet
ruvnet / *claude.md
Last active December 10, 2025 14:46
The Claude-SPARC Automated Development System is a comprehensive, agentic workflow for automated software development using the SPARC methodology with the Claude Code CLI

Claude-SPARC Automated Development System For Claude Code

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.

Features

@ruvnet
ruvnet / *RuVector.md
Last active December 9, 2025 20:37
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

@ruvnet
ruvnet / time-travel.txt
Last active December 7, 2025 22:53
Time Traveler: Optimal Dimensionality for Hyperbolic Vector Representations in HPC Simulations
High-Dimensional Universe Simulation Kernel in Rust
This section provides a comprehensive Rust-style implementation of a simulation where "entities" (points) evolve on a dynamic submanifold embedded in a high-dimensional space. Each entity is represented by a high-dimensional state vector whose first 4 components are spacetime coordinates (time t and spatial coordinates x, y, z), and the remaining components are latent state variables (e.g. energy, mass, and other properties). We enforce that these state vectors lie on a specific manifold (such as a fixed-radius hypersphere or a Minkowski spacetime surface) via a projection step after each update. The update rule uses nearest neighbors with a Minkowski-like causal filter to ensure influences respect light-cone causality (no superluminal interaction
agemozphysics.com
). We also focus on performance by reusing allocations, aligning data to vector register boundaries, and supporting both single and double precision.
Data Structures and Parameters
We define a
@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 / agentic-synth.md
Last active December 5, 2025 17:36
High-Performance Synthetic Data Generator

High-Performance Synthetic Data Generator: Complete SPARC Specification

Executive Summary

This comprehensive SPARC specification provides a production-ready blueprint for building a high-performance synthetic data generator in TypeScript, optimized for low latency as the primary metric. The system leverages both Gemini models and OpenRouter for intelligent routing, supporting 7+ data domains with streaming architecture.

Key Performance Targets:

  • P99 latency: < 100ms per record
  • Throughput: 4,000-10,000 records/minute
  • Cost: $0.000022 per record (using Batch API + context caching)