@yoheinakajima: upgraded my stack, and i can now work on almost anything from anywhere hands free: - talk to chief of staff (via remote…
Summary
Yohei Nakajima describes upgrading his AI-agent stack to work hands-free from anywhere, with a chief of staff assigning tasks to project managers and builders, all coordinated via repos.
View Cached Full Text
Cached at: 08/07/26, 10:54 AM
upgraded my stack, and i can now work on almost anything from anywhere hands free:
- talk to chief of staff (via remote codex voice or text)
- chief assigns tasks to managers of various projects
- manager assigns tasks to the builder/doer
- CoS & each project has it’s own repo (cloud/github)
- repo has instructions + knowledge
- chief of staff/manager/builder roles are just skills
- claude/chatgpt/codex/claude code can do any role
- top level projects are work, research, and personal
- projects can manage other projects (just a new repo)
Similar Articles
@yoheinakajima: good grok
Yohai Nakajima shares Grok's recommendation for hierarchical hands-free agent setups, citing ActiveGraph or LangGraph for runtime, Claude Agent SDK with SKILL.md files for roles, and per-project repositories for knowledge.
How I stopped juggling AI agents and let them talk to each other
The author describes the hassle of manually coordinating multiple AI coding agents and introduces Accord Agents, an open-source shared workspace that enables agents to discuss and review each other's work while keeping the process transparent to the human.
@heynavtoor: https://x.com/heynavtoor/status/2053422550567502046
This article introduces a framework for using seven specific Claude sub-agents to automate roles such as research, editing, project management, and financial analysis, effectively replacing a high-cost team.
@yoheinakajima: my current @activegraphai inspired approach to a modular repo-centric agent operating system
Yohei Nakajima outlines a repo-centric modular architecture for agentic work, where the durable unit is a governed project repository rather than the model or conversation, with agents acting as replaceable execution components over persistent state.
@yoheinakajima: okay i’m finally starting to get my mind wrapped around this whole “stateful” agent thing
Yohei Nakajima shares his growing understanding of stateful AI agents.