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 / notebook.ipynb
Created February 12, 2025 13:33
Training and Deploying Large Reasoning Models (LRMs) for Competitive Programming
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / 1-research.md
Last active February 27, 2025 07:48
neuros: Novel Non Symbolic Reasoning System

Neuros Introduction

Developing an artificial reasoning system that operates without explicit symbols requires rethinking how AI perceives and interprets the world. Humans and animals seamlessly combine raw sensory perceptions – sight, sound, touch – to form abstract inferences, all via neural processes rather than discrete logical rules. Emulating this capability in AI promises more flexible and robust intelligence, free from the brittleness of predefined symbolic representations. Traditional symbolic AI systems demand hand-crafted knowledge structures and struggle to connect with raw data streams (e.g. images or audio) without extensive pre-processing. In contrast, connectionist approaches (neural networks) learn directly from data, offering a path to bridge low-level perception and high-level reasoning in one system ([A neural approach to relational reasoning - Google DeepMind](https://deepmind.google/discover/blog/a-neural-approach-to-relational-reasoning/#:~:text=flexibility%20and%20efficiency%20of

@ruvnet
ruvnet / Heuristic-Thinkers.md
Created February 11, 2025 13:10
Humans as Heuristic Thinkers: This paper advances the thesis that human reasoning is fundamentally heuristic-based, lacking truly independent, abstract rational processing in most situations

Humans as Heuristic Thinkers: A Multi-Disciplinary Analysis

1. Introduction

Defining Reasoning and Heuristics: Human reasoning is commonly defined as the conscious mental process of drawing conclusions or inferences from premises or evidence. It implies deliberation and logical evaluation aimed at reaching a truth or decision. In contrast, heuristics are often described as mental shortcuts or “rules of thumb” that simplify problem-solving. In cognitive psychology, a heuristic is “a process of intuitive judgment, operating under uncertainty, that rapidly produces a generally adequate, though not ideal or optimal, solution” (Heuristic | Definition, Examples, Daniel Kahneman, Amos Tversky, & Facts | Britannica). Heuristics provide quick, effort-minimal answers by exploiting prior knowledge and patterns, at the cost of occasionally leading to biase

@ruvnet
ruvnet / notebook.ipynb
Last active May 29, 2025 09:17
DSPy_Advanced_NeuroSymbolic_Agentic_Demo.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / Dream-Ai.md
Last active February 11, 2025 09:41
DREAM_AI_MVoT_GSPO_Embodied.ipynb

DREAM Ai

Introduction

The AI by Dreaming framework is an innovative approach that allows models not only to think in text but also to leverage a visual world model to reason across multiple modalities—including text, audio, and other sensory information.

By integrating Multimodal Visualization-of-Thought (MVoT) with Guided Symbolic Problem Optimization (GSPO), the framework enables an AI to generate interleaved reasoning traces that include both textual and visual elements. This dual-modality mimics human cognitive processes—where we often use diagrams or mental imagery to solve complex problems—and supports recursive self-optimization.

In essence, the AI not only “talks through” a problem but also “imagines” it, consolidating memory and refining its reasoning through an internal process similar to dreaming.

@ruvnet
ruvnet / notebook.ipynb
Last active April 8, 2025 14:03
Moron Manipulator: The Impact of Generative AI on Critical Thinking
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / Notebook.ipynb
Created February 9, 2025 19:00
Hyper-Optimized Proxy System
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / Notebook.ipynb
Created February 9, 2025 15:11
Applying GRPO to DeepSeek-R1-Distill-Qwen-1.5B with LIMO Dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / 1-Readme.md
Last active June 14, 2025 18:38
Gödel Agent for Recursive Self-Improvement: A Comprehensive Tutorial

Design of a Self-Improving Gödel Agent with CrewAI and LangGraph

Introduction:
The Gödel Agent is a theoretical AI that can recursively self-improve, inspired by the Gödel Machine concept ([cs/0309048] Goedel Machines: Self-Referential Universal Problem Solvers Making Provably Optimal Self-Improvements). Our design combines the CrewAI framework (for orchestrating multiple role-based AI agents) with LangGraph (for structured reasoning workflows) to create a provably self-enhancing agent. The agent leverages Generalized Policy Optimization (GSPO) and other reinforcement learning techniques (PPO, A3C, etc.) for policy improvement, while employing formal verification (using tools like Coq, Lean, or Z3) to ensure each self-modification is correct and beneficial. The architecture is modular and state-of-the-art, emphasizing configurability, verifiability, and c

@ruvnet
ruvnet / Notebook.ipynb
Last active February 9, 2025 15:50
MIND: Modular Integration of Neural and Deductive Systems for Neuro-Symbolic AI
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.