323 related articles

A focused guide to the core interview topics for LLM application engineers, covering agent architecture, Multi-Agent, Langfuse evaluation & tracing, security, and RAG optimization.

A focused guide to core LLM application engineer interview topics, covering agent architecture, Multi-Agent, Langfuse evaluation, security, and RAG optimization.

From the autocomplete nature of LLMs, tokens, and context windows to RAG vector databases, the MCP protocol, and AI agent loop design — this article uses vivid analogies to unpack the reality of AI engineering.

As AI coding assistants like Codex become standard, the risks of overreliance grow too. Learn when developers should "show a red card," reclaim control, and safeguard code quality and responsibility.

Can AI coding tools let non-developers replace programmers? This deep dive examines Vibe Coding's real limits, compares Claude Code vs. Codex, and reveals the methodology behind enterprise-grade AI-assisted software engineering.

Skip the dry theory and get hands-on! This article demonstrates step by step how to build a working AI Agent from scratch in 30 minutes using AI coding tools—covering the agent skeleton, tool system, memory mechanism, Flask web UI, and DeepSeek API integration.

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.

A complete Dify 1.8 guide covering 3 deployment methods (Docker/cloud/source), MySQL integration, 5 app types (Chatbot/Agent/Workflow), model selection, and publishing strategies.

An in-depth guide to Anthropic's Claude Code agentic coding tool, covering installation, pricing plans, model selection, token management, CLAUDE.md global memory, MCP integration, Subagents, and more.

CogniCore asks: should persistent memory, context engines, and state management be standalone AI infrastructure or in-app features? A deep dive into 5 key directions and the missing middleware of the agent era.

OpenAI Codex gets a major upgrade with GPT-5.6: extended reasoning, multi-agent parallelism, browser control, one-click Sites deployment, task orchestration, and mobile dev support.

AI is driving software development's third tool revolution. Explore how MasterGo AI, Cursor, and similar tools span design to code, and learn the future competitiveness formula: full-stack skills + AI proficiency + real-world experience.

Vibe Coding lets anyone build apps using AI and natural language — no coding required. Learn the core concepts, real success stories (including a $1M app), and why Tencent, Alibaba & ByteDance are hiring for it.

Vibe Coding lets you build real apps using natural language — no coding skills needed. Learn the 3 core traits, see real success stories, and get started today.
DCG: A Rust-Powered Safety Guard That …
DCG is an open-source Rust tool that intercepts dangerous shell and git commands for AI agents like Claude Code and Cursor, enabling zero-trust execution environments.

Learn how to use Trae, ByteDance's free AI coding tool, to build a Flask-based visual database query system (EasyQuery) in just 20 minutes. Full walkthrough included.
Claude Hit by Prompt Injection Attacks…
A viral Hacker News post reveals how prompt injection attacks can trick AI assistants like Claude into leaking user data. Learn how indirect injection works and how to defend against it.

Skill hit rate dropping as your Agent scales? Learn how Progressive Disclosure works and explore 4 solutions: better descriptions, Skill Trees, negative samples, and recall + rerank.
GitHub Daily · July 19: The Dual Advan…
GitHub Trending July 19: ktransformers tops the list with heterogeneous inference optimization, while jcode, cua, and AstrBot signal a maturing Agent ecosystem.
BAML: A Type-Safe Programming Language…
BAML is a domain-specific language for AI Agent development that uses a type system to solve unreliable LLM structured output and unmaintainable prompts.