Personal AI News Digest

Thursday, August 13, 2026

44 topics from 2 sources

3,119 words · ~16 min read

Web version · Archive

Grok 4.6 released with agentic focus and Grok Bot early beta

xAI released Grok 4.6, a 1.5T parameter model built on Grok 4.5 with extended supplemental training on curated model-generated reasoning data, high-quality engineering data, and improved optimizer/recipe. Training included regenerated SFT trajectories via Grok 4.5 across reasoning, agent harnesses, and domains (STEM, software engineering, knowledge work), plus agentic RL over coding, web development, CAD, and kernel optimization. Artificial Analysis rates it 61 on the Intelligence Index with strong agentic results: 88.4% on Terminal-Bench v2.1, 1753 GDPval-AA v2 Elo, and competitive AA-Briefcase performance. Pricing: $2/$6 per 1M input/output tokens, materially below frontier peers. Code Arena slots it near GPT-5.6 Sol and Claude Fable on webdev tasks. Elon announced Grok 4.7 is already in training with initial training complete and supplemental training on SpaceX internal data planned. Grok Bot, powered by Grok 4.6, was introduced in early beta as AI teammates that authenticate into user tools, operate them directly, and return finished work, with the announcement receiving 22.9M views and 28.9K likes.

Sources AINews

Links Grok 4.6, Artificial Analysis, AA-Briefcase note, Code Arena, @kimmonismus summary, Grok 4.7

Reasoning trace extraction vulnerability across frontier AI APIs

A disclosed vulnerability allows extraction of encrypted hidden reasoning from frontier model APIs (Claude, GPT, Gemini). The attack works by replaying signed reasoning blocks to weaker models and prompting them to transcribe the encrypted content via repeated sampling. Verification showed recovered reasoning token counts match billed API thinking tokens 1:1 on most prompts. A scan of ~7,000 public traces found 62 unique API keys, 33 email addresses, 33 passwords, and other sensitive data in decoded reasoning blocks—64 instances appeared exclusively in reasoning and nowhere in visible sessions. Specific attack templates: Claude uses signed thinking blocks replayed to Haiku 4.5 with assistant prefill; GPT injects encrypted_content multiple times into fabricated conversations with up to 50 samples, bypassing a ~50-token verbatim-output threshold via chunked continuations; Gemini attaches thought_signature with <thought> prefill and repeated sampling. The paper was responsibly disclosed with several vulnerabilities already fixed, but similar attacks remain possible. A follow-up observation notes that disabling explicit thinking while providing a deep_think tool can still induce internal-format CoT output, suggesting tool interfaces may re-expose reasoning even when hidden.

Sources AINews

Links @kotekjedi_ml, @kotekjedi_ml, @jonasgeiping

Qwen 3.8-Max open weights: 2.4T total / 95B active MoE with day-0 serving

Alibaba released Qwen3.8-Max as open-weight 2.4T total parameters with 95B active MoE. vLLM shipped day-0 support plus vendor-specific 4-bit checkpoints for NVIDIA B300 and AMD MI355X; Together AI and Baseten announced immediate support. Community emphasized its scale as one of the largest open-weight releases to date and long-context/agent orientation. Initial caveat: the released variant is text-only with no vision input in the first drop.

Sources AINews

Links Qwen3.8-Max, Yuchen Jin, vLLM, Together AI, Baseten, skalskip92

DeepSeek V4 Pro GA: aggressive pricing undercuts frontier models

DeepSeek's V4 Pro general availability rollout drew attention primarily for economics: pricing around $0.435/M input and $0.87/M output tokens (roughly 57× cheaper than Claude Fable 5 according to Cline). Meaningful gains over preview reported, including 15.8% Terminal Bench increase. Early user feedback was mixed on capability—some found it solid but not clearly ahead of Kimi/Flash on all tasks, suggesting DeepSeek's next gains may depend more on RL environment and agent work than raw scale.

Sources AINews

Links V4 Pro GA rollout, kimmonismus, Cline, Yuchen Jin’s roundup, scaling01, teortaxesTex

Microsoft MAI-Thinking-1: first reasoning model built from scratch, now in Foundry

Mustafa Suleyman announced MAI-Thinking-1, Microsoft's first reasoning model built from scratch, now available in Foundry. The team's initial request focused on practical feedback around tool use, positioning it as an applied reasoning model rather than a benchmark entrant.

Sources AINews

Links MAI-Thinking-1, Finbarr Timbers

NVIDIA Nemotron 3.5 Lightning: 30B MoE agent model with 3.6B active parameters

NVIDIA released Nemotron 3.5 Lightning, a 31.6B total / 3.6B active parameter MoE model under OpenMDW-1.1 license, positioned for always-on agent workloads. Specifications: NVFP4 and BF16 weights available, 1M context window, median serving throughput ~670 tok/s in pre-release testing, Intelligence Index score of 24 (roughly in line with gpt-oss-120b while much smaller and faster). Agentic performance is notably strong: GDPval-AA v2 Elo 824 and Terminal-Bench v2.1 24%, both major jumps over Nemotron 3 Nano. Weights, data, and recipes are open/customizable on Hugging Face. Rapid ecosystem adoption: Together AI, Ollama, Baseten, vLLM, Perplexity API, and others. Downstream tuning shows promise: Harvey reports post-training on Legal Agent Bench improved Lightning from 0% to 8.3% on held-out tasks, beating Opus 4.6 and Nemotron 3 Ultra while cutting average output from 90k to 37k tokens. The release reinforces the trend toward smaller, faster models tuned for high-volume tool use rather than general chat.

Sources AINews

Links Nemotron 3.5 Lightning, @NVIDIAAI, @ArtificialAnlys, @ArtificialAnlys, Together AI, Ollama, Baseten, vLLM, Perplexity API, @kimmonismus, @harvey

Meta Muse Glimmer 30B: dense multimodal reasoning model for local agent workflows

Meta released Muse Glimmer 30B, a permissively licensed (Apache 2.0) open-weight dense multimodal model optimized for always-on local agent workflows. Architecture: 30B parameters, interleaved text/image input via dedicated perception encoder, 100+ language training, controllable reasoning effort, hybrid local/global attention. Designed for tool use, long-horizon reasoning, failure recovery. Benchmarks: DeepSearch QA, MCP-Atlas, τ³-Bench, SWE-Bench. Memory efficiency: ~4-bit quantization reduces model to <20 GB, enabling operation in 24–32 GB memory envelopes alongside KV cache, perception encoder, and DFlash-based speculative decoding drafter. KV-cache efficiency is notably compact: reported ~1.8 GiB for 131k context with F16 despite SWA on all layers. Weights and resources on Hugging Face, research blog, and developer docs. Community testing shows strong agentic performance and quantization behavior, with some reports of outperforming Qwen 3.6-27B in tool-calling and low-bit quantization scenarios. DFlash drafter support for Muse Glimmer 30B was added to llama.cpp and Transformers, claiming 2–4× generation speedup at small memory cost.

Sources AINews

Links Introducing Muse Glimmer: an open-weight model optimized for always-on local ag…, Hugging Face, research blog, developer docs, X, Meta releases Muse Glimmer 30B - a new open model, Muse Glimmer ACTUALLY fits on a single RTX 3090, Muse-Glimmer-30B-GGUF, 1 Day in and I feel okay saying Muse-Glimmer-30B finally beats 3.6-27B for the…, Early signs that Muse-Glimmer-30B might quantize, @mervenoyann, @mervenoyann, @rasbt

Upstage Solar Pro 4 jumps to Intelligence Index 42 with agentic and long-context gains

Artificial Analysis reported Upstage's Solar Pro 4 jumped from 14 to 42 on the Intelligence Index, with especially large gains on agentic and long-context tasks, though still behind current frontier and open leaders on both raw score and price.

Sources AINews

Links Artificial Analysis

LTX-2.5 video generation: joint audio, prompt-controlled length, tile rendering for local workflows

Lightricks' LTX-2.5 landed in Diffusers with practical features for local workflows: joint video + 48 kHz audio generation, prompt-controlled clip length, 2-pass quality mode, tile rendering for lower memory usage, and preprocessing that re-compresses input images to match training distribution. Ostris AI Toolkit added support the same day. The week was framed as unusually strong for open multimedia releases including MiniMax H3, LTX-2.5, LFM2.5-VL-3B, and North Micro Vision.

Sources AINews

Links @RisingSayak, Ostris AI Toolkit, victormustar, multimodalart

North Micro Vision: Apache-2.0 small VLM for document understanding

Cohere launched North Micro Vision, an Apache-2.0 open-source small VLM aimed at document understanding, claiming to outperform Gemma 4 E2B and Ministral 3 3B on a broad visual benchmark mix. Liquid AI's LFM2.5-VL-3B was also cited as a strong compact vision model, with users demonstrating hybrid local/remote agent stacks (e.g., Hermes Agent using DeepSeek V4 Flash for planning plus LFM2.5-VL-3B for local vision).

Sources AINews

Links North Micro Vision, results thread, Hermes Agent using DeepSeek V4 Flash for planning plus LFM2.5-VL-3B for local v…

Google DeepMind SL2T: sign-language-to-text for ASL input on Android/Pixel 11

Google DeepMind announced SL2T, a sign-language-to-text system powering ASL input on Android/Pixel 11. Body pose tracking runs on-device, translation runs server-side, and the system is optimized for real-world constraints like one-handed signing.

Sources AINews

Links SL2T, detail

Deepgram Flux TTS: low-latency conversational text-to-speech with mid-call adaptation

Deepgram launched Flux TTS, a low-latency conversational TTS model claiming ~80 ms response time and mid-call adaptation for voice agents.

Sources AINews

Links Flux TTS

vLLM adds Azure Blob support for model loading and KV caching on long prompts

vLLM now supports Azure Blob paths for both model loading and KV connectors. Faster weight loading via Dynamo ModelExpress (up to 7.3× faster on H100/A100) and blob-backed KV caching via LMCache + NIXL trade recomputation for fetches on long-prompt workloads.

Sources AINews

Links vLLM, follow-up

LLM Compressor v0.13.0: REAP expert pruning for MoE and arbitrary 3-7 bit quantization

LLM Compressor v0.13.0 added REAP expert pruning for MoE models—dropping whole experts based on calibration saliency before quantization—as well as arbitrary 3/5/6/7-bit quantization. Unsloth claimed to shrink Qwen3.8-2.4T-A95B from 4.9 TB to 397 GB via dynamic 1-bit quantization, making local execution conceivable on 410 GB+ RAM/VRAM systems. They also showed a 2-bit Nemotron 3.5 Lightning setup sustaining long tool-use sessions in 22 GB VRAM.

Sources AINews

Links LLM Compressor v0.13.0, Unsloth, 2-bit Nemotron 3.5 Lightning setup

CuTeDSL 4.7.0: declarative GPU kernel scheduling with static deadlock/race checks

CuTeDSL 4.7.0 Task Scheduling kernels let developers explicitly declare warp roles, resources, dependencies, and schedules, enabling static checks for deadlocks, races, and barrier initialization before lowering to GPU code. A concise explainer covered prerequisites for TMA async copy—acquire/release semantics, mbarriers, and CuTe arithmetic tuples—for reasoning about modern NVIDIA memory movement primitives.

Sources AINews

Links maharshii, thread

Expedia ranking model migration to Keras 3: 30% faster training, 70% lower inference latency

François Chollet highlighted Expedia's migration to a modern Keras 3 setup for ranking models, reporting 30% faster training and 70% lower inference latency. Keras's backend-agnostic APIs reduce lock-in if teams later need PyTorch or JAX kernels.

Sources AINews

Links tweet, note

GitHub Agent Plugins 1.0: packaging skills, MCP servers, and AI extensions

GitHub shipped Agent Plugins 1.0, packaging skills, MCP servers, and AI extensions together, plus UX improvements like sticky scroll and better session handling. Separately, Codex for Linux was released.

Sources AINews

Links @code, release thread, Codex for Linux

LangSmith dashboards rebuilt for trace analysis and reporting; LangChain Managed Deep Agents focus on durable memory

LangChain rebuilt LangSmith dashboards for more useful trace analysis and reporting. Managed Deep Agents examples focused explicitly on durable memory and recurring workflows such as social-media agents.

Sources AINews

Links LangSmith dashboards, hwchase17

Hermes Agent ecosystem updates: Raspberry Pi deployment, profile export/import, API generation from web traffic

Hermes Agent received multiple ecosystem updates including Raspberry Pi deployment, easy profile export/import, and new skills like generating reusable APIs from observed web traffic.

Sources AINews

Links Raspberry Pi deployment, easy profile export/import, Teknium

Agent security and governance: W&B demonstrates secret redaction; delegated identity auditing challenges

W&B showed a side-by-side agent email example where one agent leaked SSN/card info while another blocked prompt injection and redacted secrets before the model saw them. The Turing Post raised an architectural issue around delegated identity: if an agent uses SaaS credentials directly, revocation and auditing become muddy.

Sources AINews

Links thread start, tweet

AI-assisted math and science: ChatGPT 5.6 reportedly solved open problem in numerical linear algebra

Steven Strogatz shared a story that a neurosurgery resident reportedly used ChatGPT 5.6 to solve a significant open problem in numerical linear algebra. Multiple accounts noted another EpochAI open problem apparently falling.

Sources AINews

Links tweet, scaling01

DiG-bench: text-based discovery benchmark without vision confounds

Princeton/MIT collaborators released DiG-bench, a text-based benchmark for discovery rather than standard QA or code tasks. Tri Dao praised it for having some of ARC's flavor without confounding vision issues.

Sources AINews

Links DiG-bench, tweet

Conceptual Reasoning Index: benchmark for AI-risk-relevant argumentation and sparse-feedback reasoning

Redwood + Anthropic introduced the Conceptual Reasoning Index, targeting AI-risk-relevant argumentation and conceptual reasoning where feedback is sparse and hard to automate.

Sources AINews

Links Conceptual Reasoning Index

SRE-Bench: binary reverse engineering benchmark for security tasks

Vals announced SRE-Bench, focused on binary reverse engineering rather than source-level cyber tasks.

Sources AINews

Links SRE-Bench

Direct On-Policy Distillation: RL on smaller model transferred to larger model, halving pipeline cost

Lewis Tunstall summarized Direct On-Policy Distillation, where RL is done on a smaller model and the resulting policy shift is transferred to a larger model using a dense implicit reward, roughly halving pipeline cost in the cited setup.

Sources AINews

Links Direct On-Policy Distillation

Long-context architecture choices: normalization, GQA, pretraining length, sliding-window attention cost up to 47% of performance

dair.ai's summary of new OLMo/Llama/Qwen long-context work argues that four architecture choices—normalization, GQA, pretraining context length, and sliding-window attention—can together cost up to 47% of long-context performance, even when short-context validation looks fine.

Sources AINews

Links dair.ai’s summary

Google ResidencyRL: Gemini 3.5 Flash trained on 49,870 simulated telehealth encounters improves diagnostic accuracy

Google's ResidencyRL work reports that training Gemini 3.5 Flash over 49,870 simulated telehealth encounters increased diagnostic accuracy under adversarial conditions from 81% to 88% and reduced missed red flags by 31%.

Sources AINews

Links kimmonismus

Snowflake 4B SQL autocomplete model beats 30B-A3B MoE: 71% latency reduction, higher user acceptance

Snowflake shared a counterexample to "bigger always wins": a new 4B SQL autocomplete model beat their previous 30B-A3B MoE, improving user acceptance while cutting median latency 71%.

Sources AINews

Links new 4B SQL autocomplete model

Claude text watermarking rollout: imperceptible model-level marks and C2PA provenance metadata

Anthropic announced Claude models launched on or after August 2, 2026 will embed an imperceptible model-level text watermark intended to survive copy-paste and some editing without changing readability or semantics. Supported file outputs (.png, .jpg, .svg) will carry digitally signed C2PA provenance metadata. The mechanism uses keyed generation-time sampling bias—slightly boosting pseudo-randomly selected "favored" tokens based on prior context and a secret key—detectable via statistical overrepresentation (e.g., z-score). Robustness degrades under substantial paraphrasing, sentence restructuring, or regeneration by another LLM. Reddit commenters questioned usefulness for text because paraphrasing through another model or local LLM could likely remove detectable signals, and raised concerns about false positives in naturally written text.

Sources AINews

Links Claude now embeds invisible watermarks in all text outputs + signed metadata on…, support article, Understanding the source of what we see and hear online, How would an “invisible watermark” in AI-generated text actually work?, Nature

Charity Majors on AI as a generational shift in software engineering

Charity Majors, CTO of Honeycomb, discusses her evolved thinking on AI in a podcast episode. She argues that skepticism about AI was rational through 2025, but the field has reached an inflection point—particularly with Claude Code and Opus 4.5 in November 2025—making AI a generational change comparable to cloud computing's impact in 2010. Key themes: (1) AI is shifting code generation economics; writing hundreds of function variants is now faster than hand-writing one. (2) The industry may transition from "pets to cattle" for code—when bugs appear, generate new verified code rather than fix it, mirroring how infrastructure moved to immutable servers. (3) Code review is overrated; humans excel at deciding what to build and conversation, not at catching bugs. (4) Non-deterministic AI-generated code requires more engineering discipline: validation through tests, evals, and conformance testing must compensate for reduced trust in authorship. (5) DevOps as a movement failed to close the feedback loop; engineers still don't understand their code in production. (6) The critical question: what systems validate code you never read before shipping to production? Majors believes this is inevitable. (7) Both AI enthusiasts and skeptics have valid points; the industry needs to tell the whole story—wins and costs together. (8) AI fatigue is real; small acts of control help (e.g., Honeycomb's no-AI Wednesdays). (9) For anxious engineering leaders: moving to IC roles offers more agency and is still feasible but the window is closing.

Sources The Pragmatic Engineer

Links Stop being skeptical about AI…, Stop being skeptical about AI for development with Charity Majors, YouTube, Apple, Spotify, Observability Engineering, Deepdive: How 10 tech companies choose the next generation of dev tools, When AI writes almost all code, what happens to software engineering?, Are AI agents actually slowing us down?, Observability: the present and future, The third golden age of software engineering – thanks to AI, chapters, https://www.linkedin.com/in/charity-majors, https://www.oreilly.com/library/view/observability-engineering-2nd/9781098179915, https://blog.pragmaticengineer.com/can-you-measure-developer-productivity, https://engineering.atspotify.com/2026/4/anthropic-agentic-development, 2025 was for AI what 2010 was for cloud, AI demands more engineering discipline. Not less, https://www.intercom.com/blog/ai-is-approving-our-pull-requests-heres-how-we-ma…, https://newsletter.pragmaticengineer.com/p/martin-fowler, AI enthusiasts are in a race against time, AI skeptics are in a race against en…, https://www.dataiku.com/blog/traditional-observability-misses-ai-agent-failure, https://www.linkedin.com/posts/charity-majors_the-most-effective-leaders-are-ki…

Unsloth Desktop: local AI environment with training, tool calling, and multi-platform support

Unsloth AI launched Unsloth Desktop, an open-source desktop application for running and training models locally across Mac, Windows, and Linux. Supported formats: MLX, GGUF, diffusion image/video, audio, with CPU and multi-GPU setups. Features extend beyond chat: tool calling, sandboxed code execution, private search, RAG, MCP, model exports. Performance claims: 2× faster training with 70% less VRAM. Positioned as an end-to-end local AI operating environment rather than a simple LM Studio competitor.

Sources AINews

Links @UnslothAI, @TeksEdge, @dessaigne

OpenAI ChatGPT desktop app now available for Linux with project/chat sync

OpenAI announced ChatGPT desktop app for Linux in preview, supporting Ubuntu 24.04/26.04, Debian 13, Fedora 43/44, with x64 and ARM64 packages. The desktop app can now import/sync projects, chats, skills, and plugins from other agents into ChatGPT Work and Codex, including automatic updates. Positioned as an effort to reduce switching friction and make Codex/Desktop the integration hub.

Sources AINews

Links @OpenAI, @OpenAIDevs, @OpenAIDevs

Grok Bot: persistent AI agents with cloud compute, tool access, and inter-agent delegation

xAI introduced Grok Bot, pitched as AI teammates with their own cloud computers that can sign into tools and do persistent work. Key product details: bots can watch Slack threads and GitHub Actions, repeat scheduled routines, create/manage other bots, and work across linked cloud environments. The product is deeply tied to Cursor distribution and pricing, hinting at a 'virtual coworker' category where persistent context, logged-in environments, and inter-agent delegation matter more than raw benchmark gains.

Sources AINews

Links Grok Bot, @shaoruu, @n2parko, @sjwhitmore, @kimmonismus

ExtractBench: deterministic benchmark for enterprise document extraction

LlamaIndex launched ExtractBench, a deterministic benchmark for enterprise document extraction across 370 documents / 4,869 pages / 67 document types. Key finding: commercial VLMs can keep precision high while recall collapses below 35% on documents >50 pages, mainly via silent row/list truncation. LlamaParse introduced an 'Agentic Plus' extraction tier claiming 95.6% value accuracy at less than one-third the cost of the nearest peer.

Sources AINews

Links ExtractBench

AA-AnalystAgent: agentic benchmark for spreadsheet/document quantitative analysis

Artificial Analysis released AA-AnalystAgent, an agentic benchmark for spreadsheet/document quantitative analysis using a pass^5 reliability metric across 80 tasks. Results: Claude Opus 5 leads at 54%, followed by GPT-5.5 at 50% and Claude Fable 5 at 49%; Kimi K3 is the top open-weights model at 39%. The benchmark emphasizes reliability and workflow correctness over one-shot capability.

Sources AINews

Links AA-AnalystAgent

Benchmark engineering critique: many modern evals are 'vibed' rather than carefully engineered

A critique from @hrishioa argues many modern evals are being 'vibed' rather than engineered carefully, leading to broken scoring, bad aggregation, and exploitable prompts/sandboxes. The concern is sharpened by recent reports of sandbox escapes, outbound network access, and agent reward hacking.

Sources AINews

Links @hrishioa

Prompt-time skill compilation: free gains from previous hidden state at decoding time

Microsoft research showed feeding the previous hidden state at decoding time yields free gains. Separately, another paper demonstrated that compact natural-language skills distilled from prior trajectories can recover 55% to >100% of the gap between non-reasoning and reasoning modes on several multi-step agentic tasks, often with 2.7–6× fewer output tokens.

Sources AINews

Links @xidulu, @dair_ai

Attestable: zero-knowledge proofs for AI integrity with $20M seed

Attestable launched with a $20M seed, pitching practical zero-knowledge proofs for AI integrity. Core claim: proving that the correct model ran on the correct inputs and invoked the correct tools, which becomes more valuable as agent traces lengthen. The team reduced ZK overhead by many orders of magnitude from previously impractical levels. Vitalik Buterin estimates the current approach may already be within single-digit (<10×) overhead relative to raw inference in some settings, framing it as a stepping stone toward stronger privacy-preserving inference stacks.

Sources AINews

Links @Yogi_Brn, @jaminball, @VitalikButerin

Deterministic integer-only LLM inference across heterogeneous hardware

Fully deterministic LLM inference across A100, H100, Apple M5 Max, AMD EPYC, and Intel Xeon using exact integer arithmetic end-to-end instead of floating-point bounces. On Qwen3-0.6B, all integer runs produced identical hashed logits across devices, with WikiText2 perplexity 20.72 vs 20.95 for fp16 and 106 tok/s CUDA-graphed decode on A100 at batch 1—claimed as 3.6× fp16 eager baseline. Relevant for reproducibility and proof-friendly inference.

Sources AINews

Links @nathanrs

Agents moving down the stack: compiler/memory-planner/debugger workflows for heterogeneous chips

Recurring theme of automated compiler/memory-planner/debugger workflows for running optimized models across heterogeneous chips. Software-generated per-chip adaptation is framed as a way to weaken the CUDA moat.

Sources AINews

Links @JvNixon

Qdrant 1.19: prefix matching on keyword indexes

Qdrant released version 1.19 with prefix matching on keyword indexes.

Sources AINews

Links @qdrant_engine

Together + IBM + NVIDIA enterprise inference infrastructure on IBM Cloud

Together, IBM, and NVIDIA announced enterprise inference infrastructure on IBM Cloud.

Sources AINews

Links @togethercompute

Qwen 3.8-27B open weights releasing this week

Qwen/Alibaba_Qwen confirmed Qwen 3.8-27B open weights are landing this week. Community interest includes speculation on whether a 35B-A3B-style MoE variant will follow, given strong performance and speed on certain tasks.

Sources AINews

Links Qwen 3.8-27b coming this week, image, https://modelscope.cn/models/Qwen/Qwen3.8-2.4T-A95B, https://modelscope.cn/models/Qwen/Qwen3.8-2.4T-A95B/summary

inclusionAI Ling-3.0-tiny: 8B MoE with 1.3B active parameters for edge/mobile

inclusionAI released Ling-3.0-tiny, an 8B-parameter MoE with ~1.3B active parameters, positioned between 4B and 8–12B dense models. Performance: FP8 throughput ~100–105 tok/s on DGX Spark and 86–90 tok/s on M4 Pro MacBook, ~8.34 GiB peak memory at 8K context, 256K context window, AA Bench score of 25. Benchmark comparisons: IFBench 63.61, Multi-IF 83.15, BFCL-v4 62.72, beating LFM2.5-8B-A1B and LFM2.5-2.6B on those metrics. Positioned for low-memory, mobile, and edge inference due to high tokens/sec.

Sources AINews

Links inclusionAI/Ling-3.0-tiny · 8B A1.3B MoE· Hugging Face

Processed 3 mails, 0 failed · run 3m 48s · model anthropic/claude-haiku-4-5 · cost $0.1077
Made by Robert Repka · © 2026 · robo@repka.org