Tycono: Open-Source AI Agent Harness with Org Chart and Autonomous Improvement Loops

Tycono is an open-source harness that lets you define AI agent roles in YAML format (CTO, engineer, QA, etc.) and have them work together following an organizational chart. The system was built over about 3 weeks using Claude Code as a side project.
How It Works
You define agent roles in YAML configuration files, specifying different roles like CTO, engineer, QA, and CBO. These agents don't just complete tasks and stop - they operate with a CEO Supervisor loop that reviews results, asks C-level agents "what can be improved?", and automatically re-dispatches tasks for refinement.
Example Workflow
When given the directive "build a pixel running game," the system demonstrated this workflow:
- CTO designed the architecture and broke it into tasks
- Engineer built the core functionality: running, jumping, obstacles, hearts
- QA opened a real Chrome browser and tested every collision
- CBO analyzed the game and suggested "add a Shop system, it'll improve retention"
- CTO took the feedback, redesigned the architecture, and the cycle restarted
The CBO's business perspective is notable because it's something pure engineering-focused agents wouldn't have produced.
Performance Metrics
In an overnight test with the pixel running game task:
- 17 improvement rounds completed
- 6,796 lines of code generated
- 43 commits made
- 125 AI sessions executed
The system runs autonomously - the developer was sleeping during this process.
Key Insight
Each role genuinely thinks differently: CBO sees users, CTO sees architecture, QA breaks things. This isn't just 5 copies of Claude - the org chart structure gives them different perspectives and lenses through which to approach problems.
Getting Started
Install with: npx tycono
You can play the resulting game at: https://tycono.ai/pixel-runner.html
The source code is available on GitHub: https://github.com/seongsu-kang/tycono
📖 Read the full source: r/ClaudeAI
👀 See Also

Visual Prompting Framework Replaces Text Prompts with Single Image for Claude AI
The Carrying Capacity Principle v9 is a bidirectional structural framework that uses a single flowchart image instead of text prompts for Claude AI. It provides structural diagnosis or generative construction plans based on system parameters or goals.

Auto-optimize: A Claude Code Plugin for Autonomous Performance Optimization
A developer built auto-optimize, a Claude Code plugin that autonomously runs profile → plan → benchmark loops to optimize code performance. In one test, it achieved a 27% faster hash table across all benchmark scenarios in about 3 hours.

HN SOTA: Tracking Coding Model Popularity via Hacker News Comments
HN SOTA is a daily updated pipeline that scrapes Hacker News comments, uses Gemini to identify coding models from the OpenRouter list, and logs sentiment per mention into a public Google Sheet. The top 10 models by mentions over a 10-day trailing window are displayed.

Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration
A merged uncensored model combining Qwen3.5-9B architecture with Claude 4.6 Opus training data is now available, with specific LM Studio 0.4.7 settings provided for optimal performance including temperature 0.7 and top K sampling 20.