373 related articles

An engineering team spent a year tracing crashes to two root causes: a silent hardware defect and an 18-year-old open source bug. A deep dive into debugging methodology for distributed systems.

Cursor launches three major products: cloud agents on mobile, Origin — an agent-native Git platform challenging GitHub, and a custom foundation model with 10-20x compute. AI coding enters the Agent-First era.

From CSS-trap interview questions to 30K-line code patches, explore where human expertise truly matters in the Agent Coding era — and why AI raises the bar, not lowers it.
Software Factories Will Reshape Progra…
Warp CEO Zach Lloyd introduces the "software factory" concept: AI agents will take over repetitive coding tasks, shifting engineers from code executors to system architects.

A roundup of 12 trending open-source AI agent projects on GitHub, covering video generation, agent frameworks, skill packs, code engines, security scanning, and voice processing.

Independent developer Ahmad Awais found that open-source LLM failures stem from Tool Calling bugs, not model capability. A deterministic repair layer + repair hints can make DeepSeek outperform Claude Opus.

Spotify's real engineering story: 99% of engineers use AI coding tools, PR frequency up 76%, 2.5M automated maintenance PRs merged. How Honk, FleetShift, and Backstage work together to drive AI Agent adoption at scale.

AI Agents aren't advanced scripts. Scripts follow fixed instructions; Agents pursue goals, plan dynamically, call tools, and self-correct. A deep dive using Linux ops examples.

Master full-stack AI development with Vercel: from LLM, RAG, and vector embeddings to AI SDK, AI Gateway, and v0 — build production-ready AI web apps end to end.

Learn LangGraph multi-agent development covering Supervisor and Collaboration architectures, with three hands-on projects: code assistant, prompt assistant, and WebRTC digital human.

Deep dive into LangChain's core Model and Agent concepts, covering unified model interfaces, agent tool calling, middleware mechanisms, and key principles for building LLM applications.

A complete guide to self-hosting Dify, the open-source AI platform: environment setup, Docker Compose deployment, LLM integration, and app building. Runs on just 2 cores and 4GB RAM.

Deep analysis of multi-agent system cost optimization: why the 'expensive commander + cheap workers' combination outperforms all-frontier fleets, covering decision-intent cost logic and Sonnet 5 tokenizer traps.
Box3D Open-Source 3D Physics Engine Re…
Erin Catto, creator of Box2D, releases open-source 3D physics engine Box3D, combining Box2D's architecture with Valve Rubikon's commercial-grade tech, featuring cross-platform determinism and SIMD-accelerated contact solving.

A deep dive into AI Agent architecture and engineering practices, covering tool design, ReAct execution patterns, Vercel deployment, and production considerations to bridge the prototype-to-production gap.

A deep dive into the /goal command in Claude Code and Codex — covering positioning, real-world cases, and a three-element Prompt framework (Goal, Termination Condition, Constraint Rules) for stable long-running AI Agent tasks.

Learn how to give AI agents task planning capabilities through prompt engineering, implementing automatic decomposition and execution of complex data analysis in Excel.

Complete guide to Dify 1.8 deployment changes, five application types explained, and a detailed comparison with Coze, RagFlow, and N8N for enterprise AI platform selection.

AI-generated code is costly, unpredictable, and has a 50%+ rework rate. For standardized CRUD, traditional code generators far outperform AI. Learn how to combine both tools for the optimal dev workflow.

Deep dive into WorkBuddy, an open-source project using 16 functions and AI Agent tech to fully automate Douyin lead generation with human-like browser control.