Getting Started with AI Conference — Three AIs, One Shared Folder

How to open DooDesk, start an AI Conference, and put Claude, Codex, and Gemini to work on the same project — without uploading files to each one separately.

DooDesk is myDoo's workspace — VS Code at its core, with Claude Code built into the right sidebar. Open an AI Conference there and Codex and Gemini join Claude in the same panel, all looking at the same project folder.

⚠️ As of June 2026, Gemini can no longer be connected with a personal Google account due to a Google policy change. For now, you can run the conference with Claude Code and Codex.

What Is AI Conference

A mode where Claude Code, Codex, and Gemini are open side by side, all sharing the same project folder. No separate file uploads, no copy-pasting context to each AI. Open the conference and they're already in the same room.

How to Start

  1. Open your project folder in DooDesk. Select it from the left Explorer sidebar.
  2. Click the AI Conference button. It's in the title bar or bottom bar.
  3. Three AI panels open. Claude · Codex · Gemini tabs, side by side.
  4. Ask or instruct. Send the same question to all three to compare answers, or switch tabs to give each AI different tasks.

What to Give Each AI

Each AI has a different strength:

  • Claude Code: writing, editing, and refactoring code; editing files directly; complex reasoning
  • Codex: fast code generation, simple transforms, repetitive tasks
  • Gemini: long document summarization, multimodal analysis (images included), research

Standard workflow: ask all three the same question, compare answers, then assign: "Gemini handles this, Codex makes that." You decide, they execute.

No Extra Sharing Needed

Whatever project folder is open in DooDesk is already shared with all three AIs. Open the conference and they're ready to work together from the first message.

Don't Have Codex or Gemini?

DooDesk works fine with just Claude Code. Codex and Gemini are optional extensions. You're not using a half-product without them — Claude Code is the foundation, and the others are additions when you want them.

Read more

v2.2.0 — 두홈이 새로워졌습니다

일을 시작하려면, 어디를 열어야 할지부터 헤매지 않아야 합니다. v2.2.0은 그 첫 자리 — 두홈을 다시 지었습니다. 일 · 대화 · 결과물, 한 자리에 두홈 왼쪽엔 이제 칸반 보드가 있습니다. 오늘 할 일, 밀린 일, 나중으로 미룬 일이 칸으로 갈려 있고, 카드를 끌어 옮기면 그대로 상태가 바뀝니다. 카드마다 소속 프로젝트와 마감이 붙어

By myDoo

클로드 코드를 협업하게 하는 방법 — 두레와 컨덕터링

클로드 코드를 좀 굴려본 사람이라면 이 하소연을 안다. "서브에이전트를 병렬로 돌렸는데, 하다가 끊겼어요." "시켜놨더니 이상한 걸 만들어놨어요." 세션 하나로는 성이 안 차서 여럿을 돌리기 시작하는 순간, 누구나 이 벽을 만난다. 왜 그런지 아는가. 서브에이전트한테는 물을 방법이 없기 때문이다. 구조를 보면 답이 나온다. 에이전트가 오더를 내리고, 서브에이전트는

By myDoo