4 comments

  • alightsoul 22 minutes ago
    So would it be a 42 trillion parameter model, because that's how many tokens there are in the training data?
  • wood_spirit 1 hour ago
    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?
    • pixl97 59 minutes ago
      >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.

  • juancn 36 minutes ago
    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

    • pixl97 19 minutes ago
      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.

    • CamperBob2 32 minutes ago
      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.

  • cyanydeez 1 hour ago
    >The scaling laws hold that a language model grows more capable with more parameters and more training data.

    Which is a choice, not a "law":

    https://arxiv.org/abs/2510.13786

    https://www.alphaxiv.org/abs/2512.20264

    https://arxiv.org/abs/2607.05155

    • largbae 51 minutes ago
      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.