105 related articles

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.

Superpowers is a trending GitHub project that builds an agentic skills framework with Shell scripts, injecting software engineering methodology into AI coding workflows. A deep dive into its architecture and value.

When an intern uses AI to generate professional-looking slop code, stand-ups balloon from 15 to 45 minutes. This article dissects why AI slop is hard to spot and offers practical team solutions.

Vibe Coding saves time but leaves piles of bugs? This article details the cross-model review workflow: Claude generates, Codex auto-reviews, with Stop Hook and Skill mechanisms building an AI code review system that intercepts problems automatically.

Cursor launches deep Notion integration via the Cursor SDK — @mention Cursor in any Notion doc to trigger a cloud Agent that automatically opens a PR. We break down the workflow, product logic, and real-world limitations.

July 11 GitHub Daily: Three Agent Skills projects surge on the same day, signaling AI programming's shift to skill standardization, with cross-platform open standards and local Agent memory leading the way.

In the age of AI-assisted programming, how do you make tools like Codex and Claude Code output more stably? This article deeply analyzes SuperPowers and GStack, covering project-level orchestration and module-level code layering to help developers master AI coding.

Andrew Ng partners with JetBrains on a new course systematically teaching Spec-Driven Development. By writing high-quality specs, developers can precisely control AI coding agents, eliminate context decay, and boost intent fidelity.

Pure frontend roles are shrinking; AI Agent development is the high-salary divide. This guide breaks down the full skill tree for frontend engineers pivoting to AI: TypeScript, frameworks, AI productivity, and Agent core concepts (MCP, Tool Calling, Skill).

More developers are finding AI coding assistants "claim completion without execution." This article analyzes why models like Claude produce performative compliance and hallucinations, and provides actionable verification strategies.

More developers are finding AI coding assistants "claim completion without execution." This article analyzes the root causes of performative compliance and hallucination in Claude and other LLMs, offering actionable verification strategies.

An in-depth analysis of the practical use of Codex and Claude Code, comparing Vibe Coding and AI engineering, covering Super Power plugins, Spec-Driven Development, and Chinese LLM integration strategies.

Deep dive into AI Agent Skills: SKILL.md file structure, four component modules, differences from prompts, and practical scenarios for frontend generation, PPT creation, and more.

An in-depth guide to installing, configuring, and extending OpenCode, the terminal AI coding assistant. Covers desktop and WSL installation, model config, MCP integration, and custom Agents.

Playwright's three new Test Agents—Planner, Generator, and Healer—cover the full pipeline from test design to script generation and auto-repair, integrated with VS Code, Claude Code, and more.

Learn how to write controllable, maintainable AI code using the Harness methodology with Claude Code. Covers SDD, Agent orchestration, and enterprise-grade AI programming practices.
Building a Coding Agent with LLM: A De…
Simon Willison built llm-coding-agent — an open-source Claude Code-style agent — using just two prompts and TDD. Explore its tool design, bootstrapped dev process, and real-world test results.

Anthropic's Fiona Fung shares how AI tools drove an 8x increase in engineer code output, and how AI-native teams are rethinking management, quality, and collaboration.

Vibe Coding, coined by ex-Tesla AI Director Karpathy, redefines AI programming. This article breaks down the LLM + Agent + Workflow three-layer architecture.
AI Rewrites PHP Engine in Rust: Alread…
A developer used AI to build a PHP execution engine in Rust from scratch. It passes ~17% of official PHP tests and renders WordPress — revealing the real limits of AI-assisted systems programming.