9 comments

  • vezycash2 hours ago
    Always put "Lower is better" or "higher is better" in benchmarks. Not everyone knows what your numbers mean.
  • lend0008 hours ago
    I can't imagine who is using something like this for agentic coding, but I see exciting opportunities on the horizon when we can have hundreds of reasonably rational and conversational agents working on local machines to simulate emergent behavior (simulating crowds, markets, ecosystems, game NPCs, etc.)
    • trvz8 hours ago
      Agentic behaviour isn&#x27;t just coding. In fact:<p>&gt; We recommend using it for agentic workloads, tool use, data extraction, RAG, and long-context workflows. It is not recommended for agentic coding and knowledge-heavy tasks.
      • touisteur8 hours ago
        Really curious about people&#x27;s workflows with these agentic-but-not-for-coding workflows. Are there some interesting people to follow there or just good testbeds&#x2F;environments to get an idea ?
        • jwr27 minutes ago
          Removing spam from email, extracting attachments (invoices) from emails, and otherwise managing E-mail. Those are my use cases, although I suspect this model will be too small for that. I currently use 27-35B models (MoE mostly).
        • dd8601fn7 hours ago
          My little home assistant.<p>It has to query the tool service, invoke tools, synthesize results, or request new tools. Nothing really complex.<p>New tool requests from it are plain english and go into a separate pipeline using more appropriate models. It doesn’t have to write anything itself.
          • dofm6 hours ago
            Yeah. Clearly the target for these models is on-device assistant&#x2F;analyst tasks where really everything is agentic.<p>Thinking out loud: any text-based generative AI application is on a continuum between:<p>- document-to-document: solve this language problem using language skills by outputting only new symbols, and<p>- document-to-tasks: solve this language problem by only operating these tools.<p>In a sense, given access to vast compute to train a very large model, agentic coding is one of the easier applications that is somewhere between the two. It is manipulating symbols in a mixture of languages that are biased towards context-free (code), it exploits the embedded knowledge in a vast number of weights, and it calls fairly simple tools. The user-focussed solution is happening inside the LLM.<p>A small model can&#x27;t do this job well, even if it has a good understanding of programming languages, because it lacks the world knowledge to understand the problem.<p>At the other end of the continuum is: these words mean do this thing. That Cactus Needle 2 model mentioned earlier is here. It doesn&#x27;t even produce a language description of what it did, because it one-shots tasks.<p>In the middle but near this end is the <i>fantastically hard</i> job: train a model that understands language and reasons well enough to respond to queries about the tools it has access to, operate them and <i>reply in natural language</i>, <i>without</i> being large or slow. That is, understand language without being overburdened by details of scenarios that caused the need for the words in the first place.<p>This is maybe the great grand challenge of LLMs: make it know how to speak and reason and think and work for us while discarding everything that is just knowledge of unnecessary facts.<p>Small reasoning models are where most of the really big challenges are.
        • htrp2 hours ago
          Better question is does a coding model do better on these agentic tasks? And is the only advantage efficiency??
        • l3x4ur1n6 hours ago
          I am getting to know Hermes agent and in the last couple of days I used it for searching the web for medical specialists or finding the best deal for a product online, manipulate with excel and word documents, gather data from APIs, finding stuff in my computer or keeping track of itself running in another process and keep the computer awake and when detecting the process is finished, put computer to sleep.
        • jofzar1 hour ago
          I use luna to schedule my work day for me and then put it in todoist.
        • theblazehen1 hour ago
          I use them for game AI
        • antupis7 hours ago
          I have noticed that these cheaper and faster models are very great for Ops-work. Luna max is beast when you use some stronger model to write detailed instructions&#x2F;run book what to do and when to stop.
        • yieldcrv6 hours ago
          I feed these things my tax transcripts and it found all sorts of refunds and ways to waive penalties that the IRS and my state agreed I was eligible for, because my current CPA doesn’t do this kind of tax matter<p>The high parameter 2026 models know the latest tax law, revealed deadlines for court rulings to me that are in fact real and new branches of service on the IRS website, or can learn while also agentically search<p>While many debate the utility in legal matters and 2023’s hallucination issue, the rest of us just do
          • dannyw2 hours ago
            So many people have outdated notions of what LLMs can do; and tbh, I think a lot of it comes down to free models being weaker.
          • jurgenburgen4 hours ago
            Using climate-destroying AI to understand the overly convoluted tax regime in the US is peak capitalism.
            • Yiin58 minutes ago
              I&#x27;d start with your fridge and ac
            • perching_aix2 hours ago
              Climate destroying? How do they destroy the climate by hosting a few gigabyte model on their computer?<p>It&#x27;s the whole point with these. Uses hardware they already own, uses energy they very possibly produce for themselves.<p>Or is this just me needing to take a joke?
              • trvz1 hour ago
                “High parameter […] models” was mentioned above. It’s still not a good take however, as laws of civilizations getting more convoluted over time is the general behaviour, not specific to LLM-producing countries.
  • Gecko40729 hours ago
    These LiquidAI models have never worked well for me in practice.
    • eurekin8 hours ago
      Care to share any details? I&#x27;m about to check the 2.6b lfm on document editing.
      • weebull1 hour ago
        I found that they didn&#x27;t want to call tools in the same way as other models, and it led to bare tool calls in the response.
        • NitpickLawyer45 minutes ago
          How are you serving them? This is most often caused by an incorrect template. (the thing that tells the inference engine how to parse the think&#x2F;tool parts of the answer)<p>For vllm the official recipe [1] (for another model in the same family) is this:<p><pre><code> --reasoning-parser qwen3 \ --enable-auto-tool-choice \ --tool-call-parser lfm2 </code></pre> [1] - <a href="https:&#x2F;&#x2F;recipes.vllm.ai&#x2F;LiquidAI&#x2F;LFM2.5-8B-A1B" rel="nofollow">https:&#x2F;&#x2F;recipes.vllm.ai&#x2F;LiquidAI&#x2F;LFM2.5-8B-A1B</a>
    • BoredomIsFun5 hours ago
      I agree. They have serious issues with coherence.
  • lostmsu7 hours ago
    It&#x27;s not even competitive with 2x sized Qwen 4B.<p>Why is Qwen3.5 2B not in the table?
  • 0xbadcafebee8 hours ago
    LFM&#x27;s training&#x2F;post-training is famously different than other models. They target reliable operation of tiny models in ways other model families don&#x27;t (they aren&#x27;t just scaling a larger model to a smaller size). If you&#x27;re looking for good performance out of tiny models, LFM has the most advanced design.<p>Note how they&#x27;re much smaller than all other models in the comparison yet match or exceed them. This is for 2.6B params, but they have models as small as 230M. Nobody else designs models that small.
    • woadwarrior017 hours ago
      &gt; Note how they&#x27;re much smaller than all other models in the comparison yet match or exceed them.<p>There&#x27;s a strong incentive to cherry pick in self-reported comparisons. If there is a model that&#x27;s better, it gets left out. Have you seen Nanbeige4.2-3B or Ling-3.0-tiny?<p>&gt; Nobody else designs models that small.<p>There are people building even smaller models.
    • jhgik7982 hours ago
      Granite IBM make tiny
  • GaggiX6 hours ago
    The model is cool but I would prefer if people do not editorialize the titles on their HN submissions.
    • davkap921 hour ago
      Tbf its in the description on the page &quot;Competitive with models 4x larger on tool use, instruction following, and multi-step agentic tasks.&quot;
  • harshshah2120038 hours ago
    Will this work in i3&#x2F;i5 laptops?
    • zweifuss7 hours ago
      It should. With good speed even on a 12th gen Intel. But more importantly, what&#x27;s your use case?
  • mengram-ai31 minutes ago
    [flagged]
  • madhu_ghalame7 hours ago
    [dead]