Tagged articles
11 articles
Page 1 of 1
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 agentCode reviewCodex
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 CodeMulti-Agent
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 agentHarness EngineeringOpenDev
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
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 agentExtensible architectureMinimalist design
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