Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Stats: 72% of respondents said they felt curious, happy or excited about AI (marginalrevolution.com)
    —discuss
  2. Agentic ERP (shakegraph.com)
    —discuss
  3. Anthropic to Pay Akamai Technologies $11.6B over Seven Years for Cloud Services (wsj.com)
    —discuss
  4. Accomplishing More with LFM2.5-VL-DSpark (2tinteractive.com)
    1comments
  5. Mercedes-Benz gets first dibs on ProLogium's Gen4 solid-state EV battery cells (electrek.co)
    —discuss
  6. Valen: A multimodal decision model inspired by Jev (github.com/liuziyu77)
    —discuss
  7. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    —discuss
  8. GitLab Outage (status.gitlab.com)
    9comments
  9. Show HN: Jev-browse – browser sub-tasks for coding agents at ~1/3 the cost (github.com/danielnc)
    —discuss
  10. It's sinister that Meta's Muse AI mascot is so cute (theverge.com)
    —discuss
  11. MentalHealthBench (openai.com)
    —discuss
  12. CTNicholas Multiplayer-Coding-Agents (github.com/ctnicholas)
    —discuss
  13. Special police to investigate threats to democracy, Swedish election fraud (kvartal.se)
    1comments
  14. Launching FreeBSD/EC2 Desktop AMIs (daemonology.net)
    —discuss
  15. Turbocharging Your Python Workflow (medium.com/therealcomtom)
    —discuss
  16. Award-Winning French Author Accused of Using AI to Write Debut Novel (cbc.ca)
    —discuss
  17. Zuse: Open-Source Cloud Agents (github.com/swarajbachu)
    —discuss
  18. Cal Newport: Here's What to Ask A.I. Leaders (nytimes.com)
    —discuss
  19. One API for Frontier Media Models (comfy.org)
    —discuss
  20. Welcome to the Age of Listening Devices (yahoo.com)
    1comments
  21. Interesting QA Career building book with interview tips (springer.com)
    —discuss
  22. Building an Ultra-High Throughput AI-SQL Engine (fsdatalab.github.io)
    —discuss
  23. Goldman reaped more than $200M in fees from hedge fund Situational Awareness (ft.com)
    —discuss
  24. Bushmen (mapwriting.substack.com)
    1comments
  25. Mini Test Planning: How to add rigor without slowing down QA (qawithahmed.com)
    —discuss
  26. Internet domain subprocess.run redirects to the Python docs for subprocess.run()
    —discuss
  27. Show HN: Sprocket – A bioinformatics workflow engine in Rust, from St. Jude (sprocket.bio)
    —discuss
  28. DraftKings Is Using AI to Supercharge the Harms of Online Behavioral Advertising (eff.org)
    —discuss
  29. A24, Sony, or the New York Times May Soon Swallow Letterboxd (gizmodo.com)
    —discuss
  30. Lessons for Software Developers from Heinlein (2009) (computerworld.com)
    —discuss

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

9 pointsby 2h agogithub.com
2 comments
2h 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

2h 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 : )