From 9476d27485c5eede75996a690d0e45ff1cb151d5 Mon Sep 17 00:00:00 2001 From: Hector Date: Wed, 22 Jul 2026 22:28:08 +0200 Subject: [PATCH] =?UTF-8?q?Ingest:=20LM=20Studio=20Bionic=20=E2=80=94=20lo?= =?UTF-8?q?kales=20KI-Agentensystem=20(heise,=2022.07.2026)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - raw/blog/2026-07-22-heise-lm-studio-bionic.md - wiki/concepts/lm-studio-bionic.md - Source: Kai (@PWeber) in OME Topic 13 - LM Studio geht vom LLM-Runner zum Agenten-OS --- raw/blog/2026-07-22-heise-lm-studio-bionic.md | 44 +++++++++++++++++++ wiki/concepts/lm-studio-bionic.md | 38 ++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 raw/blog/2026-07-22-heise-lm-studio-bionic.md create mode 100644 wiki/concepts/lm-studio-bionic.md diff --git a/raw/blog/2026-07-22-heise-lm-studio-bionic.md b/raw/blog/2026-07-22-heise-lm-studio-bionic.md new file mode 100644 index 0000000..c7112b4 --- /dev/null +++ b/raw/blog/2026-07-22-heise-lm-studio-bionic.md @@ -0,0 +1,44 @@ +--- +source_url: https://www.heise.de/news/LM-Studio-Bionic-Lokales-KI-Agentensystem-fuer-offene-Modelle-11372183.html +source_type: blog +source_author: Ben Schwan (heise online) +source_date: 2026-07-22 +title: "Offene Modelle als Agenten: LM Studio bringt Bionic" +ingested_by: hector +ingested_date: 2026-07-22 +ingested_from: "OME-Gruppe Topic 13, posted by Kai (@PWeber)" +tags: [lm-studio, bionic, local-ai, agent-system, open-models, voxtral, glm-5.2, kimi-k2.7, sandbox] +--- + +# Offene Modelle als Agenten: LM Studio bringt Bionic + +**Quelle:** heise online, 22.07.2026, Ben Schwan +**Original-Link:** https://www.heise.de/news/LM-Studio-Bionic-Lokales-KI-Agentensystem-fuer-offene-Modelle-11372183.html + +## Zusammenfassung + +LM Studio (GUI-Werkzeug für lokale Sprachmodelle) bringt mit Bionic ein Agenten-Tool für macOS und Windows. Bionic nutzt offene Modelle lokal oder via Cloud, um Mac/PC zu steuern — Coding, Research, Dokumentenarbeit. Derzeit Preview-Status. + +## Details + +- **Plattform:** macOS + Windows, Vorabversion (Preview) +- **Positionierung:** "Bionischer KI-Agent" für "echte Arbeit mit offenen Modellen" +- **Fähigkeiten:** + - Dokumenten- und Programmierumgebung-Handling + - Sprachinput via Voxtral (Mistral) — nicht Whisper + - Coding-Modus optimiert für GLM 5.2, Kimi K2.7 Code + - PDFs, Präsentationen, Tabellen + - Native Web-Suche + - Checkpoints für Rollback +- **Sandbox:** Verarbeitung isoliert, optional direkter Dateizugriff +- **Modelle lokal:** Gemma 4 12B (Google), Qwen3.6 27B (Alibaba), etc. +- **Cloud-Option:** LM Studio Secure Cloud (Token-Guthaben, Account nötig) +- **Kostenlos** mit lokalen Modellen + +## Relevanz + +- LM Studio war bisher "nur" GUI für lokale LLMs → jetzt Agenten-System. Trend bestätigt sich: lokale Modelle werden agentisch. +- Voxtral statt Whisper = Mistral positioniert sich im Voice-Space +- GLM 5.2 + Kimi K2.7 Code als Coding-Modelle = chinesische Open-Weight-Modelle werden Standard in Western Tools +- Sandbox + Checkpoints = Safety-Pattern, das auch BMASS und OpenClaw nutzen +- Cloud-Option trotz Local-First = hybrides Modell (ähnlich Ollama + ollama-cloud) \ No newline at end of file diff --git a/wiki/concepts/lm-studio-bionic.md b/wiki/concepts/lm-studio-bionic.md new file mode 100644 index 0000000..3d400f0 --- /dev/null +++ b/wiki/concepts/lm-studio-bionic.md @@ -0,0 +1,38 @@ +# LM Studio Bionic — Lokales KI-Agentensystem + +## Zusammenfassung + +LM Studio (bekannte GUI für lokale LLMs) bringt mit Bionic ein Agenten-Tool für macOS und Windows. Offene Modelle lokal oder via Cloud, um Mac/PC zu steuern — Coding, Research, Dokumentenarbeit. Preview-Status (Juli 2026). + +## Details + +- **Plattform:** macOS + Windows, Vorabversion +- **Sprachinput:** Voxtral (Mistral) — nicht Whisper +- **Coding-Modelle:** GLM 5.2, Kimi K2.7 Code +- **Lokale Modelle:** Gemma 4 12B, Qwen3.6 27B etc. +- **Sandbox:** Isolierte Verarbeitung, optional direkter Dateizugriff +- **Features:** Native Web-Suche, Checkpoints für Rollback, PDF/Präsentationen/Tabellen +- **Cloud-Option:** LM Studio Secure Cloud (Token-Guthaben) +- **Kostenlos** mit lokalen Modellen + +## Relevanz für OME-Ökosystem + +| Bionic-Feature | OME-Äquivalent | +|----------------|----------------| +| Lokale Modelle als Agenten | Ollama-Local + OpenClaw | +| Sandbox + Checkpoints | BMASS Safety Hardening, OpenClaw Container-Isolation | +| Voxtral Voice-Input | Qwen3-TTS (BMASS Roadmap) | +| GLM 5.2 als Coding-Modell | Hector's Primary Model (ollama/glm-5.2) | +| Hybrid Local + Cloud | Ollama + ollama-cloud Pattern | + +LM Studio geht den gleichen Weg wie BMASS: vom LLM-Runner zum Agenten-OS. Der Trend ist klar — lokale Modelle werden agentisch. + +## Quelle + +- **heise online, 22.07.2026, Ben Schwan:** https://www.heise.de/news/LM-Studio-Bionic-Lokales-KI-Agentensystem-fuer-offene-Modelle-11372183.html +- **Gepostet von:** Kai (@PWeber) in OME-Gruppe Topic 13 + +## Verwandte Wiki-Seiten + +- [BMASS — Bootable Model As System](../concepts/bmass-roemmele.md) — Sovereign Edge AI, gleicher Trend +- [Chinese AI Wave (Juli 2026)](../concepts/chinese-ai-wave-july-2026.md) — GLM 5.2, Kimi K2.7 als Standard in Western Tools \ No newline at end of file