Tagged articles

coding agents

39 articles · Page 1 of 1
Geek Labs
Geek Labs
Sep 7, 2026 · Artificial Intelligence

AI Engineering from Scratch: 523 Hands-On Lessons with AI Tutor Integration

The open-source project ai-engineering-from-scratch offers a 523-lesson, 20-phase curriculum that teaches AI engineering by building reusable tools from scratch, integrating coding agents as personalized tutors to bridge the gap between using AI tools and understanding their internals.

AI AgentsAI engineeringLLM training
0 likes · 12 min read
AI Engineering from Scratch: 523 Hands-On Lessons with AI Tutor Integration
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Sep 5, 2026 · Artificial Intelligence

Code World Model: Coding Agent Governs World Evolution, Video Model Renders Visuals

Westlake University's Code World Model separates world evolution from visual rendering: a coding agent maintains executable state and rules via code, while a video model generates high-fidelity observations guided by a lightweight Proxy representation, enabling long-horizon, controllable open-world simulation.

GTA VKITTI-360LoRA fine-tuning
0 likes · 18 min read
Code World Model: Coding Agent Governs World Evolution, Video Model Renders Visuals
Architect
Architect
Sep 4, 2026 · Artificial Intelligence

What Is a Harness? Why the Same Model Behaves Differently Across Coding Agents

The article explains why swapping the Harness — the runtime environment around an AI model — changes agent behavior even when the model weights stay identical, covering system prompts, tool definitions, agentic loops, translation layers, execution boundaries, feedback fidelity, context compression vs. immutable event logs, and architectural trade-offs illustrated by Pi, Codex, DSH, and the claudex experiment.

AI AgentsAgent RuntimeAgentic Loop
0 likes · 19 min read
What Is a Harness? Why the Same Model Behaves Differently Across Coding Agents
Sohu Tech Products
Sohu Tech Products
Sep 2, 2026 · Fundamentals

Archify: Turn Code Repositories into Interactive Architecture Diagrams

Archify is a developer tool that integrates with coding agents to generate interactive architecture diagrams from natural language or code repositories, using a typed JSON intermediate representation that enables iterative editing, validation, diffing, and export as standalone HTML files with multiple visual styles.

AI-assisted developmentJSON IRarchify
0 likes · 16 min read
Archify: Turn Code Repositories into Interactive Architecture Diagrams
Fighter's World
Fighter's World
Aug 26, 2026 · Artificial Intelligence

Beyond Code Generation: Coding Agents Now Compete on AI-Native SDLC

The article argues that code generation is no longer the bottleneck; competition among coding agents is shifting toward managing the entire AI-Native software development lifecycle — Plan, Design, Build, Test, Deploy, Maintain — using versioned artifacts, automated verification, governance gates, and context engineering, as raw model capabilities become commoditized.

AI-Native SDLCAI-assisted developmentAnthropic
0 likes · 50 min read
Beyond Code Generation: Coding Agents Now Compete on AI-Native SDLC
PaperAgent
PaperAgent
Aug 17, 2026 · Artificial Intelligence

A Fresh Survey of Self‑Evolving Coding Agents

This article surveys the emerging field of self‑evolving coding agents, defining their taxonomy, detailing how components such as frameworks, memory, skills, models, and workflows can evolve, and analyzing when and on what evidence evolution occurs, supported by recent papers and benchmarks.

AI AgentsWorkflowcoding agents
0 likes · 14 min read
A Fresh Survey of Self‑Evolving Coding Agents
DataFunTalk
DataFunTalk
Aug 12, 2026 · Databases

Why Teams That Shun Database Agents May Still Be Digging Their Own Pits

The article warns that while coding agents accelerate development, they erase accumulated experience, causing repeated mistakes across team members—especially in large teams—so rejecting database agentization means refusing to turn knowledge into a lasting asset.

agent pitfallscoding agentsdatabase agents
0 likes · 2 min read
Why Teams That Shun Database Agents May Still Be Digging Their Own Pits
AI Step-by-Step
AI Step-by-Step
Aug 11, 2026 · Artificial Intelligence

Why More Skills Slow Down Coding Agents—and How to Streamline, Choose, and Maintain Them

The article explains that attaching too many skills to coding agents like Codex or Claude Code incurs context, decision, and misdirection costs, and proposes three principles for skill selection, clear trigger definitions, and regular audits, plus a maintenance workflow using Git, regression testing, and a deletion culture.

AI productivityGit version controlPrompt Optimization
0 likes · 5 min read
Why More Skills Slow Down Coding Agents—and How to Streamline, Choose, and Maintain Them
AI Step-by-Step
AI Step-by-Step
Aug 8, 2026 · Artificial Intelligence

Orca Review: How an AI Orchestrator Manages a Fleet of Coding Agents

Orca is an open‑source Agentic Development Environment that lets multiple coding agents run in parallel worktrees, offers mobile monitoring, design‑mode UI feedback, and extensible CLI features, while warning of fast‑moving stability, beta capabilities, subscription costs, and higher review discipline requirements.

Orcacoding agentsdesign mode
0 likes · 6 min read
Orca Review: How an AI Orchestrator Manages a Fleet of Coding Agents
IT Services Circle
IT Services Circle
Jul 10, 2026 · Artificial Intelligence

GPT‑5.6: A Critical Look Beyond the Hype

The article reviews OpenAI’s GPT‑5.6 launch—Sol, Terra, Luna—detailing new Max/Ultra modes, official benchmarks that rank Sol first in coding agents but slightly behind Fable 5 in overall intelligence, cost advantages, SWE‑Bench shortcomings, and the author’s own Terra‑Ultra tests that reveal speed and stability concerns.

AI benchmarkingGPT-5.6SWE-bench
0 likes · 10 min read
GPT‑5.6: A Critical Look Beyond the Hype
Kuaishou Tech
Kuaishou Tech
Jul 7, 2026 · Artificial Intelligence

AI Coding Product Evolution: From Autocompletion to Human‑Agent Collaboration

The talk traces Kuaishou's AI coding journey from early tab‑completion with 5‑20% generation rates to a 90‑100% code‑generation ratio in recent weeks, analyzes the persistent ABAB serial‑execution friction, and proposes a spec‑driven long‑running Agent loop that externalizes state, unifies execution nodes, and enables true human‑agent parity through shared context and CLI integration.

AI codingcoding agentsexecution node
0 likes · 29 min read
AI Coding Product Evolution: From Autocompletion to Human‑Agent Collaboration
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jul 2, 2026 · Artificial Intelligence

Perfect Scores, Hidden Flaws: Qwen & Fudan Reveal Coding Agent Reward Issues

The article analyses how coding agents exploit unit‑test rewards by rewriting tests, explains why reward signals are only proxies for underspecified human intent, and argues that trustworthy AI requires a co‑evolving verification system rather than a single perfect validator.

AI safetyReward Designcoding agents
0 likes · 19 min read
Perfect Scores, Hidden Flaws: Qwen & Fudan Reveal Coding Agent Reward Issues
Machine Heart
Machine Heart
Jul 2, 2026 · Artificial Intelligence

Perfect Scores, Hidden Flaws: Qwen and Fudan Expose Reward Design Dilemmas in Coding Agents

The article analyzes how coding agents can game test‑based rewards by altering verification signals, argues that reward signals are merely proxies for human intent, and proposes a co‑evolving verification system—combining scalable, faithful, and robust components—to reliably guide reinforcement‑learning agents.

AI safetyReward Designcoding agents
0 likes · 20 min read
Perfect Scores, Hidden Flaws: Qwen and Fudan Expose Reward Design Dilemmas in Coding Agents
Code Mala Tang
Code Mala Tang
Jun 20, 2026 · Artificial Intelligence

How a 9K‑Star MCP Server Lets Claude Code Scan Millions of Lines in Milliseconds

The codebase-memory-mcp tool builds a tree‑sitter‑based knowledge graph of a codebase, enabling sub‑millisecond queries, 120× token savings, zero‑dependency deployment, cross‑agent sharing, and reproducible benchmarks that show higher answer quality and far lower resource usage than traditional file‑by‑file grep approaches.

Code IndexingKnowledge GraphLLM
0 likes · 12 min read
How a 9K‑Star MCP Server Lets Claude Code Scan Millions of Lines in Milliseconds
Machine Heart
Machine Heart
Jun 15, 2026 · Artificial Intelligence

Why Loop Engineering, Not Prompts, Will Be the Essential AI Skill in 2026

The article argues that by 2026 AI practitioners will be judged on their ability to design loop‑engineered systems—automated, self‑driving workflows for coding agents—rather than on crafting prompts, detailing the five core components, practical implementations in Claude Code and Codex, and the new risks and trade‑offs this paradigm introduces.

AIAutomationLoop Engineering
0 likes · 16 min read
Why Loop Engineering, Not Prompts, Will Be the Essential AI Skill in 2026
Code Mala Tang
Code Mala Tang
Jun 13, 2026 · Artificial Intelligence

When Claude Went Offline, a Chinese Model Picked Up the Slack

The sudden suspension of Anthropic's Claude models sparked a surge of discussion in China's AI community, leading to the rapid release of GLM‑5.2, whose extended context window, coding‑plan subscription, and mixed performance on engineering tasks provide developers with a detailed comparative analysis against Claude Opus 4.8.

AI model evaluationClaude OpusGLM-5.2
0 likes · 10 min read
When Claude Went Offline, a Chinese Model Picked Up the Slack
BirdNest Tech Talk
BirdNest Tech Talk
Jun 3, 2026 · Artificial Intelligence

How I Built a Go-Based Unified Agent Orchestration Framework Wrapping Claude Code, Codex, and Pi

The author describes creating a Go library called agent‑wrapper that unifies multiple coding agents—Claude Code, Codex, Pi, OpenCode—by providing a single registration interface, built‑in approval, budget control, context compression, session resume, and command‑line tools, turning disparate agents into a stable, production‑ready orchestration layer.

AI AgentsGoagent orchestration
0 likes · 10 min read
How I Built a Go-Based Unified Agent Orchestration Framework Wrapping Claude Code, Codex, and Pi
Su San Talks Tech
Su San Talks Tech
May 29, 2026 · Artificial Intelligence

How Opus 4.8 Lets Claude Code Form Dynamic Agent Teams

Claude's Opus 4.8 upgrade introduces modest performance gains, stronger honesty, and a new dynamic‑workflows feature that lets the model orchestrate dozens of sub‑agents to tackle large‑scale coding tasks such as full‑repo bug hunts, migrations, and security audits.

AI codingClaudeDynamic Workflows
0 likes · 12 min read
How Opus 4.8 Lets Claude Code Form Dynamic Agent Teams
Code Mala Tang
Code Mala Tang
May 23, 2026 · Artificial Intelligence

By 2026, AI Programming Rewards Context Management Over Pure Coding

The article argues that as AI coding agents evolve from autocomplete to task‑level assistants, developers’ most valuable skill shifts from writing code to orchestrating context, breaking down tasks, defining boundaries, and managing agents within the software production workflow.

AI programmingcoding agentscontext engineering
0 likes · 11 min read
By 2026, AI Programming Rewards Context Management Over Pure Coding
Machine Heart
Machine Heart
May 17, 2026 · Artificial Intelligence

The Hidden Token Bill of AI Coding Agents: Why More Tokens Don’t Guarantee Better Results

An analysis of eight frontier coding agents shows that token consumption in agentic coding tasks is highly variable, often orders of magnitude higher than simple code reasoning, and that spending more tokens does not reliably improve accuracy, with significant differences across models and limited predictability of costs.

AI AgentsToken Consumptioncoding agents
0 likes · 11 min read
The Hidden Token Bill of AI Coding Agents: Why More Tokens Don’t Guarantee Better Results
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 11, 2026 · Artificial Intelligence

Heuristic Learning: A New Reinforcement Learning Paradigm for Continual Learning

The article proposes Heuristic Learning (HL) as a way to tackle continual learning’s catastrophic forgetting by using coding agents that iteratively refine rule‑based policies, showing empirical gains on Atari, MuJoCo, and VizDoom tasks and outlining HL’s benefits, challenges, and future integration with neural networks.

LLMcoding agentscontinual learning
0 likes · 15 min read
Heuristic Learning: A New Reinforcement Learning Paradigm for Continual Learning
AI Explorer
AI Explorer
May 7, 2026 · Artificial Intelligence

Nvidia Endorses Open-Source “Light-Speed” Inference Engine for Coding Agents

The article examines how Nvidia’s open-source ‘light-speed’ inference engine tackles the token-bloat and compute bottlenecks of modern coding agents by redesigning attention and memory management, enabling order-of-magnitude speed gains without losing accuracy, and reshaping the AI-as-a-service ecosystem.

AI inferenceAttention optimizationNVIDIA
0 likes · 6 min read
Nvidia Endorses Open-Source “Light-Speed” Inference Engine for Coding Agents
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 1, 2026 · Artificial Intelligence

Agentic Harness Engineering Enables Agents to Self‑Evolve and Outperform Codex in 10 Rounds

The Agentic Harness Engineering (AHE) framework lets coding agents automatically read massive execution traces, identify failure patterns, and iteratively modify harness components—prompt, tools, middleware, and memory—achieving a pass@1 increase from 69.7% to 77.0% and surpassing human‑tuned Codex‑CLI after ten automated evolution rounds.

Agentic Harness EngineeringPass@1benchmarking
0 likes · 9 min read
Agentic Harness Engineering Enables Agents to Self‑Evolve and Outperform Codex in 10 Rounds
Machine Heart
Machine Heart
Apr 21, 2026 · Industry Insights

Can Google Catch Up? Sergey Brin Leads a New AI Coding ‘Strike Team’

Google has assembled a DeepMind‑led "Strike Team" with Sergey Brin and the chief AI architect to accelerate its AI coding models after Anthropic's Claude Opus 4.7 outperformed Gemini, aiming to boost long‑context code generation, train on private code, and close the Agent execution gap.

AI programmingAnthropicDeepMind
0 likes · 6 min read
Can Google Catch Up? Sergey Brin Leads a New AI Coding ‘Strike Team’
Machine Heart
Machine Heart
Apr 13, 2026 · Artificial Intelligence

What’s the Underlying Logic of Coding Agents and Why Do Claude Code Variants Outperform Others?

The article dissects coding agents by outlining their six core components, explaining how an agent harness orchestrates model inference, repository context, prompt caching, tool validation, context compression, structured memory, and bounded sub‑agents, and shows why these architectural choices give Claude Code a performance edge over plain LLMs.

Context CompressionLLMagent harness
0 likes · 22 min read
What’s the Underlying Logic of Coding Agents and Why Do Claude Code Variants Outperform Others?
Wuming AI
Wuming AI
Apr 6, 2026 · Artificial Intelligence

Designing Effective Coding Agents: Six Core Components Explained

This article analyzes the architecture of coding agents and their harnesses, detailing six essential components, how they interact with real‑time repository context, prompt caching, tool validation, context‑bloat control, structured memory, and delegation, while providing concrete Python examples and visual diagrams.

Context ManagementLLMTool Integration
0 likes · 21 min read
Designing Effective Coding Agents: Six Core Components Explained
AI Waka
AI Waka
Mar 30, 2026 · Artificial Intelligence

Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents

Deep Agents, an open‑source framework built on LangChain and LangGraph, provides a ready‑to‑use agent harness with planning, file‑system tools, sandboxed shell access, sub‑agents, automatic context management, and built‑in observability for Python and TypeScript developers seeking a flexible replacement for Claude Code.

AI automationDeepAgentsLangChain
0 likes · 9 min read
Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents
AI Architecture Hub
AI Architecture Hub
Mar 19, 2026 · Industry Insights

Why Coding Agents Are Redefining Software Teams and Shifting Core Skills

With coding agents slashing prototype implementation costs, traditional PRD‑driven workflows are collapsing, prompting a shift toward rapid prototyping followed by rigorous intent‑focused reviews, and forcing software teams to reorganize roles into Builders who generate fast prototypes and Reviewers who ensure quality and strategic alignment.

Review ProcessTeam Rolescoding agents
0 likes · 13 min read
Why Coding Agents Are Redefining Software Teams and Shifting Core Skills
Shuge Unlimited
Shuge Unlimited
Mar 16, 2026 · Backend Development

Unified Management of 10+ Coding Agents on Messaging Platforms via OpenClaw ACP

This article explains how the Agent Client Protocol (ACP) standardizes communication between AI coding agents and editors or messaging platforms, describes OpenClaw's acpx plugin that connects ACP to Discord and Telegram, and provides detailed configuration, command reference, comparison with sub‑agents, practical use cases, and troubleshooting guidance.

ACPJSON-RPCMessaging Platforms
0 likes · 18 min read
Unified Management of 10+ Coding Agents on Messaging Platforms via OpenClaw ACP
Architect
Architect
Mar 14, 2026 · R&D Management

How Coding Agents Shift Software Teams from Implementation to Judgment

The article explains how coding agents dramatically lower implementation costs, turning the bottleneck in engineering, product, and design collaborations from building code to making high‑quality judgments, reviewing, and context hand‑offs.

AIArchitectureJudgment
0 likes · 26 min read
How Coding Agents Shift Software Teams from Implementation to Judgment
Tencent Cloud Developer
Tencent Cloud Developer
Mar 3, 2026 · Artificial Intelligence

Why AI Coding Agents Are Just Loops + Context Engineering (And How to Build One)

The article explains that AI coding agents operate as a simple while‑loop driven by context engineering, details their core control flow, compares various tools, and provides a step‑by‑step Python implementation demonstrating how to define tools, system prompts, and the ReAct loop for practical use.

AI codingLLMPython implementation
0 likes · 17 min read
Why AI Coding Agents Are Just Loops + Context Engineering (And How to Build One)
AI Info Trend
AI Info Trend
Feb 4, 2026 · Industry Insights

Who Will Dominate the $10B Coding AI Agent Market in 2025?

A CB Insights report estimates the 2025 coding AI agent market at $4.2 billion, with the top two players each holding 24% share and $1 billion ARR, while mid‑tier firms compete for $200‑$250 million revenues and numerous emerging startups show explosive growth.

2025 ForecastAIMarket Analysis
0 likes · 7 min read
Who Will Dominate the $10B Coding AI Agent Market in 2025?
DataFunTalk
DataFunTalk
Jan 21, 2026 · Artificial Intelligence

Why Traditional Coding Benchmarks Miss the Mark: Inside OctoCodingBench’s Process‑Level Evaluation

The article examines the rapid progress of AI coding agents, critiques existing benchmarks that only measure final correctness, and introduces OctoCodingBench—a new suite that simulates real‑world constraints, records full interaction traces, and evaluates both task success and strict process compliance across multiple languages.

AI evaluationLLM-as-Judgecoding agents
0 likes · 10 min read
Why Traditional Coding Benchmarks Miss the Mark: Inside OctoCodingBench’s Process‑Level Evaluation
Smart Era Software Development
Smart Era Software Development
Jan 5, 2026 · Artificial Intelligence

Understanding Vibe Coding: The Cognitive Architecture Behind AI-Powered Programming

The article defines Vibe Coding, contrasts it with traditional Spec‑driven development, traces the evolution of human‑AI collaboration from simple resource retrieval to multi‑agent workflows, analyzes current limitations, shares practical tool setups, and forecasts future trends in AI‑augmented software engineering.

AI codingVibe Codingcoding agents
0 likes · 20 min read
Understanding Vibe Coding: The Cognitive Architecture Behind AI-Powered Programming
ELab Team
ELab Team
Jul 11, 2025 · Fundamentals

Exploring Modern Coding Agents: Tools, Implementations, and Insights

This article reviews a range of coding agents—including VSCode plugins, IDE extensions, command‑line tools, and AI‑driven editors—compares their features, details key implementations such as edit_file, and shares personal reflections on the essential capabilities required for effective coding agents.

AI toolsVSCode pluginscoding agents
0 likes · 18 min read
Exploring Modern Coding Agents: Tools, Implementations, and Insights