Inference Brew

PrismML Updates Bonsai 27B Line with Qwen3.8-based Ternary Bonsai 2

00:00 / --:--

← Back to home

PrismML Updates Bonsai 27B Line with Qwen3.8-based Ternary Bonsai 2

1. PrismML Updates Bonsai 27B Line with Qwen3.8-based Ternary Bonsai 2

Building on the original Bonsai 27B release, PrismML has launched Ternary Bonsai 2 27B. This iteration upgrades the underlying architecture to Qwen3.8 while maintaining a highly compressed 5.9GB footprint. The model supports a 262K-token context window and enables local execution via CUDA, MLX, and WebGPU, continuing the company's focus on high-performance, low-footprint local inference.

  • • Ternary Bonsai 2 27B is based on the Qwen3.8 27B architecture, an upgrade from the previous Qwen3.6-based release.
  • • The model maintains a 5.9GB footprint using ternary weights and FP16 group-wise scaling.
  • • It retains 98.2% of the aggregate benchmark performance of its full-precision counterpart.
  • • The model supports a 262K-token context window and is released under the Apache 2.0 license.
  • • Performance reaches 143 tokens/second on an NVIDIA GeForce RTX 5090 and 46.8 tokens/second on an Apple M5 Max.

Developers can now access an updated 27B-class model with improved architecture that retains the local-first, low-footprint benefits of the original Bonsai 27B.

2. IFM Releases K2-Horizon-7B Diffusion-Augmented LLM

By combining traditional causal autoregressive weights with a diffusion adapter, K2-Horizon-7B bypasses standard generation bottlenecks. This hybrid architecture offers a promising path for high-throughput, low-latency applications that require real-time text generation.

  • • K2-Horizon-7B is a diffusion-augmented large language model released by IFM.
  • • The model achieves speeds of up to 5,200 tokens per second with a claimed lossless speedup.
  • • It utilizes a causal LLM architecture combined with a plug-and-play diffusion adapter alongside autoregressive weights.
  • • The underlying research is documented in a newly released arXiv paper.

Developers can leverage a plug-and-play diffusion adapter alongside standard autoregressive weights to achieve massive inference speedups without quality loss.

SOURCES

3. World Labs Makes Atlas 3D Generation Model Generally Available

Building on the early access program announced earlier this month, World Labs has moved to a full release of its Atlas model. The model, which converts single photographs into navigable 3D environments, is now available for broader use in simulation, gaming, and robotics training, expanding access beyond the initial select partner group.

  • • World Labs has transitioned Atlas from early access to a general release.
  • • The model enables the conversion of single photographs into navigable 3D worlds.
  • • The release supports broader adoption for simulation, gaming, and robotics training applications.

Developers can now integrate Atlas into their production pipelines for generating interactive 3D spaces from 2D imagery, moving from the limited testing phase to general availability.

SOURCES

4. Cactus Releases Needle 3, Expanding Edge Automation Capabilities

Following the release of the original Cactus Needle and the agentic-focused Needle 2, Cactus has introduced Needle 3. This 121M-parameter model advances the series by replacing dense layers with a Monarch Hadamard MLP and introducing an 'intelligence ladder' architecture, allowing developers to deploy between 2 and 20 layers depending on resource constraints. It maintains the series' focus on local execution, now optimized for plain CPUs and edge devices with a footprint as small as 8MB.

  • • Needle 3 features a 121M-parameter architecture using a Monarch Hadamard MLP.
  • • Supports an 'intelligence ladder' allowing independent deployment of 2 to 20 layers.
  • • Weights are quantized at 2.125 bits, resulting in an 8MB to 29MB footprint.
  • • Optimized for local execution on CPUs across macOS, Linux, Windows, Android, iOS, and WebAssembly.
  • • Available now as the 'cactus-needle' package on Hugging Face, GitHub, and PyPI.

Needle 3 extends the Cactus Needle line by providing a more scalable, sliceable architecture that allows for flexible deployment of automation tasks on constrained hardware.

SOURCES

5. Anthropic Upgrades Claude Code Projects with Persistent Parallel Cloud Sessions

Anthropic has evolved its Claude Code platform by redesigning Projects to enable parallel, persistent cloud-based execution. Unlike the previously released cross-session messaging, which relied on local terminal sessions, this beta update allows Claude to coordinate complex workflows across background threads that persist in the cloud. Claude now acts as a central coordinator, delegating tasks to these threads, which inherit project-wide context and continue running even when the user's local machine is offline.

  • • Claude Code Projects now support parallel, persistent cloud sessions.
  • • Claude acts as a coordinator, delegating tasks to threads that operate independently in the cloud.
  • • Threads persist after the user closes their laptop, unlike the previous local-only cross-session messaging.
  • • Each thread inherits project-wide context, including repositories and instructions.
  • • The feature is currently in beta for select Claude Pro and Max subscribers.

This update shifts Claude Code from local-first coordination to cloud-native persistent execution, allowing developers to delegate multi-part tasks to background threads without maintaining local machine uptime.

SOURCES

6. Cloudflare Open-Sources Security-Audit-Skill for Coding Agents

Originating from Cloudflare's internal vulnerability discovery harness, this skill uses structured files like architecture.md and findings.json to manage the audit. Test runs indicate that while a single run identifies about half of the vulnerabilities, multiple runs are additive, providing a robust automated defense.

  • • The security-audit skill orchestrates isolated agents through six phases, from reconnaissance to reporting.
  • • It is released under the MIT license and installed via the Skills CLI.
  • • The skill requires a coding agent with tool use, Node.js, and an OS-enforced sandbox.
  • • The required sandbox must disable external networking, use a sanitized environment, and enforce resource limits.
  • • The system employs adversarial validation, ensuring the discovering agent is different from the verifying agent.

Developers can integrate automated, multi-phase security auditing into their development pipelines using sandboxed, adversarial AI agents.

SOURCES

7. Agent Substrate Brings High-Density Sandbox Runtime to GKE

Agent Substrate addresses the infrastructure challenges of running LLM-generated code at scale. By providing high-density sandboxing with native zero-trust isolation, it allows developers to safely execute untrusted code within agent workflows without sacrificing performance or incurring high infrastructure overhead.

  • • Agent Substrate is an open-source, secure-by-default agent execution runtime optimized for GKE.
  • • The runtime supports millions of sandboxes with 10x higher density than standard container runtimes.
  • • It provides sub-500ms resume operations at a rate of over 500 suspend/resume activations per second.
  • • The platform features native zero-trust kernel and network isolation.
  • • It is compatible with any Kubernetes infrastructure.

Developers can run millions of isolated agent sandboxes with 10x higher density than standard container runtimes and sub-500ms resume times.

SOURCES

8. Study Warns AI Watermarking Causes Sampling Drift and Safety Risks

The findings highlight an unexpected side effect of regulatory compliance. Because the watermarking process alters token probability distributions, it can inadvertently weaken safety guardrails and disrupt tool-calling behavior, requiring developers to re-evaluate their prompt defenses.

  • • Anthropic announced future Claude models will implement Google's SynthID-Text watermarking to comply with EU law.
  • • SynthID-Text uses a secret key to influence next-word selection to identify AI-generated content.
  • • Research indicates watermarking causes 'sampling drift,' altering how models handle safety guardrails and tool invocations.
  • • The study found watermarking can increase the likelihood of a model fulfilling harmful requests, especially when paired with prompt injection.
  • • The research was conducted on six open-weight models using the Hugging Face implementation of SynthID-Text.

Developers integrating future Claude models must perform rigorous red-team testing to account for behavioral changes and safety risks introduced by active watermarking.

SOURCES

9. Hister Private Search Engine Integrates with MCP

Hister runs entirely locally and can be installed via binary download, Homebrew, Docker, or Nix. By exposing its full-text index through an MCP server, it serves as a powerful, privacy-preserving context provider for local coding assistants and agents.

  • • Hister is a private search engine designed to index visited web pages and local files.
  • • Users can access indexed information via a web interface, terminal, or an AI assistant connected through MCP.
  • • The software is licensed under AGPLv3 and features no telemetry or mandatory cloud services by default.
  • • It supports automatic browser indexing via Firefox or Chrome extensions.
  • • Optional semantic search is supported through user-configured embeddings endpoints.

Developers can provide local AI agents with secure, private access to their full browsing history and local files using a standardized Model Context Protocol connection.

SOURCES

10. Jev Ultrafast Open-Sources Browser Agent with Indexed Action Space

By utilizing a specific set of operations (such as CLICK, TYPE_TEXT, and SCROLL) and a speculative fan-out architecture, Jev minimizes network round trips. While it does not currently support shadow roots, frames, canvas, or file uploads, it provides a highly efficient baseline for common HTML and ARIA control interactions.

  • • Jev is an open-source browser agent available on GitHub.
  • • The agent operates by consuming structured state from the browser rather than relying on screenshots.
  • • It employs a speculative fan-out approach where operation and target heads share the same observed state.
  • • It supports OpenAI-compatible text models from OpenRouter, Gemini, GLM, and DeepSeek.
  • • In internal testing, a Google Flights search task was completed in a median time of 7.092 seconds.

Developers can build faster, lower-latency web automation agents that consume structured HTML/ARIA state instead of expensive visual inputs.

SOURCES

11. Case Study: Fine-Tuning GLiNER for $9 to Replace Gemini API

This practical case study demonstrates a highly repeatable cost-reduction pattern. By offloading bulk inference from expensive APIs to a highly specialized, local GLiNER model, the developer built a cost-effective pipeline to power 'New Knife Day,' a project tracking Reddit discussions.

  • • Gemini 3.1 Pro was used to label 4,290 Reddit comments for named-entity recognition at a cost of $9.
  • • A GLiNER large v2.5 model was fine-tuned on the labeled data using a Tesla T4 GPU on Modal.
  • • Total GPU training costs amounted to approximately $2.50 across ten runs.
  • • The fine-tuned model achieved an F1 score of 0.83 against Gemini's labels on a validation set.
  • • Implementing per-class thresholds instead of a global cutoff improved material recall to 0.911.

Developers can dramatically lower operational costs by using frontier LLMs to label training data and fine-tuning small, task-specific local models.

SOURCES

12. Pattern: Treating LLM Classification as Feature Engineering

Direct LLM classification lacks the flexibility needed for production systems where operating thresholds must be tuned. By treating the LLM's output as a feature alongside other deterministic covariates, developers can leverage traditional ML algorithms to achieve superior calibration and easily adjust precision-recall trade-offs.

  • • LLMs used directly as classifiers often struggle with calibration and threshold control.
  • • The proposed framework treats the LLM verdict as an input feature for a logistic regression model.
  • • This approach allows for better calibration and the inclusion of additional covariates.
  • • Tested on the SemEval 2018 dataset, the initial one-shot LLM classifier achieved a score of 0.747, outperforming the competition winner.
  • • The underlying classifier architecture can be swapped for algorithms like XGBoost or neural networks.

Developers can build highly calibrated classifiers that allow precise control over precision and recall thresholds by combining LLM outputs with traditional machine learning.

SOURCES

13. Microsoft Open-Sources TauGrid for Kubernetes GPU Workloads

TauGrid provides a unified, self-hosted control plane for managing expensive GPU resources. While some observability integrations like Azure Data Explorer are currently Azure-specific, the core platform runs on any standard Kubernetes infrastructure, offering developers a robust alternative to proprietary orchestration tools.

  • • Microsoft open-sourced TauGrid under the MIT license.
  • • TauGrid bundles the Tau CLI, Kueue for queueing, KubeRay for orchestration, GPU health monitoring, and observability.
  • • The platform requires a Kubernetes 1.30+ cluster with GPU nodes and Helm 3.0 or later.
  • • It utilizes Evidence records to capture configuration, logs, metrics, and checkpoints for reproducibility.
  • • The software does not send telemetry to Microsoft by default.

Developers can deploy a self-hosted, reproducible AI training and inference stack on their own Kubernetes clusters without default telemetry.

SOURCES

14. Grok Build Adds Persistent Memory for Context Retention

Following the June 2026 beta release of the Grok Build API, xAI has updated the platform with persistent memory. This feature allows the AI to retain project facts, coding conventions, and decisions across sessions, reducing the need for repetitive prompting and ensuring consistent output.

  • • Grok Build adds persistent memory to its existing API platform.
  • • The feature stores project facts, conventions, and decisions.
  • • It improves consistency and reduces repetitive prompting compared to the initial beta release.

Developers can now maintain project context and coding standards across multiple sessions, improving the efficiency of agentic coding workflows established in the initial beta.

SOURCES

15. Google Previews Agent Anomaly Detection on Gemini Platform

As AI agents gain more autonomy, monitoring their execution becomes critical. Google's new tool provides enterprise developers with a built-in mechanism to analyze agent traces and logs, helping to identify prompt injections, infinite loops, or unauthorized actions before they cause harm.

  • • Agent Anomaly Detection is now available in Private Preview on the Gemini Enterprise Agent Platform.
  • • The tool monitors AI agent behavior to detect anomalies.
  • • It utilizes logs and traces to flag suspicious activities within the agent platform.

Developers can automatically detect and mitigate unexpected or malicious AI agent actions by monitoring logs and traces in real time.

SOURCES

16. Nunchux AI Releases VC-Attention Kernel for Video DiTs

Nunchux AI's new kernel is compatible with sparse attention, distillation, and multi-GPU execution. By optimizing the value quantization and softmax stages, VC-Attention provides a drop-in speedup for video generation pipelines without requiring model retraining.

  • • VC-Attention is a training-free, low-bit attention kernel designed for video Diffusion Transformers (DiTs).
  • • The kernel addresses value quantization error and slow softmax stages in video generation.
  • • The V-Smooth component clusters value tokens and quantizes only residuals after subtracting block means.
  • • ExpCast-FP8 replaces standard FP32 exponential and cast operations with a single multiply-add.
  • • On an NVIDIA B200, VC-Attention runs 6.02 times faster than SageAttention2.

Developers building video generation features can significantly reduce inference latency and bypass softmax bottlenecks on modern GPUs.

SOURCES

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.