Curserve: Minimizing Agentic Coding End-to-End Latency November 9, 2025Research, ProgrammingFor Cal Hacks 2025, a few friends and I built Curserve, a fast and scalable server-side engine for agentic coding, which ended …
Running GPT-2 in WebGL with Classic GPGPU Programming May 24, 2025Machine Learning, ProgrammingThis article appeared on Hacker News. Link to the discussion here. A few weeks back, I implemented GPT-2 using WebGL and …
How to Fix Hugo's iOS Code-Block Text-Size Rendering Issue February 4, 2024ProgrammingLately, I’ve been coming across many blogs that have weird font-size rendering issues for code blocks on iOS. Basically, in a …
Intro to Autograd Engines: Karpathy's Micrograd in Go November 11, 2023Machine Learning, ProgrammingFor a while, I wanted to build a complete autograd engine. What is an autograd engine, you might ask? To find the answer, we …
Where Rust Shines: Algebraic Types and Match Statements November 11, 2023ProgrammingRecently I was going through Thorsten Ball’s “Writing An Interpreter in Go”. In this book, you create a basic interpreted …
Rust Front-End Development with Dioxus August 16, 2023ProgrammingOctober 14th, 2025: This post is old and is most likely outdated if you’re reading this! Dioxus has possibly changed a …