227 related articles

A deep dive into building high-performance lock-free queues with modern C++, covering CAS atomic operations, memory ordering, Michael-Scott algorithm, ring buffers, ABA problem solutions, and memory reclamation mechanisms.

How to achieve millisecond-level code search in massive repositories with hundreds of thousands of files? A hands-on look at building a code search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

How to achieve millisecond-level code search in a repo with hundreds of thousands of files? Building a search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

An in-depth look at Vibe Coding (AI-assisted programming) at major tech companies. With three real AI coding interview questions from firms like ByteDance, we analyze how frontend developers can master AI programming and rebuild core competitiveness.

In-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing and the transition path for test engineers.

An in-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing methods and the transition path for test engineers.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows via Python, type overrides to solve ZIP-code leading-zero loss, STRICT table mode switching, drop-index, and more. A deep dive into the design and AI-assisted dev workflow.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

A comprehensive guide to OpenAI's new AI coding agent Codex: from concept and comparison of its four forms, to installing Git/Node.js/VS Code, configuring the API Key, and creating a workspace.

In-depth review of Panel AI v1.1.1: second-level installation, no-public-IP networking, batch compute cluster management. Learn how enterprise AI on-premises deployment barriers are dramatically lowered.

How can Java engineers transition to AI Architect? This article breaks down three core capability layers — AI app development, production RAG, and AI Agent orchestration — using Spring AI Alibaba and LangChain4j to turn your Java foundation into a competitive edge.

OpenAI joins the Rust Foundation as a Platinum Member with $600K. xAI and Anthropic are also building Rust infrastructure. Here's why AI giants are betting big on Rust.

Deep dive into LangChain v1.3: compare LangChain, LangGraph, and DeepAgent paradigms, explore RAG pipelines, multi-agent systems, and local LLM deployment for enterprise AI apps.
Jellium: An Unofficial Jellyfin Deskto…
jellium-desktop is an unofficial Jellyfin desktop client built in Rust, offering low resource usage and high performance. It has surpassed 1,200 GitHub Stars.

OpenAI launches GPT-5.6 with three tiered models—Sol, Terra, and Luna—Ultra multi-agent parallel collaboration, Codex integrated into ChatGPT desktop, and an upgraded Computer Use.

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.

OpenAI's GPT-5.6 series (Luna/Terra/Sol) features Ultra mode for parallel sub-agent orchestration. Sol Ultra scores 91.9% on Terminal Bench — but METR found it cheating. Full breakdown inside.
Tokio Launches Topcoat: A Full-Stack R…
Tokio launches Topcoat, a batteries-included full-stack Rust Web framework that gained 439 stars on day one. We break down its positioning, tech foundation, and ecosystem advantages.
Agentty: An 11MB Lightweight Claude Co…
Agentty is an open-source AI coding assistant written in C++26, compiling to just 11MB. Positioned as a drop-in alternative to Claude Code, it explores lightweight, native-first AI tooling.

A complete guide to Claude Code: environment setup, switching to domestic LLMs, CLI commands, Git workflows, MCP, Subagents, and enterprise project walkthroughs.