Show HN: A virtual office where you watch your AI agents code

hackernews | | 📦 오픈소스
#ai 에이전트 #claude #show hn #t3code #가상 오피스 #코드 생성 #ai 코딩 #데모
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

개발자가 아닌 작성자가 AI의 도움을 받아 ‘t3code’와 ‘gstack’을 포크하여 자신의 작업 흐름에 맞춘 개인용 앱을 제작했습니다. 이 앱은 다중 클로드(Claude) 인스턴스를 실행할 때 불필요한 복잡성을 줄이고 속도와 안정성을 챙긴 것이 특징이며, 오픈소스 기반이라는 점을 십분 활용해 필요에 맞게 코드를 수정했습니다. 특히 모든 AI 에이전트의 작업 상태와 진행 상황을 한눈에 파악할 수 있는 '오피스 모드(Office mode)'를 제공해 단순한 채팅 앱이 아닌 통제실 같은 환경을 구현했습니다. 또한 가리 탄(Garry Tan)의 gstack을 단순화해 5개의 AI 에이전트로 구성된 'Pied Piper Advisors'를 구축했으며, 본 프로젝트는 아직 초기 단계이므로 완벽한 안정성이나 공식적인 지원은 기대하기 어렵습니다.

본문

Personal fork of t3code. If you want something stable and maintained, use that instead. Things might disappear or break. Nothing here is stable or supported. I'm not a developer. Every line of code in this fork (anything not from the original t3code repo) was AI generated. I just pointed and directed. If this thing deletes your code, that's between you and the robots. I needed a nice way to run multiple Claude instances. Most of the other apps were either too buggy or too complex for what I wanted. t3code was fast, stable, and easy to extend. Being open source meant I could add or change whatever I needed. Huge thanks to Theo and Julius for building such a solid base. Office mode is a visual overview where you can see all your agents, who's working, who's done, and what's happening across threads. Makes the whole thing feel less like a chat app and more like a war room. I like chatting with Jian Yang while I wait for my agents to finish. Future iterations will build on this so I can do everything from this view. Makes coding feel more like a game. Pied Piper Advisors is a fork of gstack by Garry Tan, simplified down to 5 agents. Big thanks to Garry for putting gstack out there. This fork doesn't include a lot of the power features of the original so you should use the official skill to get the full benefit. This is just what I plan to use for myself so I forked it and am making small tweaks to fit my workflows. The advisors UI is simple and fun. Pick an advisor, start a skill, or just chat with them inline. Skills is a simple way to see what I have installed and get new ones. Least developed area, more work to follow. I just ask Claude to run it and it works. I recommend you do the same. Here's what Claude says you should do: - Bun - Claude Code (run claude auth login first)- Codex is optional if you want to use it as a provider bun install bun scripts/dev-runner.ts devOpens at http://localhost:5733 . Server on port3773 .bun scripts/dev-runner.ts dev:desktopbun run build bun run dist:desktop:dmgOutput goes to ./release . Unsigned by default. Right-click > Open on first launch.bun run build bun run start

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →