# Elco demos voice-driven meta IDE and agent orchestration harness
- Session: 004afd4e-6364-4555-9736-2d295925177f
- Channel: Discord #🐣│cohort-voice
- Started: 2026-06-12T16:29:38.977Z
- Ended: 2026-06-12T17:00:59.091Z
- Participants: Elco, duckanbro, samkuhlmann, ECWireless
- Tags: ai-agents, voice-interface, meta-ide, battery-nine, agent-orchestration, local-ai, creative-tools, raidguild-cohort
## TL;DR
Elco presented an early voice-controlled meta IDE, now called Battery Nine, for coordinating specialized AI agents, memory, local voice tooling, and app-building workflows. The discussion covered how AI has changed Elco's creative and technical process, what still feels broken, and why these tools could open advanced system-building to people previously blocked by credentials, access, or traditional software skills.
## Summary
This fireside session in the cohort voice channel centered on Elco's prototype agent harness and meta IDE. Elco described building a voice-controlled environment where a user can express intent, have the system break work into component parts, strategize, and dispatch specialized agents to execute tasks. The system includes a family of named agents with different roles, including engineering, design, concierge, content, trading, and testing personas. Elco emphasized that the agents share coordinated memory, can hand work to each other, and can participate in multi-agent meetings rather than all blindly answering every prompt.
Elco demoed the current state of the harness, noting rough edges with Discord audio and screen sharing. The system uses local browser speech detection, Silero-style voice activity detection, local Kokoro text-to-speech, and local or mixed model infrastructure. Elco described the app as a Tauri/Svelte-style desktop-first application, with web app plans later. The harness is intended to be open source and eventually become a one-shot factory for creating apps and agent teams. Elco mentioned using a separate IDE called Nautilus after becoming dissatisfied with Cursor, because the goal was stronger control over files, agents, telemetry, and local workflows.
A major example was Elco's tarot deck project, which used memory, research, and structured generation to produce a coherent design system for hundreds of cards after thousands of attempts. Elco framed this as evidence that the harness can support complex creative systems, not just isolated prompt outputs. The project also surfaced how the memory system can support agents in finding and reusing prior context.
The group discussed what is currently useful and what remains broken. Elco identified profile reasoning serialization as an unfinished priority because two voices on the same profile can race. Other pain points included flaky turn-bridge reconnection, every cloud invocation spawning a fresh MCP subprocess, and Discord not capturing local TTS audio in the meeting. Elco also noted that destructive verbs need guardrails so misheard speech does not trigger unsafe actions.
The broader conversation turned philosophical and strategic. Elco argued that current AI is already powerful enough to disrupt credentialed and privilege-based systems by letting intelligent, creative, persistent people build things they were previously blocked from building. The goal is to keep humans in the creative and intent-providing role while agents handle execution, orchestration, and implementation. Duckanbro framed the session as part of a series about how members and friends are adapting to AI professionally, what tools and processes are actually useful, and what other builders should learn from those experiences.
## Action Items
- Improve profile reasoning serialization: Land serialization so two voices using the same profile do not race each other. (owner: Elco)
- Stabilize turn bridge reconnection: Investigate and improve the flaky turn bridge reconnect behavior in the voice-agent system. (owner: Elco)
- Reduce MCP subprocess churn: Avoid spawning a fresh MCP subprocess for every cloud invocation where possible. (owner: Elco)
- Add stronger safety around voice commands: Continue guardrails so misheard speech does not fire destructive verbs. (owner: Elco)
- Resolve meeting TTS audio capture: Figure out how to route local TTS audio so Discord voice meeting participants can hear agent speech during demos.
- Prepare Battery Nine for open source release: Continue shaping the voice-controlled meta IDE and agent harness toward an open source release. (owner: Elco)
## Notable Quotes
- Elco: "I always wanted to do technology that was blocked by ignorance."
- Elco framed AI as removing barriers that previously stopped them from building ambitious technical systems.
- Elco: "I want to give this meta IDE to everyone."
- Elco intends the voice-driven agent harness to become open source and broadly accessible.
- Elco: "AI doesn't have to improve any percent from what it is now to completely set people free."
- Elco believes current AI is already powerful enough to unlock major creative and professional agency.
- duckanbro: "We're holding this fireside sessions... to talk to members and friends of members... using AI in their professional life."
- Duckanbro explained that the session is part of a series exploring real AI workflows from builders at the edge.
- Elco: "The final step would be the orchestration of orchestrated teams."
- Elco sees the long-term shape of the work as coordinated teams of agents collaborating with human intent.