Type to search posts and projects ↑↓ to navigate

Notes

Binary Breakthroughs

Notes on building data platforms, AI systems, and the infrastructure between them. Technical deep-dives, lessons from the field, and occasional explorations of distributed systems architecture.

2026

I Trained Three Models Against the Rubric I Published in January. Two Learned to Game It.

In January I argued that RLVR needs verification correlated with quality, not perfect verification. I tested that on my own published rubric: GRPO on Qwen3.5 0.8B, 2B, and 9B, scored by three independent judges. Two models gamed the rubric in different ways and got worse on every held-out product; the third satisfied it honestly and got better. Here is what they learned, the bugs they found in my code, what rubric dropout did, and what I now think a verifier has to be.

The Stateless MCP Spec Audited My Compiler, and My Confirmation Gate Failed

The 2026-07-28 MCP specification removed sessions and replaced server-initiated requests with multi round-trip requests. I audited the servers api-mcp-compiler generates against it, found three defects, and rebuilt the destructive-tool confirmation gate on the new primitive across two replicas. Here is what broke, what the rebuild showed, and where I think the spec is right and where it stops short.

Loop Engineering: Convergence Is Not Correctness

A loop always converges. That it reached a stable 'done' state tells you nothing about whether that state is correct, because the loop selects for whatever passes your check, not for what you meant. A practitioner's take on loop engineering: why convergence is not correctness, why the verifier is the part that actually decides, and what changes when loops run unattended over real production systems instead of a coding agent in a terminal.

2025

Context Engineering for Autonomous Multi-Agent Systems - Packaging, Pruning, and Transferring Context at Scale

A technical deep dive into context engineering for autonomous multi-agent systems - how to package, score, prune, and transfer context between agents at scale, with complete Python implementations and a hypothetical telecom scenario. Note - this is distinct from Anthropic's Model Context Protocol (MCP); the two are complementary, and the post explains where each fits.

2024

2023

2022

Subhadip Mitra