Blog

Writing on AI, System Design & Enterprise Architecture

Long-form guides, frameworks, and lessons from 16+ years of building at scale. Practical, opinionated, and built for people who actually build things.

// Production-grade agentic pattern
async function buildAgent() {
  const tools = loadMCP("enterprise");
  const guardrails = loadPolicy("compliance");

  const agent = orchestrate({
    model: "claude-4",
    tools,
    guardrails,
    fallback: "human-in-loop"
  });

  return agent.deploy();
}
Pinned Post
Agentic AI

Building an AI Orchestration Platform From Scratch: What I Learned

Architectural decisions, trade-offs, and what 16 years of enterprise systems taught me about production AI.

8 min read Mar 2026
BlogGen visual editor
Product + Tech

Static Site Generators in 2026: What They Get Right, What They Get Wrong, and Why I Built Something Simpler

A look at static site generators like Hugo, 11ty, and Astro — and why I built BlogGen, a simpler alternative for personal blogs.

9 min read Mar 2026
System Design

The Notification System I Wish I'd Designed First Time Around

Lessons from scaling event-driven architectures across multiple enterprise products — and what I'd change today.

12 min readFeb 2026
Product + Tech

Build vs. Buy: A Decision Framework for Enterprise Teams

After years of seeing both sides go wrong, here's the framework I actually use when advising teams on build-vs-buy decisions.

10 min readJan 2026
Career Growth

What Nobody Tells You About the IC-to-Architect Transition

The skills that got you here won't get you there. Lessons from my own pivot and what I wish someone had told me earlier.

7 min readDec 2025
Tech Trends

Why MCP Changes Everything for Enterprise Integration

The Model Context Protocol isn't just a developer tool — it's a strategic shift in how enterprises will connect AI to their systems.

6 min readMar 2026
System Design

Designing a URL Shortener That Handles 100M+ Clicks

A deep dive into consistent hashing, Redis caching layers, and why your first instinct about the database is probably wrong.

15 min readNov 2025
Agentic AI

What Is Agentic AI? A Solution Architect's Guide to the Next Frontier

Agentic AI enables autonomous goal-directed systems that observe, plan, act, and reflect. Learn the architecture, real deployments, and when to use agents vs. simpler AI.

15 min readMar 2026
Product + Tech

The Roadmap Nobody Asked For: Why PMs and Architects Should Co-Own Strategy

When product roadmaps and architecture decisions live in silos, you get features nobody can ship. Here's how to fix it.

11 min readOct 2025
Career Growth

The Consulting Mindset: What F500 Clients Actually Value

After 16 years of enterprise consulting, I've learned that the deliverable is never the point. Here's what is.

8 min readSep 2025
Tech Trends

ServiceNow, Jira, or Something Else? The Enterprise PPM Landscape in 2026

A practitioner's take on the tools that actually win inside large organizations — and why the "best tool" rarely wins.

10 min readJan 2026
System Design

CI/CD for Enterprise PPM: Lessons from Grafana, Docker, and Real Alerts

How we brought modern DevOps practices to a legacy enterprise tool — and the resistance we faced along the way.

13 min readAug 2025
Agentic AI

What Is Generative AI? Cutting Through the Hype with 16 Years of Enterprise Context

Generative AI predicts and generates new content by learning patterns from data. Learn how transformers work, real enterprise deployments, and when to actually use it.

14 min readMar 2026
Product + Tech

How I Turned a Time Tracker Into a Revenue-Generating Platform

The Capital Group story: from basic time management to a chargeback model that made the tool pay for itself.

14 min readJul 2025
No posts in this category yet. Check back soon — or subscribe to get notified.