Blog

My thoughts on software development, life, and more.

Apache Airflow vs Dagster: Which to choose in 2026?
Data

Apache Airflow vs Dagster: Which to choose in 2026?

Complete guide about Apache Airflow vs Dagster: Which to choose in 2026? with practical examples.

February 13, 2026 (2 weeks ago)
9 min
Ler mais →
LangChain 0.3.0: Parallel Tool Execution in LangGraph Agents
AI & ML

LangChain 0.3.0: Parallel Tool Execution in LangGraph Agents

Imagine you're building an agent that needs to answer a complex query like "What's the weather in New York, the current stock price of AAPL, and a quick math calculation on projected revenue?" In pre-0.3 LangGraph setups, your agent would invoke tools sequentially—first weather API, then stock fetch, then calculator—leading to unnecessary delays stacking up to seconds or even minutes in multi-turn reasoning loops.

January 25, 2026 (last month)
11 min
Ler mais →
vLLM 0.7.0: PagedAttention 2.0 and Prefix Caching for MoE Models
AI & ML

vLLM 0.7.0: PagedAttention 2.0 and Prefix Caching for MoE Models

Imagine you're serving a Mixture-of-Experts (MoE) model like Mixtral or DeepSeek-V2 on a cluster handling long-context queries—say, 128k tokens per request—from a RAG pipeline processing enterprise documents.

January 20, 2026 (last month)
8 min
Ler mais →
My AI Development Stack: A Strategic Approach to Building Products

My AI Development Stack: A Strategic Approach to Building Products

Discover how I leverage multiple AI models strategically to maximize productivity in product development. From maintaining MVP focus with Gemini to writing production-quality code with Claude Opus, learn about the orchestrated approach that allows me to use 4-5 different AI tools daily while maintaining clean architecture and professional standards.

January 13, 2026 (last month)
Ler mais →
Claude + MCP Serena: How to Never Blow $200 in 3 Days Again

Claude + MCP Serena: How to Never Blow $200 in 3 Days Again

Recently, I saw a frustrated developer online. He had invested $200 in a Claude Max plan, expecting unlimited AI-assisted development power. Result? He hit the usage limit in 3 days and had to wait 72 hours to use it again. Desperate, he bought a second account to work around the problem.

January 7, 2026 (2 months ago)
Ler mais →
Implementing SLSA Level 3 with GitHub Actions, Go, and Sigstore
DevOps

Implementing SLSA Level 3 with GitHub Actions, Go, and Sigstore

Stop build-server attacks where code scanners fail. This is a complete, practical guide to implementing and verifying SLSA Level 3 for your Go applications using GitHub Actions and Sigstore. Generate non-falsifiable provenance and build the verifier to enforce it.

November 6, 2025 (4 months ago)
18 min
Ler mais →
local-work: The Ultimate CLI Toolkit for Productive Developers

local-work: The Ultimate CLI Toolkit for Productive Developers

Discover how `local-work` can revolutionize your development workflow with integrated task management and note-taking, all in the terminal. Zero configuration, zero dependencies, 100% productivity.

November 2, 2025 (4 months ago)
Ler mais →
LangGraph vs. AutoGen: The Technical Guide to AI Agent Orchestration
AI & ML

LangGraph vs. AutoGen: The Technical Guide to AI Agent Orchestration

Ever feel like you're wrestling with a complex problem that's just too big for a single brain (or, in our case, a single LLM)?

October 28, 2025 (4 months ago)
15 min
Ler mais →