Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Ask HN: Is it impossible to disable Siri on macOS 27?
    discuss
  2. Show HN: JevGeni, the fruit-fly claw machine overator(jevgeni.vercel.app ↗)
    discuss
  3. Planly(github.com/drkokorev ↗)
    1comments
  4. There is no way to get ChatGPT to stop injecting your location in context(chatgpt.com ↗)
    discuss
  5. OpenAI Codex Is Retiring the Last Model That Behaves Like an Assistant(vincentschmalbach.com ↗)
    discuss
  6. The Campaign for North Africa(wikipedia.org ↗)
    discuss
  7. Disney Hires Character.ai Chief to Drive Its Technology Push(nytimes.com ↗)
    1comments
  8. The Destruction of the Scottish Canon(asteriskmag.com ↗)
    discuss
  9. AI is becoming too interconnected to fail(axios.com ↗)
    discuss
  10. Show HN: Callwitness – record what your AI agent's tools return(github.com/aditichaudharyy14 ↗)
    discuss
  11. Show HN: M0saic – deterministic video compiler (CLI, web, desktop)(m0saic.io ↗)
    discuss
  12. Is JEV just clever rule-based programming?
    discuss
  13. ChatGPT Plus and Pro Will Get Ads in 2027(vincentschmalbach.com ↗)
    1comments
  14. What I believe about the future of software development(thorstenball.com ↗)
    discuss
  15. Recreate Eliza Using JEV?
    discuss
  16. Edit command line tool – DOS Edit is back(learn.microsoft.com ↗)
    1comments
  17. RFC-0285: The Magma GPU open-source project(fuchsia.dev ↗)
    discuss
  18. Tannakian Reconstruction in a Yoneda Equipment(bartoszmilewski.com ↗)
    discuss
  19. Creating a Blog in Gemini(brennan.day ↗)
    discuss
  20. Do you use:visited on links?(kevquirk.com ↗)
    discuss
  21. NATS second glitch this month causes more disruption(bbc.co.uk ↗)
    2comments
  22. Show HN: Lossless-memory – a personal AI memory that never summarizes(github.com/aru-labs ↗)
    discuss
  23. Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL(github.com/clickin ↗)
    discuss
  24. The Roadmap to Mastering LLM Inference Optimization(machinelearningmastery.com ↗)
    discuss
  25. Will new grid rules put the future of UK datacentres at risk?(computerweekly.com ↗)
    discuss
  26. He was probably right: we should be confident in our beliefs, but never certain(aeon.co ↗)
    1comments
  27. GeoJev, ask questions about the world and get its heatmaps(geojev.vercel.app ↗)
    discuss
  28. Do people prefer traditional architecture?(worksinprogress.co ↗)
    discuss
  29. Want to have a 24/7 colleague for your recruitment?(sourcegeek.com ↗)
    discuss
  30. Anthropic Principle(wikipedia.org ↗)
    1comments

Show HN: Witdem – Did your AI Agent accomplish its task? and at what cost?

3 pointsby 1h agodemo.witdem.com
5 comments
1h agoHN ↗

i really like this. the “the agent finished” vs. “the agent actually did what it was supposed to do” distinction is something i don't see addressed very well by most observability tools.

traces, tokens, latency etc. are great, but in the end i care about whether the job got done. i think this is a pretty interesting way of looking at it. - and it is free, right?

37m agoHN ↗

It is totally free and open-source we are looking for the first design partners to ship the enterprise version on production. The enterprise repo is using the OSS as the core and make it easily scalable. There are some differences in the technologies used tho.

1h agoHN ↗

Cool tool, now I know how much I've spend on AI xD. But how exactly can you measure if the outcome of a flow was successful?

39m agoHN ↗

The way I do it is actually by Defining Yaml contracts, to define the business outcome so using the traces you can understand if it reaches the goal. Evaluations also play a big role