Skip to main content

9 posts tagged with "Documentation"

Technical writing, documentation strategy, and tooling

View All Tags

Compact Is Not Solidity: A Developer's Field Guide to ZK Smart Contracts

· 5 min read
Frederico Santana
Founder & Technical Writer, DPO2U

If you approach Compact with a Solidity mental model, you will write code that compiles but misses the point. Compact is not a smart contract language that happens to support privacy — it's a zero-knowledge circuit language that happens to look like a smart contract language. The distinction matters for every design decision you'll make.

The MCP Server as a Privacy API: AI-Native Compliance Verification

· 4 min read
Frederico Santana
Founder & Technical Writer, DPO2U

The most consequential design decision in DPO2U wasn't the choice of blockchain or the smart contract language — it was making the primary interface an MCP server. In 2026, the consumers of compliance infrastructure aren't humans clicking dashboards. They're AI agents making autonomous decisions about data transfers. The API must speak their language.

Legitimate Interest: The Most Powerful and Most Dangerous LGPD Legal Basis

· 5 min read
Frederico Santana
Founder & Technical Writer, DPO2U

Of the 10 legal bases in LGPD Article 7, legitimate interest is the one that gets companies fined. Not because it's invalid — it's arguably the most versatile basis for data processing — but because it's the only one that requires a documented justification before you start processing. Most companies skip the documentation and hope nobody asks. The ANPD always asks.

From PDF to Proof: Replacing Compliance Documents with On-Chain Attestations

· 4 min read
Frederico Santana
Founder & Technical Writer, DPO2U

Every compliance audit I've seen ends the same way: a consultant produces a 47-page PDF, emails it to someone who saves it in a shared drive, and both parties agree to pretend this constitutes "verification." The PDF is not tamper-proof. The shared drive is not immutable. The agreement is not enforceable. DPO2U replaces this entire ritual with a five-step cryptographic pipeline.

LGPD's 10 Legal Bases: What Developers Actually Need to Know

· 5 min read
Frederico Santana
Founder & Technical Writer, DPO2U

Every LGPD implementation I've reviewed makes the same mistake: the developer picks "consent" as the legal basis for everything because it's the only one they've heard of. Brazil's data protection law defines 10 legal bases for processing personal data, and choosing the wrong one doesn't just create legal risk — it creates architectural debt that compounds with every feature you ship.