Tags: apache 2.0* + agentic coding*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Brendan McKeag writes about Qwen3.8-27B, a dense 27B-parameter vision-language model from Alibaba that achieves frontier-class agentic coding performance while fitting on a single 24GB GPU. The model's hybrid attention stack (48 linear-attention layers against 16 full attention layers) slashes KV cache memory, and its dense architecture makes it far more practical for fine-tuning than the MoE alternatives dominating the industry. McKeag argues the model serves best as an active tool-calling assistant rather than an encyclopedia, and its small footprint makes it uniquely suited for Runpod Serverless scale-to-zero deployments where cold start is dominated by bytes on disk.
    - The model is roughly 3x more token-hungry than Qwen3.6-27B, trading wall-clock speed for better answers
    - It crossed 1M Hugging Face downloads within days of release; the community nickname is "local Opus"
    - Unsloth shipped QLoRA support the day after weights dropped; 4-bit QLoRA is the well-trodden dense route, while MoE QLoRA at 4-bit is explicitly unsupported
    - FlashBoot snapshots require loading the model at worker boot before runpod.serverless.start() to be effective
    - Harvey and Engram reported it averaging 67% across 250 legal tasks in a synthetic law firm of ~10,000 documents, ahead of every model in that study
    - The built-in multi-token prediction head enables speculative decoding without a separate draft model

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "apache 2.0+agentic coding"

About - Propulsed by SemanticScuttle