140 related articles

Context engineering is the core methodology for building efficient AI Agents, covering query enhancement, RAG retrieval, prompt design, memory management, and tool invocation. Master Write, Select, Compress, and Isolate to solve LLM hallucination at its root.

Qwen-Image 3.0 supports 4.5K token instructions, 10px text rendering, and 12-language typography for production-ready posters and infographics. Plus: Anthropic settlement, Grok in Excel, Tencent HRAP 1.0.

Chinese open-source models rapidly close the capability gap with top closed-source AI. DeepSeek shocks the industry while Qwen matches global benchmarks.

Benchmarking 4×V100 16G PCIe vs. 2×V100 32G SXM adapter for local LLM inference. Prefill speed, decode speed, power limits, and bandwidth bottlenecks analyzed.

From Qwen1 to Qwen3-2507: a complete breakdown of six generations of evolution over two years — GQA, MoE, GRPO, dynamic thinking, and the core shift from architecture to reasoning.

Ornith 1.0 by Deep Reinforce reinforces Qwen 3.5 for code agents. We test Ornith 9B & 35B MoE on Chinese writing, logic, and invoice OCR, with full llama.cpp deployment guide.

PrismML's Bonsai compresses a 27B model from 54GB to 3.9GB, running at ~11 tokens/sec on iPhone. A deep dive into QAT, knowledge distillation, and speculative decoding.

No coding required! This guide breaks down the complete Claude workflow: custom Projects, batch SEO content, one-sentence tool building with Artifacts, and Claude Code terminal ops—with real traffic-growth cases.

Kimi K3, DeepSeek V4, Liquid, and Mistral are all dropping at once. MXFP4 quantization and MoE architecture are pushing the marginal cost of intelligence toward zero. Here's what it means.
Bonsai 27B: The First 1-bit LLM That R…
Bonsai 27B is the first 27B-parameter LLM that runs on smartphones via 1-bit quantization, compressing to 3–4GB. We break down the tech, privacy benefits, and community debate.

A Bilibili creator ran Qwen 122B with 256K context on just 8GB VRAM + 64GB RAM using llama.cpp. Full breakdown of quantization, deployment params, performance, and cost-effective alternatives.

Fix Snowflake ML StandardScaler's 'does not index into the dataset' error. Learn why Snowflake's identifier case-folding causes column name mismatches and how to resolve them in 3 steps.
Soofi Open-Source Foundation Model Tra…
Soofi is an open-source project providing complete foundation model training code, covering data preprocessing, tokenizer construction, model architecture, and training optimization. A deep dive into its value for the LLM ecosystem.

How many augmentations per image is enough? This guide breaks down on-the-fly augmentation strategy for single-class segmentation with 3,000 labeled images, covering controlled mixing, domain matching, and mask boundary precision.

An in-depth look at AI interpretability research: from chain of thought and probes to sparse autoencoders, exploring how scientists understand neural network internals and assess AI alignment and safety.
GPT-2 Fine-Tuning Experiment: 88% Func…
A developer fine-tuned GPT-2 (355M) on free Kaggle GPUs and achieved 88% function calling success. Here's what this counter-intuitive experiment reveals about small models and LLM agent capabilities.
NVFP4 in Reinforcement Learning Traini…
A deep dive into the stability challenges of NVIDIA NVFP4 (4-bit float) in RL training — covering precision evolution, numerical instability root causes, mixed precision strategies, and dynamic scaling solutions.
JAX Host Offloading: A Practical Guide…
Memory capacity is the core bottleneck in LLM training. This guide explores JAX-based host offloading — covering optimizer state offloading, activation strategies, PCIe bandwidth trade-offs, and how it complements activation recomputation.

A deep dive into 17 style prompts for Krea 2, covering Rembrandt lighting, Mucha Art Nouveau, hyperrealistic anime, and more. Learn content-style decoupling for precise AI image generation.

A deep dive into distributed AI systems engineering: data/model/tensor parallelism for training, KV cache, quantization, elastic scaling for inference, and cloud deployment with Kubernetes, Ray, and DeepSpeed.