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

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