Ops & Systems

16 posts in this category

Agent Production — From Guardrails to Docker Deployment

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.

- Ops & Systems
Read More
MCP + Multi-Agent — How Agents Share Tools and Collaborate

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.

- Ops & Systems
Read More
LangGraph in Practice — Reflection Agents and Planning 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.

- Ops & Systems
Read More
Getting Started with AI Agents — Building a ReAct Agent from Scratch

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.

- Ops & Systems
Read More
Google Stitch MCP API: Generate UI Designs via AI Agents

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.

- Ops & Systems
Read More
Securing ClawdBot with Cloudflare Tunnel

Securing ClawdBot with Cloudflare Tunnel

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

- Ops & Systems
Read More
Integrating Google Stitch MCP with Claude Code: Automate UI Design with AI

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.

- Ops & Systems
Read More
The Blind Spot of Vibe Coding: Checking Your Server Without a Laptop

The Blind Spot of Vibe Coding: Checking Your Server Without a Laptop

Ideas always come when you don't have your laptop

- Ops & Systems
Read More
Building GraphRAG with Neo4j + LangChain

Building GraphRAG with Neo4j + LangChain

Automatically convert natural language questions to Cypher queries and generate accurate answers using relationship data from your graph database.

- Ops & Systems
Read More
Overcoming RAG Limitations with Knowledge Graphs: Ontology-Based Retrieval Systems

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.

- Ops & Systems
Read More
Claude Code in Practice (5): Model Mix Strategy

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.

- Ops & Systems
Read More
Claude Code in Practice (4): Building MCP Servers

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.

- Ops & Systems
Read More
Claude Code in Practice (3): Building Team Standards with Custom Skills

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.

- Ops & Systems
Read More
Claude Code in Practice (2): Automating Workflows with Hooks

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.

- Ops & Systems
Read More
Claude Code in Practice (1): Context is Everything

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.

- Ops & Systems
Read More
Claude Can't Read Your Database? Connect It Directly with MCP

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.

- Ops & Systems
Read More