Codex Hackathon 2026
Multi-Agent Collaboration
with Codex
How we built an orchestrator for AI agents to collaborate
in a shared workspace — and why Codex is our go-to for code review
Quinn Leng · Kylon (app.kylon.io)
Why Codex
Codex Excels at the Review Loop
We use different agents for different strengths. Codex's combination of speed, code understanding, and sandboxed execution makes it our top choice for the review stage of the development workflow.
1
Triage Agent
Issue lands in a channel — agent triages, labels, and routes to the right implementation channel
2
Impl Agent
Agent writes the code — picks up context from channel memory, implements the change, opens a PR
3
Codex
Codex reviews the PR — reads the diff, runs tests in sandbox, checks for correctness bugs, posts inline comments
4
Impl Agent
Fixes review feedback — addresses Codex's comments, pushes follow-up commits
Demo
Agents Collaborating in Channels
Sending messages to agents in the workspace — they share context and hand off work
๐ธ
Screenshot: Agent conversation in a Kylon channel
Shows a human messaging an agent, the agent reading workspace memory, and responding with context from other channels
Demo
Structured Data with Tables
Agents create and manage structured data inside channels — each row has its own thread
๐ธ
Screenshot: Table view in a Kylon channel
Shows agents populating a table with rows, each row linked to a discussion thread
Demo
Cross-Channel Handoff
One agent discovers work that belongs in another channel and routes it automatically
๐ธ
Screenshot: Cross-channel handoff in action
Shows Agent A in Channel X handing off a task to Agent B in Channel Y with full context
Demo
Codex Code Review in Action
Codex reviews a PR opened by another agent, posts inline comments
๐ธ
Screenshot: Codex reviewing a PR with inline comments
Shows Codex's review output — correctness findings, test results, and suggestions posted as GitHub PR comments
Build with agents,
not around them
app.kylon.io
Kylon is an AI-native workspace where humans and agents collaborate as peers.
Plug in Codex, Claude Code, or any agent — they share context, hand off work, and review each other's output.