Design Hub
Design Hub
Mar 17, 2026 · Artificial Intelligence

How to Manage 10 Claude Code Agents Without Losing Your Mind

The article analyzes how Artem Zhutov structures a multi‑agent AI workflow by replacing chaotic browser tabs with named workspaces using cmux, programming a single orchestrator agent, and visualizing status through an Obsidian dashboard, turning ten Claude Code agents into a scalable, controllable system.

AI agentsClaudeObsidian
0 likes · 12 min read
How to Manage 10 Claude Code Agents Without Losing Your Mind
Code Wrench
Code Wrench
Mar 12, 2026 · Backend Development

Unlocking Go Server Secrets: How 1Panel Uses cmux, Docker, and Clean Architecture

This article walks through the 1Panel Go codebase, highlighting its clean project layout, the "golden" dependency stack, the step‑by‑step server startup chain, the clever use of cmux for port multiplexing, and robust Docker configuration validation to build a more reliable backend service.

DockerGoProject Layout
0 likes · 9 min read
Unlocking Go Server Secrets: How 1Panel Uses cmux, Docker, and Clean Architecture