221 related articles

Discover why beginners study SpringBoot for six months without getting started. Learn the 'focus on the big' methodology, and evolve a simple Java project step by step into a runnable enterprise application with IDEA.

A step-by-step guide to locally deploying the Dify open-source AI platform using BT Panel on a VMware virtual machine, covering Ubuntu setup, Docker config, and image pull troubleshooting—beginner-friendly.

A step-by-step guide to locally deploying the open-source Dify AI platform using the BT Panel on a VMware virtual machine—covering Ubuntu setup, Docker config, and image pull troubleshooting.

AI writes your PRD but can't save it? The root cause is Agent tool permission configuration. Learn read, write, and command execution permissions — and why you need a new session after changes.

A deep dive comparing Vibe Coding vs AI Engineering, with hands-on analysis of Claude Code and Codex, two real projects, and the role of Skills in enterprise AI development.

lx is a set of 72 single-purpose CLI tools running on local Ollama models — no API key, fully offline. Supports git commit generation, log debugging, and more. Rust binaries with <15ms cold start; 7–8B models work great.

A complete guide to Claude Code Skills: what they are, how they differ from Plugins, three installation methods, how to write SKILL.md, trigger mechanisms, and top resource recommendations.

Deep dive into langgraph-agent-stack: per-run dollar budget control, canary traffic routing, Mock testing mode, and 800+ test cases to safely deploy AI Agents from demo to production.

Step-by-step guide to wrapping DeepSeek-R1 with an Ollama Modelfile — set temperature, system prompts, and run fully offline for privacy and flexibility.

Deep dive into Flyte's core capabilities: cloud-native GPU scheduling, intelligent caching, checkpoint recovery, and conditional deployment — plus a full comparison with Argo and KubeFlow Pipelines.

A college student's MLOps 100-day challenge documents the full journey from Python engineering and Git to Docker, model deployment, and monitoring. A practical roadmap for data scientists transitioning to ML engineering.

MCP (Model Context Protocol) is the open standard for AI tool integration. Build your own MCP server with ~20 lines of Python. Learn tools, resources, prompts, and both local and remote deployment.

Telemetry Guard is an open-source Windows privacy tool built by a software engineer. It uses PowerShell + a lightweight GUI to disable telemetry, ad tracking, and activity history, with backup and rollback support. MIT licensed and free.

AI writes code fast, but developers fear deploying it. Learn a systematic methodology for verifying AI-generated code — from generation to trusted production deployment.

Model training failure is the norm in research, not the end. Using a real DiT fine-tuning failure on weather radar as a case study, this guide offers a systematic three-layer debugging methodology — data, training convergence, and evaluation — to help deep learning practitioners diagnose issues and iterate efficiently.
AI Agent Human-in-the-Loop (HITL) Desi…
A deep dive into AI Agent Human-in-the-Loop design: balancing automation with oversight using risk tiers, async approval, and confidence thresholds.
Is Chasing the Latest AI Models Worth …
A 10-year big tech data engineer asks: why chase the latest AI models? This deep dive analyzes the three core motivations behind AI tool upgrades and helps you find the right model selection strategy.

Complete guide to installing Claude Code in China: platform steps for Windows/macOS, VPN requirements, Git dependency, error fixes, and how it differs from Cursor and VS Code.

A deep dive into Harness architecture in enterprise Agent projects, covering MCP protocol, sandbox isolation, multi-model scheduling, and ASGI deployment — key topics for LLM job interviews.
AI Agent in 100 Lines of Lisp: Minimal…
A fully functional AI Agent in just 100 lines of Lisp reveals the essence of the ReAct loop. Deep dive into Agent architecture, Lisp's unique strengths, and minimalist engineering philosophy.