Blog

Writing

Jun 2, 2026

1 min read

Opinion

Navigating the Digital Moat: When Your Web Scrape Hits a Cloudflare Challenge

Ever tried to programmatically access web content only to be met with a "Just a moment..." screen? This post dives into the world of Cloudflare challenges, what they mean for developers, and how to (ethically) navigate them.

#web-scraping#cloudflare#data-engineering#python

Jun 2, 2026

7 min read

Opinion

Rust's Ascendancy: Why It's Becoming the Go-To for Systems Programming (and My Domains)

Rust is rapidly gaining traction in systems programming. This post explores its core strengths, real-world applications, and why it's a game-changer for finance, data engineering, and AI tooling.

#rust#systems-programming#performance#memory-safety#finance#data-engineering#ai-tooling

May 31, 2026

6 min read

AI Trending

9arm Skills — Debug Mantras, Post-Mortems, and Code Review as Agent Skills

How thananon's compact Claude Code plugin turns debugging from a guessing game into a repeatable four-step discipline, and code reviews into structured outsider scrutiny.

#Claude Code#debugging#code review#agent skills#post-mortem#developer tools

May 31, 2026

6 min read

AI Trending

Agent Harness — What It Is and Why It's the Most Important Layer in AI Agent Development

A deep dive into Agent Harness — the control infrastructure around AI models that governs tools, context, permissions, and safety. With case studies from Codex and Claude Code.

#agent harness#AI agents#Claude Code#Codex#tooling#architecture#safety

May 31, 2026

6 min read

AI Trending

Deep Agent — What I Learned Building Agent Harnesses with LangChain's New Framework

A practical walkthrough of Deep Agent, the Agent Harness framework built on LangChain Core and LangGraph Runtime — covering planning, file systems, MCP integration, and RAG patterns.

#Deep Agent#LangChain#agent harness#MCP#RAG#AI agents#ChromaDB

May 31, 2026

4 min read

AI Trending

Frontend Slides — A Coding-Agent Skill That Generates Stunning HTML Presentations

How a zero-dependency, anti-AI-slop skill lets coding agents create beautiful web presentations with visual style discovery and 34+ design templates.

#AI#agents#presentations#HTML#Claude Code#design#CSS#tooling

May 31, 2026

5 min read

AI Trending

Building a Second Brain with Gemini CLI + Obsidian — The LLM Wiki Approach

How to set up Karpathy's LLM Wiki concept using Google's Gemini CLI and Obsidian, with the official Obsidian AI skill from its CEO kepano — no coding required.

#Gemini CLI#Obsidian#LLM Wiki#second brain#Karpathy#AI agents#knowledge management

May 31, 2026

6 min read

AI Trending

Superpowers — A Complete Software Development Methodology for AI Coding Agents

How Jesse Vincent's Superpowers project turns coding agents into disciplined engineers through brainstorming, TDD, subagent-driven development, and a brutally honest contributor process.

#AI agents#Claude Code#Codex#TDD#software methodology#agent skills#development workflow