Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Summ – a single-binary OCI container registry in Rust with a built-in UI(github.com/summcr ↗)
    discuss
  2. Computer programming, and friction as a learning activity(echorand.me ↗)
    1comments
  3. Cities and counties sue fire truck makers over soaring costs, delivery delays(stateline.org ↗)
    discuss
  4. Your Agent Aced the Task. Will It Do It Again?(huggingface.co ↗)
    discuss
  5. The truth about 'Naza,' or collateral damage(timesofisrael.com ↗)
    2comments
  6. Why Whisper and medical speech APIs are making potentially fatal errors(appen.com ↗)
    discuss
  7. Agent Session Introspection(lmstudio.ai ↗)
    discuss
  8. U.S. Strike on Iranian School May Have Been War Crime, U.N. Report Says(nytimes.com ↗)
    1comments
  9. Five air-gapped, zero-telemetry utilities for privacy and operational leaks(github.com/warknoc ↗)
    discuss
  10. The GDP-per-person slowdown threatens global living standards(economist.com ↗)
    discuss
  11. Air Force secretary acknowledges the US has weapons in space(abcnews.com ↗)
    discuss
  12. Show HN: OpenAI has a live market price before it has a stock ticker(tickerlayer.com ↗)
    2comments
  13. Open weights models are surprisingly aligned on offensive cyber(pentesttoday.com ↗)
    discuss
  14. Google Earth to be axed next year [video](youtube.com ↗)
    1comments
  15. What Little Hope Remains(coredump.cx ↗)
    discuss
  16. Mind Mapping for Omarchy(mindarchy.xyz ↗)
    1comments
  17. Ask HN: What exists if I want a premade SoC/MCU/screen/enclosure/battery?
    1comments
  18. What's New in Vapor 5 Beta(vapor.codes ↗)
    discuss
  19. How to Get Your First 100 SaaS Users in Europe(speartip.eu ↗)
    discuss
  20. Show HN: Salt – Human and AI Economies driven across E2E encrypted chats(saltapp.ai ↗)
    discuss
  21. Resy suspends VC for using AI agents to book reservations(businessinsider.com ↗)
    1comments
  22. OpenAI Agents Got into Link Shortener, Surfed Web, Called FBI with a Stranger's(kennethdegraff.com ↗)
    1comments
  23. Best Sugar Daddy Apps(gitlab.com/bestsugardaddyapps ↗)
    discuss
  24. How Bain Cap is deploying 1.6B(techcrunch.com ↗)
    discuss
  25. Separating Compilation from Attestation. C++ memory safety without disruption(gist.github.com ↗)
    discuss
  26. Show HN: Jev routing coding tasks to Grok Build or Codex Astra(github.com/jcpsimmons ↗)
    discuss
  27. The Mother Tongue of All Secrets(sundaylongread.com ↗)
    1comments
  28. Cohere launches confidential computing in model vault(cohere.com ↗)
    discuss
  29. How Claude is uplifting biomolecular modeling(anthropic.com ↗)
    discuss
  30. The Next Gene-Editing Technology May Also Be the Oldest(nytimes.com ↗)
    discuss

Making a Software Stack Agentic

4 pointsby 1h agoblog.scotterickson.info
1 comments
1h 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.