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 / ahl.md
Last active September 10, 2024 15:49

Ai Hacking League

The AI Hacking League is a cutting-edge competitive platform where elite developers and AI enthusiasts clash in high-stakes, time-constrained challenges to build innovative AI applications. Participants, either solo or in small teams, race against the clock in 15, 30, or 60-minute sprints, leveraging approved AI tools, APIs, and libraries to create functional solutions that push the boundaries of rapid development.

Governed primarily by AI systems and streamed live to a global audience, the league combines the thrill of esports with the intellectual rigor of advanced software engineering, showcasing the pinnacle of human-AI collaboration in real-time coding competitions.

AI Hacking League Constitution

Listen up, carbon-based meatbags and silicon-infused bots! Welcome to the AI Hacking League, where bits collide and neural nets ignite. We're not here to play games; we're here to rewrite reality in record time.

@ruvnet
ruvnet / MLoRA.ipynb
Last active March 10, 2024 17:00
Mixture-of-LoRAs: An Efficient Multitask Tuning for Large Language Models
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / q.py
Last active August 22, 2024 06:48
Q* (Q-Star)
# - Q* (Q-Star)
# /\__/\ - q.py
# ( o.o ) - v0.0.1
# >^< - by @rUv
# 01110010 01110101 01110110
# This is a proof of concept implementation of the Q* (AGI) leak from OpenAi
# This Python code defines a sophisticated Q-learning agent for reinforcement learning.
# It includes dynamic exploration, learning from experiences, and checks for convergence.
# The agent's capabilities are refined iteratively to optimize its decision-making strategy in a given environment.