Orchino: Local Multi-Agent Orchestration System for Windows with Parallel Browser and UI Automation

Orchino is a local multi-agent orchestration system for Windows that enables parallel execution of browser and Windows tasks without interfering with your current work. The system runs via Windows UI Automation and pure CDP (Chrome DevTools Protocol), never touching mouse, keyboard, or screen focus, allowing you to continue working while it runs.
Key Details
The developer demonstrated the system with this command: "Search Sony earbuds on Flipkart and Amazon, email the results, save to Notepad." The system completed this task in 29.5 seconds using 4 agents with true parallel execution (not sequential).
Execution flow:
- Phase 1 (concurrent): Browser Agent → Flipkart and Browser Agent → Amazon running simultaneously via separate CDP sessions
- Phase 2 (concurrent, after Phase 1): Browser Agent → Gmail and Windows Agent → Notepad running simultaneously
- Results from Phase 1 auto-fed into Phase 2
Architecture
The system features:
- Parallel orchestration with dependency graphs (fan-out, fan-in, sequential, independent — based on goal decomposition)
- OODA loop per agent (~1.2–1.9s per iteration including LLM call)
- 5 domain-scoped agents: Browser, Windows, File, Terminal, System Settings
- Blackboard + SQLite + ChromaDB memory
- Agents run locally, LLM via Cerebras
The project was solo-built by a final year CS student over 6 months.
📖 Read the full source: r/LocalLLaMA
👀 See Also

harshal-mcp-proxy Now on npm: Single Daemon Replaces 12 MCP Server Configs
harshal-mcp-proxy is now available as a 54 kB npm package. Install globally, run as a daemon, and replace 12 separate MCP server configs with 6 tools, saving ~2.7 GB RAM and ~50K tokens per session.

Claude Debugs and Fixes Its Own MCP Filesystem Server UNC Path Bug on Windows
A developer used Claude Opus to diagnose and patch a bug in the MCP Filesystem Server where UNC network share paths on Windows failed for subdirectory operations. The fix addresses a path validation issue that prevented access to files and folders within UNC shares.

Claude Token Counter Updated with Model Comparison Feature
Simon Willison's Claude Token Counter tool now supports comparing token counts across different Claude models. The update reveals Opus 4.7 uses 1.0–1.35× more tokens than Opus 4.6 due to an updated tokenizer, potentially increasing costs by around 40% despite identical pricing.

MatchKit: Design System Generator for Claude Code Projects
MatchKit is a tool that generates complete branded design systems for projects built with Claude Code. It extracts brand colors from uploaded logos and generates customizable components, layouts, and design tokens to avoid the generic look common with AI coding tools.