Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Toxic bosses: why do companies protect managers who make working life hell? (theguardian.com)
    —discuss
  2. Show HN: Multi-agent coding feels like pre-GitHub development (github.com/motif-labs)
    —discuss
  3. Laya "System 1" Code Intelligence for AI Agents (github.com/leonardoventurini)
    —discuss
  4. Full iPhone 4 'Antennagate' Q&A Video Surfaces After 16 Years – MacRumors (macrumors.com)
    —discuss
  5. Jamie Beaton might end up the world's most educated person (nytimes.com)
    1comments
  6. Vitvm: Git for VM State (github.com/numinous-technology)
    —discuss
  7. Docker releases cloud sandboxes, enabling safe agentic workloads in the cloud (docker.com)
    —discuss
  8. Gmux: Tmux for GPUs (github.com/numinous-technology)
    —discuss
  9. Platform-Independent SIMD in Go (go.dev)
    —discuss
  10. Protecting our knowledge of human genetic diversity (projecttimestamper.org)
    —discuss
  11. Show HN: Jev-pilot – Jev picks Claude Code's effort, model and skill per prompt (github.com/akramovic1)
    —discuss
  12. Preventive Software Maintenance (poolp.org)
    —discuss
  13. 4% of Sessions, 65% of the Bill: 30 Days of Claude Code Telemetry (promptarmor.com)
    —discuss
  14. Back and shoulder surgery is often worse than useless (economist.com)
    —discuss
  15. Software-only quantum tool, it breaks RSA-2048 live (dtec9.com)
    —discuss
  16. Danish Health Minister summoned over secret Wegovy court proceedings (dr.dk)
    1comments
  17. Which AI model is best for coding? A hands-on comparison (flaviocopes.com)
    —discuss
  18. C74-6502 Overview (c74project.com)
    1comments
  19. Grieving the Loss of Details (purplesyringa.moe)
    —discuss
  20. Dolphin Emulator Progress Release 2609 (dolphin-emu.org)
    —discuss
  21. Sir Ranulph Fiennes kept in care home illegally (telegraph.co.uk)
    —discuss
  22. Bluh (vivico.space)
    —discuss
  23. Amiga Screens: A Primer (datagubbe.se)
    —discuss
  24. Cheap and Awesome (praf.me)
    —discuss
  25. Adam Conover explains how YouTube ruined everything (theverge.com)
    —discuss
  26. Google's first Suncatcher orbital data center test launches October 1 (arstechnica.com)
    —discuss
  27. Pick OS Is a Living Fossil of Computer History (csixty4.medium.com)
    —discuss
  28. Ask HN: IEEE Expulsion of Fei-Yue Wang?
    —discuss
  29. Redditor Connects an AMD GPU to a MacBook Pro (reddit.com)
    —discuss
  30. More than $170M in crypto moves from Bitget wallets to unidentified address (theblock.co)
    —discuss

Vibe Coding Production Kit – a production workflow for AI coding agents

9 pointsby 1h agogithub.com
2 comments
1h agoHN ↗

Show HN: Vibe Coding Production Kit — a production workflow for AI coding agents

I built Vibe Coding Production Kit (VCP) because AI-assisted development often solves the easiest part first: generating code.

The harder part is keeping requirements, architecture, security, testing, review, and production changes coherent over time.

VCP makes the repository the source of truth and gives coding agents a structured workflow:

Idea → Product Spec → UX → Domain → Architecture → Security → Backlog → AI Context → Implementation → Verification → Review → CI/CD → Production → Observability → Maintenance

The CLI currently supports:

- `vcp init` - `vcp task` - `vcp ready` - `vcp context` - `vcp verify` - `vcp doctor` - `vcp update` - `vcp rollback` - `vcp manage ignore` - `vcp manage track`

The major addition in v0.9 is safe project lifecycle management.

Initialized projects now keep manifest state and tracked baselines, allowing VCP to distinguish upstream framework changes from local project decisions.

Updates support: - dry-run planning - ownership-aware behavior - bounded three-way merge - explicit migrations - conflict blocking - transactional backups - rollback - lifecycle locking - baseline integrity checks

The package has zero runtime dependencies and requires Node 22+.

Install: `npx vibe-coding-production init . --agent all --stack auto --yes`

GitHub: https://github.com/Moeeryani/Vibe-Coding-Production-Kit

npm: https://www.npmjs.com/package/vibe-coding-production

Release: https://github.com/Moeeryani/Vibe-Coding-Production-Kit/rele...

I’d especially value feedback on: - onboarding - task/readiness workflow - context pack usefulness - update behavior in real projects - where this model breaks down

1h agoHN ↗

I don't get it... Is this just some kind of meta skill? You should sync up with that other HN site that turns a website into a product demo : )