Hacker News

New stories

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

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.