Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Thoughts on the Future of Web Browsers(sarahjamielewis.com ↗)
    discuss
  2. The Physical World Has No Data Stack(felicis.com ↗)
    discuss
  3. AI safety conversations have gotten unbelievable(techcrunch.com ↗)
    discuss
  4. Frontier Engineering(kiro.dev ↗)
    discuss
  5. Nscale S-1 IPO(sec.gov ↗)
    discuss
  6. Why fitting a logistic is nearly impossible from early data(johndcook.com ↗)
    discuss
  7. How did Apple Silicon get 50% faster in three years? – Daniel Lemire's blog(lemire.me ↗)
    discuss
  8. Show HN: Rubrol – Sub-10ms PDF engine using Typst instead of Headless Chrome(rubrol.com ↗)
    discuss
  9. Notes on discrete-time Fourier series and transform(thegreenplace.net ↗)
    discuss
  10. Show HN: Jev-align, a CLI to calibrate Jev to your judgement(github.com/sutro-sh ↗)
    discuss
  11. Claudecookie – convert, check, and mint Claude Code credentials from a cookie(claudecookie.com ↗)
    discuss
  12. Authenticity's Triumph(smalleycreative.com ↗)
    discuss
  13. Can you tell which images are AI-generated?(labtoagi.com ↗)
    discuss
  14. Relation Algebra ≠ Relational Algebra(remy.wang ↗)
    discuss
  15. An open source roguelike adventure through dungeons(develz.org ↗)
    discuss
  16. AI in schools – The choice we keep making(friendsschoolboulder.org ↗)
    discuss
  17. OneZoom: Tree of Life Explorer(onezoom.org ↗)
    discuss
  18. Tadao Ando Designed&Donated a Floating Library That Delivers Books to Children(spoon-tamago.com ↗)
    discuss
  19. Ask HN: Anyone using DeepSeek Harness (dsh) as part of a customer-facing agent?
    discuss
  20. Joy's Law (Management)(wikipedia.org ↗)
    discuss
  21. Academic Doomerism(muratbuffalo.blogspot.com ↗)
    discuss
  22. Communicating schwa is impossible in written English(ashishb.net ↗)
    discuss
  23. Research that compiles: typed claims, conflict detection and next actions(grainulator.app ↗)
    1comments
  24. PyPy v8.0.0 Release(pypy.org ↗)
    discuss
  25. Humanism Without (All) Humans(venkateshrao.com ↗)
    discuss
  26. Semantic end-to-end agent testing for iOS, Android, and web using Jev(tryconvoy.xyz ↗)
    1comments
  27. India Outsourcing Shifts Upmarket as AI Reshapes Jobs, ING Says(bloomberg.com ↗)
    1comments
  28. V Language Review (2023)(n-skvortsov-1997.github.io ↗)
    discuss
  29. An old systems problem with a new AI twist: data movement(twitter.com/nk_developer1 ↗)
    discuss
  30. Show HN: I am vibe coding a drone(railway.app ↗)
    discuss

Semantic end-to-end agent testing for iOS, Android, and web using Jev

1 pointsby 53m agotryconvoy.xyz
1 comments
53m agoHN ↗

Hey everyone!! As you all know, Jev has been there for a few days and I thought I’d create an e2e testing agent that’s both agentic and fast with a low cost.

So how it works, describe what should happen in plain language. Convoy extracts the screen, normalizes it to a platform-agnostic element table, asks Jev which control matches the intent, and taps it.

Btw iOS is tested, Android and Web is in test mode. Till then pls try using it and so share your feedbacks

Thank you!!!