Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    51comments
  2. What Zig felt like, coming from Rust(besok.github.io ↗)
    3comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    334comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    156comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    3comments
  6. “The Secret Life of Circuits” is here(coredump.cx ↗)
    33comments
  7. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    2comments
  8. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    511comments
  9. San Francisco Onion Futures Company(onionfutures.com ↗)
    91comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    1comments
  11. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    117comments
  12. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    154comments
  13. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    discuss
  14. Communication by means of modulated Johnson noise(pnas.org ↗)
    17comments
  15. Cloudflare Quick Tunnels(cloudflare.com ↗)
    296comments
  16. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    355comments
  18. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    22comments
  19. SDCC – Small Device C Compiler(sourceforge.net ↗)
    21comments
  20. Saving another 100TB of RAM(cloudflare.com ↗)
    86comments
  21. Science Is Open Software(jepedersen.dk ↗)
    46comments
  22. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    42comments
  23. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  24. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  25. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    111comments
  26. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    4comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    116comments
  28. OpenJev(openjev.com ↗)
    275comments
  29. Goroutine Leak Profiles(go.dev ↗)
    6comments
  30. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments

Eurisko, The Computer With A Mind Of Its Own

27 pointsby 15y agoaliciapatterson.org
9 comments
15y agoHN ↗

I got a security pop-up going there (Exploit: HTML/IFrameRef.gen).

15y agoHN ↗

Very interesting read. I can only imagine how exciting it must have been for him to utilize these concepts so effectively.

For anyone choosing not to read, it's about one man's invention of a program that is the closest thing to Artificial Intelligence that I've ever seen. See the last paragraph for the best example.

15y agoHN ↗

FWIW, Doug Lenat founded Cyc after doing Eurisko (http://www.cyc.com/). His first discovery system along these lines was AM ("automated mathematician"), which was math-only, and Eurisko was an attempt to make it domain independent, so it could target things like the famous gameplay-strategies example. He eventually grew frustrated at how much domain knowledge had to be hand-coded for a new domain, though, so hoped that by building one massive database of commonsense background knowledge, future systems could more easily be retargeted to new domains: the system would be able to assume most "normal" knowledge, and only the information unique to that domain would have to be added.

And that sort of turned into its own multi-decade project...

15y agoHN ↗

One recurring theme in these discussions is that no one has actually seen Eurisko's source code except Lenat, so it's very difficult to know how much directed guidance was required to get the results in question.

15y agoHN ↗

Quoting myself (from http://news.ycombinator.com/item?id=1859185 ):

I've been looking for material about Eurisko. Other than this championship, there appears to be no credible documentation of any of Eurisko's reported achievements.

It might be super-duper, but the fact that he wouldn't let anyone else use it, and that those amazing feats have not been reproduced by others despite huge advances - might just mean that there's more myth to truth in the stories about Eurisko.

(and ... quoting jonoff from same thread: http://news.ycombinator.com/item?id=1861890 )

Adding to the mystery, I read the newyorker article (2009) linked from wikipedia on Eurisko, and it seems Lenat forgot the winning strategy Eurisko developed, or the first article is wrong.

"Eurisko, however, had judged that defense was more important than offense, that many cheap, invulnerable ships would outlast fleets consisting of a few high-priced, sophisticated vessels. There were ninety-six ships in Eurisko’s fleet, most of which were slow and clumsy because of their heavy armor" - 1984 article

"astronomical number of small ships like P.T. boats, with powerful weapons but absolutely no defense and no mobility, Lenat said. They just sat there. Basically, if they were hit once they would sink." - 2009 article <

15y agoHN ↗

I don't really see the mystery (unless you're suggesting that he never did win the tournament, which seems very unlikely). It'd be surprising if he did remember the exact strategy 30 years after the fact.

The Eurisko/Traveller story has never made sense to me psychologically though. People who are hardcore enough to enter a tournament for a very math-heavy game have probably already spent ages hacking the system, twisting it into an unrecognizable shape. It should have been very unlikely for these loopholes to have first been found by a program years later.