SShortSingh.
Back to feed

Alibaba Qwen3.8-Flash-Next and Google Gemini 3.7 Flash Reshape LLM Inference in 2026

0
·1 views

Google launched Gemini 3.7 Flash on August 13, 2026, introducing configurable thinking budgets and hybrid reasoning into its fast inference model. Thirteen days later, Alibaba Cloud released Qwen3.8-Flash-Next, an open-weight model featuring 125 billion total parameters with only 6 billion activated per token. Alibaba's model pairs Gated DeltaNet recurrent linear attention with dynamic sparse attention to reduce compute costs at long context lengths, achieving over 175 tokens per second on standard datacenter hardware. Gemini 3.7 Flash, by contrast, retains full dense attention and relies on Google's TPU infrastructure and dynamic thinking budgets to manage memory efficiency, with a native context window of up to one million tokens. On pricing, Qwen3.8-Flash-Next is offered at $0.15 per million input tokens and $0.47 per million output tokens, while Gemini 3.7 Flash is positioned below $1.00 and $3.00 per million tokens for input and output respectively.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Perplexity Users Revolt as Paid AI Features Quietly Moved Behind Extra Paywalls

Perplexity AI subscribers have raised widespread complaints after several paid features were silently downgraded or locked behind additional credit-based paywalls during the third week of August 2025. The sharpest grievance centres on Comet, Perplexity's agentic browser, which was shifted to a separate 'Computer' credit meter, effectively removing a core feature that many users cited as their primary reason to subscribe. Users also reported the removal of model-usage labels, the ability to delete answers, and access to specific AI models such as Gemini, none of which were reflected in any change to the publicly listed pricing page. The recurring pattern described across Reddit threads is not a visible price increase but a quiet reduction in what an unchanged subscription actually delivers. Critics argue that routing previously included features through a secondary currency amounts to a hidden re-pricing of the product.

0
ProgrammingDEV Community ·

Tool Maps Florida's 'Aid Deserts' by Joining FEMA, Census, and Doctor Data

A developer built 'Aid Desert Finder,' a tool that identifies Florida counties where disaster exposure, poverty, and healthcare scarcity converge but receive little donor attention. The project combines three federal datasets — FEMA disaster declarations, U.S. Census poverty estimates, and the national healthcare provider registry — into a single county-level ranking across all 67 Florida counties. The analysis found nine counties, home to roughly 258,000 people, that score highest on a composite need index averaging 22 disaster declarations over ten years, a one-in-five poverty rate, and below-median doctor density. A stark example highlighted is Glades County, which has far fewer doctors per capita than Alachua County despite comparable poverty levels, a disparity invisible when any single dataset is examined alone. The interactive choropleth map, built on Snowflake's free public data marketplace, shows rural interior and panhandle counties lighting up as the most underserved regions.

0
ProgrammingDEV Community ·

How Neural Networks Learn: Weights, Activations, and Backpropagation Explained

A technical breakdown of neural network fundamentals traces the architecture from the earliest single-layer perceptron, invented in 1943, through to modern multi-layer deep networks. The core mechanics involve weighted sums of inputs passed through non-linear activation functions such as ReLU, which allow networks to model complex, non-linear patterns in data. During training, a loss function measures the gap between predicted and actual outputs, and backpropagation calculates how much each weight contributed to that error. Gradient descent then nudges every weight incrementally in the direction that reduces the loss, repeating this loop across many training iterations. A practical PyTorch implementation is used to show how each theoretical concept — linear layers, activation, loss calculation, and weight updates — maps directly to working code.

0
ProgrammingDEV Community ·

Five Hidden Pitfalls That Derail Zero-Downtime Cloud Migrations

Cloud migrations frequently promise zero downtime but often fail due to overlooked technical dependencies, according to a DevOps analysis published on DEV Community. Key problem areas include DNS TTL settings left at 24-hour intervals, which cause rolling outages during cutover if not reduced days in advance. Stateful components such as databases and session queues are typically planned last despite being the most complex to migrate, while hardcoded IPs and environment-specific credentials in CI/CD pipelines silently break the first post-migration deployment. Monitoring stacks tied to old internal networks are another common blind spot, leaving teams with empty dashboards during the first incident in the new environment. The article recommends starting migration planning with the stateful layer, parameterizing pipeline configs, running monitoring in parallel across both environments, and rehearsing rollback procedures in staging before migration day.

Alibaba Qwen3.8-Flash-Next and Google Gemini 3.7 Flash Reshape LLM Inference in 2026 · ShortSingh