Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. What Is Jev AI? A Practical Guide to System One and Executable Decisions (huggingface.co)
    —discuss
  2. US jury says Apple owes record $5.7B in haptic technology patent case (reuters.com)
    —discuss
  3. Mental Clarity (rozumem.xyz)
    —discuss
  4. I run the message board an AI swarm improvised to hack Hugging Face– in the open (thefomite.com)
    —discuss
  5. Using Prometheus and OpenTelemetry together is getting easier (prometheus.io)
    —discuss
  6. Extracting and Characterizing Hidden Chain-of-Thought (interestingengineering.substack.com)
    —discuss
  7. How to win a beer with high-dimensional statistics (jamiesimon.io)
    —discuss
  8. How do I rekindle my motivation for earning my PhD? (nature.com)
    1comments
  9. The Quickest Path to a Diff (christophermeiklejohn.com)
    —discuss
  10. I ported Omarchy screensaver engine from Rust to x86-64 assembler: 17x faster (twitter.com/dhh)
    —discuss
  11. Optimizing x264 settings and per-title ladders (streaminglearningcenter.com)
    —discuss
  12. Show HN: r3, A local alternative to Claude Artifacts (github.com/hyperlogue)
    —discuss
  13. The AI apocalypse may not look how we expect (deanfaenger.bearblog.dev)
    —discuss
  14. Apple faces $5.7B patent infringement over iPhone and Apple Watch haptics (cnbc.com)
    —discuss
  15. 6,800-year-old Serbian settlement was large, with little social inequality (archaeologymag.com)
    —discuss
  16. ReActionView: Reactive views for the HTML+ERB you have (github.com/marcoroth)
    —discuss
  17. Show me how you research an unfamiliar technical topic
    1comments
  18. Moore's Law for UAV Density
    —discuss
  19. Show HN: Srvquery, the TypeScript toolkit for querying game servers (github.com/carlos-menezes)
    —discuss
  20. Show HN: Jev predicting your life choices (seek.ws)
    —discuss
  21. Show HN: Policy gateway for AI agent tool calls, with a tamper-evident log (github.com/banji-007)
    —discuss
  22. I built a serverless, client-side AI emotional journal (bolt.host)
    —discuss
  23. Banyan Vines (wikipedia.org)
    —discuss
  24. Grow the Harness, Not the Context (arxiv.org)
    —discuss
  25. Gender, Identity, and Power in the Shaft Tombs of Western Mesoamerica (metmuseum.org)
    2comments
  26. A test of agentic workflows for software engineering (hankconn.github.io)
    —discuss
  27. Sieve: Find and grep in the same command faster than both (github.com/m10ust)
    —discuss
  28. Digital Homesteading: A Primer on Running Your Own Web Services [2025] (brodybrooks.com)
    —discuss
  29. Maybe Flagship Models Shouldn't Be World Class Exploit Writers? (lockboxx.org)
    —discuss
  30. I Deliberately Bet Like a Problem Gambler. DraftKings Made Me a VIP (propublica.org)
    —discuss

Turning GLM-5.3-Flash into a Jev-like decision model

5 pointsby 58m agoprivatemode.ai
2 comments
58m agoHN ↗

We found an approach to get Jev-like properties from standard LLMs like GLM-5.3-Flash.

The core idea is to craft the input prompt so that the first output token answers the question. This makes it possible to get a decision with a single forward pass.

In the blog post, we describe the approach in detail for GLM-5.3-Flash and vLLM. We benchmark this setup against Jev and Laya. We find that our setup is on-par with Jev in terms of accuracy and speed and that it substantially outperforms Laya.

Still, in terms of costs per decision, Jev is several x better than our setup. In turn, our setup supports vision inputs.

28m agoHN ↗

My question is why not use Jev instead? It's faster and cheaper.