193 related articles

Matt Pocock's 4-step framework for AI Agent Skill design: Trigger, Structure, Steering, Pruning. Escape skill hell and learn to write high-quality skills.

A deep dive into engineering Vibe Coding: using Superpowers for project-level decomposition and gstack for module layering and constraints to tame AI coding assistants like Codex and Claude Code.

Creator Ajiang burned 10B Tokens on Codex to migrate cc-haha from Tauri 2 to Electron. A deep dive into Codex's long-horizon engineering, Computer Use, costs, and practical advice for developers.

DeepSeek R1 lacks Function Calling and JSON Output by default. Qwen3's programmable thinking modes make it the top open-source agent choice. Key LLM selection pitfalls and MCP protocol updates.

No ChatGPT Plus? No problem. Learn how to use Codex in China via Codex++ and DeepSeek API in 5 simple steps — starting for as little as ¥10.

A deep dive into building a GOAP (Goal-Oriented Action Planning) AI system in Godot — moving beyond FSMs and behavior trees to enable autonomous NPC planning. Covers core mechanics, extensions, and real-world test cases.

AMD GPU black screens running local LLMs? This post-mortem covers Ollama's 3 fatal flaws and how switching to LM Studio boosted token speed from 5 to 36, with ROCm setup, Speculative Decoding, and GFX version tips.

Ollama is an open-source local LLM runner with 175K+ GitHub Stars. Built in Go, it supports Llama, Mistral, Qwen and more — deploy in 3 steps, no setup headaches.

Needle is a 26M-parameter tool-calling model. Learn how to replace Gemini with Ollama for local training data generation and fine-tune on a single GPU, achieving 96.7% F1 — ideal for edge AI deployment.
AI Rewrites PHP Engine in Rust: Alread…
A developer used AI to build a PHP execution engine in Rust from scratch. It passes ~17% of official PHP tests and renders WordPress — revealing the real limits of AI-assisted systems programming.

A deep dive into AI Agent's two core directions: 2C content generation (text/images/video) and 2B enterprise applications (RAG/AutoGen/LLM integration). With real startup cases and practical methods.

A complete guide to reproducing GitHub projects from scratch: due diligence, virtual environments, dependency installation, script interpretation, and breakpoint debugging — helping grad students and junior developers run others' code efficiently.

App Builder generates single-file runnable apps from natural language, with real-time sandbox preview and conversational revision. Deep analysis of its workflow, architecture, limitations, and costs.

Step-by-step guide to deploying Dify locally using BT Panel, covering VM setup, Ubuntu configuration, and Docker deployment for a private AI dev platform.

OpenAI Codex has a severe logging bug that wrote 37TB to a user's SSD in 21 days, potentially killing drives within a year. Learn the cause, risk, and fix.

How MokerSaaS used AI tool Cosmo to auto-generate Cloudflare deployment docs, then followed the document-driven workflow to bundle, deploy, and launch.

Complete guide to WeChat Mini Program dark mode: from generating dark color schemes with Pencil MCP and AI image generation, to building a Theme.js switching architecture with CSS variables and system dark mode detection.

Hands-on review of Codewell (formerly DeepSeek2E), the open-source terminal AI coding assistant with nearly 40K GitHub stars. Supports 25 LLM providers, local models at zero cost, and MIT license.

A battle-tested AI development workflow covering Claude Code Plan Mode, documentation management, version control, and Cloudflare deployment for building global products.

Learn to build an AI trending news dashboard from scratch with Claude Code — no coding required. Covers CC setup, domestic model integration, and full-stack development.