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

ELBO Platform: AI-Powered Training for Critical Thinking and Communication Skills
ELBO is a live training platform built with Claude Code that uses AI to help users practice critical thinking, persuasion, negotiation, and public speaking skills through simulated scenarios and debates.

Real-time stock analysis added to Claude Desktop via MCP server
A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code, providing live data for investment analysis instead of Claude's training data guesses.

Claude Code Karma: Local Observability Dashboard for Claude Code Sessions
Claude Code Karma is an open-source local dashboard that parses JSONL files from ~/.claude/ to visualize Claude Code session data, track tool usage, and monitor silent failures. Built with FastAPI, Svelte-Kit 2, Svelte 5, and SQLite, it provides full session timelines and live tracking.

Benchmark: MLX vs Ollama Running Qwen3-Coder-Next 8-Bit on M5 Max MacBook Pro
A benchmark comparing MLX and Ollama backends running Qwen3-Coder-Next 8-bit quantization on an M5 Max MacBook Pro with 128GB RAM shows MLX achieving approximately 72 tokens per second, roughly double Ollama's throughput across various coding tasks.