Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Reteach – AI tutor that feels human (reteach.study)
    —discuss
  2. Google plans first test ofAl chips in space under Project Suncatcher (blog.google)
    —discuss
  3. London's schools are running out of children (ft.com)
    —discuss
  4. Just how hot and dry was your summer? – UK postcode lookup (bbc.co.uk)
    —discuss
  5. AMBA – Free and Open Advanced Microcontroller Bus Architecture (arm.com)
    1comments
  6. About Those Property Taxes (pxlnv.com)
    —discuss
  7. Show HN: Lift and Coast (Browser based F1 game) (lift-and-coast.vercel.app)
    —discuss
  8. Recipe for Disaster v1.0
    1comments
  9. Show HN: Jevper – an LLM API client constrained to the Jev wire format (github.com/zhulinchng)
    —discuss
  10. Extracting and Characterizing Hidden Chain-of-Thought in Frontier Models (arxiv.org)
    —discuss
  11. Control-Token Injection Suppresses Chain-of-Thought and Defeats Reasoning-Based (arxiv.org)
    —discuss
  12. Show HN: A single-use authorization boundary in Rust
    —discuss
  13. Peter Thiel slams pope's AI encyclical as gift to Chinese Communist Party (politico.com)
    1comments
  14. Oldest recorded voices, haunted dolls, and more from Tempest Instruments (cdm.link)
    —discuss
  15. I stopped letting LLMs do arithmetic (medium.com/jwbobbink)
    —discuss
  16. Tell HN: No company scaled revenue as fast as AI companies
    1comments
  17. 700 MB/s of Kafka throughput, on Postgres (rynr.dev)
    —discuss
  18. AI Agents are breaking into Online Retailers for $25 a target (gambit.security)
    —discuss
  19. Taste Bench (omneky.com)
    —discuss
  20. Show HN: Knowledge Signal – A JEV-powered rubric assessment tool for study notes (github.com/sumant1122)
    —discuss
  21. You sent the wrong attachment and leaked the banks deal list. What happens next? (ft.com)
    —discuss
  22. Developer Process Automation: The sane way to automate developer hours (12gramsofcarbon.com)
    —discuss
  23. Show HN: Miru: Zoomer Daemon for Wayland (is-a.dev)
    —discuss
  24. When Agent Met Agent (flybridge.com)
    —discuss
  25. New RSA attack forges signatures without factoring the key (arstechnica.com)
    —discuss
  26. Pressures building up in yen carry trade (wsws.org)
    —discuss
  27. TileRT Takes the Top Spot on AgentX with AMD Instinct MI355X GPUs (tilert.ai)
    —discuss
  28. Show HN: SelMem – selective reconstructive memory for LLMs (github.com/jbsalles)
    —discuss
  29. Show HN: A benchmark comparison of C++ vs. Node.js performance (vikky2810.github.io)
    —discuss
  30. Tracking Singularity – A Curated Log of Important Events in AI Since Mid 2026 (trackingsingularity.com)
    —discuss

Jev Based Code Review

4 pointsby 1h agogithub.com
2 comments
1h 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.

1h agoHN ↗

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