Skip to content
// personal blog

Notes on AI, technologies & software engineering.

Exploring AI agents, modern tooling, and systems architecture.

~/htdocs.dev
~ cat topics.md
# What I write about
Claude Code & AI agents
Full-stack architecture
Developer tooling
Systems design
 
~ 58 posts and counting.

Highlights

Hand-picked articles worth starting with.

Recent Posts

Mar 28, 2026

What Is OpenClaw and How It Can Help You Be More Efficient

A practical guide to OpenClaw — the open-source AI agent framework that connects LLMs to your operating system, messaging apps, and tools. Understand its architecture and how it can automate your workflow.

Read →
Mar 28, 2026

Building Your AI Agent Skills Library: A Practical Guide for Data Engineering Teams

Building Your AI Agent Skills Library: A Practical Guide for Data Engineering Teams How to collect, organize, document, and deploy specialized knowledge for Claude and other AI coding agents The …

Read →
Mar 27, 2026

Training Guide: Developing High-Performance Agent Skills

This training material focuses on moving beyond simple markdown instructions toward **optimizing skills through code** to increase efficiency and reduce costs,.

Read →
Mar 22, 2026

ClaudeClaw: A Composable Agent Orchestrator for Claude Code

ClaudeClaw is a Claude Code plugin that turns Claude into a persistent, always-on agent orchestrator. It listens to messaging channels (Slack, WhatsApp, Telegram, Discord, Gmail), routes messages to isolated Claude agents, and manages conversations, memory, scheduled tasks, and webhooks — all from a single Node.js process.

Read →
Mar 21, 2026

MotherClaw: Building a Claude Code Plugin for Always-On AI Agents

A NanoClaw fork rebuilt as a Claude Code plugin — sandbox isolation, structured memory, webhook triggers, cost tracking, and 24 skills. One day, 22 commits, 386 tests.

Read →
Mar 21, 2026

OS-Level Sandboxing for AI Agents: NanoClaw + Anthropic's Sandbox Runtime

A technical deep dive into running Claude agents with kernel-enforced isolation — no Docker, no VMs, sub-10ms cold starts.

Read →

Browse by topic

Frequently Asked

How to use Claude Code effectively?

Claude Code is Anthropic's CLI tool for AI-assisted development. Learn best practices including sub-agents, skills, hooks, and full-stack configuration to supercharge your workflow.

Read more →
What are the best open-source workflow orchestration tools in 2026?

Top tools include n8n, Dagster, Prefect, Kestra, and Argo Workflows. Each excels in different areas from low-code automation to data pipeline orchestration.

Read more →
What is the modern Python data stack?

The modern Python data stack in 2026 combines tools like Dagster, dbt, Great Expectations, and DuckDB for orchestration, transformation, quality, and analytics.

Read more →
What are the best backend-as-a-service platforms?

Leading open-source BaaS options include Appwrite, Supabase, Payload CMS, Directus, and Convex — offering auth, databases, storage, and APIs out of the box.

Read more →
How to get started with web scraping in Python?

Python offers powerful scraping tools: Scrapy for large-scale crawling, BeautifulSoup with Requests for quick scripts, and Parsel for lightweight parsing with CSS and XPath selectors.

Read more →
Build things, share what you learn, and don't wait until it's perfect.