Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Tin: full-text search for Postgres(planetscale.com ↗)
    discuss
  2. Part-human part-mouse brain developed in science breakthrough(bbc.com ↗)
    discuss
  3. Show HN: FastRecall, ultra-cheap memory across AI models(fastrecall.ai ↗)
    discuss
  4. Michael Burry slams OpenAI, Anthropic for 'self-serving' calls to slow AI(nypost.com ↗)
    discuss
  5. Spanish data watchdog publicises first AI agent-linked data breach report(reuters.com ↗)
    discuss
  6. Xcode-Project-Format(github.com/apple ↗)
    discuss
  7. Flowchart: How pixels become an Apple Reference Image(claude.ai ↗)
    discuss
  8. Supply Chain Compromise of Korean-Language Windows 11 Installation Media(logpresso.com ↗)
    discuss
  9. Pangram – AI detector for text and images(pangram.com ↗)
    discuss
  10. Migrating the GitHub Copilot Runtime to Rust, Using Copilot(github.blog ↗)
    1comments
  11. Game UI Database(gameuidatabase.com ↗)
    discuss
  12. Found a B2B billing stack for my agency that doesn't feel like 2010(cordhq.app ↗)
    discuss
  13. Pro UI: native grade components for pro software(pro-ui.dev ↗)
    discuss
  14. Page Shield ML caught 4 storefront malware campaigns scanners missed(cloudflare.com ↗)
    discuss
  15. Why the Postpandemic Tech Bust Sent Billionaires to Trump(wired.com ↗)
    discuss
  16. Hacker puts 'full redundancy' code-hosting firm out of business (2014)(pcworld.com ↗)
    discuss
  17. OpenAI Discloses Six New Incidents of ‘Concerning’ A.I. Behavior(nytimes.com ↗)
    7comments
  18. Math challenges a 2k-year-old story about Parthenon's optical illusions(phys.org ↗)
    discuss
  19. Could Your Chatbot Be Stealing Ideas from You?(nytimes.com ↗)
    1comments
  20. Weeping whales: Stillborn humpback whale grieving documented(phys.org ↗)
    discuss
  21. I gave my agents a heartbeat(mlsystemsri.com ↗)
    discuss
  22. Will AI Replace Your Doctor? Dr. Zeke Emanuel and AMA President Dr. John Whyte(youtube.com ↗)
    1comments
  23. A Large Database Does Not Mean Large Shared_buffers(keithf4.com ↗)
    discuss
  24. Size-Specialized Memory Allocation(go.dev ↗)
    discuss
  25. What's Scarier Than Agents Taking over Internet? CEO Cartel Trying Take over AI(fractalsofchange.substack.com ↗)
    1comments
  26. AI Cheating Is on the Rise(vals.ai ↗)
    discuss
  27. Unplug America(engageq.notion.site ↗)
    discuss
  28. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    discuss
  29. OpenAI discloses six new AI safety incidents(axios.com ↗)
    1comments
  30. The Return of Sail Power: Cargo Ships Are Turning Back to the Wind(gcaptain.com ↗)
    discuss

AgentLane: Git-native coordination for coding agents

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

the scale of the projects at my local hackathons have been increasing a lot since most people started using agents to generate code but i also found that collab was made a bit difficult because things can progress so fast and drift or agents don't work together well and overwrite each other's code or work with a different context. i put together a simple orchestrator that just uses git to manage the execution but after a bit more use i realised that it's more useful to me past hackathons and tried it out running multiple agents on my own project and it handled it unexpectedly nicely.

i already have my own workflow setup and the initial idea was to get random people who likely all have different workflows all aligned so intentionally wanted to leave out things like the harness. the coordination lives in an orphan branch and workers claim paths then execute on their work independently.