3074 related articles

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.

Kun is an open-source AI coding agent optimized for DeepSeek and domestic users, with nearly 5,000 GitHub stars. Features include requirements drafting, inline diffs, cost visualization, and mobile monitoring. Real-world cache hit rates reached 97%, keeping costs extremely low.

Meta launches Muse Spark 1.1, an AI coding assistant targeting enterprise agentic workloads, automated bug fixing, and large-scale code migration to compete with GitHub Copilot, Cursor, and Claude Code.

July 10 GitHub Daily: The Agent Skills ecosystem explodes as over half of trending projects revolve around AI coding Agent skill libraries, with MCP as the standard interface.

Databricks open-sources Omnigent, a Meta-Harness for orchestrating Claude Code, Codex, and more AI coding assistants together—with built-in guardrails, cross-model workflows, and real-time collaboration. Get started in 10 minutes.

A deep dive into Harness Engineering — the third phase of AI coding. Based on research across 2,853 GitHub repos, explore agents.md, Skills, MCP, and eight configuration mechanisms to control your AI coding assistant.

AI coding assistants (Copilot/Cursor/Claude Code) frequently introduce vulnerable dependencies and hallucinate package names. This post analyzes an Agent-native CLI security tool and the shift-left security philosophy for AI-era supply chains.

A deep dive into AI coding agents like Codex and Claude Code — real-world comparisons, MCP protocol explained, and how these tools are transforming programming for developers and beginners alike.

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.

video-use from the browser-use team lets AI coding Agents auto-edit videos via natural language. 13K+ GitHub stars, batch processing, silence removal, FFmpeg integration.
TaskPeace: An AI Coding Agent Task Que…
TaskPeace is a task queue system for AI coding agents that uses the MCP protocol to let Claude, Cursor, and other AI assistants autonomously claim and execute tasks.

OpenClaw author Peter shares his thinking on AI coding: when compute is no longer the bottleneck, developer attention becomes the new ceiling. Learn three practical skills—Agent Transcript, Auto-Review, and the Crapbox sandbox.

AI coding agents suffering from context amnesia? The planning-with-files project uses Markdown file persistence to enable cross-session task continuity, compatible with 60+ tools including Claude Code and Cursor. 24K+ Stars.

AIVenture is an open-source retro dungeon game by Google that teaches Vibe Coding, agentic workflows, and tool calling through playable levels. Built with Angular, Phaser.js, and Gemma.

Developers spend 60%+ of their time understanding legacy code. Agentic Coding uses AI Agents to autonomously explore codebases, map hidden dependencies, and generate tests—turning legacy modernization from risky archaeology into a controlled engineering process.

Compare OpenAI Codex vs ChatGPT: ChatGPT is a conversational advisor while Codex is an autonomous AI coding agent that writes code, fixes bugs, and runs tests for developers.

Compare OpenAI Codex vs ChatGPT: ChatGPT handles Q&A while Codex acts as an AI coding agent that autonomously writes code, fixes bugs, and runs tests.

Deep dive into AI coding agent architecture: from interview-level cognition to building a Codex-like CLI agent tool, covering agents.md, Skills systems, context management, and more.

A deep dive into Loop Engineering and the Rhythmic framework: how closed-loop systems replace repetitive prompting to enable autonomous AI coding agents with state management and budget control.

Deep dive into Claude Code Routines: build proactive AI coding agents with time-scheduled and event-driven triggers. Covers automated docs, deploy verification, and on-call investigation.