napkin llm router math
napkin math on whether llm routers are worth it.
Read ArticleWelcome to Imprint
I'm an early-career engineer who writes to think. Expect {distributed, operating, database} systems, neuro, and whatever I'm currently building or breaking.
napkin math on whether llm routers are worth it.
Read ArticleA hands-on write-up of using coding agents to trace and patch Codex ACP so ChatGPT login works in Zed remote projects, and what that experience felt like in practice.
Read ArticleBuilding a static analysis tool that detects concurrency bugs in Go
Read ArticleCompilers use static analysis to determine where transformations can be safely applied. Control flow and data flow analysis are two techniques often used in compiler optimization. Control-flow analysis seeks to understand the flow of control between operations, and data-flow analysis(DFA) analyses the flow of actual values through the code and operations. SSA is an intermediate representation that
Read ArticleRunning two separate Tailscale tailnets on one Linux machine using network namespaces and a second tailscaled instance.
Read Article