Hacker News

New stories

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

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