I spent the long weekend pushing Logic Apps MCP server capabilities further than I had before — and hit two bugs worth documenting. Both are filed. If you're building in this space, save yourself the debugging time. If you've been following along, the MCP server and BODMAS Agent are covered in the previous posts. This post is just about what broke when I wired them together. The Agent Loop fails w
There's a dangerous assumption most developers bring into Compact: "It's a privacy-first chain. My data is private unless I explicitly expose it." This is backwards. And it's where the serious mistakes happen. Compact doesn't give you automatic privacy. It gives you a hard boundary between two worlds, and a compiler that enforces it. World Where Who sees it Public On-chain, every network no
## INTRODUCTION Every blockchain application that handles value needs to answer the same question: how do you track who owns what? There are two dominant approaches, and choosing between them shapes your entire contract architecture. Contract-state accounting behaves like a bank ledger. A single smart contract holds a balance map, and transactions update entries in place. The UTXO model behaves li