3152 related articles

Deep dive into Harness Engineering: why AI Agents need memory management, durable execution, guardrails & approvals to go from demo to production.

Deep dive into Harness Engineering: why AI Agents need memory management, durable execution, guardrails & approvals to reach production. Based on Scott Moss's workshop.

How Pinterest engineers built Medic for Apache Spark — a multi-agent auto-diagnosis tool — covering the evolution from a single ReAct agent, observability, log denoising, and end-to-end testing.

Context engineering is the core methodology for building efficient AI Agents, covering query enhancement, RAG retrieval, prompt design, memory management, and tool invocation. Master Write, Select, Compress, and Isolate to solve LLM hallucination at its root.

A deep dive into engineering AI applications: from a simple chat page to a multi-layer Agent platform, covering RAG knowledge bases, Workflow scheduling, multi-model management, and run tracing.

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.
Claude Is Mr. Meeseeks: The Disposable…
Using Rick and Morty's Mr. Meeseeks to explain Claude and AI agents: stateless execution, task atomicity, and multi-agent recursive failure risks. A deep dive for developers building better AI workflows.

LangChain launches Harness, Sandboxes, and Eval integrated into LangSmith, creating the first complete Agent engineering toolchain from development to acceptance testing.
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.
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.
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 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.

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.

SGLang's team converted expert knowledge into agent skills, achieving 71.4% throughput gains, TTFT reduced from 456ms to 168ms. A deep dive into agent-assisted kernel optimization methodology.

Google engineer Addy Osmani's open-source project agent-skills (76k+ GitHub stars) injects production-grade engineering skills into AI coding agents, covering performance, security, and code quality.