Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Free game to destroy any web page(page-rage.com ↗)
    discuss
  2. The case for an ocean-bearing Mimas from tidal heating analysis(sciencedirect.com ↗)
    discuss
  3. Private Equity: In the Doldrums, Out of Favor with Some Institutional Investors(cepr.net ↗)
    discuss
  4. Jev Reproductions Tracker(huggingface.co ↗)
    1comments
  5. Pace. The Final Fronteir(twitter.com/backnotprop ↗)
    discuss
  6. Eric S. Raymond – This is the case against AI Doom – pass it on(twitter.com/esrtweet ↗)
    discuss
  7. The first new species of cat discovered in more than a century(scientificamerican.com ↗)
    discuss
  8. Show HN: AI crawler honeypot – logs every agent that requests it(run.app ↗)
    discuss
  9. Memory as an Interface(toddsto.com ↗)
    discuss
  10. PrismML Launches Bonsai 2 27B, Its Most Capable Model Yet(prismml.com ↗)
    1comments
  11. Tabasa – A blindfold chess tactics trainer(tabasa.app ↗)
    discuss
  12. Researchers have created a mouse with a partly human brain(economist.com ↗)
    discuss
  13. Virtual biotech company puts thousands of AI scientist agents to work(stanford.edu ↗)
    discuss
  14. Show HN: OJ – A drop-in replacement for Vite in Rust(github.com/lovablelabs ↗)
    discuss
  15. Julian Assange Returns to X(twitter.com/julianassange ↗)
    3comments
  16. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    discuss
  17. Edge Magazine: The game industry is broken – can we fix it?(edge-online.com ↗)
    discuss
  18. Linux Patched for Silent User-Space Data Loss Bug That Existed Since 2023(phoronix.com ↗)
    discuss
  19. How Uber Protects Against Retry Storms(uber.com ↗)
    discuss
  20. How SpaceX Streamlined the Raptor Engine(construction-physics.com ↗)
    discuss
  21. Typesafe AI(typesafe.ai ↗)
    discuss
  22. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    3comments
  23. OpenAI Safety Guardrails: What to Test Before Trusting an AI Agent(pentesty.co ↗)
    discuss
  24. ESP32 Wi-Fi Vulns: Coordinated Disclosure Is Broken by AI(fughilli.substack.com ↗)
    discuss
  25. Microsoft Office alternative Euro-Office is getting a Windows desktop app soon(neowin.net ↗)
    discuss
  26. Ask HN: What self-hosted apps do you use daily?
    3comments
  27. Measure your speakers with a mic and get a parametric calibration(github.com/thefreshoffice ↗)
    discuss
  28. Wonder debuts first robotic meal assembly system, acquired tech from Sweetgreen(fastcompany.com ↗)
    discuss
  29. Remains of 'lost' medieval castle found at UCD campus(rte.ie ↗)
    discuss
  30. Why the Navier-Stokes Equations Are So Hard [video](youtube.com ↗)
    discuss

Making a Software Stack Agentic

4 pointsby 55m agoblog.scotterickson.info
1 comments
55m agoHN ↗

Over the last couple years, I've seen the greatest improvements in my agentic coding not from new models or updated tools provided by companies like Anthropic or Cursor, but from direct integrations with and improvements to my own stack: the deterministic scripts and libraries that harness these agents for the specific technologies and products I work on.

This kind of stack deserves its own name: an “agentic software stack”, which is an opinionated stack that includes non-agentic tooling which guides both agents and engineers. In order for models to run for a long time with less monitoring and good results, a system with guardrails, guidance, norms, and transparency is essential.