NSNilay Shahaneincuriousnilay.hashnode.dev·1d ago · 6 min readWhat LLM Parameters Actually Do (I Didn’t Even Know Half of These Existed)When I built my AI financial assistant, I was focused on getting the pipeline working: user query → retrieval → LLM → response. The model was responding correctly, but I realized something embarrassin10
NSNilay Shahaneincuriousnilay.hashnode.dev·1d ago · 8 min readI Tried Designing a Distributed Rate Limiter. Here’s Every Place It Broke.Somewhere out there is a client with a bug — a while (true) loop with a missing break condition, hammering /api/order/create as fast as the network allows. while (true) { await fetch('/api/order/cre21T