Live data from Hacker News

Viewing profile — vipdestiny

vipdestiny

HN member
Joined
Thu, Jan 23, 2025, 12:32 AM UTC
HN karma
1
Public activity
16 items

About vipdestiny

I build local developer tools and open-source AI workflow utilities.

Recent public activity

  1. comment
    Comment #49259519

    [flagged]

  2. comment
    Comment #49259485

    [flagged]

  3. story
  4. story
  5. comment
  6. comment
    Comment #48209261

    [flagged]

  7. comment
  8. story
  9. story
  10. 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…

  11. story
  12. 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…

  13. 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.

  14. 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…

  15. 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…

  16. 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…