MediumSeptember 2, 2026
How we keep context clean at pinqponq
A million-token window makes it tempting to dump the whole repo, docs and pages into the prompt. Here is how we keep the context an AI coding agent actually works from small and sharp.
pinqponq blog
What we're writing about product, engineering and growth.
Featured
MediumSeptember 2, 2026
A million-token window makes it tempting to dump the whole repo, docs and pages into the prompt. Here is how we keep the context an AI coding agent actually works from small and sharp.
Latest posts
MediumAugust 24, 2026
Take a ticket, write code, open a pull request, repeat — that routine is no longer enough. A look at how the day-to-day of engineering is changing and what the growth in AI tooling asks of us.
MediumAugust 20, 2026
pinq-doq is the system we built to keep AI coding agents consistent across many repositories and many tech stacks — one source of truth for the rules, loaded where the work happens.
MediumJuly 10, 2026
A walkthrough of building a shared REST and WebSocket client for Kotlin Multiplatform — simple HTTP requests, streaming connections, and one API surface for every platform.
MediumJune 15, 2026
How a persistent WebSocket connection replaces polling for real-time server-to-client and client-to-server messaging, with a Kotlin implementation.
MediumMay 20, 2026
A practical guide to pulling a CocoaPods dependency — Google Maps as the example — into a Kotlin Multiplatform iOS target and calling it from shared code.