Insights & Articles
Practical thinking on AI architecture, data platforms, and building production systems.
I Built My Own File Comparison Tool — And Released It for Free
How an obsession with diff tools, a gap in the market nobody had bothered to close, and a weekend of Electron + React turned into DiffForge — a free, modern desktop comparison app.
I Built a Desktop App That Reads Health Plan Documents and Finds Your Best Internal Match
How a workflow I watched benefits consultants repeat manually — every single time — turned into Plan Sponsor Intake: a desktop app that extracts 25+ benefit fields from any plan document and matches it against your internal portfolio in under 30 seconds.
I Built a No-Code ETL Assistant for People Who Understand Data but Don't Write Code
MapForge is an AI-assisted data mapping and extraction desktop tool — a non-technical ETL assistant that takes source files, a target layout, and supporting documents and produces clean, mapped output without writing a single line of code.
Building Custom Evaluators for Google ADK Agents
deepeval and Arize test output quality. ADK custom evaluators test agent behavior — routing decisions, tool call arguments, execution traces. Here's how to build them with real Python code.
HNSW Algorithm Explained for Solution Architects
A practical guide to Hierarchical Navigable Small World graphs and how they power modern vector search at scale.
All Articles
From AI POC to Production: Architecture Blueprint
A step-by-step framework for moving AI proof of concepts into production with governance and observability.
Snowflake Cost Governance Strategies
Practical techniques for managing and optimizing Snowflake compute costs in enterprise data platforms.
Vector Databases vs Traditional Search: An Architect's Guide
When should you use a purpose-built vector DB vs Postgres with pgvector vs Elasticsearch? A decision framework.
Designing Enterprise GenAI Agents with LangGraph
LangGraph patterns for building stateful, multi-agent AI systems with proper error handling and observability.
Informatica IDMC + Snowflake: Architecture Patterns
Best practices for integrating Informatica IDMC with Snowflake — connector patterns, CDC setup, and performance.