โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ 22elix3r โ
โ build ยท break ยท understand โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
CS student from India. I like working close enough to the machine that things eventually become interesting.
Most of my time disappears into local AI, inference, Linux, developer tooling, computer vision, and generative media.
I care less about collecting technologies and more about building things that answer questions like:
- can this model run faster on consumer hardware?
- can this annoying developer workflow be turned into a proper tool?
- can ML solve something useful outside another benchmark?
- why does this work, and what happens if I break it?
~/now
โโโ local-llm
โ โโโ llama.cpp
โ โโโ ik_llama.cpp
โ โโโ quantization
โ โโโ inference benchmarking
โ
โโโ building
โ โโโ rust tooling
โ โโโ python
โ โโโ open-source experiments
โ
โโโ generative-ai
โ โโโ image + video models
โ โโโ LoRA training
โ โโโ ComfyUI
โ
โโโ learning
โโโ algorithms
โโโ systems
โโโ whatever rabbit hole looked interesting this week
Languages
Python Rust C Java Bash
AI / ML
PyTorch llama.cpp ComfyUI LoRA GGUF
Dev
Linux Git Docker FastAPI
local AI โโโโโโโโโโโโโโโโโโโโ
developer tooling โโโโโโโโโโโโโโโโโโโโ
open source โโโโโโโโโโโโโโโโโโโโ
systems โโโโโโโโโโโโโโโโโโโโ
computer vision โโโโโโโโโโโโโโโโโโโโ
creative technology โโโโโโโโโโโโโโโโโโโโ
I tend to bounce between software engineering and visual work. Sometimes that means debugging an inference backend. Sometimes it means training a video model. Occasionally those two worlds collide and produce something useful.
Making large models run faster, locally, on hardware they were not particularly designed to fit on.
If I find something worth fixing upstream, I would rather send the patch than keep the workaround in a folder forever.
while curious:
build()
break_something()
understand_it()