Georgi Gerganov
ggml.ai
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Georgi Gerganov. Every entry undergoes editorial source verification.
whisper.cpp: High-Performance Automatic Speech Recognition in Pure C/C++
Developed a pure C/C++ port of OpenAI Whisper speech recognition with zero external dependencies, streaming audio support, WebAssembly compilation, and hardware acceleration on Apple Silicon and mobile devices.
Real-time streaming requires audio buffering and speech activity detection (VAD) to prevent hallucinated audio loops.
llama.cpp: High-Performance C/C++ Foundation Model Inference Engine
Engineered a zero-dependency C/C++ LLM inference framework implementing 2-bit through 8-bit integer quantization (GGUF), ARM NEON, Apple Silicon Metal, CUDA, and AVX2 vector intrinsics, powering the modern local AI ecosystem.
Extreme low-bit quantizations (2-bit/3-bit) exhibit perplexity degradation on complex symbolic reasoning tasks.