Hacker News

New stories

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