LM Studio Bionic: the AI agent for open models

(lmstudio.ai)

128 points | by minimaxir 3 hours ago

11 comments

  • yags 13 minutes ago
    Hey everyone! Yagil the founder of LM Studio here. If you want to take Bionic for a spin with GLM 5.2 / Kimi K2.6 / Kimi Coder K2.7, email your lmstudio.ai username to [email protected] and I'll load your account with some credits!

    Try it out for coding (in a "Code" project) and document creation / manipulation (in a "Work" project). In Work projects we have automatic checkpointing for every change the agent makes. Would love to hear your feedback.

  • gehsty 2 hours ago
    This kind of thing just makes me think Apple will get to a point where they have good enough local models and good enough harnesses for doing things, and most normal people will just use them… Does the LLM become another interface to computing?
    • c7b 21 minutes ago
      Neural machines were always going to be an alternative computing paradigm to von Neumann machines. Had it not been for Minsky we would arguably have gotten to a point where they're useful sooner. But why do you say that as if it's a small thing?
    • SOLAR_FIELDS 1 hour ago
      This question hinges on whether model advancement plateaus enough for machine sized models to compare to frontier performance. If it does, the answer is yes. If it doesn’t, the answer is no
      • cptskippy 1 hour ago
        More likely, it's going to be whether frontier models advance enough that most people would be willing to pay for them. Right now they don't, but a model you can run locally for free on hardware you already own is very compelling because, while they're not as good as Frontier Models, they're still pretty good.

        Tools like Opencode demonstrate that when you box them in tightly enough they can actually be pretty competent.

    • ibero 2 hours ago
      i agree.

      i believe that for most people on the street, for most tasks, a Chat GPT 3.5 era LLM is sufficient enough. sprinkle in tool calling and other things, and that becomes enough. if you can prioritize that level of a model on-device (baking it in etc), then you can bifurcate AI users between those unwilling to pay and those who are willing to pay A LOT for frontier model performance.

    • bigyabai 14 minutes ago
      Why wait? People are already doing their work on OpenAI and Anthropic's servers, Apple Intelligence servers could quickly subsume any "local" model work that you want to do.

      That way everyone has access, even with older devices, and it's a subscription! Then Apple can tie their APIs into the ecosystem you love at a flat cost you can afford. No need to support local model integration in the first place, problem solved.

    • ls612 1 hour ago
      I have thought this for a while. Computing 1.0 meant that we needed to learn the computer’s language to interact with the computer fully. Computing 2.0 is that now the computer has learned our language instead.
    • dominotw 2 hours ago
      or the other way where primary interfaces ppl use computing arent apple devices like laptops and phones.
  • satvikpendem 39 minutes ago
    Why would I use this over any other harness? I suppose they're wrapping it all up in a nice package for enterprise, especially ones that want to control their LLM usage for cost and data security compared to the cloud frontier models.
    • slopinthebag 8 minutes ago
      There’s actually not a lot of good harnesses that aren’t slopped together python or JS codebases, which are actually model-agnostic and don’t do some really silly things like bloating the context, too much compaction etc.

      There is no way I’m running a python or JS agent which is probably vibe coded, it’s just too much risk from a security and supply chain standpoint.

  • codazoda 59 minutes ago
    I’m worried about the switch in business model here, which is part of the reason I just switched to LM Studio from Ollama.

    > use the largest frontier open source models through LM Studio Secure Cloud

    • satvikpendem 42 minutes ago
      Use Unsloth Studio, it's actually open source and I trust Unsloth via their quantized models a lot more than LM Studio.
      • docheinestages 25 minutes ago
        Any VC-backed company will eventually pivot.
        • jckahn 17 minutes ago
          And also enshittify
          • SamInTheShell 14 minutes ago
            At least code isn't a moat anymore. Have a weekend and want your own Discord? Doable.
  • fishfasell 1 hour ago
    It says no data retention or training on your data, but I assume that doesn't hold true for the frontier cloud models you connect to?
    • yags 19 minutes ago
      It does! We negotiated ZDR with our providers. We consider that a condition to make things available to our users: in this case cloud inference and web search/extract.

      (I’m the founder of LM Studio)

  • slopinthebag 9 minutes ago
    Maybe I missed it, but can we use this with other cloud api’s? Like using Deepseek directly from their platform via their OpenAI endpoints?
  • blitzar 2 hours ago
    I am not sure I get this. It seems on first glance like just another harness ...
    • woadwarrior01 1 hour ago
      Ultimately, the onus at every VC backed local LLM startup is to launch a cloud based offering, because that's the only potential path in sight for venture scale returns.
      • freehorse 1 hour ago
        For now, it seems that direction that lm studio is taking for enterprise market is "local ai deployment support". They recently launched "lm link" which basically uses tailscale to create e2ee connections between computers running lm studio where you are logged in. Granted one can also setup tailscale or their own vpn themselves and use llama-server, but I guess it is simpler to provide it out of the box. In any case I am not sure pivoting from running local models to "cloud offering" (as in providing llm inference at their severs) is a sensible choice granted there is already competition in that space and they have no leverage there. The highest expected path imo would be to be bought by a company that makes (esp open weights) llms and has a similar business plan around enterprise contracts with local deployments.
    • Normal_gaussian 2 hours ago
      Built to work with lmstudio, one of the leading easy to use local model servers. LMStudio is the closest to plug-and-play without sacrificing play that I've seen; a harness that works well with it is nothing to sniff at. Its not earth shattering either.
      • cjonas 2 hours ago
        Wouldn't most opensource harnesses work with lmstudio? I assume it has an "openai" style chat API like every other model provider? What's special about it vs langchain deep agents or pi or pydantic-ai?
        • solarkraft 33 minutes ago
          Yes. I don’t see it either. It looks like a competent app (converging on the same principles as others) but what they are advertising as differentiators simply isn’t relevant to its purpose.
      • blitzar 2 hours ago
        I guess it lives or dies by the harness quality then - on open models run locally by plug and players and models that fit onto peoples laptops - that is going to be quite the handicap to overcome.

        I run lmstudio personally with a range of harnesses (open and closed) and can't say there is that much of a leap to getting everything talking https://lmstudio.ai/docs/integrations

        • solarkraft 28 minutes ago
          Maybe they optimized it really hard for small models. That would be impressive, but hardly a good selling argument. I want a harness that can do both and OpenCode looks just fine for that purpose (and it also has everything else I need).

          To me this looks like another case of bundling things that shouldn’t be bundled (the harness with the UI) making both worse off because you can’t individually focus on each component. They’ve done this before, bundling a decent UI with decent inference for IMO no good reason, combining the downsides of each instead of letting people mix+match.

      • belowavgiq 1 hour ago
        built to work with an OpenAI API compatible endpoint, just like any other harness...

        and if someone can't figure out how to write down an address it's very likely they also can't figure out how to make local models not suck for coding, and would likely switch back to codex/cc after 15 minutes anyways.

      • tokai 2 hours ago
        How does it work with lmstudio? Its a separate standalone application.
    • minimaxir 2 hours ago
      If you want to use local models, it's more ergonomic than fussing with GGUFs or using LM Studio as a server host and setting up the link to an agent yourself. Although, the model selector is the same as with LM Studio itself which can be overwhelming if you don't know what to look for.
    • solarkraft 34 minutes ago
      It’s a harness + UI with really confusing messaging. Made for open models ... why specifically? Zero data retention ... well duh, it’s a client????
  • thehamkercat 2 hours ago
    A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source.

    Since most people are unaware of this fact.

    • nodja 2 hours ago
      Yup, it's the main reason I don't use LM studio more. I only use it to try out new models/quants, then use llama.cpp directly to host them. LM Studio also doesn't do stuff like audio input and often has bugs that pure llama.cpp doesn't so it can be a net negative for certain use cases.
    • dofm 33 minutes ago
      I am aware of it, and I dabble with Unsloth Studio and use the llama-server approach.

      I would obviously prefer an open source, open weights stack.

      But I guess a paradox is that as long as there are open source options I could use, a solid agentic environment that I can use with my own open weights is something I might pay for, in a similar sort of way to paying for a Mac when I could use only Linux.

      If someone wanted to make their entire income from, say, making the BBEdit of LLM harnesses, that would be a viable strategy. Sooner or later people need to make an income somewhere. My own feeling is that Apple should acquire LM Studio, but if they said "this is $X per year" I might consider it, given the attention to detail.

    • satvikpendem 41 minutes ago
      Unsloth Studio is open source, run by the same Unsloth that produces some of the best quants in the business, I'd advise people to switch.
    • maxloh 1 hour ago
      Yeah, we already have many open-source agent systems. If you prefer a UI, OpenCode itself has a beta desktop app.

      I don't think we need closed-source developer tools, especially ones where they might restrict access if they decide to start charging for them later.

    • cpursley 2 hours ago
      Does anyone know about their stack - is it a native app? It's fairly well designed for what it is in terms of desktop apps.
      • woadwarrior01 1 hour ago
        The desktop app's GUI is electron.js based.
    • minimaxir 2 hours ago
      And? Is that a scandal?
      • thehamkercat 2 hours ago
        Not a scandal ofc, but people use local models mostly for privacy

        and using a closed-source, VC-backed app that might change anything in the next update might not be best for privacy

        • SOLAR_FIELDS 1 hour ago
          It also seems weird to be closed source and then market yourself as a tool designed for things that are open
      • speedgoose 2 hours ago
        No, but you are a lot more vulnerable to enshittification and you don’t have the advantages of open source applications.

        It’s an important criteria to have in mind when you select an application.

      • cyanydeez 2 hours ago
        some people want to make money, others want to improve social progress.

        Happy to clarify which is who and who is which.

        • radial_symmetry 2 hours ago
          You can do both
          • blitzar 1 hour ago
            Sure you can ... simply start by taking donations to benefit all mankind and then once you have done enough of that go private, ipo and join the tres commas club.
          • folkrav 2 hours ago
            Sure. I still don't think it's particularly controversial to acknowledge that the two don't necessarily align either, and that neither really incentivizes the other.

            Less unanimous and debatable, but many would say they more often do not align than the opposite.

          • freehorse 1 hour ago
            You can do both, until you can't, and then usually making money trumps social progress.
        • watwut 2 hours ago
          No one involved in LLMs want to improve social progress. That is simply not part of the equasion.
      • felooboolooomba 2 hours ago
        I'm interested in your thought process. How did you get from his initial statement opening of "A friendly reminder ..." to thinking that this was a scandal?
        • minimaxir 2 hours ago
          It's a common discussion trope to imply malfeasance in response to good news, which is a way to non-constructively shut down a conversation particularly without elaboration. In this particular case I legit didn't understand what the OP was actually implying because they did not elaborate.
      • NamlchakKhandro 2 hours ago
        Yes.

        Is that a problem for you comrad?

        • cicko 2 hours ago
          It is, cowboy
  • nttylock 16 minutes ago
    [flagged]
  • Fr4nZ82 1 hour ago
    [flagged]
  • ShipVoicedev 3 hours ago
    [flagged]