Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A unified evolutionary explanation of Parkinson's disease(nih.gov ↗)
    1comments
  2. Show HN: I analysed 169,123 Chess Olympiad moves and gave out 132 silly awards(olympiadstats.fun ↗)
    discuss
  3. ChatGPT Is a Nightmare (A Lesson on Bad UX)(saasexperts.co ↗)
    1comments
  4. Abolish Patents(gomakethings.com ↗)
    discuss
  5. Website toolbox with super simple AI builder(nanomo.app ↗)
    discuss
  6. Visions in Uzbekistan(animationobsessive.substack.com ↗)
    discuss
  7. How to Make Your AI Agent EU AI Act Compliant: A Practical Guide(medium.com/mirarshadtalpur ↗)
    discuss
  8. Show HN: Sokkan – an HITL Claude Code cockpit that remembers, at session startup(github.com/ninabot-ch ↗)
    1comments
  9. Show HN: Open-source shared memory for teams of AI coding agents(github.com/motif-labs ↗)
    discuss
  10. Googlebook: The laptop your Android phone has been waiting for(blog.google ↗)
    discuss
  11. Australia considers banning the use of smart glasses in government buildings(reuters.com ↗)
    1comments
  12. You're Already a Meat Proxy(twitter.com/obie ↗)
    discuss
  13. Et Tu, MacBook? Unprivileged Keystroke Inference via Built-In IMU Side Channel(arxiv.org ↗)
    discuss
  14. DeepSeek is training a 2T-parameter model and plans to build an 8T-parameter one(twitter.com/wallstengine ↗)
    discuss
  15. OpenAI Weighs Funding Round at over $1.2T Valuation(bloomberg.com ↗)
    discuss
  16. HP Googlebook 14c(hp.com ↗)
    discuss
  17. Beyond Ukraine: Why Europe is preparing for a wider conflict(cnn.com ↗)
    discuss
  18. LM Studio is a free desktop app to run local LLMs on your own computer(lm-studio.net ↗)
    1comments
  19. Leaving US Big Tech in a Week(yves.vg ↗)
    discuss
  20. A never-ending childhood of malaria(ourworldindata.org ↗)
    discuss
  21. Show HN: Jev-CLI – CLI wrapper for JEV typesafe AI model(github.com/joshlong145 ↗)
    discuss
  22. Amazon blocks Meta's Muse AI assistant in new standoff over agentic shopping(geekwire.com ↗)
    1comments
  23. DBison: Free Modern Database Explorer(dbison.app ↗)
    discuss
  24. Kimi Code Desktop(kimi.com ↗)
    discuss
  25. Longitudinal survey finds little evidence that social tech predicts satisfaction(phys.org ↗)
    discuss
  26. Show HN: I built Founder.best Product Hunt alternative for LLM product discovery(founder.best ↗)
    1comments
  27. Raspberry Pi blocks changing RAM chips(raspberrypi.com ↗)
    10comments
  28. Your cloud survived everything except the real world – AWS(theregister.com ↗)
    discuss
  29. A Doomsday Scenario for American AI(thefp.com ↗)
    discuss
  30. SpaceX Restricts Airspace over McGregor Facility Ahead of Tesla Roadster Event(driveteslacanada.ca ↗)
    discuss

Is JEV just clever rule-based programming?

1 pointsby 49m ago
2 comments
Expert Systems AI was based on Charles Forgy's RETE pattern match algorithm.

It seems to me that JEV is RETE with more generic pattern matching.

27m agoHN ↗

its hard to say right now from the outset till they release something concrete about there architecture . Feels more like state + question/options → learned probabilistic judgment → decision.

16m agoHN ↗

Somewhat.

The funny thing is that efficient RETE engines only became widely available towards the end of "the golden age of AI" so that most of the seminal works of that period do not even use them.

I think though the intuition that practical knowledge has an if-then-else structure was right and I think people talk about "explainable AI" too much and not enough about "I just want to tell it specificially what to do"

It looks a lot like the kind of systems I envisioned 10 years ago there would have been some kind of rules and knowledge-graph system that could be lined up with classifiers and scorers and fact extractors and other machine learning models and there would be a system to collect training and test data, handle exceptions, etc. Think Palantir but for operations instead of analytics and a much bigger TAM.