
Gorchestra
github.com/jgennari/gorchestra →Pick up your AI coding session from your phone
WHAT IT SOLVES
Your AI agent is grinding away but you need to leave the desk. Come back and the session's gone or the terminal died
WHY IT'S INTERESTING
Treats AI coding as orchestration, not chat
Not another chat wrapper — it layers orchestration on top of agents with durable execution history, event streaming, and session replay. Every step is recorded so you can pause, resume, or pick up from any mid-point
Written in Go, 150 commits deep, frontend assets embedded directly
Pure Go backend with frontend assets embedded right into the binary (latest commit: 'Stage embedded frontend assets for v0.2.11'). 44 tags, 150 commits — this isn't a weekend hack, the guy is shipping
「"resume local AI coding sessions from your phone" — the HN title says it all, no fluff about what the core use case is」
TECH GUESS
Go backend with embedded frontend, likely SSE or WebSocket for real-time event streaming
Discussion (0)
- No comments yet — be the first.


