← Back to Portfolio

Cost Sentinel

Zero-to-One Local FinOps VS Code Extension

1. Concept & Problem Discovery

2. Product Requirements & Scoping (MVP)

3. System Design & Trade-offs

To execute the MVP, I evaluated three architectural paths. I rejected Cloud APIs (too slow, privacy risk) and Regex Parsing (too fragile for nested queries).

Selected Architecture: Local AST (Abstract Syntax Tree) Parsing. Extremely fast, works completely offline, zero credential risk, and accurately identifies table structures.

4. Execution & Development

5. Go-To-Market & Distribution