1875 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.

Learn how Ollama API Key Proxy solves cloud LLM rate limiting through reverse proxy with round-robin key rotation, 429 auto-cooldown, and smart retry logic.

Real-world comparison of Ollama vs OpenCode GLM5.2 quota consumption — analyzing the gap between 380 and 880 requests per cycle and the key factors behind it.

A detailed guide to organizing full-stack ML project repositories, covering directory structure design, data-code separation, and externalized configuration to help ML developers move from experimental code to production-grade engineering standards.

A detailed guide to organizing full-stack ML project repositories, covering directory structure design, data-code separation, and configuration externalization to help ML developers move from experimental code to production-grade engineering.

Google Gemini Managed Agents API introduces environment hooks, model selection, free tier support, and default model upgrades—empowering AI Agent developers with stronger execution control and lower barriers to entry.

OpenAI open-sources Codex Security components, bringing automated security detection to AI code generation. Analysis of its strategic value, developer impact, and the industry shift from capability to security.

OpenAI open-sources Codex Security components, bringing automated security detection to AI code generation. Analysis of its strategic significance and industry impact.

Bun runtime now generates a CLAUDE.md file by default with bun init, signaling AI assistants becoming first-class citizens in the development toolchain.

After heavy use of AI coding tools like Cursor and Claude, an indie developer discovers his debugging and code comprehension skills are eroding. Exploring the skill atrophy risks behind AI-boosted productivity.

Anthropic cut Claude Code's system prompt by 80% and got better performance. Learn why verbose prompts hurt, how to streamline them, and key takeaways for AI developers.