RSSAmplifier

Blog

Sahil's Playbook

Engineering leadership and scaling lessons from Sahil Kapoor, Founder of CarInfo (80M+ users) and CEO @ Hawk MarTech. Practical systems for product growth, system design, and startup execution.

sahilkapoor.comRSS feed ↗15 posts

Latest posts

Everything you can run on a DGX Spark

I spent a week going through every tool in the local AI ecosystem. Inference engines, coding agents, vector databases, image generation, personal tools. Here is what is actually worth installing.

Setting up DGX Spark with a MacBook

How I connected a MacBook to the NVIDIA DGX Spark with Tailscale, served Qwen3-Coder with vLLM, and got GitHub Copilot Agent Mode running on a local model.

What is NVIDIA DGX Spark (and why I bought one)

NVIDIA DGX Spark is a desktop AI supercomputer with 128GB unified memory. Here's what it is, how it compares to a Mac or consumer GPU, and why I bought one to dive deeper into AI.

Token Economics: What Every Developer Needs to Understand Now

The subscription model for AI was always a lie. GitHub just stopped pretending.

Daily Hack: Sync Every Git Repo Before You Start Work

A daily bash hack I run every morning to fetch and sync all my git repos at once, before code reviews and standup.

Why You Should Not Build for 10 Million Users on Day One

Beautiful code. Clean architecture. Zero users. Most early-stage startups quietly die here, engineers solving problems three years too early while real users wait for something that simply works.

An Ode to Stack Overflow: The Community That Taught a Generation to Think

Stack Overflow was not just a website. It was a place that taught us how to think in public. How to be precise. How to be wrong, and then better. We waited hours, sometimes days, for answers from strangers who cared enough to help. And when the answer came, it belonged to everyone.

Synchronized Expiration in Distributed Systems

Deterministic TTL in caching systems create hidden synchronization points that eventually break under scale. This deep dive explains how mature systems design for expiration, not just performance.

Redis as Infrastructure: Caching, Coordination, and Scale

Redis is one of the most influential building blocks in modern system architecture. When used intentionally, it simplifies coordination, scaling, and shared state across services. This article explores how Redis works under the hood and how to design systems that take full advantage of it.

Make the Consequence Real

Senior engineering leadership breaks when clarity, dashboards, and alignment are treated as sufficient. At scale, real change comes from sustained attention and consequences that feel uncomfortable but force systems to learn.

Batch Processing in Modern Systems

Batching in distributed systems is like a tax strategy. Every database write, every API call, every network request carries overhead you can't avoid. The only question is how many times you pay it. Process a thousand records individually and you pay a thousand times. Batch them and you pay once.

How Cybersecurity Will Evolve in 2026

Cybersecurity has collapsed under its own assumptions lately. Attackers scaled faster than humans could react, identity became the weakest link, and most defenses failed exactly when clarity mattered most. In 2026, security stops being about prevention and starts being about surviving failure.

Software Is Not Flexible. It Hardens as It Grows

Software has a reputation for being forgiving, something that is easy to change, easy to fix, and easy to reshape once we finally understand the problem we were supposed to be solving. That reputation is not entirely wrong, but it only holds at very small scales and only for a short while.

Best AI Tools for Product Managers in 2026

Discover the best AI tools for product managers in 2026, from Bolt and Lovable for rapid prototyping to Notion AI, Gamma, Productboard, and more.

Embedding Flutter Modules into Native Android and iOS Apps

We used Flutter Add-to-App to ship a side feature inside an existing Android and iOS app, saving weeks of duplicated work while keeping performance and user experience intact.