2336 related articles

An in-depth look at agentic coding: how test-driven loops enable AI self-correction, the real limits of LLM benchmarks, and key engineering lessons on context management and human-AI collaboration.

From pressing Enter to the first character appearing, what happens inside an LLM? This article breaks down autoregressive generation, KV cache acceleration, and decoding strategies like temperature, Top-k, and Top-p.

DeepSeek's speculative decoding algorithm (DSpark) is now merged into vLLM main branch, natively supporting Qwen3 and Gemma. Tests show ~150× single-user token speed gains and ~40–50% throughput improvement.

A major breakthrough in AI coding! Hands-on tests show new LLMs generating a Minecraft clone in 90 minutes and a TMNT game in 30 minutes, building 3D scenes, animation, and game logic in one shot.

How did Ollama grow from a niche open-source project into developers' default choice for running local LLMs? This article breaks down its rise across product design, technical strategy, and ecosystem building.

Hands-on report on DeepSeek's open-source inference acceleration toolkit DSpec: draft model + smart scheduling delivers lossless speedup, hitting acceptance length 6 on GSM8K and reproducing official data.
Building a Coding Agent with LLM: A De…
Simon Willison built llm-coding-agent — an open-source Claude Code-style agent — using just two prompts and TDD. Explore its tool design, bootstrapped dev process, and real-world test results.

Vibe Coding, coined by ex-Tesla AI Director Karpathy, redefines AI programming. This article breaks down the LLM + Agent + Workflow three-layer architecture.
TutorialsDecode LLM naming conventions, understand 32B parameters & AWQ/GGUF quantization formats, with 4-bit VRAM estimation formulas, MOE model pitfalls, and model selection by GPU tier.
Product ReviewsA deep cost comparison between AI coding appliances and cloud LLM APIs. A 20-person team spending ¥480K/year on tokens can deploy 4 local OnePanel units at ¥99K each, breaking even in 2.5 months.
Expert OpinionsSimon Willison reviews six months of LLM changes at PyCon US 2026: coding agents crossing quality thresholds in Nov 2025, OpenClaw sparking personal AI assistants, and open-source models rivaling frontier models on laptops.

AI can generate code snippets and demos, but usable products still require human engineers' judgment and responsibility. This article analyzes AI coding tools' limits and developers' evolving roles.

Traditional AI benchmarks are losing discriminative power. Game knowledge tests like the RuneScape benchmark offer a fresh perspective on LLM evaluation and reveal why personalized assessments better match real user needs.

Explore why general AI agents are essentially coding agents. From Turing completeness to composability and verifiability, discover the paradigm shift from Function Calling to Code as Action.

HortusFox v5.9 "Summer Plants Release" adds per-plant attachments, sorting preference memory, and 15 bug fixes. This anti-AI open-source self-hosted plant management app prioritizes data sovereignty for gardening enthusiasts.

Grok 4.5 tops the ai-census community sentiment leaderboard, leading 15 frontier AI models. We analyze the value and limitations of this Reddit sentiment data and why the same model gets vastly different reviews across communities.

DeepSeek V4 Flash launches with benchmark scores approaching Claude Opus 4.8 at just $0.18 per million output tokens. Deep analysis of performance, pricing, and industry impact.

When RL continuously optimizes models to please reward models, do soaring Elo scores truly represent capability gains? A deep dive into Reward Hacking in RLHF, Goodhart's Law in AI, and industry countermeasures.

A developer proposes a Flex API-based slow mode for Codex, trading speed for nearly double the usage quota. We analyze the product logic, technical feasibility, and business challenges.

Deep analysis of the real cost of serving a 2.8 trillion parameter model. From MoE sparse activation to batching scale effects and inference optimization, revealing why model size and serving cost are less correlated than assumed.