Skip to main content
← Back to Portfolio

Blog

Deep dives into projects built with AI pair programming using Claude Code and Qwen.

Cursor Rules for Monorepos That Keep AI Edits on the Rails
April 4, 2026

Cursor Rules for Monorepos That Keep AI Edits on the Rails

A practical guide to using Cursor effectively in large monorepos with layered rules, scoped context, repo maps, verification loops, and guardrails that stop AI edits from wandering across the codebase.

Cursor Monorepos AI Coding Developer Workflow
Reviewing AI-Generated Pull Requests Without Becoming the Bottleneck
April 3, 2026

Reviewing AI-Generated Pull Requests Without Becoming the Bottleneck

A practical guide to reviewing AI-generated pull requests with scoped diffs, invariant checklists, CI guardrails, and fast human approval loops.

AI Coding Code Review GitHub Developer Workflow
Prompt Caching for Tool-Heavy AI Agents That Need to Stay Fast
April 2, 2026

Prompt Caching for Tool-Heavy AI Agents That Need to Stay Fast

A practical guide to reducing latency and cost in tool-heavy AI agents with stable prompt prefixes, prompt caching, context compaction, and retrieval boundaries.

AI Agents Prompt Caching Cost Optimization Developer Workflow
Tracing AI Agents with OpenTelemetry Without Drowning in Logs
April 1, 2026

Tracing AI Agents with OpenTelemetry Without Drowning in Logs

A practical guide to using OpenTelemetry and OpenInference to trace agent workflows, inspect tool calls, track token spend, and debug multi-step failures without drowning in flat logs.

AI Agents OpenTelemetry Observability LLM Ops
Local LLM Dev Environments That Stay Fast, Cheap, and Private
March 31, 2026

Local LLM Dev Environments That Stay Fast, Cheap, and Private

A practical guide to building a local LLM development environment with Ollama, Open WebUI, coding tools, quantization choices, prompt/version hygiene, and smart fallbacks when local models are not enough.

Local LLMs Ollama AI Coding Developer Workflow
Practical RAG Evaluation Techniques That Catch Real Failures
March 30, 2026

Practical RAG Evaluation Techniques That Catch Real Failures

A practical guide to evaluating RAG systems by separating retrieval from generation, building grounded test sets, tracking the right metrics, and running regression checks before users find the bugs.

RAG Evaluation LLM Ops Developer Workflow
Agent Memory Strategies That Don't Rot in Production
March 29, 2026

Agent Memory Strategies That Don't Rot in Production

A practical guide to designing memory for AI agents with working memory, episodic summaries, semantic facts, write policies, retrieval rules, and debugging loops that stay useful over time.

AI Agents Memory Developer Workflow LLM Ops
Claude Code Workflows for Large Refactors Without Losing the Plot
March 28, 2026

Claude Code Workflows for Large Refactors Without Losing the Plot

A practical guide to using Claude Code for large refactors with specs, checkpoints, verification loops, and guardrails that keep big changes understandable.

Claude Code Refactoring AI Coding Developer Workflow
How to Harden OpenClaw on a VPS Without Breaking the Good Parts
March 27, 2026

How to Harden OpenClaw on a VPS Without Breaking the Good Parts

A practical guide to hardening OpenClaw on a VPS with least-privilege credentials, network restrictions, approval boundaries, cron hygiene, and operations checks that actually matter.

OpenClaw VPS Security Operations
Secure MCP Server Design Patterns
March 26, 2026

Secure MCP Server Design Patterns for Real Tool-Calling Agents

A practical guide to building MCP servers that stay useful under real agent workloads without turning into a security liability. Covers tool boundaries, approval flows, validation, session isolation, prompt-injection defenses, and observability.

MCP AI Tools Security Developer Workflow
GameHub
January 15, 2024

GameHub - Built with AI Assistance

How I built a collection of 8 browser games (Snake, Pong, Tic Tac Toe, Memory, Breakout, Flappy, 2048, and Sudoku) using Claude Code and Qwen for AI pair programming. Explores game loops, collision detection, AI opponents, and the collaborative development process.

AI-Assisted Games JavaScript HTML5
AI Tutor
January 12, 2024

AI Tutor - Built with AI Assistance

How I built an AI-powered document-to-quiz generator that converts PDFs and textbooks into chapter-level quizzes. Covers document parsing, question generation, quiz engines, and using AI for educational technology.

AI-Assisted Education Python NLP
Mortgage Atlas
January 10, 2024

Mortgage Atlas - Built with AI Assistance

How I built a comprehensive mortgage cost calculator that models the true cost of homeownership. Includes financial formulas, amortization schedules, data visualization, and AI-assisted TypeScript development.

AI-Assisted Finance TypeScript Data Viz
Stock Analysis
January 8, 2024

Stock Analysis - Built with AI Assistance

How I built a comprehensive stock tracking and analysis tool with technical indicators, portfolio management, and visualizations. Covers API integration, RSI, MACD, Bollinger Bands, and AI pair programming for financial tools.

AI-Assisted Finance Python Data Analysis

More writeups coming soon...