Technical Blog & Case Studies

Deep dives into AI Automation, DevOps Practices & Cloud Technologies

Featured Article

AI DEVELOPMENT

GPT-5.6 Sol Ultra Mode: How Cooperative Subagents Actually Work

Sol Ultra spawns cooperative subagents inside the model. How it works, pricing vs Fable 5, the METR cheating finding, and when to pick it over Claude Code's external orchestration.

Jul 9, 2026
11 min read
Read Article →

All Articles

GPT-5.6 Sol Ultra Mode: How Cooperative Subagents Actually Work

Sol Ultra puts subagent orchestration inside the model. What cooperative subagents are, GPT-5.6 pricing and Codex availability, the METR cheating flag, and how it compares to Claude Code dynamic workflows.

Jul 9, 2026
11 min read
Read Article →
How to Run GLM-5.2 Locally for AI Coding (2026 Guide)

GLM-5.2 is 2026's top open-weight coding model. Run it with llama.cpp and Unsloth quants - the hardware you need, the right quant for coding, and when a cloud API still makes more sense.

Jun 29, 2026
12 min read
Read Article →
Claude Tag for Engineering Teams: A Practical Setup Guide

Claude Tag is Anthropic's persistent AI teammate in Slack. Wire it into engineering: connect MCP servers, scope channel access, use ambient mode safely, and control token costs.

Jun 25, 2026
11 min read
Read Article →
Apple Core AI: Run Open-Weight Models On-Device for Free

Apple Core AI runs open-weight models like Qwen and Mistral on Apple Silicon with zero token cost. Convert PyTorch with coreai-torch, load via the Swift API, and quantize for mobile.

Jun 20, 2026
12 min read
Read Article →
LiteLLM CVE-2026-42271: Patch, Rotate, and Harden the RCE

CVE-2026-42271 chains with the Starlette BadHost bypass (CVE-2026-48710) for unauthenticated RCE on the AI gateway. Detect exposure, upgrade to 1.83.7, rotate every key, and harden the MCP test endpoints.

Jun 16, 2026
11 min read
Read Article →
Claude Code Fable 5: Model Routing, Fallbacks, Cost Control

Fable 5 launched at 2x Opus 4.8's price alongside the new fallbackModel setting. Chain configuration, the safety classifier that reroutes sessions to Opus 4.8, and a task routing table for all three models.

Jun 11, 2026
12 min read
Read Article →
Claude Code Dynamic Workflows: When They're Worth the Cost

Dynamic workflows fan a task across up to 1,000 subagents. Which tasks justify the cost, how to bound the agent count, what ultracode costs, and when a single session still wins.

May 30, 2026
11 min read
Read Article →
Persistent Memory for AI Coding Agents Beyond CLAUDE.md

Three tiers of persistent memory in 2026: CLAUDE.md, MCP servers (agentmemory, claude-mem), and Anthropic's Memory tool plus Dreaming. Benchmarks and a decision matrix.

May 29, 2026
12 min read
Read Article →
Qwen Code CLI: Getting Started Guide for AI Coding 2026

Install Qwen Code, fix the post-OAuth authentication mess, and see where Alibaba's open-source terminal agent actually beats Claude Code. CI/CD recipe + 1M-context reality check.

May 26, 2026
11 min read
Read Article →
Gemini 3.5 Flash for Agentic Coding: A Claude Coder's Guide

Gemini 3.5 Flash beats Gemini 3.1 Pro on agent benchmarks at $1.50/$9 per 1M tokens. When to route tasks from Claude Code, the thinking_level trap, and a 40-line MCP agent.

May 25, 2026
12 min read
Read Article →
Gemini CLI to Antigravity CLI: Migration Guide & Alternatives

Gemini CLI stops on June 18, 2026. Step-by-step migration to the new agy binary, free-tier rate-limit math, and when to switch to Claude Code or Codex CLI instead.

May 21, 2026
11 min read
Read Article →
OpenAI Codex Security GitHub Setup Guide: 2026 Walkthrough

Set up OpenAI Codex Security on GitHub end-to-end: connect a repo, edit the threat model, triage validated findings, ship patches as PRs. 74% TPR vs Semgrep 20% and Snyk 28% in independent testing.

May 14, 2026
12 min read
Read Article →
Claude Managed Agents Outcomes: Auto-Grading Agent Work

Outcomes hands the agent a rubric, a separate grader checks every draft, and the loop iterates until the artifact passes. Rubric anti-patterns, the five result states, max_iterations tuning, and the cost math.

May 12, 2026
13 min read
Read Article →
Running claude ultrareview in CI/CD: GitHub Actions Guide

Claude Code 2.1.120 added claude ultrareview as a non-interactive CLI subcommand. The OAuth token gotcha, a copy-pasteable GitHub Actions workflow, --json parsing with jq, and a cost control playbook.

May 3, 2026
12 min read
Read Article →
MCP Code Execution Pattern: A Hands-On Claude Code Guide

Three MCP servers can eat 72% of a 200K context window. The code execution pattern compares against dynamic toolsets and Tool Search, with a working Python build and Claude Code v2.1.121 alwaysLoad config.

May 3, 2026
12 min read
Read Article →
Regression-Proof Claude Code Workflows: Pin, Lock, Test

After Anthropic's April 2026 postmortem revealed three Claude Code regressions, here is the practitioner playbook: pin the CLI, lock effort, allowlist models, add a regression-detecting stop hook, keep fixtures.

Apr 28, 2026
12 min read
Read Article →
Harden Claude Code GitHub Actions: Prompt Injection Defense

Defend Claude Code workflows against the April 2026 Comment and Control CVE. Tool allowlists, OIDC via Bedrock, script caps, egress blocks, and a before/after hardened workflow.

Apr 25, 2026
12 min read
Read Article →
Claude Code Security Review GitHub Action: 2026 Setup Guide

Workflow YAML, false positive tuning, token cost math, and a layered pipeline with Semgrep and Snyk for Anthropic's official security review action.

Apr 22, 2026
11 min read
Read Article →
Getting Started with the ant CLI: Deploy Claude Agents

Install the ant CLI, create your first managed agent, and deploy it in under 10 minutes. YAML version control, scripting patterns, and CI/CD.

Apr 18, 2026
12 min read
Read Article →
Claude Code Cost Tracking: Monitor and Cut Your Spending

Track what you spend in Claude Code with built-in commands, hidden JSONL logs, and tools like ccusage. Plus 7 tips to cut token costs by 50%.

Apr 16, 2026
12 min read
Read Article →
Claude Managed Agents vs Agent SDK: Which to Use?

Practical decision framework for Claude Managed Agents vs the Agent SDK. Pricing breakdown with worked examples, MCP integration notes, and when to pick each option for your workload.

Apr 9, 2026
12 min read
Read Article →
Claude Mythos: What It Means for Devs Who Can't Use It

Anthropic locked Claude Mythos to 12 Project Glasswing partners. What the benchmarks, pricing, and restricted access mean for everyday developers, plus what to do while waiting for public release.

Apr 9, 2026
11 min read
Read Article →
Gemma 4 Models: Which One Should You Actually Use?

Tested all 4 Gemma 4 model sizes locally. Includes RAM requirements, Ollama setup, comparison with Llama 4 and Mistral, and a practical guide to picking the right variant.

Apr 6, 2026
12 min read
Read Article →
How I Write CLAUDE.md Files That Actually Work

Real production CLAUDE.md examples from my Next.js site. Learn the anatomy of an effective file, 7 common mistakes, and when to use hooks vs CLAUDE.md vs custom commands.

Apr 5, 2026
12 min read
Read Article →
Complete Guide to Clawdbot

Set up your own personal AI assistant that works on WhatsApp, Telegram, Discord, and more. Self-hosted with persistent memory and proactive notifications.

Jan 26, 2025
12 min read
Read Article →
Complete Guide to Method CRM MCP Server

Learn how to set up and use the Method CRM MCP Server to enable AI assistants like Claude to interact with your CRM data through natural language.

Jan 15, 2025
12 min read
Read Article →

Topics I'll Cover

AI & Automation
  • Model Context Protocol deep dives
  • AI agent development
  • Generative AI integration
  • Conversational interface design
DevOps & CI/CD
  • Jenkins automation techniques
  • Pipeline optimization
  • Infrastructure as Code
  • ChatOps best practices
Cloud Architecture
  • Multi-cloud strategies
  • AWS/Azure/GCP comparisons
  • Serverless architectures
  • Cloud cost optimization
Development
  • Go programming tutorials
  • Python best practices
  • API design patterns
  • Microservices architecture

Get new posts in your inbox

Practical guides on AI agents, automation, and DevOps. No spam — unsubscribe anytime.

Stay Connected

Follow me on GitHub and LinkedIn to get notified when I publish new content