Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fertility dropped over 50% within 10 years in Argentina(twitter.com/jesusferna7026)
    discuss
  2. I Love Webrings(zwhuang.dev)
    discuss
  3. Trump TV: The Essentials Station(whitehouse.gov)
    discuss
  4. The Download: India's smart glasses menace and AI's trillion-dollar gamble(technologyreview.com)
    discuss
  5. Show HN: Psychosis Guard – Safety for long LLM conversations(github.com/nwjang)
    discuss
  6. Administrative friction: moving within the EU(michaelhillaert1.substack.com)
    discuss
  7. Tests of the New AI Siri(pogueman.substack.com)
    discuss
  8. Show HN: Powerful Org-Mode at Home on iOS(apps.apple.com)
    discuss
  9. Show HN: Sanemark – Markdown LSP for notes readable in plain text(github.com/nkitsaini)
    discuss
  10. Serve DiffusionGemma-Jev (Djev) on a TypeSafe AI Compatible API(github.com/taeold)
    discuss
  11. Bernie Sanders proposes to ban 'superintelligence' and put violators in prison(theverge.com)
    1comments
  12. Rat Stack: reference for building an app and its cloud as one typed program(ratstack.sh)
    discuss
  13. The Social Reckoning(thesocialreckoning.com.au)
    discuss
  14. The web being slow is a choice (and it's a stupid choice)(albanbrooke.com)
    1comments
  15. Programming Tutorials Are Dead(robrace.dev)
    1comments
  16. Paramount weighs tapping Musk for equity investment(semafor.com)
    discuss
  17. Show HN: Ox – A local agent that uses the internet for you(openox.ai)
    discuss
  18. Fire the slop cannons (safely): on coding agents and sandboxing(latacora.com)
    discuss
  19. Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text(chromafolk.world)
    1comments
  20. Show HN: Open Java Format – a maintained fork of Palantir-Java-format(github.com/openjavaformat)
    discuss
  21. Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market(cognex.com)
    1comments
  22. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    7comments
  23. Show HN: Karpathy's microgpt in Rust and an array language(softwarewrighter.github.io)
    discuss
  24. Compound Delay: The Causes and Consequences of Later Grandmotherhood(nber.org)
    discuss
  25. Nunchux on AMD MI355X: 5s MiniMax-H3 Videos in 1.3s(nunchux.ai)
    2comments
  26. What I've Been Reading(marginalrevolution.com)
    discuss
  27. The Plunging Price of Thought(epoch.ai)
    discuss
  28. AI Is a Boring Technology(chrbutler.com)
    discuss
  29. You cannot manage your peers(louisedeason.substack.com)
    discuss
  30. How Scientists Contained a Threat That Could Have Destroyed Humanity(nytimes.com)
    discuss

Show HN: Local Software Factory – running multiple coding agents in parallel

1 pointsby 45m agogithub.com
0 comments
Hi,

as I kept getting confused by having multiple Claude sessions open, last weekend I decided to combine two of my favorite emerging technologies and give it a try: Software Factory and JEV.

The idea is simple, inspired by GitHub Actions, I wanted a way to "queue" agent work on my local laptop, with the ability to define different pipelines via YAML.

Each pipeline runs in its own Git worktree, so it's isolated from the others.

I'm using some pipelines:

  dev: code → test → commit
  plan: plan → human review → code → test → commit
  security: code → human review → test → security review → commit
  frontend: code → React test → build → commit
A request can move up and down the pipeline and be reworked if an agent or JEV flags it!

I'm also using JEV to check if a potential secret is leaked, if the coding agent output asks for human review, etc.

The real magic happens when you take a single Agent session as the main driver. You can then plan and queue multiple features at once.

I think it worked out pretty well, so I open sourced it:

https://github.com/stratonext/software-factory

You can try it yourself with:

     uv tool install software-factory
Note: You need a JEV key if you want to use the judging steps.
A quiet thread, for now.Start the conversation on HN ↗