DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents

DELIGHT is a local orchestrator that runs multiple hidden ChatGPT browser sessions simultaneously and coordinates them like a team of agents. It operates without API keys or GPU requirements, running on standard PCs or servers.
How It Works
The system opens multiple hidden browser tabs with ChatGPT guest sessions, all tied to a single project. It assigns specific roles to different sessions:
- One searches for information
- One writes code
- One catches errors
- One summarizes results
These sessions exchange answers with each other using a consensus-based approach rather than relying on a single LLM making guesses alone. The orchestrator applies changes to real files, runs tests and linters, and feeds errors back to a debug chat session.
Technical Implementation
Everything streams through a single event protocol with events including:
TASK_STARTEDTEST_FAILEDCONSENSUS_UPDATE
The system connects to OpenClaw as the action layer, enabling it to perform actual operations on your machine.
Financial Impact
Running 30 parallel sessions provides the equivalent of $1,000–2,000/month worth of GPT-4o API usage at zero cost. No GPU is required, and it works on any server or home PC.
Planned Features
- MCP server generation on demand
- External worker nodes (allowing other PCs to join as agents)
- Separate protocol LLM for internet/network layer
This type of local orchestration approach is particularly useful for developers who want to leverage multiple AI agents without incurring API costs or requiring specialized hardware. By coordinating multiple free ChatGPT sessions, it creates a distributed reasoning system that can handle complex development tasks.
📖 Read the full source: r/openclaw
👀 See Also

Developer Achieves Sub-Second STT/TTS Latency with Local Whisper and Coqui-TTS Servers
A developer has open-sourced local server implementations for Whisper STT and Coqui TTS that achieve ~0.2s speech-to-text and ~250ms text-to-speech latency, enabling conversational AI agents without cloud dependencies.

TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages
TechDebtMCP v2.0.0 is an MCP server that connects Claude to codebases to find, measure, and prioritize technical debt across 14 programming languages including JS/TS, Python, Java, Swift, Kotlin, Go, Rust, C/C++, C#, Ruby, and PHP.

Open Source Rust MCP Server Gives Claude Full Email Management Capabilities
A developer built a Rust-based MCP server that provides Claude with 25 tools for comprehensive email management including IMAP search, SMTP sending, Microsoft Graph API support, and multi-account handling with OAuth2 authentication.

Tokven MCP generates complete design token systems from a single hex color
Tokven MCP is a Model Context Protocol tool that creates a full design token system from a single brand hex color, including surfaces, borders, text hierarchy, shadows, and light/dark modes with automatic WCAG contrast validation.