Skip to content
View hardrave's full-sized avatar
  • Global

Block or report hardrave

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hardrave/README.md

Hi, I'm Michal 👋

I run LLMs in places they were never meant to run.

A Raspberry Pi in the middle of nowhere. Three serverless containers pretending to be one 27-billion-parameter brain. A language model from 2019, reanimated.

AWS Breaking Barriers Google Cloud Run Hackathon Hugging Face

I'm a Senior Software Engineer in banking, building the data-quality and AI-governance platforms that regulators lose sleep over. In my free time, I build edge and distributed AI systems from serverless GPU clusters to UEFI firmware, usually to a hardcore bassline.


Featured Projects

Project What it is
Commissure 🏆 Distributed LLM runtime that splits Gemma-3-27B (~55 GB, unquantized) across three Cloud Run L4 GPU services, streaming bf16 activations over gRPC behind a single OpenAI compatible endpoint. Winner, Best of GPUs — Google Cloud Run Hackathon.
LLMiX 🏆 "LLM-in-a-box" for Raspberry Pi 5: flash an SD card, boot, and get an offline AI Wi-Fi hotspot with chat, code help, Wikipedia RAG, and Medicanite, a fine-tuned medical model, top-scoring open medical LLM under 3B params. Built for the 2.6 billion people without reliable internet. Winner, AWS Breaking Barriers Virtual Hackathon.
KaiVM The agentic hardware KVM: a Raspberry Pi that poses as a USB keyboard/mouse, watches the screen over HDMI capture, and lets Gemini 3 control any computer, even in BIOS or mid-crash.
ZombieLLM Reanimation is all you need. GPT-2 XL (2019) brought back to life with knowledge distilled from GPT-OSS-20B (2025), an offline-first instruct model for laptops and Pis. On Hugging Face and Ollama.
RaveSQL Lightweight Java framework that binds SQL files to methods with a single @SqlPath annotation — clean separation of SQL and code, automatic result mapping.

Toolbox

  • Languages: Java, Python, SQL, Bash
  • LLM & ML: PyTorch, Hugging Face Transformers, fine-tuning & knowledge distillation, RAG, llama.cpp, vLLM, Ollama, CUDA, KV-cache internals
  • Cloud & Infra: GCP (Certified Associate Cloud Engineer), AWS, Kubernetes, Docker, Terraform, Ansible
  • Systems & Data: HPC grid computing, gRPC, Redis, UEFI / bare-metal, embedded Linux

Hardcore coding & speedcore basslines.

Pinned Loading

  1. Commissure Commissure Public

    Commissure turns Cloud Run into an HPC-grade LLM runtime - slicing giant models into GPU microservices and streaming activations over gRPC, pushing serverless beyond its limits.

    Python 3

  2. LLMiX LLMiX Public

    LLMIX – an offline “LLM-in-a-box” for Raspberry Pi. Boots its own Wi-Fi hotspot and serves chat, medical, coding & Wiki RAG—no internet required. Submission for the AWS Breaking Barriers Virtual Ha…

    HTML 3 1

  3. RaveSQL RaveSQL Public

    Keep your data flowing like a hardcore rave! RaveSQL syncs SQL queries with Java methods using @SqlPath, auto-maps results to objects, and offers a plethora of querying and updating methods. With S…

    Java 1

  4. zombiellm zombiellm Public

    ZombieLLM - Project for the OpenAI Open Model Hackathon. This repository contains the Jupyter notebooks used to reanimate GPT-2 with distilled knowledge from GPT-OSS-20B, including data distillatio…

    Jupyter Notebook

  5. binaily binaily Public

    This repository contains the source code for BinAIly, our submission for the HackWarsaw Hackathon. BinAIly is an AI-powered, autonomous recycling bin designed to identify, sort, and organize waste …

    Python

  6. GCP_Guild_AI_in_GCP GCP_Guild_AI_in_GCP Public

    This repository contains two Jupyter notebooks created for the GCP Guild AOssociation, providing hands-on guidance for deploying AI models to Google Cloud Run. Each notebook walks through the steps…

    Jupyter Notebook