◉ Rishik Chakraborty

Writing.

Long-form pieces on cryptography, payments, mathematics, and the systems humming underneath everyday technology.

~/writing · 4 posts

August 8, 2026
40 min read
View as PDF

Quantization damage is precision-dependent and capability-asymmetric. Component-sensitivity work ranks; it does not test.

4-bit quantization really is nearly free — but at 3 bits both long-context retrieval and multi-step arithmetic break, and retrieval takes 3.2× the standardized damage. Eight components get better when you quantize them. And the standard way of ranking which layers matter turns out to fail four separate statistical tests. A plain-English walkthrough of the paper, with every figure and number intact.

QuantizationLLMsInterpretabilityStatisticsPaper

August 2, 2026
22 min read

How Quantization Works

How a thirty-gigabyte AI model gets rounded down to fit on a laptop — scale and zero-point, calibration, granularity, integer-only inference, QAT, and the outlier problem that forced large language models to invent new tricks.

Machine LearningQuantizationLLMsSystems

August 27, 2025
12 min read

You tap your phone, now what?

A walkthrough of what actually happens inside your iPhone when you add a card to Wallet and when you pay — the Secure Element, the Secure Enclave, tokenization, cryptograms, and the minimal code you need to write.

Apple PaySecurityPaymentsiOS

October 13, 2023
16 min read

Encryption: Romeo Can Now Text Juliet

Public-key encryption explained through Romeo, Juliet, and a little Harry Potter — then the actual RSA math: totients, congruent mods, key generation, and why quantum computers are coming for all of it.

CryptographyRSAMathematicsSecurity