48 related articles

Qwen releases Qwen-Audio-3.0-ASR-Flash speech recognition model with 95.36% medical and 93.24% industrial terminology recall. Features context consistency, domain-term recognition, custom hotwords, and speech polishing across streaming and file transcription versions.

Practical lessons from building a SAM 3 auto-labeling pipeline: vision embedding reuse, resolution handling, prompt engineering, threshold sweeping, and more.

ViiTor Translate is a real-time subtitle translation tool focused on contextual understanding, supporting iOS, Android, and Chrome for Vtuber, K-pop, and anime fans with floating subtitle overlays.

A developer shares their real experience with Composer 2.5, from budget pick to daily go-to. Deep comparison with Sonnet 5 in debugging scenarios reveals the gap between benchmark scores and real productivity.

A developer shares their real experience with Composer 2.5, from budget pick to daily driver. Deep comparison with Sonnet 5 in debugging scenarios reveals the gap between benchmark scores and real productivity.

Complete guide for backend developers transitioning to AI/LLM engineering. Covers the 4 core skills—Python, RAG, Fine-tuning, and Agents—with a phased learning roadmap and practical project advice.

How to learn AI Agents from scratch? This guide covers two clear paths: developers go from Python to LLMs to open-source framework source code; practitioners use Claude Code or similar tools to get results fast.

Why do engineers struggle to communicate in plain language? Exploring the curse of knowledge, jargon as identity, and practical tips for clearer technical communication.

Explore Domain Events modeling: how separating facts from reactions reduces coupling, improves extensibility, with practical implementation advice and DDD community debates.

T-Head open-sources AI software stack T-Head SAIL at WAIC to lower the barrier for domestic chip development; Kimi K3 tops the WebDev leaderboard; Qwen 3.8 Max Preview cuts prices aggressively; Moonshot prepares a Hong Kong IPO; and Oracle switches its data center to a fuel cell microgrid.

LLMs explained through the lens of functions: input is x, output is y, training solves for parameters, inference computes results. Trillion parameters, next-token prediction — no advanced math needed.

Demystify large language models using middle-school math: LLMs are complex functions, training solves for parameters, and inference predicts next-token probabilities.

Can't code? Learn how to build a WeChat Mini Program financial management system from scratch using AI coding tool Codex — covering tool selection, OCR invoicing, iteration, and publishing.

New to Vibe Coding? Avoid these 4 beginner traps: unclear AI boundaries, oversized goals, wrong role mindset, and C drive overflow. Real tips for non-coders.

New to AI test development? This article breaks down the differences between machine learning and traditional programming, the origins of AI hallucinations, and the core principles of NLP/NLU/NLG to help test engineers build a solid AI knowledge framework.

Every prompt or RAG change in an LLM app can reintroduce security flaws. This guide explains why traditional pentest logic fails on LLMs and how to build change-driven continuous adversarial testing.

A psychology study on corporate buzzword receptivity reveals the cognitive traps behind AI industry hype. Why do jargon-speakers outshine engineers? A deep dive.

Most Transformer learning paths jump straight into Attention Is All You Need, skipping the pain points of sequence models—leaving learners reciting terms without real intuition. Here's a better four-stage order.

A real-world review of subscribing to Cursor, Claude Code, Codex, and Opencode simultaneously. Compare quotas, model capability, and value to find your ideal AI coding subscription.

Resume full of RAG and Agent but keep failing interviews? The issue is you only run demos and can't explain production engineering challenges. This article breaks down data cleaning, hybrid retrieval, hallucination protection, and agent loop breakers.