[Claude Code] Building a Real-Time Agent Dashboard
How I built a real-time monitoring dashboard to visualize what 19 Claude Code subagents are doing – from a failed Gather Town experiment to a practical WebSocket-powered control center.
How I built a real-time monitoring dashboard to visualize what 19 Claude Code subagents are doing – from a failed Gather Town experiment to a practical WebSocket-powered control center.
How to build an expert team from planning to deployment by combining Claude Code’s Subagents, Skills, Rules, Hooks, and MCP Servers.
A guide on how to configure and manage MCP servers in Kiro, with practical examples.
A guide covering agent creation, configuration, prompt modularization, and sub-agent usage in Kiro.
A guide on how to install Kiro CLI and the key configuration options in the cli.json settings file.
An analysis of how Kiro calls Claude models through a Client Layer + 3-Tier Service Layer, and why the same model delivers different performance depending on the App Provider.
An overview of HyDE (Hypothetical Document Embeddings), a technique for improving retrieval quality in RAG.
An overview of LangChain’s LCEL, prompt templates, message classes, MessagesPlaceholder, and RunnableGenerator.
Using the Ollama Python library to connect to a remote LLM server, with generate, chat, and LangChain integration.
I built an MCP server that lets AI assistants read, write, and render Scapple files directly.
Configuring the OLLAMA_HOST environment variable and Windows Firewall to access a local LLM from other devices on the same network.
A complete guide to installing Ollama and running the Qwen3:8B model locally on Windows 11.