Tagged articles
20 articles
Page 1 of 1
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 programmingContext Engineeringcoding agents
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 agentscoding agentscost analysis
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 EngineeringObservabilitybenchmarking
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.

Agent HarnessContext CompressionLLM
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.

Agent HarnessContext ManagementLLM
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-RPCOpenClaw
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.

AITeam Collaborationarchitecture
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 ForecastAITech industry
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
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