10 comments

  • ctkhn14 minutes ago
    For general purpose use this is interesting, but if I'm just using an LLM for coding, does this matter at all? I would hope something like a new java version after a model's publish date can be handled and understood by the model through tool calls and context even if it's not explicitly in the training data, the same way the LLM doesn't have my existing code or the plan to change it baked in from training.
    • prng20214 minutes ago
      The inference time results are quite different. These models haven’t just been trained with tons of docs, blog entries and videos about Java 8. They’ve also been trained on tons of code examples from simple to complex real world ones.<p>You’re not going to get all that just by pointing the LLM to the recently released Java 27 documentation. That information is also potentially adding tons of content to your context, which is already filled with tons of other data (your code, other recently released libraries it has to get documentation for, etc).
  • gjskngnf4 hours ago
    I remember when the US captured Venezuelan president Maduro, and when I posed a prompt related to this, the model said that’s pure fiction. I told it to double check. Still didn’t want to entertain the idea. It only acquiesced when I specifically directed it to check Reuters. I haven’t noticed this problem in months. Model cutoff seems to be less of a problem these days.
    • super2564 hours ago
      It&#x27;s a &quot;problem&quot; of compute, I think. If you query without an account on ChatGPT you will see the model look up less stuff and research less, than when you have a paid account and choose &quot;medium&quot; or &quot;high&quot; in the effort slider.<p>Which makes sense, because of you have looked into search and crawlers you notice that search is actual quite expensive (which is why e.g. Kagi charges a few bucks for search every month).
      • Catloafdev3 hours ago
        It&#x27;s not strictly compute, because this has noticeably improved in open-weight models too, such as Gemma and Qwen. I suspect they noticed this issue and adjusted their training to be better about it over time.
        • ahmedfromtunis1 hour ago
          I built a toy news-summarizing agent with Gemma 4, and it was so frustrating, actually, because of the cut-off date.<p>The model wasted over half the token budget, each time, on internal debates over the current date.<p>When generating a World Cup summary, for example, it refused to believe qualification rounds were over and refused to even call the web searching tool to collect the data.<p>I injected the current datetime at the very beginning of the system prompt, but Gemma refused to believe it!<p>The m-effer insisted the timestamp was fake and hypothesized it was being evaluated in a synthetic lab test with simulated future dates!<p>No amount of system prompting could convince it to trust the clock.<p>That was the most frustrating and bizarre &quot;bug&quot; I ever faced!
    • NegativeLatency45 minutes ago
      Gets me with AWS stuff on claude all the time, fortunately there&#x27;s a official amazon MCP for their docs which helps a lot, but I still have to occasionally tell it to check the docs&#x2F;mcp.
    • InsideOutSanta4 hours ago
      Came here to say the same thing. Models used to rely heavily on world knowledge from their training data. They are now much better at tool use and deciding when to research a topic, rather than just answering from memory.<p>I wonder how much that extends to using LLMs for programming. I assume most knowledge of programming language syntax still comes from training data.
      • NegativeLatency44 minutes ago
        I find they generally do ok, but a few lines in an AGENTS.md or manual prompting to verify stuff against current docs&#x2F;source, and check for current version of software helps a lot.
    • Isamu2 hours ago
      &gt;the model said that’s pure fiction.<p>Were you expecting your model to be updated on current events? Why?<p>Also the specific event you are referring to is a statistically very improbable event, prior to its actually happening.<p>&gt;It only acquiesced when I specifically directed it to check Reuters.<p>Do all models do this? They check in with Reuters? Why would a model think that you asking about an extremely improbable event warranted reaching out to Reuters?
      • SirMaster36 minutes ago
        If OpenAI is going to call Astra AGI, then I would expect it to be able to update it&#x27;s weights to new knowledge, because a generally intelligent being can indeed do this.<p>I can teach myself to play an instrument, and I&#x27;m not just building this huge lookup table that I have to access every time I play the instrument. I am updating the weights in my neurons.<p>Until AI can do this it&#x27;s not AGI in my book.
      • gjskngnf1 hour ago
        I was not expecting model weights to be updated on current events.<p>It’s clearly warranted because a model that trusts its weights on current events will give an outdated answer. Extremely improbable events happen all the time.
        • xienze1 hour ago
          I think the models are trying to optimistically avoid doing web searches, because they&#x27;re surprisingly a lot harder to do well than you&#x27;d think.
      • mywittyname2 hours ago
        He asked it to double check. It&#x27;s reasonable to expect the LLM to handle that trivial task.
  • jasonjmcghee4 hours ago
    It still matters, but in the age of good reasoning, tool use, and web search, this is much less of a problem than it used to be.
    • spindump893058 minutes ago
      It can be quite hard to determine what needs a tool call or not. LLMs are not well calibrated to what they know and don&#x27;t know, and tool calls can add latency and extra costs. There are lots of things that are &quot;obvious&quot; right until they aren&#x27;t - especially political events and disasters.
    • lukewarm7072 hours ago
      in my chat with gemini it could not differentiate between current events and fiction.<p>if you point it to the web it got the point, but started treating everything like fiction. so it simply started making up possible scenarios and playing them off as real answers when asked for factual information.<p>i could not tell what the issue was or how to fix it because the reasoning is encrypted. the obfuscation model spat out something like: &#x27;the user is asking for details about a fictional scenario in which the usa has assassinated the leader of iran&#x27;<p>i really don&#x27;t like the way big ai companies are going. encrypted thinking, guardrails, adversarial personality, moralizing. it is creating something anti-human.
    • dominotw4 hours ago
      all the reasoning still comes from pretraining data
      • binlog3 hours ago
        Says who? Models can also use results from tool calls in their reasoning loops.
        • dominotw3 hours ago
          some logic here<p><a href="https:&#x2F;&#x2F;www.lesswrong.com&#x2F;posts&#x2F;HYCGA2p4bBG68Yufh&#x2F;thinking-about-reasoning-models-made-me-less-worried-about" rel="nofollow">https:&#x2F;&#x2F;www.lesswrong.com&#x2F;posts&#x2F;HYCGA2p4bBG68Yufh&#x2F;thinking-a...</a>
      • bigmadshoe4 hours ago
        I think they mean reasoning their way to the need for a web search.
        • jasonjmcghee3 hours ago
          Or other kind of search &#x2F; knowledge acquisition &#x2F; computer use etc to get the information needed
  • SirMaster43 minutes ago
    This is one of the things that bothers me about AI.<p>To me, intelligence or an intelligent entity should be able to learn from its mistakes and learn new things on its own. Having to start from scratch to teach an AI new facts or new skills is not very intelligent IMO.
    • ck233 minutes ago
      few more generations they will invent &quot;patch in place&quot;<p>(with &quot;AI&quot; developing the technique of course)
  • ryanschaefer4 hours ago
    Do people prefer the new flat style LLMs are producing? I don’t mind it as much as the gradient theme they were pumping out previously.
  • VCFundedGenYer4 hours ago
    I remember running the docker container for ollama and its knowledge cutoff is somewhere in 2023 still. That&#x27;s unacceptable.
    • spindump893055 minutes ago
      This is one of the jagged mismatches between users and LLM developers. The median user doesn&#x27;t care or want to know about static models and knowledge cutoffs and whether a model can do tool calls or if tool calls even happened. They just want something that works.<p>Fortunately increased capabilities seem to make this a basic expectation with new releases.
    • jasonjmcghee3 hours ago
      ollama is just an inference engine - it just runs models.<p>it must ship with some default old model if you didn&#x27;t need to explicitly download one
  • speedping4 hours ago
    Pre-AI internet data is like pre-war steel<p>The slop would multiply if we keep feeding it to new models in a loop
    • hasteg14 minutes ago
      This is likely being solved with stuff like watermarking which Anthropic just added to Claude... I&#x27;d imagine they are testing new data and verifying that training data (or at least the data which do NOT want to be AI generated, i.e actual human text) is not generated, at least with claude.
    • Muromec2 hours ago
      This is one of the problems that eventually solves itself, somehow
  • delichon4 hours ago
    After Trump&#x27;s last inauguration, ChatGPT would still tell me that Biden was President of the US. I understand that the training cutoff was before Biden dropped out. But it knew, or should have known, the current date and that there had been an election since its last update, but it didn&#x27;t qualify the answer. When I asked it to search the web, it got it right. The moral I took away was to always ask for the search whenever I ask about current events. I do that so routinely that I wouldn&#x27;t know if this problem has been fixed. I suppose that failing to update my priors per individual model release is a form of bigotry against a widely hated class.
    • andai4 hours ago
      ChatGPT recently started web searching for for basically every general knowledge question, which I found quite odd. Maybe an overcorrection to the issue you were having?
    • ahmedfromtunis1 hour ago
      I forgot which was it, ChatGPT or Gemini, but one of them insisted on calling Trump &quot;former president&quot; even when discussing decisions he just announced as president. Lol
  • j454 hours ago
    Depending on the use case certain models very well remain as or more reliable for certain tasks.
  • joozio4 hours ago
    [dead]