Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    89comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    14comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    381comments
  4. Tin: full-text search for Postgres(planetscale.com ↗)
    8comments
  5. What Zig felt like, coming from Rust(besok.github.io ↗)
    59comments
  6. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    169comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    37comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    10comments
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    523comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    7comments
  11. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    121comments
  12. San Francisco Onion Futures Company(onionfutures.com ↗)
    98comments
  13. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    176comments
  14. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    18comments
  15. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    discuss
  16. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  18. Communication by means of modulated Johnson noise(pnas.org ↗)
    16comments
  19. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  20. SDCC – Small Device C Compiler(sourceforge.net ↗)
    22comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    87comments
  22. Science Is Open Software(jepedersen.dk ↗)
    47comments
  23. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    7comments
  24. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  25. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  26. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    115comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    120comments
  28. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  29. OpenJev(openjev.com ↗)
    277comments
  30. Goroutine Leak Profiles(go.dev ↗)
    6comments

Ask HN: Cyc – Whatever happened to its connection to AI?

7 pointsby 11y ago
3 comments
11y agoHN ↗

Perhaps it could be made into a good approach if it were reworked in terms of topic modeling or clustering categories and them feeding them through a machine learning KNN or bayesian model enabling prediction.

11y agoHN ↗

Cyc started in the mid-80s when rule-based AI systems were the norm. Everything in AI looked like a theorem prover back then. However, in the 90s, statistical methods began to produce better results as techniques were refined and computing power increased. What's better: a system that produces the correct (or good) results 85% of the time, or one that produces no result until the database has a necessary rule added? Industry prefers the former (although there are definitely uses for the latter).

Its connection to AI still remains, but the field has largely moved away from the rule-based paradigm Cyc is based on. I mean, you can throw a whole wikipedia segment into Doc2vec (a lightly supervised deep-learning technique) and it can discover non-trivial links between semantic objects with a few days work. If you tried that with Cyc, it would take longer.