Ops & Systems
16 posts in this category

Agent Production — From Guardrails to Docker Deployment
Build safe agents with 3-layer Guardrails (Input/Output/Semantic), deploy with FastAPI + Docker. Includes HITL, rate limiting, and production monitoring checklist.

MCP + Multi-Agent — How Agents Share Tools and Collaborate
Solve the N×M integration problem with MCP, build role-based multi-agent teams with CrewAI, and implement agent-to-agent delegation with A2A patterns.

LangGraph in Practice — Reflection Agents and Planning Patterns
Auto-validate agent outputs with Self-Critique and systematically decompose complex tasks with Planning patterns. Implementing Generator-Reflector architecture and Plan-and-Execute.

Getting Started with AI Agents — Building a ReAct Agent from Scratch
Give LLMs tools and let them think and act on their own with the ReAct pattern. Build an agent from scratch in pure Python, then evolve it with structured Tool Calling.

Google Stitch MCP API: Generate UI Designs via AI Agents
Google Labs Stitch now supports MCP servers, allowing AI tools like Claude Code and Cursor to generate UI designs through API calls. Note: Some details in this article are from unofficial sources and may change.

Securing ClawdBot with Cloudflare Tunnel
Learn about the security risks of exposed ClawdBot instances on Shodan and how to secure them using Cloudflare Tunnel.

Integrating Google Stitch MCP with Claude Code: Automate UI Design with AI
Learn how to connect Google Stitch with Claude Code via MCP to generate professional-grade UI designs from text prompts.

The Blind Spot of Vibe Coding: Checking Your Server Without a Laptop
Ideas always come when you don't have your laptop

Building GraphRAG with Neo4j + LangChain
Automatically convert natural language questions to Cypher queries and generate accurate answers using relationship data from your graph database.

Overcoming RAG Limitations with Knowledge Graphs: Ontology-Based Retrieval Systems
Vector search alone isn't enough. Upgrade your RAG system with Knowledge Graphs that understand entity relationships.

Claude Code in Practice (5): Model Mix Strategy
Tests with Haiku, refactoring with Sonnet, architecture with Opus. Learn how to optimize both cost and quality by selecting the right model for each task.

Claude Code in Practice (4): Building MCP Servers
What if Claude could read Jira tickets, send Slack messages, and query your database? Learn how to extend Claude's capabilities with MCP servers.

Claude Code in Practice (3): Building Team Standards with Custom Skills
Complete new hire onboarding with just /setup-dev. Automate deployment with a single /deploy staging. Learn how to create team-specific commands with Custom Skills.

Claude Code in Practice (2): Automating Workflows with Hooks
What if Claude automatically ran lint, tests, and security scans every time it generated code? Learn how to automate team workflows with Hooks.

Claude Code in Practice (1): Context is Everything
One CLAUDE.md file can dramatically change your AI coding assistant's performance. Learn how to keep Claude on track in large-scale projects.

Claude Can't Read Your Database? Connect It Directly with MCP
Build an MCP server in 50 lines of Python to connect Claude to your database. Execute SQL queries with natural language.