Be My Butler: Multi-Agent Pipeline for AI Code Verification

What Be My Butler Does
Be My Butler (BMB) is a multi-agent pipeline designed to solve a specific problem in AI-assisted coding: when AI coding agents incorrectly report their own code as working. The creator, a materials/mechanical engineer with no programming background, built this after experiencing Claude Code agents writing code that passed tests but didn't actually work in practice.
Core Concept
The system implements a peer review model for AI-generated code:
- One model writes the code
- A different model reviews it without knowing who wrote it (blind verification)
- A cross-model council (Claude + GPT + Gemini) votes on whether it actually works
- An analyst agent tracks patterns in what goes wrong
Performance Metrics
From testing:
- Single-agent self-review catches ~40% of real issues
- Cross-model blind review catches ~85%
- Cost overhead: 15-20% more tokens
v0.2 Features
- Analytics dashboard to track token usage and costs
- Analyst agent for automated code review patterns
- Consultant agent for architecture decisions
- Improved tmux-based orchestration
Installation and Usage
Fully open source under MIT license. Installation:
git clone https://github.com/project820/be-my-butler.git
cd be-my-butler && ./install.sh
bmb "build a REST API with auth"The tool is particularly useful for "vibe coders" — people without traditional coding experience who depend on AI for code quality assessment. When you can't read code to spot issues yourself, having multiple models cross-check each other provides verification that single-agent systems lack.
📖 Read the full source: r/ClaudeAI
👀 See Also

YantrikClaw Fork Adds Cognitive Memory, Companion Mode, and Tier-Aware Tools to ZeroClaw
YantrikClaw is a fork of ZeroClaw that introduces three major features: Cognitive Memory with YantrikDB for persistent semantic recall, Companion Mode with bond tracking and proactive behavior, and tier-aware tool selection that adapts to model size from Raspberry Pi to large clusters.

Humanizer Pipeline Open-Sourced: Six-Step Markdown File for AI Text Post-Processing
A single Markdown file implements a six-step pipeline to detect and rewrite AI-generated text, with channel awareness, voice calibration, severity gates, and self-audit passing.

TEMM1E v3.0.0 Introduces Swarm Intelligence for AI Agent Coordination
TEMM1E v3.0.0 adds 'Many Tems' swarm intelligence that coordinates AI agent workers through stigmergy signals instead of LLM calls, achieving 5.86x faster performance and 3.4x lower cost on complex tasks with zero coordination tokens.

Visual Prompting Framework Replaces Text Prompts with Single Image for Claude AI
The Carrying Capacity Principle v9 is a bidirectional structural framework that uses a single flowchart image instead of text prompts for Claude AI. It provides structural diagnosis or generative construction plans based on system parameters or goals.