Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Developer Process Automation: The sane way to automate developer hours (12gramsofcarbon.com)
    —discuss
  2. Show HN: Miru: Zoomer Daemon for Wayland (is-a.dev)
    —discuss
  3. When Agent Met Agent (flybridge.com)
    —discuss
  4. New RSA attack forges signatures without factoring the key (arstechnica.com)
    —discuss
  5. Pressures building up in yen carry trade (wsws.org)
    —discuss
  6. TileRT Takes the Top Spot on AgentX with AMD Instinct MI355X GPUs (tilert.ai)
    —discuss
  7. Show HN: SelMem – selective reconstructive memory for LLMs (github.com/jbsalles)
    —discuss
  8. Show HN: A benchmark comparison of C++ vs. Node.js performance (vikky2810.github.io)
    —discuss
  9. Tracking Singularity – A Curated Log of Important Events in AI Since Mid 2026 (trackingsingularity.com)
    —discuss
  10. SunCalc – sunrise, sunset, shadow length, solar eclipse (suncalc.org)
    —discuss
  11. Picking a domain name is hard (aetherspe.cc)
    1comments
  12. Show HN: Sitcom Flavour – Season your Claude Code chats with sitcom replies (ada.tools)
    —discuss
  13. Stanford used AI to replace Hispanic student with Black woman in photo (msn.com)
    1comments
  14. Goodbye Google (ocallahan.org)
    1comments
  15. Krakatoa, an interactive 2.5D painting of the 1883 eruption (echohive.ai)
    —discuss
  16. Jev Based Code Review (github.com/egma-ai)
    2comments
  17. Plex: Remote Streaming via Third-Party Apps to Require a License (netguide.io)
    —discuss
  18. Proofmode (proofmode.org)
    —discuss
  19. Vulnerability Cve-2026-82958 (circl.lu)
    —discuss
  20. What your phone is made of (anas-sabbar.ca)
    —discuss
  21. Fzakaria/omnibin: Every binary nixpkgs ever shipped, on your PATH (github.com/fzakaria)
    —discuss
  22. Finding Bugs (matklad.github.io)
    —discuss
  23. What's New in Oracle Solaris 11.4 SRU 95 (oracle.com)
    —discuss
  24. Pompeii test case demonstrates Gaussian Splatting's potential (gim-international.com)
    —discuss
  25. Every Package Is Installed (fzakaria.com)
    —discuss
  26. Perch: Semantic Code Linting with Jev (github.com/lakeday-org)
    —discuss
  27. Is indirect prompt injection still a big threat as models get more advanced? (realarcherl.github.io)
    3comments
  28. AI/ML Engineer (docs.google.com)
    —discuss
  29. We Built Safety into Muse (meta.ai)
    —discuss
  30. Micron Technology sucessfully demonstrates first 512GB DDR5 RDIMM module (micron.com)
    —discuss

Jev Based Code Review

2 pointsby 49m agogithub.com
2 comments
49m agoHN ↗

Most PRs that are generated by agents today get YOLO merged because its hard for human mind to comprehend when your agent just suddenly shows up with 230 file changes. This is an attempt to reduce the mental burden by classifying each change in a review to P0, P1, P2. Only P0 are shown by default. The priorities are configurable. The diffs are also show using a natural language. The original code is one toggle away.

10m agoHN ↗

Nice idea. This could make large agent-generated PRs much easier to review.