Tagged articles

AI coding agent

26 articles · Page 1 of 1
Senior Tony
Senior Tony
Aug 18, 2026 · Artificial Intelligence

Master DeepSeek Harness: A No‑Excuse Beginner’s Guide

This step‑by‑step guide shows how to set up DeepSeek Harness, configure the API key and workspace, run a Java project analysis, choose the appropriate agent mode, and decide when to install from source, providing practical tips for Java developers.

AI coding agentAgent modesDeepSeek Harness
0 likes · 10 min read
Master DeepSeek Harness: A No‑Excuse Beginner’s Guide
Su San Talks Tech
Su San Talks Tech
Aug 14, 2026 · Artificial Intelligence

Why Pi Is Gaining Popularity: A Deep Dive into Its Design, Low Cost, and Extensibility

Pi, an open‑source terminal AI coding agent created by libGDX founder Mario Zechner, outperforms competitors like Claude Code by using a minimalist design with only four primitive tools, a 200‑token system prompt, and model‑agnostic architecture, resulting in 99.93% cache‑hit rates, ultra‑low per‑task costs (~$0.028), full MIT licensing, and extensive extensibility.

AI coding agentExtensibilityModel-agnostic
0 likes · 15 min read
Why Pi Is Gaining Popularity: A Deep Dive into Its Design, Low Cost, and Extensibility
Architect's Tech Stack
Architect's Tech Stack
Aug 14, 2026 · Artificial Intelligence

Introducing ZCode: The GLM‑Powered Coding Agent That Controls Your Terminal

ZCode 3.0, built on the open‑source GLM‑5.2 model, replaces its original kernel with a custom ZCode Agent core, optimising long‑range reasoning and tool calls so it can read repositories, run tests, fix bugs, and even control a terminal, while offering a free token grant and low‑cost subscription for Chinese developers.

AI coding agentGLM-5.2ZCode
0 likes · 3 min read
Introducing ZCode: The GLM‑Powered Coding Agent That Controls Your Terminal
IT Services Circle
IT Services Circle
Jul 9, 2026 · Artificial Intelligence

Musk Unveils Grok 4.5: First Benchmarks Reveal Its Strengths and Limits

SpaceXAI's Grok 4.5 arrives ahead of OpenAI's GPT‑5.6 Sol, delivering terminal‑bench scores of 83.3% and multilingual code‑fixing at 78.0%, while offering a striking $2/$6 per‑million‑token price and 80 TPS inference speed, yet still lagging behind top rivals on the hardest SWE‑Bench Pro tasks.

AI coding agentGrok 4.5SWE-bench
0 likes · 6 min read
Musk Unveils Grok 4.5: First Benchmarks Reveal Its Strengths and Limits
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 16, 2026 · R&D Management

Micro Feedback Loops vs Loop Engineering: Which Loop Does Your Team Use?

The article compares the 2011 Micro Feedback Loop model with the 2026 Loop Engineering concept, explains why verification is crucial for AI‑driven automation, and outlines a four‑step path—optimizing feedback cycles, building a standard knowledge base, implementing Loop Engineering, and continuous evolution—to help software teams achieve sustainable efficiency gains.

AI coding agentDevOpsLoop Engineering
0 likes · 8 min read
Micro Feedback Loops vs Loop Engineering: Which Loop Does Your Team Use?
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 12, 2026 · Operations

Why Open‑Source LoongSuite Pilot Is Needed as AI Coding Agents Become Core Infrastructure

The article analyzes how AI coding agents like Cursor, Claude Code, and Codex have become essential developer tools, yet suffer from almost zero observability, and explains how the open‑source LoongSuite Pilot provides a unified collection platform, semantic schema, security controls, dashboards, and ROI metrics to turn these agents into manageable infrastructure.

AI coding agentLoongSuite PilotMetrics
0 likes · 27 min read
Why Open‑Source LoongSuite Pilot Is Needed as AI Coding Agents Become Core Infrastructure
Node.js Tech Stack
Node.js Tech Stack
Jun 11, 2026 · Artificial Intelligence

How 5 Engineers Built an Open‑Source Long‑Horizon Coding Agent in 14 Days that Outperforms Claude Code

A five‑person Xiaomi team created MiMo Code, an open‑source long‑horizon programming agent written in TypeScript, within two weeks; the paper details its three‑dimensional design—compute, memory, evolution—benchmark results that surpass Claude Code, and simple installation options.

AI coding agentMiMo Codebenchmark
0 likes · 6 min read
How 5 Engineers Built an Open‑Source Long‑Horizon Coding Agent in 14 Days that Outperforms Claude Code
AI Programming Lab
AI Programming Lab
Jun 2, 2026 · Artificial Intelligence

Testing MiniMax M3: Reproducing a Deep‑Learning Paper and Building an End‑to‑End Medical Image Segmentation App

The author evaluates MiniMax M3 by reproducing the 2021 TransUNet medical image segmentation paper, troubleshooting data and training issues, achieving near‑paper Dice scores, and then engineering a full‑stack React‑FastAPI application to demonstrate the model’s practical capabilities and cost.

AI coding agentMiniMax M3TransUNet
0 likes · 10 min read
Testing MiniMax M3: Reproducing a Deep‑Learning Paper and Building an End‑to‑End Medical Image Segmentation App
ShiZhen AI
ShiZhen AI
May 29, 2026 · Artificial Intelligence

Opus 4.8 Unveiled: Claude Code Turns Into a Dynamic Sub‑Agent Engineering Team

Anthropic's Opus 4.8 adds modest performance gains, stronger honesty, and a fast mode, while its new Dynamic Workflows let Claude Code orchestrate dozens of sub‑agents to tackle large‑scale tasks such as full‑repo bug hunts, migrations, and security audits, effectively turning a single coding assistant into a temporary engineering team.

AI coding agentClaudeDynamic Workflows
0 likes · 11 min read
Opus 4.8 Unveiled: Claude Code Turns Into a Dynamic Sub‑Agent Engineering Team
Java Companion
Java Companion
May 26, 2026 · Artificial Intelligence

How a Terminal AI Agent Achieves a 99.82% Cache Hit Rate with DeepSeek API

DeepSeek-Reasonix, a terminal‑based AI coding agent tightly integrated with the DeepSeek API, delivers a 99.82% prefix‑cache hit rate that cuts daily token costs from $61 to $1.38, while offering file editing, command execution, memory, hooks, MCP support, and a preview Tauri desktop client.

AI coding agentDeepSeekReasonix
0 likes · 14 min read
How a Terminal AI Agent Achieves a 99.82% Cache Hit Rate with DeepSeek API
MeowKitty Programming
MeowKitty Programming
May 5, 2026 · Backend Development

Codex Is More Than Autocomplete—Java Developers Learn to Delegate Tasks to AI

The article argues that Java developers should treat OpenAI's Codex as a coding agent capable of handling well‑defined engineering tasks—such as codebase navigation, targeted refactoring, test generation, and pre‑review checks—by clearly specifying boundaries, goals, and verification steps rather than merely asking it to write snippets.

AI coding agentCodexJava
0 likes · 8 min read
Codex Is More Than Autocomplete—Java Developers Learn to Delegate Tasks to AI
MeowKitty Programming
MeowKitty Programming
Apr 30, 2026 · Backend Development

Why Codex Agents Are Redefining the Java Developer Workflow

The article analyzes how OpenAI's Codex CLI, an AI coding agent, is shifting Java development from manual code writing to task‑oriented automation, outlining suitable use cases, practical prompting techniques, and the new skills engineers must adopt to keep quality and control.

AI coding agentCodexJava
0 likes · 7 min read
Why Codex Agents Are Redefining the Java Developer Workflow
ShiZhen AI
ShiZhen AI
Apr 1, 2026 · Artificial Intelligence

Inside Claude Code’s 512K-Line Leak: How Its AI Coding System Is Built

The accidental source‑map release of Anthropic’s Claude Code on March 31 2026 exposed 512 000 lines of TypeScript, revealing a five‑layer architecture, a sophisticated prompt‑memory split, a 40‑plus‑tool ecosystem, multi‑agent coordination, and hidden feature‑flags that together illustrate how a top‑tier AI coding agent is engineered as a full‑stack runtime rather than a simple model wrapper.

AI coding agentClaude CodeFeature Flags
0 likes · 24 min read
Inside Claude Code’s 512K-Line Leak: How Its AI Coding System Is Built
Fighter's World
Fighter's World
Mar 28, 2026 · Artificial Intelligence

What Engineering Decisions Make AI Coding Agents Effective? Lessons from the OpenDev Paper

The article dissects OpenDev’s open‑source AI coding agent, comparing its scaffolding‑vs‑harness architecture, cognitive‑flow design, context‑compression strategies, tool‑reliability mechanisms and safety layers with Claude Code, Cursor, Codex and Augment, and shows that harness‑level engineering remains the biggest performance lever even for frontier models.

AI coding agentOpenDevSafety
0 likes · 39 min read
What Engineering Decisions Make AI Coding Agents Effective? Lessons from the OpenDev Paper
Black & White Path
Black & White Path
Mar 21, 2026 · Artificial Intelligence

When AI Coding Agents Get PUA'd: Unexpected Performance Gains

A developer created a "pua" plugin that injects big‑tech management scripts into AI coding agents, enforcing three strict rules and escalating pressure levels, and experiments show it boosts bug‑fix count by 36%, verification runs by 65%, and tool usage by 50%, even uncovering hidden configuration issues.

AI coding agentClaudeGitHub
0 likes · 5 min read
When AI Coding Agents Get PUA'd: Unexpected Performance Gains
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 13, 2026 · Artificial Intelligence

Nvidia’s New OpenClaw‑Optimized Model Cracks Top‑5 on PinchBench – Free to Use

Nvidia’s open‑source Nemotron‑3‑Super model achieves an 85.6% success rate on the PinchBench OpenClaw benchmark, ranking in the top five (the only open‑source entry), and the article explains its architecture, quantization, training pipeline, performance numbers, usage options, and practical limitations.

AI coding agentMoENVFP4
0 likes · 10 min read
Nvidia’s New OpenClaw‑Optimized Model Cracks Top‑5 on PinchBench – Free to Use
Architect
Architect
Feb 16, 2026 · Artificial Intelligence

Turn Claude Code into a Reliable Coding Partner: 6 Proven Strategies

This article distills a viral thread by Eyad Khrais into six actionable principles and a reusable workflow for Claude Code, covering planning mode, project‑specific CLAUDE.md files, context management, interface‑style requirements, handling stuck conversations, and automating high‑frequency actions into a sustainable engineering system.

AI coding agentClaude CodePrompt Engineering
0 likes · 17 min read
Turn Claude Code into a Reliable Coding Partner: 6 Proven Strategies
TonyBai
TonyBai
Feb 15, 2026 · Artificial Intelligence

Minimalist Victory: Architecture and Build Story of Pi, OpenClaw’s AI Coding Agent

The article examines how the Pi engine, the core of OpenClaw’s AI coding agent, was built with a minimalist, opinionated design, detailing its modular components, handling of multi‑model context, lightweight TUI, security philosophy, and benchmark results that show it rivals heavier competitors.

AI coding agentLLM IntegrationPi engine
0 likes · 14 min read
Minimalist Victory: Architecture and Build Story of Pi, OpenClaw’s AI Coding Agent
Architect
Architect
Feb 10, 2026 · Artificial Intelligence

Why Pi’s Minimalist Architecture Powers OpenClaw’s AI Coding Agent

The article explains how the ultra‑minimal Pi engine—built around just four tools, a tree‑shaped session model, and an extensible plug‑in system—provides a clean, auditable, and secure foundation for OpenClaw’s AI‑driven code‑writing capabilities, while highlighting practical extensions, engineering constraints, and trade‑offs.

AI coding agentAgent EngineeringExtensible architecture
0 likes · 16 min read
Why Pi’s Minimalist Architecture Powers OpenClaw’s AI Coding Agent
AI Info Trend
AI Info Trend
Feb 10, 2026 · Artificial Intelligence

How GPT-5.3‑Codex Redefines AI‑Powered Software Engineering

The article provides an in‑depth analysis of OpenAI's GPT‑5.3‑Codex, detailing its role as a software‑engineering AI agent, its multi‑layered capabilities, core concepts, benchmark results, and the shift toward real‑time collaborative development workflows.

AI coding agentCodexGPT-5.3
0 likes · 8 min read
How GPT-5.3‑Codex Redefines AI‑Powered Software Engineering
21CTO
21CTO
May 19, 2025 · Artificial Intelligence

GitHub Unveils Copilot Coding Agent: AI-Powered Code Review and Automation

GitHub introduced the Copilot Coding Agent at Microsoft Build, an AI-driven tool that runs in GitHub Actions, handles code reviews, refactoring, and debugging, while enforcing strict security controls and integrating with Azure SRE workflows and open‑source VS Code extensions.

AI coding agentDevOpsGitHub Actions
0 likes · 8 min read
GitHub Unveils Copilot Coding Agent: AI-Powered Code Review and Automation
Sohu Tech Products
Sohu Tech Products
Apr 2, 2025 · Artificial Intelligence

Solving Context Window Limitations in AI Coding Agents with Memory Bank

The article proposes a two‑step approach—constraining each coding‑agent task to fit within the LLM’s context window and using a “Memory Bank” of structured project files to persist and share essential information across rounds—illustrated with Cline’s plan and execution modes to prevent information loss and repetitive bugs in large‑scale AI‑driven development.

AI coding agentClineLLM Context Window
0 likes · 9 min read
Solving Context Window Limitations in AI Coding Agents with Memory Bank