74 related articles

A deep dive into Looping Engineering — covering the five core loop elements (Trigger, Goal, Judgment, Feedback, Memory), when to use loops, and a step-by-step guide to building a topic-selection loop with Claude Code.

Veteran AI practitioner Remy breaks down the leap from chat models to AI agents: how agents work, the three pillars of context, tools, and skills, MCP connections, and hands-on architecture to make you a 100x employee.

A systematic guide to the complete learning path for AI Agent development—covering prompt engineering, RAG knowledge bases, LangChain & LangGraph, fine-tuning, and multi-agent collaboration.

A recursive technical proposition: Can we build a "meta-Skill" that auto-transforms any Skill into a Dify workflow? This article dissects the boundary between deterministic orchestration and autonomous Agent decisions.

OpenAI merges Codex and ChatGPT into a unified platform while launching three new models: SOUL, TERRA, and LUNA. Deep dive into Computer Use, loop workflows, multi-threading, and the Agent Native strategy.

Office CLI is an open-source GitHub Trending tool that lets AI Agents create Word, Excel, and PowerPoint files directly — with preview rendering and auto-checks, no Microsoft Office required.
Alibaba Open-Sources Code Review Tool …
Alibaba open-sources code review tool open-code-review, using a hybrid architecture of deterministic rule pipelines and LLM Agents. Supports line-level comments, OpenAI/Anthropic APIs, battle-tested at Alibaba scale, written in Go, fully free and open-source.

A comprehensive guide to LangGraph's core concepts: Graph API vs Functional API, three-layer architecture, and workflow visualization methods for building AI Agents.

A deep dive into the three core LLM job roles — Application Engineer, R&D Engineer, and Algorithm Engineer — covering academic requirements, salaries, and skill roadmaps.

Demystify large language models using middle-school math: LLMs are complex functions, training solves for parameters, and inference predicts next-token probabilities.

A deep dive into LangChain, LangGraph, MCP, and enterprise AI Agent development: covering Streamable HTTP updates, DeepSeek R1 Function Calling limits, and Qwen3 agent capabilities.

Pi is a minimalist open-source Agent framework with just 4 default tools and under 1,000 tokens in its system prompt, with 70K GitHub stars. Deep dive into its 4 core advantages vs. Claude Code and Codex.

A deep dive into the Agent Loop: how agents autonomously cycle through think→act→think, the difference from regular LLMs, ReAct paradigm origins, and how to implement one from a while loop.

Loop Engineering is an emerging AI dev paradigm where Agents iterate in controlled loops instead of one-shot outputs. Learn the 4-year evolution and what it means for developers.

Loop Engineering lets AI run autonomously until criteria are met. This deep dive exposes its three core risks: unbounded token costs, hidden quality failures, and goal misalignment — and why humans remain irreplaceable.

GPT-5.6 Soul Ultra used 64 parallel sub-agents to generate a proof draft for the Cycle Double Cover Conjecture in one hour. We break down the multi-agent pipeline and explain what's still missing before this counts as a real mathematical result.

Master 8 core AI concepts — LLM, Token, Context Window, Prompt, Tool, Agent, MCP, and Agent Skill — and understand the complete logic chain behind AI's evolution.

An orchestration Agent looped for hours, firing thousands of LLM calls and burning weeks of budget. Learn the root causes and practical defenses: circuit breakers, tiered budgets, and iteration limits.

Programmers transitioning to AI engineering aren't starting from scratch. Learn the 6 core skills — LLM APIs, RAG, prompt engineering, LLMOps — needed to make the leap.
AI Agent or Workflow? Don't Let the Hy…
Should you use AI Agents or deterministic workflows? This deep dive breaks down the real differences, offers clear decision criteria, and helps developers avoid the over-agentification trap.