Learn. Grow. Succeed.

I stopped saving prompts and started building skills. Here’s why.

Mar 28, 2026

For weeks, I had a sprint planning prompt saved in a file. Every other Monday, I’d copy it, paste it into Claude, feed it the sprint names, and generate a

AI standardization: The capability multiplier nobody’s talking about.

Mar 21, 2026

We’re all learning how to scale AI adoption in real-time. I’ve been exploring Claude Skills as a way to standardize AI workflows across teams – think reusable templates that capture

AI is a confident liar. It will generate a beautiful, confident, and completely broken implementation plan if you let it.

Mar 14, 2026

My job isn’t just to generate ideas, it’s to de-risk them. In my recent planning work, I used two specific techniques to catch failure points before we wrote a single

AI models are obsessed with low-level details. If you let them, they will write you 500 lines of code for a feature you haven’t even defined yet.

Mar 07, 2026

Speed without direction is just noise. To prevent my AI sessions from spiraling into chaos, I enforce a strict “Layered Decision” protocol. Layer 1: The Big Picture (No Code Allowed)

We often blame AI for “hallucinating” or going off-track. But I’ve realized the problem usually isn’t the model. It’s the manager.

Feb 28, 2026

When I plan with AI, I don’t treat it like a search engine. I treat it like a junior engineer during a handoff. Here are 2 rules I live by

In 2025, I helped a global ticketing company’s SDK team cut sprint spillover by 45% through systems thinking.

Feb 22, 2026

I had the privilege of working on a mission-critical SDK that powers third-party ticketing integrations through 8th Light. I taught the team to shift from thinking in isolated tickets to

With AI, generating code takes seconds. Fixing bad architecture takes weeks. Here is why I plan first.

Feb 22, 2026

In the rush to adopt AI, too many companies treat LLMs like magic code generators. They skip the architecture and go straight to execution. As a Senior Engineer, I’ve learned

What if We Spoke to Humans the Way We Speak to AI?

Jan 10, 2026

For the last eight years, I’ve worked as a software engineer in consulting. I’ve worn every hat available. In consulting, success is rarely just about the code; it’s about how

Prompt Engineering: How to Guide LLMs to Better Solutions

Dec 28, 2025

A Senior Engineer’s instinct is to solve problems at the source, not the symptom. If a function returns malformed data, we don’t just write a cleanup script; we investigate the

From Script to Prototype: Architecting a Multi-Agent Quorum for Financial Sentiment

Dec 21, 2025

From Script to Prototype: Architecting a Multi-Agent Quorum for Financial Sentiment In the rush to deploy AI, it is easy to grab a pre-trained model off the shelf, run pipeline(),

The Reality Check: Why One AI Model Can’t Rule the Stock Market

Dec 15, 2025

Does a change in news sentiment predict a change in the stock price? This is the holy grail question of algorithmic trading. As an engineer moving into the AI space,

Recommended Read: A Philosophy of Software Design

May 06, 2022

A Philosophy of Software Design, by John Ousterhout, is a great read for anyone who wants to understand what actually causes systems to be complex and in turn, how to