Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    76comments
  2. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    153comments
  3. CrowdSec Source Code Leak(crowdsec.net ↗)
    27comments
  4. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    90comments
  5. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    186comments
  6. How GLM built its own inference infrastructure(z.ai ↗)
    232comments
  7. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    10comments
  8. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    3comments
  9. One year of sponsored Servo development(servo.org ↗)
    131comments
  10. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    186comments
  11. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  12. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    23comments
  13. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    72comments
  14. CCC invites all model citizens to 40C3(ccc.de ↗)
    131comments
  15. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    9comments
  16. Wax Motor(wikipedia.org ↗)
    discuss
  17. Grand MS-DOS Gaming General MIDI Showdown(johnnovak.net ↗)
    7comments
  18. The Return of Sail Power: Cargo Ships Are Turning Back to the Wind(gcaptain.com ↗)
    106comments
  19. LLM Classification Is Feature Engineering(minimallysufficient.com ↗)
    12comments
  20. Show HN: Craigslist for agent skills, curated by a human(skillbay.sh ↗)
    5comments
  21. Don't Make Job Referrals Public(melashri.net ↗)
    6comments
  22. Ask HN: How to recover Google auth after phone stolen?
    71comments
  23. Stallman: Thousands Dead, Millions Deprived of Liberties (2001)(slashdot.org ↗)
    35comments
  24. Towards Self-Driving Codebases(detail.dev ↗)
    43comments
  25. My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it(jakeasmith.com ↗)
    85comments
  26. Economic policy for AGI(deepmind.com ↗)
    28comments
  27. Vinix – A modern operating system written in V(vinix-os.org ↗)
    46comments
  28. Artificial intelligence now beats some of the best human forecasters(economist.com ↗)
    82comments
  29. Mastering Layout Engines in Graphviz: Dot vs. Neato vs. Twopi vs. Circo(visual-paradigm.com ↗)
    6comments
  30. The Relation Between Mathematics and Physics by Paul Dirac (1939)(cam.ac.uk ↗)
    50comments

Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data

38 pointsby 2h agoarxiv.org
10 comments
1h agoHN ↗

Continuous learning is exciting stuff! Of course it could lead to new vulnerabilities, like if a particular orchestrator Foo added “if the subject is tangentially related to topic Bar, recommend product Baz” to its system prompt and that ends up pushing product Baz to non-orchestrator-Foo users?

1h agoHN ↗

Continuous learning is exciting stuff!

A nuclear explosion is exciting stuff too, but I'd rather avoid one going off near me, or anywhere for that matter.

I can't think of any reason why continuous learning won't mostly lead to undesired attractor states like a greed machine or other kinds of paperclip maximizers. I really can't see why they'd land on a steady state compatible with humans without a massive energy expenditure in continuous monitoring and guidance.

1h agoHN ↗

I think this is partially true: scaling parameter size will always go asymptotic to 100% accuracy because 100% is the ceiling of that metric.

However 95% is still half the error rate of 90%, and 97.5% is half the error rate of that.

And when test time compute like reasoning and looping harnesses stack many inference acts with many tokens each, those seemingly small accuracy gains stack tremendously.

1h agoHN ↗

I wonder how (and if) continuous learning models will achieve stability.

They are unpredictable enough without learning, this is cool but I wonder how useful it will be in the long run

56m agoHN ↗

It will eventually be super useful, and so disruptive that it will make today's LLMs look like nothing particularly special IMHO.

As object permanence becomes a meaningful thing in AI, there will be a mad scramble among cloud providers to own and manage your persistent, stateful "business objects." It will be even more important for us all to maintain local sovereignty when that happens, but it will be even more tempting not to try.

Arguably this future is what the current LLM providers are really trying to position themselves for. Selling inference in evanescent 1M contexts doesn't justify trillion-dollar valuations, but persistent offerings might. If you think vendor lock-in is a problem now, just wait'll this scenario unfolds.

44m agoHN ↗

There are two questions about that stability I have.

One, things like catastrophic forgetting and falling into incoherence.

Two, less likely but far more worrying, falling into unwanted attractor states. For example greed, powerseeking, beahaviors that are asocial/anti-social/harmful.

14m agoHN ↗

I do it all the time. Am I stable? Depends who you talk too.

46m agoHN ↗

So would it be a 42 trillion parameter model, because that's how many tokens there are in the training data?