DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents

✍️ OpenClawRadar📅 Published: March 25, 2026🔗 Source
DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents
Ad

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_STARTED
  • TEST_FAILED
  • CONSENSUS_UPDATE

The system connects to OpenClaw as the action layer, enabling it to perform actual operations on your machine.

Ad

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

Ad

👀 See Also

Tacit: An LLM-First Programming Language Built with Claude Code and Opus 4.7
Tools

Tacit: An LLM-First Programming Language Built with Claude Code and Opus 4.7

Tacit is an experimental LLM-first programming language designed and implemented using Claude Code and Opus 4.7. It strips away human conveniences to minimize token usage and ships with a primer that teaches mid-tier+ LLMs (Sonnet and above) how to write Tacit code.

OpenClawRadar
Open source AI model stack for cost-effective Claude replacement
Tools

Open source AI model stack for cost-effective Claude replacement

A Reddit user shares a working AI model stack using open source models like Llama 3.3 70b and DeepSeek R1 32b for local execution, reducing monthly AI costs from £60+ to under £3 by routing 90% of tasks to free models.

OpenClawRadar
Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support
Tools

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support

A developer built a Power Automate MCP server that expanded from 12 to 108 tools, covering Dataverse CRUD via OData, SharePoint management via Graph, Power Apps versioning, environment administration, and cross-platform support for Windows, macOS, and Linux.

OpenClawRadar
Jean-Claude: A Satirical LLM Frontend Mocking EU AI Regulation, with 412 Cookie Partners and VAT Invoices Every 5 Messages
Tools

Jean-Claude: A Satirical LLM Frontend Mocking EU AI Regulation, with 412 Cookie Partners and VAT Invoices Every 5 Messages

Jean-Claude is a satirical LLM frontend that applies extreme EU-style bureaucracy to AI usage: 412 cookie partners, four-eyes principle requiring co-signature, per-token CO₂ tracking with mandatory €offset, VAT invoices every 5 messages, and a compliance center with fake GDPR/AI Act metrics.

OpenClawRadar