Tagged articles
20 articles
Page 1 of 1
java1234
java1234
May 22, 2026 · Artificial Intelligence

DeepSeek‑TUI: The Terminal‑Based Coding Agent That Turned 24K Stars by Turning Multi‑Step Edits into Traceable Actions

DeepSeek‑TUI is an open‑source terminal coding agent that combines DeepSeek model capabilities with a conversational tool‑calling interface, offering multi‑step file edits, shell and git operations, cost‑aware auto mode, and risk‑engineered workflows for engineers who need traceable, multi‑turn AI assistance.

AI codingAuto modeCoding Agent
0 likes · 9 min read
DeepSeek‑TUI: The Terminal‑Based Coding Agent That Turned 24K Stars by Turning Multi‑Step Edits into Traceable Actions
AgentGuide
AgentGuide
May 9, 2026 · Artificial Intelligence

Interview Question: What Is Harness Engineering and How to Answer It

The article defines Harness Engineering—also called "驾驭工程"—as a set of engineering methods that create a structured environment for AI agents, addressing issues like missing context, tool access, feedback loops, and security, and contrasts it with prompt engineering while providing concrete implementation steps.

AI agentAgent EnvironmentCoding Agent
0 likes · 8 min read
Interview Question: What Is Harness Engineering and How to Answer It
AI Engineer Programming
AI Engineer Programming
May 7, 2026 · Artificial Intelligence

How Cursor Turned Its Coding Agent from Demo to Production

The article examines Cursor's journey of shipping its Composer coding agent, detailing the agentic AI model, system architecture, and the three major production challenges—diff handling, latency accumulation, and sandbox scaling—along with the engineering solutions that enabled reliable, fast, and adoptable AI‑driven code generation.

Coding AgentCursorMixture of Experts
0 likes · 16 min read
How Cursor Turned Its Coding Agent from Demo to Production
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 4, 2026 · Artificial Intelligence

DeepSeek‑TUI: A Claude‑Code‑Style Terminal Agent Optimized for DeepSeek

DeepSeek‑TUI is a Rust‑based terminal coding agent modeled after Claude Code, specially tuned for DeepSeek V4, offering chain‑of‑thought streaming, a 1 M‑token context window with automatic compression, cost‑saving RLM mode, multiple operation tiers, and a rapid release cadence that has driven its popularity to over 2.3k GitHub stars.

AICoding AgentDeepSeek
0 likes · 9 min read
DeepSeek‑TUI: A Claude‑Code‑Style Terminal Agent Optimized for DeepSeek
PaperAgent
PaperAgent
May 2, 2026 · Artificial Intelligence

Can Harnesses Self‑Evolve? Fudan & Peking University’s Agentic Harness Engineering Breakthrough

The paper introduces Agentic Harness Engineering (AHE), showing that a 10‑round evolution improves Coding Agent pass@1 from 69.7% to 77.0% on Terminal‑Bench 2—outperforming Codex‑CLI—and that the evolved harness transfers zero‑shot to SWE‑bench and multiple model families, thanks to three observability pillars.

Ablation StudyCoding AgentHarness Engineering
0 likes · 11 min read
Can Harnesses Self‑Evolve? Fudan & Peking University’s Agentic Harness Engineering Breakthrough
DataFunTalk
DataFunTalk
Apr 25, 2026 · Artificial Intelligence

DeepSeek‑V4 vs GPT‑5.5: First Real‑World Tests Reveal Surprising Results

On the day GPT‑5.5 launched, DeepSeek‑V4 followed, and a series of head‑to‑head tests—including a logic puzzle, an IMO math problem, HTML generation, game‑engine coding, token‑efficiency measurement, and a network‑security challenge—showed GPT‑5.5 generally leading while DeepSeek demonstrated notable strengths and cost advantages.

AI Model BenchmarkAI securityCoding Agent
0 likes · 14 min read
DeepSeek‑V4 vs GPT‑5.5: First Real‑World Tests Reveal Surprising Results
Code Mala Tang
Code Mala Tang
Apr 19, 2026 · Artificial Intelligence

Why Real‑World Constraints Define the Success of Claude Code Agents

The analysis of the arXiv paper “Dive into Claude Code” reveals that beyond model loops, the decisive factors for coding agents are practical system design issues such as permission control, context compression, safety, user intervention, and reliable execution in real environments.

AI ArchitectureClaude CodeCoding Agent
0 likes · 5 min read
Why Real‑World Constraints Define the Success of Claude Code Agents
Architect
Architect
Apr 6, 2026 · Artificial Intelligence

Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained

The article breaks down how a Coding Agent’s performance depends not just on the underlying LLM but on the surrounding Harness system that adds context, tool orchestration, memory management, and execution safeguards, turning raw models into collaborative software engineers.

Agent ArchitectureCoding AgentContext Management
0 likes · 18 min read
Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained
AI Tech Publishing
AI Tech Publishing
Apr 6, 2026 · Artificial Intelligence

Six Core Components of a Coding Agent Explained with Code

The article systematically breaks down the six essential building blocks of a programming agent—live repository context, prompt shape and cache reuse, structured tool access and validation, context reduction, structured session memory, and bounded sub‑agent delegation—illustrated with a Mini Coding Agent implementation and comparisons to Claude Code, Codex, and OpenClaw.

Coding AgentContext CompressionLLM
0 likes · 15 min read
Six Core Components of a Coding Agent Explained with Code
SuanNi
SuanNi
Apr 2, 2026 · Artificial Intelligence

How Alibaba’s New Qwen3.5‑Omni, Wan2.7‑Image, and Qwen3.6‑Plus Redefine Multimodal AI

Alibaba unveiled three cutting‑edge models—Qwen3.5‑Omni with native multimodal interaction, Wan2.7‑Image for high‑precision image generation and editing, and Qwen3.6‑Plus boosting coding agent performance—each achieving dozens of SOTA benchmarks, massive context windows, and novel capabilities such as Audio‑Visual Vibe Coding and transparent layer separation.

AICoding AgentLarge Language Model
0 likes · 7 min read
How Alibaba’s New Qwen3.5‑Omni, Wan2.7‑Image, and Qwen3.6‑Plus Redefine Multimodal AI
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 20, 2026 · Artificial Intelligence

Auto‑Detect Which LLMs Your PC Can Run and Launch a Coding Agent

This article shows how the HF‑agent plugin uses llmfit to analyze your hardware, recommends runnable large language models, starts a llama.cpp server, and automatically launches the Pi coding agent, with step‑by‑step commands and a real‑world test on an M2 MacBook Air.

Coding AgentHF-agentllama.cpp
0 likes · 5 min read
Auto‑Detect Which LLMs Your PC Can Run and Launch a Coding Agent
Open Source Tech Hub
Open Source Tech Hub
Mar 10, 2026 · Artificial Intelligence

How to Build a PHP Coding Agent with Neuron AI’s Maestro Framework

This article explains how the Neuron AI framework’s Maestro component lets developers create a fully PHP‑based coding agent, covering its strong‑type design, workflow‑centric architecture, tool‑approval mechanism, event system, MCP integration, and step‑by‑step installation and configuration.

AICoding AgentNeuron AI
0 likes · 11 min read
How to Build a PHP Coding Agent with Neuron AI’s Maestro Framework
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 8, 2026 · Artificial Intelligence

Andrew Ng’s New “Context Hub” Adds a Context Layer for Coding Agents

Context Hub, Andrew Ng’s latest open‑source project, introduces a structured, versioned documentation layer for coding agents that tackles API hallucination and memory loss, offers incremental fetching, annotation, and separates local notes from public feedback, making agent‑driven development more reliable and token‑efficient.

AI DocumentationAgent InfrastructureCLI
0 likes · 9 min read
Andrew Ng’s New “Context Hub” Adds a Context Layer for Coding Agents
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 22, 2026 · Artificial Intelligence

Why the Minimalist pi Coding Agent Beats Feature‑Heavy Claude Code and OpenCode

In a landscape where Claude Code, Cursor and Windsurf pile on built‑in features, the pi terminal coding agent adopts a minimalist "primitives, not features" philosophy, removes most defaults, offers extensible CLI tools, supports dozens of LLM providers, and outperforms its rivals in Terminal‑Bench 2.0.

Coding AgentLLMTerminal-Bench
0 likes · 16 min read
Why the Minimalist pi Coding Agent Beats Feature‑Heavy Claude Code and OpenCode
DataFunSummit
DataFunSummit
Oct 9, 2025 · Artificial Intelligence

Why AI Coding Agents Still Struggle: Context Limits, Knowledge Gaps, and the Road to Human‑Like Assistants

This talk examines the core challenges facing AI coding agents—limited context windows, knowledge accumulation, and software‑engineering complexity—while outlining practical solutions such as context providing, RAG, fine‑tuning, online learning, feedback loops, and multi‑agent collaboration to move toward truly human‑like, continuously learning coding assistants.

AI codingCoding AgentOnline Learning
0 likes · 24 min read
Why AI Coding Agents Still Struggle: Context Limits, Knowledge Gaps, and the Road to Human‑Like Assistants
Ops Development & AI Practice
Ops Development & AI Practice
Sep 15, 2025 · Industry Insights

Why Free AI Coding Tools Fall Short: The Case for a Paid Coding Agent

The article compares two AI‑assisted development workflows—the traditional “question‑answer consultant” model and the emerging paid “coding teammate” approach—explaining how context window size, model call frequency, tool integration, and stateful collaboration make free plans insufficient for serious developers.

AICoding AgentIndustry Insights
0 likes · 9 min read
Why Free AI Coding Tools Fall Short: The Case for a Paid Coding Agent
DaTaobao Tech
DaTaobao Tech
Aug 20, 2025 · Artificial Intelligence

How Cursor’s Coding Agent Works: Deep Dive into Its Architecture and Real‑World Experiments

This article examines the Cursor coding‑assistant by dissecting its backend architecture, running three practical experiments (a Go hello‑world program, a CUDA flash‑attention code search, and a single‑page to‑do web app), and analyzing why the tool succeeds or fails in real development scenarios.

Coding AgentCursorLLM integration
0 likes · 9 min read
How Cursor’s Coding Agent Works: Deep Dive into Its Architecture and Real‑World Experiments
phodal
phodal
Jul 24, 2024 · Artificial Intelligence

How to Build Trustworthy Coding Agents with Shire’s Custom RAG Workflow

This article explains how to use the Shire language to create reliable coding agents by defining custom RAG workflows, leveraging IDE APIs, code verification functions, and vector‑based search, with detailed examples, configuration snippets, and a roadmap for future enhancements.

AICoding AgentIDE
0 likes · 10 min read
How to Build Trustworthy Coding Agents with Shire’s Custom RAG Workflow