3241 related articles
GitHub Daily · July 18: 3D Reconstruct…
July 18 GitHub Daily: 3D reconstruction foundation model lingbot-map tops the charts, with AI engineering tooling, CLI Agents, and the MCP ecosystem exploding across the board.

AI agents are revolutionizing JS reverse engineering. This deep dive covers built-in tool chains, automation modes, prompt engineering for e-commerce, and full pipeline automation from parameter extraction to database storage.

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.

How can frontend engineers transition into AI development? This guide covers four agent development directions: RAG, workflow agents, vertical agents, and general-purpose agents — with framework picks like LangChain.js.

A deep dive into the three-layer AI Agent evaluation framework — outcome, process, and system layers — covering trajectory evaluation, tool call accuracy, automated testing, and key engineering challenges.

Deep dive into Claude Code cloud sessions (Claude Cowork): build context repositories, assign minimum-privilege credentials, and orchestrate parallel AI agents as an engineering team.
Production-Grade LangGraph Template: A…
A deep dive into production-grade LangGraph templates covering state management, observability, error handling, and containerized deployment to bridge the gap from demo to production.

A deep dive into embedding a coding agent in Slack: core architecture, permission design, async task handling, and RAG context management for AI-powered dev workflows.

SJTU professors open-source a 4-stage Agent tutorial on GitHub, covering LLM basics, ReAct, multi-agent systems, and real-world projects — a practical path to AI engineering.

OpenAI Codex is redefining how AI engineers work: from code completion to autonomous Agents, from single-threaded to parallel Value Maxing. A deep dive into the Codex App architecture, open ecosystem, and Manager of Agents practice.
Assess Your Engineering Team's AI Agen…
How to quickly gauge your engineering team's AI Agent adoption level? This article breaks down a four-tier AI maturity framework covering tool adoption, workflow integration, governance, and measurement.
Deep Dive into AI Agent Skill Design: …
A deep dive into Skill design philosophy from Anthropic's Claude Code team and Perplexity's Agent team, covering the Tax Test, Gotchas Flywheel, progressive disclosure, and Eval-First practices for building high-quality AI Agent skill systems.
Migrating a Production AI Agent to GPT…
A production AI Agent migrated to GPT-5.6 achieved 2.2x faster speed and 27% lower cost. Deep dive into prompt compatibility, eval frameworks, and migration best practices.

An in-depth look at agentic coding: how test-driven loops enable AI self-correction, the real limits of LLM benchmarks, and key engineering lessons on context management and human-AI collaboration.

An in-depth look at LangChain V1.3's core philosophy: from RAG to multi-agent workflows. Master LangGraph, Chain, and DeepAgent, learn token control and Human-in-the-loop, and become a true master of AI app development.
Reverse-Engineering Web Apps: A New Ap…
Explore a new approach to AI Agent tool integration: reverse-engineering web apps to turn API-less pages into callable Agent tools, with analysis of MCP synergy and challenges.

A proven 4-step roadmap to becoming an AI Agent engineer: stable LLM calls, tool use (RAG + Function Calling), production engineering, and resume optimization.

Resume full of RAG and Agent but keep failing interviews? The issue is you only run demos and can't explain production engineering challenges. This article breaks down data cleaning, hybrid retrieval, hallucination protection, and agent loop breakers.

What is an AI Agent's harness? This article systematically dissects the core components of agent frameworks: context management, tool use, control loops, and caching strategies—revealing why the same model performs so differently across harnesses.

A deep dive into the Claude Code source code, systematically analyzing the five-layer Harness Engineering architecture: environment, tool, control, memory, and evaluation. Build a stable runtime system for production AI Agents.