Viewing profile — vipdestiny
vipdestiny
HN member- Joined
- Thu, Jan 23, 2025, 12:32 AM UTC
- HN karma
- 1
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About vipdestiny
Recent public activity
-
comment
Comment #49259519
[flagged]
-
comment
Comment #49259485
[flagged]
- story
- story
-
comment
Comment #48209351
[dead]
-
comment
Comment #48209261
[flagged]
- comment
- story
- story
-
comment
Comment #47414355
I've spent 23 years in global program delivery. When AI coding agents arrived, they introduced a familiar problem: speed without oversight creates drift. Forge is an open-source Cl…
- story
-
story
Show HN: Atlas – Portfolio health dashboard for multi-repo teams (Python CLI)
I manage 8+ mixed repos (prod, dev, poc) across Python, TypeScript, and Rust. Every dev tool I use -- Cursor, Copilot, Claude Code -- is great inside a single repo. But none of the…
-
comment
Comment #46945620
Health + schema is the missing layer… I went one step lower and focused on coordination primitives (claiming, locks, drift checks) exposed via MCP.
-
comment
Comment #46944326
MCP solves the wiring problem nicely, but once you have more than one coding agent running, coordination becomes the real bottleneck. I ran into repeated issues with agents editing…
-
story
Show HN: Forge – 3MB Rust binary that coordinates multi-AI coding agents via MCP
I've been using Claude Code, Codex CLI, and Gemini CLI on the same projects. They're each great alone but running them concurrently is chaos: merge conflicts from simultaneous edit…
-
comment
Comment #46943009
Forge – A 3 MB Rust binary that coordinates multiple AI coding agents via MCP https://github.com/nxtg-ai/forge-orchestrator Forge is an orchestration layer that sits between AI cod…