198 related articles

Anthropic engineers reveal Claude Code's 18-month evolution: system prompt cut by 80%, 65% of PRs shipped automatically by AI, Claude Tag collaboration, and the safety logic behind auto mode.

A RAG pipeline crashed three times due to inter-stage data format mismatches. Learn how JSON Schema and Pydantic explicit contracts turn fragile AI pipelines into maintainable systems.

Custom uBlock Origin filter rules to precisely block Civitai's 'Support Civitai creators' ad banners and fix layout issues. Full rule code and setup steps for .com and .red domains.

A practical guide to Claude Code covering installation, Chinese LLM switching, project analysis, key commands, and conversational Git workflow automation for developers.
Cross-Model Prompt Engineering: Why Gr…
Explore why prompt engineering techniques transfer across AI models. Learn role definition, structured instructions, and Chain-of-Thought strategies that work universally across GPT, Claude, and beyond.
wigolo: A Zero-Cost MCP Tool That Give…
wigolo is a local-first open-source MCP tool that gives AI coding assistants like Cursor and Claude Code free web search, fetch, crawl, and research capabilities — no API keys, no cloud, $0/query.
ui-skills: An AI Skills Library Built …
ui-skills is an open-source AI Skills library for design engineers that helps AI generate higher-quality UI code. It quickly gained thousands of GitHub Stars.

Microsoft Build deep dive: how to deploy AI agents in Teams multi-user collaboration. A three-pillar framework—Manners, Privacy, Polish—covering emoji reactions, targeted messages, Adaptive Cards, and more for enterprise agent developers.
Building AI Engineering Skills from Sc…
A deep dive into 'ai-engineering-from-scratch,' the GitHub project with 38K+ stars that helps developers build real AI engineering skills through a Learn-Build-Ship methodology.

How Boundary built a self-healing AI Agent loop that automatically writes BAML code, discovers bugs, and generates fix PRs — a practical software factory with deduplication, human-in-the-loop leverage points, and extensible multi-loop design.

Open Book Touch is an open-source E-ink reader with touchscreen and front lighting that fits in your pocket. Explore its features, open-source advantages, and real-world challenges.

Still explaining your coding preferences to Codex every time? Custom Instructions is a built-in global memory feature — configure once, apply across all projects forever.

A systematic breakdown of LangChain's six core modules (Models/Prompts/Chains/Memory/RAG/Agent) and LangGraph's state graph, persistence, and HITL — with production deployment tips.

Can small local models (1.5B–3B) become software domain experts? This article breaks down CPT, SFT, RAG, and Agent architectures, with a layered RAG-centric design for CPU-only local deployment.
Neural Networks in SQL: A Geek Experim…
A developer implemented a neural network in pure SQL, including matrix multiplication, activation functions, and backpropagation. A deep dive into the technical implementation, challenges, and what it reveals about deep learning's core principles.

ExLlamaV3 v1.0.0 releases with lossless KV cache quantization via kernel fusion, removal of flash-attention-2/xformers, major GEMM/GEMV gains, and broader tensor parallelism support.

A deep dive into LangChain's four core modules: LangChain components, LangGraph orchestration, Deep Agents, and LangSmith. Build your first Agent from scratch.

Calling an API isn't enough. This article breaks down the full AI application developer skill structure — Python, deep learning, fine-tuning, Agents, and enterprise projects — with a clear learning roadmap.
Relm: An Open-Source Tool for Integrat…
Relm wraps local LLMs as native R objects, enabling local inference, data privacy, and interpretability analysis. A deep dive for R-based data scientists.
Using Claude for Constrained Optimizat…
How Claude and LLMs assist constrained optimization research — from problem modeling to solver integration. An honest look at AI's real capabilities and limits in automated science.