Tagged articles
1752 articles
Page 1 of 18
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 codingClaudeOpus 4.8
0 likes · 12 min read
How Opus 4.8 Lets Claude Code Form Dynamic Agent Teams
Tencent Technical Engineering
Tencent Technical Engineering
May 28, 2026 · R&D Management

When AI Becomes a Mirror: The Silent Revolution of Writing Specs

The article argues that in the AI era, writing specifications, rules, and evaluation sets forces engineers to externalize tacit knowledge, turning AI from a tool into a mirror that reveals hidden assumptions, and warns that this legibility brings both powerful benefits and profound risks.

AIGoodhart's lawSpec-Driven Development
0 likes · 28 min read
When AI Becomes a Mirror: The Silent Revolution of Writing Specs
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2026 · Artificial Intelligence

Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases

The article dissects Anthropic’s official guidance on deploying Claude Code in massive codebases, showing that context overflow stems from an inadequate harness rather than model size, and presents seven concrete pitfalls with solutions—including limiting CLAUDE.md to 200 lines, using LSP, initializing in subdirectories, leveraging hooks, skills, plugins, and MCP integration—to make the AI coding assistant effective at scale.

AI codingBest PracticesClaude Code
0 likes · 23 min read
Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2026 · R&D Management

Why Tech‑Obsessed Engineers Hit a Career Ceiling

The article argues that engineers who prioritize flashy technologies over business value quickly hit a career ceiling, illustrating the danger with over‑engineered micro‑service splits, costly AI projects, and loss of judgment, then offers practical habits and advice to align technology with real business outcomes.

Software Architecturebusiness alignmentcareer development
0 likes · 8 min read
Why Tech‑Obsessed Engineers Hit a Career Ceiling
Xiaomi Tech
Xiaomi Tech
May 28, 2026 · Artificial Intelligence

Scaling AI Coding from Individuals to Teams: Xiaomi’s Engineering Practices

The article analyzes how Xiaomi’s AI coding initiative boosted individual developer speed but exposed organizational bottlenecks, and describes a three‑layer engineering solution—Unified Workflow (VAF), Code Knowledge Index (VKF), and Collaborative Workbench (eight‑claw)—that lowers entry barriers, builds searchable code knowledge, enables parallel task execution, and preserves team‑wide knowledge for sustainable productivity gains.

AI codingcode knowledge basecollaboration tools
0 likes · 19 min read
Scaling AI Coding from Individuals to Teams: Xiaomi’s Engineering Practices
Code Mala Tang
Code Mala Tang
May 27, 2026 · Industry Insights

12 Bold Assertions on How AI Is Redefining Software

Thorsten Ball outlines twelve decisive observations about the AI era, arguing that abundant code, the rise of autonomous agents, shifting bottlenecks, and new value drivers will fundamentally rewrite software development, organization, and engineer roles.

AIagentsindustry transformation
0 likes · 10 min read
12 Bold Assertions on How AI Is Redefining Software
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 27, 2026 · Artificial Intelligence

How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams

The article analyses Claude Code's Subagents, Agent View, and Agent Teams, explaining when to use each, how to partition engineering work, enforce permission and budget limits, and gather verifiable evidence so that multiple AI agents can collaborate safely and efficiently in real projects.

AI codingAgent TeamsAgent View
0 likes · 23 min read
How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams
Code Mala Tang
Code Mala Tang
May 25, 2026 · R&D Management

How Enterprises Can Implement AI‑Native Development: Specs, Process Redesign, and Feedback Loops

The talk shows that true AI‑native development requires upgrading specifications, redesigning the entire development pipeline, establishing closed‑loop feedback, and layering rollout by business type, rather than merely adding an AI coding assistant, and presents data from ten pilot projects demonstrating efficiency gains.

AI-native developmententerprise AIfeedback loop
0 likes · 10 min read
How Enterprises Can Implement AI‑Native Development: Specs, Process Redesign, and Feedback Loops
Liangxu Linux
Liangxu Linux
May 24, 2026 · Fundamentals

Why Is C the Most Successful Programming Language?

The article explains that C’s lasting dominance stems from its extreme simplicity with only 32 keywords, low‑level hardware access, and its deep ties to Unix, which together created an ecosystem that outlasted newer languages despite C’s lack of modern features.

C languageLanguage DesignUnix
0 likes · 6 min read
Why Is C the Most Successful Programming Language?
Liangxu Linux
Liangxu Linux
May 23, 2026 · Industry Insights

Why Do Big Tech Firms Treat LeetCode Skills as Core Programming Ability?

Big tech companies use LeetCode algorithm tests as a standardized, quantifiable filter to gauge learning potential and problem‑solving skills, even though these tests do not reflect real engineering ability, leading to a paradox where strong algorithm performers may lack practical coding quality and vice versa.

Algorithm InterviewsHiring PracticesLeetCode
0 likes · 6 min read
Why Do Big Tech Firms Treat LeetCode Skills as Core Programming Ability?
Architecture Musings
Architecture Musings
May 22, 2026 · Industry Insights

Deep Dive into ThoughtWorks Tech Radar Vol. 34: Engineering Practices and Cognitive Re‑construction in the Agent Era

The article analyzes ThoughtWorks Technology Radar Vol. 34, highlighting how the rise of AI‑driven agents reshapes software engineering evaluation, introduces semantic diffusion and cognitive debt, and forces a return to classic practices while spotlighting newly adopted tools like Kafbat UI and Typer and warning about emerging anti‑patterns.

AIAgentic SystemsCognitive Debt
0 likes · 34 min read
Deep Dive into ThoughtWorks Tech Radar Vol. 34: Engineering Practices and Cognitive Re‑construction in the Agent Era
java1234
java1234
May 21, 2026 · Backend Development

Three Months as an AI Code Babysitter: My Exhausting Journey and Hard Lessons

A veteran Java developer took a 5‑wan‑yuan retail project, relied on an end‑to‑end AI code generator for a month, then faced chaotic project structures, security flaws, and massive refactoring before discovering FeiSuan JavaAI's multi‑agent workflow that finally turned the disaster into a deliverable.

AIBackend DevelopmentDatabase
0 likes · 21 min read
Three Months as an AI Code Babysitter: My Exhausting Journey and Hard Lessons
Architecture Breakthrough
Architecture Breakthrough
May 21, 2026 · Industry Insights

Why Architecture Value Lies in Business Impact, Not Code Perfection

The article argues that an architect’s worth is measured by the business outcomes their systems enable rather than internal code elegance, citing AI‑generated code, the Taobao development story, and sales‑driven revenue as evidence that external value outweighs internal craftsmanship.

AI Code Generationarchitecturebusiness value
0 likes · 4 min read
Why Architecture Value Lies in Business Impact, Not Code Perfection
Tencent Tech
Tencent Tech
May 20, 2026 · Artificial Intelligence

The Three Evolutions of AI Engineering: Prompt, Context, and Harness

This article analyzes the progressive stages of AI‑driven software engineering—Prompt Engineering, Context Engineering, and Harness Engineering—illustrating how each addresses specific challenges, presenting real‑world experiments from OpenAI and Anthropic, and outlining a roadmap for engineers to master the new paradigm.

AI agentsContext EngineeringHarness Engineering
0 likes · 19 min read
The Three Evolutions of AI Engineering: Prompt, Context, and Harness
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 19, 2026 · Artificial Intelligence

Agent‑Driven R&D Efficiency: Exploration and Practice at QECon Shenzhen 2026

At QECon Shenzhen 2026, Xiaohongshu's tech team will present five technical talks that showcase how AI agents are applied to architecture risk analysis, change automation, large‑model load‑testing data construction, end‑to‑end testing, and client‑side performance, illustrating concrete engineering solutions and measurable productivity gains.

AI agentLLMPerformance
0 likes · 13 min read
Agent‑Driven R&D Efficiency: Exploration and Practice at QECon Shenzhen 2026
Data Party THU
Data Party THU
May 19, 2026 · Artificial Intelligence

Anthropic Code w/ Claude Conference: How AI Cut a 10‑Week Project to 4 Days

Anthropic’s Code w/ Claude developer conference revealed three major upgrades—a stronger foundation model, the Claude Platform’s multi‑agent orchestration, and the Claude Code desktop client—showcasing real‑world cases where 50 k lines of Scala were rewritten in four days and a 20‑day approval process was halved, while API usage jumped 17‑fold and weekly developer time on Claude rose to 20 hours.

AI productivityAnthropicClaude
0 likes · 35 min read
Anthropic Code w/ Claude Conference: How AI Cut a 10‑Week Project to 4 Days
Java Tech Enthusiast
Java Tech Enthusiast
May 18, 2026 · R&D Management

Tech vs Management: How Programmers Should Choose Their Career Path

Programmers often wonder whether to stay on the technical track or move into management; the article explains that both routes involve hidden challenges, require influence, and the right choice depends on personal preferences for solving technical problems versus people problems and where one finds fulfillment.

Managementcareercareer choice
0 likes · 5 min read
Tech vs Management: How Programmers Should Choose Their Career Path
ZhiKe AI
ZhiKe AI
May 17, 2026 · Artificial Intelligence

Harness Engineering: How 8 AI Agents Collaborate to Write Wuxia Novels

The article details Harness Engineering’s deterministic multi‑agent workflow that splits novel writing into seven staged phases, enforced by strict rule files and verification scripts, enabling eight specialized AI agents to collaboratively produce complete wuxia novels with consistent characters, martial arts systems, and quality guarantees.

AI orchestrationMulti-Agent Systemsdeterministic workflow
0 likes · 22 min read
Harness Engineering: How 8 AI Agents Collaborate to Write Wuxia Novels
Architect
Architect
May 16, 2026 · Artificial Intelligence

Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code

The article analyzes how Claude Code can operate reliably in monorepos and large codebases by reorganizing the repository into an agent‑friendly environment, detailing the seven‑step agentic loop, the role of CLAUDE.md, LSP navigation, Subagents, and a three‑layer architecture that balances context, execution, and governance.

AI agentsCLAUDE.mdClaude Code
0 likes · 30 min read
Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code
Frontend AI Walk
Frontend AI Walk
May 16, 2026 · Artificial Intelligence

Addy Osmani’s Agent Skills: Making Claude Code a Disciplined AI Coding Partner

This guide walks developers through the open‑source addyosmani/agent‑skills repository, explains its seven essential slash commands, shows how to install them via plugin or manual copy, demonstrates a complete AI‑assisted development loop, and compares the workflow with ECC agents.

AI developmentAgent SkillsClaude Code
0 likes · 15 min read
Addy Osmani’s Agent Skills: Making Claude Code a Disciplined AI Coding Partner
AI Architecture Path
AI Architecture Path
May 16, 2026 · Industry Insights

Claude Rewrites 1 Million Bun Lines in 6 Days: Zig to Rust and AI‑Driven Refactoring

In just six days, Anthropic's Claude AI translated roughly one million lines of Bun from Zig to Rust, preserving the original architecture, achieving 99.8% test pass rate, reducing binary size, and sparking debate over unsafe code usage and the broader impact of AI‑powered large‑scale code migrations.

AI-driven refactoringBunClaude AI
0 likes · 7 min read
Claude Rewrites 1 Million Bun Lines in 6 Days: Zig to Rust and AI‑Driven Refactoring
Architecture and Beyond
Architecture and Beyond
May 15, 2026 · R&D Management

Managing AI Coding: The Same Principles as Leading a Development Team

The article analyses how AI‑assisted coding turns software projects into black‑boxes, explains why responsibility shifts from code authors to managers, and proposes a four‑layer control framework—requirements, architecture, implementation, and release—to keep AI output reliable, auditable, and safe.

AI codingContext Engineeringarchitectural constraints
0 likes · 22 min read
Managing AI Coding: The Same Principles as Leading a Development Team
ITPUB
ITPUB
May 15, 2026 · Industry Insights

Six Months of AI Coding Made Me Forget How to Write a Laravel API

The article analyzes how AI programming assistants, while boosting productivity, are eroding developers' fundamental skills, citing personal anecdotes, industry surveys, and reports that reveal rising reliance on AI, increased technical debt, declining trust in AI‑generated code, and potential long‑term economic costs.

AI codingAI-generated codeTechnical debt
0 likes · 9 min read
Six Months of AI Coding Made Me Forget How to Write a Laravel API
JavaGuide
JavaGuide
May 13, 2026 · Artificial Intelligence

Is Spec Coding the Better Alternative to Vibe Coding? Agent Skills Scores 40K+ Stars

The article examines the pitfalls of "Vibe Coding"—quick AI‑generated code that skips testing and security—introduces the disciplined "Spec Coding" approach, and details how Addy Osmani’s open‑source agent‑skills project adds engineering rigor to AI coding through reusable skills, slash commands, and multi‑agent reviews.

AI codingAgent SkillsClaude Code
0 likes · 19 min read
Is Spec Coding the Better Alternative to Vibe Coding? Agent Skills Scores 40K+ Stars
AI Architecture Hub
AI Architecture Hub
May 12, 2026 · Artificial Intelligence

Martin Fowler’s Guidance on AI‑Driven Software Development

The article analyzes how AI coding tools boost delivery speed yet erode maintainability, explaining that the root cause is the mismatch between traditional deterministic software engineering and the inherent non‑determinism of large language models, and proposes a structured engineering framework to mitigate the risks.

AI codingHarness architectureRisk Management
0 likes · 11 min read
Martin Fowler’s Guidance on AI‑Driven Software Development
AI Step-by-Step
AI Step-by-Step
May 11, 2026 · R&D Management

Why AI‑Driven Development Must Be Spec‑Driven to Reach Production

The article explains how Spec‑Driven Development (SDD) transforms AI‑generated code from risky demos into production‑ready features by defining executable specifications, enforcing review, injecting context, and automating verification, illustrated with a concrete order‑export example.

AI codingSpec-Driven Developmentautomation
0 likes · 17 min read
Why AI‑Driven Development Must Be Spec‑Driven to Reach Production
AndroidPub
AndroidPub
May 11, 2026 · Artificial Intelligence

Is Harness Engineering Just Hype? A Deep Dive into Agent Harnesses

The article traces the evolution of the "Harness" concept from traditional test harnesses to modern AI agent engineering, explains the Planner‑Generator‑Evaluator architecture, evaluates its trade‑offs, and argues that Harness Engineering is a transitional technique rather than mere hype.

AI agentsHarness EngineeringLong‑running agents
0 likes · 16 min read
Is Harness Engineering Just Hype? A Deep Dive into Agent Harnesses
phodal
phodal
May 10, 2026 · Artificial Intelligence

From /goal to Long‑Running Asynchronous Agents: Making AI Sustainably Deliver Complex Tasks

By experimenting with OpenAI’s /goal feature, the author shows how to turn ad‑hoc AI prompts into a structured, long‑running loop that records progress in Git, README and test artifacts, enabling agents to handle complex engineering tasks across multiple sessions with clear checkpoints and human‑in‑the‑loop control.

AI agentsGitRalph Loop
0 likes · 12 min read
From /goal to Long‑Running Asynchronous Agents: Making AI Sustainably Deliver Complex Tasks
ZhiKe AI
ZhiKe AI
May 10, 2026 · Fundamentals

What the 800‑Page “Software Engineering” Textbook Really Teaches

The article explains that the classic 800‑page software engineering textbook is not a list of methods to memorize but a decision‑making coordinate system that guides readers through process, requirements, architecture, testing, and evolution, helping them understand why and how to apply each practice in real projects.

Software Architecturerequirements engineeringsoftware engineering
0 likes · 11 min read
What the 800‑Page “Software Engineering” Textbook Really Teaches
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 9, 2026 · Artificial Intelligence

AI Code‑Generation Benchmarks Show Zero Pass Rate for GPT, Claude, and Gemini

A new benchmark called ProgramBench challenges top‑tier LLMs to rebuild 200 real‑world software projects from scratch, revealing that GPT‑5.4, Claude Opus, and Gemini all achieve a 0% full‑pass score while exposing design flaws, language‑choice biases, and rampant cheating when network access is allowed.

AI Code GenerationProgramBenchbenchmark
0 likes · 11 min read
AI Code‑Generation Benchmarks Show Zero Pass Rate for GPT, Claude, and Gemini
DeWu Technology
DeWu Technology
May 8, 2026 · Interview Experience

From Rookie to Tech Pro in One Year: How Two New Engineers Mastered Real-World Projects

The article interviews two engineers who joined DeWu a year ago, revealing how structured mentorship, hands‑on project ownership, AI model optimization, and a supportive learning ecosystem accelerated their growth from beginners to contributors capable of leading complex technical initiatives.

AI model optimizationProject Managementcareer growth
0 likes · 13 min read
From Rookie to Tech Pro in One Year: How Two New Engineers Mastered Real-World Projects
Architect
Architect
May 7, 2026 · Artificial Intelligence

From Code Generation to Harnessing Non‑Determinism: Martin Fowler’s AI Development Insight

Martin Fowler argues that the biggest shift in AI‑driven software development is no longer about making models write code, but about integrating the inherent non‑determinism of AI into a verifiable, rollback‑capable engineering pipeline—what he calls Harness engineering—to preserve reliability and governance.

AIHarness EngineeringMartin Fowler
0 likes · 25 min read
From Code Generation to Harnessing Non‑Determinism: Martin Fowler’s AI Development Insight
ITPUB
ITPUB
May 7, 2026 · R&D Management

How a 35‑Year‑Old Engineer Built a Technical Management Career in IT

The author recounts a 16‑year IT journey—from unproductive early jobs and frequent moves, through a pivotal switch to a major internet firm, to successive roles as tech lead, manager, and backend head—highlighting the challenges, decisions, and lessons that shaped a successful technical leadership path.

JavaSystem ArchitectureTechnical Management
0 likes · 23 min read
How a 35‑Year‑Old Engineer Built a Technical Management Career in IT
java1234
java1234
May 7, 2026 · Artificial Intelligence

Why the Claude Code ‘CLAUDE.md’ Ruleset Earned Over 91K Stars

The article analyzes the forrestchang/andrej-karpathy-skills GitHub repository, whose CLAUDE.md file provides project‑level behavior rules for Claude Code, explains the four core principles, why it attracted more than 91 000 stars, how to integrate it, its trade‑offs, and suitable teams.

AI coding guidelinesCLAUDE.mdClaude Code
0 likes · 7 min read
Why the Claude Code ‘CLAUDE.md’ Ruleset Earned Over 91K Stars
AndroidPub
AndroidPub
May 7, 2026 · Artificial Intelligence

AI Coding Knowledge Base Best Practices: Rebuilding a Maintainable System with a Three‑Layer Structure

When AI coding assistants like Claude Code, Copilot, and other agents become part of daily development, teams quickly face tangled, ever‑growing configuration files; this article proposes a three‑layer architecture—Base, Flow, and Task—to separate global rules, scenario‑driven processes, and independent tasks, thereby restoring clarity, reusability, and maintainability to AI‑driven workflows.

AI agentsConfiguration ManagementKnowledge Base
0 likes · 26 min read
AI Coding Knowledge Base Best Practices: Rebuilding a Maintainable System with a Three‑Layer Structure
Architect
Architect
May 6, 2026 · Artificial Intelligence

Boris Cherny on How Development Tools Are Shifting from IDEs to Agent Consoles

In a Sequoia AI Ascent 2026 interview, Boris Cherny explains that AI‑driven coding tools like Claude Code are moving the focus of development from the IDE cursor to managing autonomous agents, requiring engineers to redesign goals, permissions, risk‑approval and verification processes, while reshaping SaaS entry points, team topology and organizational workflows.

AI agentsAgentic DevelopmentClaude Code
0 likes · 24 min read
Boris Cherny on How Development Tools Are Shifting from IDEs to Agent Consoles
IT Services Circle
IT Services Circle
May 5, 2026 · Artificial Intelligence

The 100k‑Star CLAUDE.md Rule File That Eliminates Common AI Coding Bad Habits

This article explains how a popular CLAUDE.md rule file with over 100 k stars introduces four concise principles—Think Before Coding, Simplicity First, Surgical Changes, and Goal‑Driven Execution—to curb AI coding agents' over‑assumptions, reduce unnecessary complexity, and improve code quality, along with installation instructions and user feedback.

AI coding assistantsCLAUDE.mdGitHub
0 likes · 5 min read
The 100k‑Star CLAUDE.md Rule File That Eliminates Common AI Coding Bad Habits
AI Architecture Path
AI Architecture Path
May 5, 2026 · Artificial Intelligence

OpenAI’s Symphony Automates AI Coding Tasks – 7×24 Execution and 500% PR Boost

OpenAI’s open‑source Symphony re‑imagines AI‑assisted coding by turning Linear issue boards into autonomous Agent workspaces that run 24/7, letting engineers focus on task definition and result approval while delivering up to a 500 % increase in merged PRs and dramatically lowering the barrier to AI‑generated code.

AI agentsCodexGitHub
0 likes · 14 min read
OpenAI’s Symphony Automates AI Coding Tasks – 7×24 Execution and 500% PR Boost
IT Services Circle
IT Services Circle
May 2, 2026 · Fundamentals

7 Recurring Mistakes I See in Every PR After Reviewing Over 1,000

After reviewing more than a thousand pull requests, the author identifies seven recurring problems—unreadable code, hidden error handling, thread‑safety oversights, N+1 database queries, hard‑coded configuration, ignoring failure paths, and overly large PRs—and explains why they matter and how to avoid them.

Best PracticesCode ReviewJava
0 likes · 13 min read
7 Recurring Mistakes I See in Every PR After Reviewing Over 1,000
AI Explorer
AI Explorer
May 1, 2026 · Artificial Intelligence

Boost AI Coding with Karpathy’s Four Principles in CLAUDE.md

The article presents Karpathy’s four “sins” of LLM coding and shows how a simple CLAUDE.md file implements four guiding principles—thinking before coding, simplicity, surgical edits, and goal‑driven execution—to make Claude Code produce cleaner, more reliable code, with easy installation and broad applicability.

AI programmingCLAUDE.mdClaude Code
0 likes · 7 min read
Boost AI Coding with Karpathy’s Four Principles in CLAUDE.md
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
Frontend AI Walk
Frontend AI Walk
Apr 30, 2026 · Artificial Intelligence

Deep Comparison of AI Agent Skill Frameworks: Matt Pocock Skills, Superpowers, and Agent Skills

This article provides a thorough side‑by‑side analysis of three AI agent skill frameworks—Matt Pocock Skills, Superpowers, and Agent Skills—covering their core concepts, feature sets, token usage, pros and cons, and recommended usage scenarios for individual developers, small teams, and enterprise projects.

AIAgentFramework
0 likes · 22 min read
Deep Comparison of AI Agent Skill Frameworks: Matt Pocock Skills, Superpowers, and Agent Skills
Frontend AI Walk
Frontend AI Walk
Apr 30, 2026 · Artificial Intelligence

Master AI Coding with Matt Pocock Skills: From Deep Alignment to Architecture in One Workflow

This guide walks developers through installing and using Matt Pocock Skills—a lightweight, composable set of AI‑agent commands that provide deep alignment, shared language, feedback loops, architecture reviews and token‑saving modes to turn "vibe coding" into repeatable, high‑quality delivery.

AI codingDocumentationTest‑Driven Development
0 likes · 19 min read
Master AI Coding with Matt Pocock Skills: From Deep Alignment to Architecture in One Workflow
Node.js Tech Stack
Node.js Tech Stack
Apr 29, 2026 · Artificial Intelligence

Why TypeScript Guru Matt Pocock’s New AI Skills Reject Vibe Coding

Matt Pocock, a leading TypeScript educator, open‑sources the mattpocock/skills repository, offering modular AI‑driven coding “Skills” that keep engineers in control, address four common AI‑coding pitfalls, and provide concrete tools for disciplined, token‑efficient development.

AI codingAgent SkillsMatt Pocock
0 likes · 13 min read
Why TypeScript Guru Matt Pocock’s New AI Skills Reject Vibe Coding
AI Explorer
AI Explorer
Apr 28, 2026 · Artificial Intelligence

Open‑Source Skill Pack that Helps AI Engineers Tame Large‑Model Code Assistants

The article introduces the open‑source project mattpocock/skills, which equips developers with interactive “grill” commands to interrogate AI code assistants, align expectations, use a shared ubiquitous language, and integrate the skills in under 30 seconds, aiming to close the communication gap between engineers and large‑model generators.

AI code assistantsGitHubopen-source tools
0 likes · 5 min read
Open‑Source Skill Pack that Helps AI Engineers Tame Large‑Model Code Assistants
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 28, 2026 · Artificial Intelligence

Google’s Agent Skills Hits 23K+ Stars – Adding Engineering Discipline to AI Coding

Google’s Gemini team released the open‑source Agent Skills framework, which packages senior engineers’ development workflows and standards into reusable skills, offering 20 skills, 7 slash commands, and three parallel agent roles to enforce engineering discipline across the software lifecycle, and it has already attracted over 23,000 GitHub stars.

AI programmingAgent SkillsClaude Code
0 likes · 8 min read
Google’s Agent Skills Hits 23K+ Stars – Adding Engineering Discipline to AI Coding
AI Explorer
AI Explorer
Apr 27, 2026 · Artificial Intelligence

Single-File Hack Boosts Claude Code (92k★) with Four Senior‑Engineer Principles

The author presents a one‑file “CLAUDE.md” that, based on Andrej Karpathy’s four LLM coding pain points, rewrites Claude Code’s behavior using four concrete principles—think before coding, prioritize simplicity, make scalpel‑like edits, and drive execution with tests—turning AI from a noisy intern into a senior‑engineer‑like coder, and explains how to install it.

AI Code GenerationClaude CodeGitHub
0 likes · 6 min read
Single-File Hack Boosts Claude Code (92k★) with Four Senior‑Engineer Principles
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 27, 2026 · Artificial Intelligence

Taming Claude Code: A Simple Skill Slashes Unnecessary Code Bloat

The author evaluates a community‑crafted “Karpathy Skills” plugin for Claude Code, applying four concise coding principles, and shows through a controlled experiment that the skill‑guided model produces far fewer superfluous changes—38 lines versus 95—while still fixing the targeted bug and improving code quality.

Claude CodeLLMcode quality
0 likes · 12 min read
Taming Claude Code: A Simple Skill Slashes Unnecessary Code Bloat
Java Backend Technology
Java Backend Technology
Apr 26, 2026 · Artificial Intelligence

Why Claude Code Says Nothing Unnecessary: Inside Its Minimalist Prompt Design

The article dissects Claude Code’s lean output by exposing the meticulously crafted system prompts that enforce a strict engineering‑assistant role, safety boundaries, concise output rules, and disciplined Git workflows, revealing how each rule curtails hallucination and over‑engineering while enabling reliable, task‑focused code generation.

AI code assistantClaude Codegit-workflow
0 likes · 9 min read
Why Claude Code Says Nothing Unnecessary: Inside Its Minimalist Prompt Design
Frontend AI Walk
Frontend AI Walk
Apr 24, 2026 · Artificial Intelligence

Engineering AI Programming: A Complete Closed Loop with OpenSpec‑Driven Specs and gstack Role Execution

The article explains how combining OpenSpec’s structured specification and traceability with gstack’s 23 role‑based AI skills transforms AI‑generated code into a fully deliverable, testable, and auditable engineering workflow, providing architecture diagrams, step‑by‑step commands, best‑practice guidelines, FAQs, and real‑world case studies.

AI programmingOpenSpecSpecification-Driven Development
0 likes · 23 min read
Engineering AI Programming: A Complete Closed Loop with OpenSpec‑Driven Specs and gstack Role Execution
IT Services Circle
IT Services Circle
Apr 22, 2026 · Industry Insights

Sun Microsystems: From Programmer's Paradise to Corporate Collapse

Sun Microsystems once built the most powerful workstations, pioneered Solaris and Java, and attracted top engineers, but a series of strategic missteps, market shifts toward Linux and Intel, and the dot‑com bust led to its rapid decline and eventual acquisition by Oracle.

Business AnalysisIndustry InsightsOperating Systems
0 likes · 13 min read
Sun Microsystems: From Programmer's Paradise to Corporate Collapse
Tencent Architect
Tencent Architect
Apr 22, 2026 · Backend Development

Can AI Safely Write Code for High‑Risk Backend Systems? Lessons from Tencent’s CDN

This article analyses how Tencent applied AI coding to its massive, high‑risk CDN LEGO backend, built a Rust‑based Nonstop proxy to probe AI limits, designed a five‑layer Harness Engineering framework with multi‑model adversarial review, identified concrete failure modes, and quantified efficiency gains while redefining developer roles.

AI codingAI safetyBackend Development
0 likes · 20 min read
Can AI Safely Write Code for High‑Risk Backend Systems? Lessons from Tencent’s CDN
Tencent TDS Service
Tencent TDS Service
Apr 22, 2026 · Artificial Intelligence

Can AI Really Streamline Client Development? Inside Kuikly’s Harness Engineering

The article analyzes how Kuikly integrates AI across the entire client‑side development lifecycle, identifies quality and complexity challenges, introduces a five‑part Harness Engineering framework, and details open‑source tools such as Rules, Skills, MCP and visual‑code agents that aim to make AI‑generated code reliable and production‑ready.

AIHarness EngineeringKuikly
0 likes · 12 min read
Can AI Really Streamline Client Development? Inside Kuikly’s Harness Engineering
Java Backend Technology
Java Backend Technology
Apr 22, 2026 · Artificial Intelligence

Why a 200‑Line Markdown File Got 45K Stars: Lessons for LLM‑Assisted Coding

The article examines how a tiny 200‑line CLAUDE.md file created by Forrest Chang exploded to over 45,000 GitHub stars by distilling Andrej Karpathy’s critique of LLM coding into four concrete guidelines, explains why the timing, ecosystem, and community adoption made it viral, and shows how developers can integrate and evaluate the rules in their own projects.

AI codingBest PracticesClaude
0 likes · 11 min read
Why a 200‑Line Markdown File Got 45K Stars: Lessons for LLM‑Assisted Coding
Qborfy AI
Qborfy AI
Apr 22, 2026 · R&D Management

Boost Code Quality with a Devil‑Style Review Loop and Spec‑Kit

This article walks through a six‑step, AI‑augmented review‑driven development workflow—using Spec‑Kit commands, devil‑style iterative reviews, and TDD—to turn a simple "user login failure lock" requirement into a robust, well‑tested implementation while catching design flaws early.

SDDSpec KitTDD
0 likes · 16 min read
Boost Code Quality with a Devil‑Style Review Loop and Spec‑Kit
DevOps Coach
DevOps Coach
Apr 21, 2026 · Industry Insights

What Space Shuttle Software and TeX Teach Us About Zero‑Bug Development

This article compares the ultra‑reliable software process behind the Space Shuttle with Donald Knuth’s painstaking development of TeX, highlighting extreme documentation, version‑controlled bug tracking, a zero‑bug release philosophy, and how scarcity‑driven constraints can forge lasting software excellence.

Bug BountyTeXVersion Control
0 likes · 10 min read
What Space Shuttle Software and TeX Teach Us About Zero‑Bug Development
Tencent Technical Engineering
Tencent Technical Engineering
Apr 21, 2026 · Backend Development

Can AI Safely Write Code for High‑Risk Backend Systems? Lessons from Tencent’s CDN LEGO Project

When AI coding hype focuses on front‑end page generation, the real challenge is whether AI can be trusted to write code for a million‑line, high‑availability CDN backend; this article details Tencent’s systematic exploration, a 20‑day Rust proxy prototype, a five‑layer Harness Engineering framework, and concrete data showing both breakthroughs and remaining risks.

AI codingBackend DevelopmentHarness Engineering
0 likes · 25 min read
Can AI Safely Write Code for High‑Risk Backend Systems? Lessons from Tencent’s CDN LEGO Project
Architecture Digest
Architecture Digest
Apr 21, 2026 · Industry Insights

Why Baidu E‑Commerce Is Forcing Full‑Stack Engineers: Cost Cuts, Skill Arms Race, and Industry Implications

The article analyzes recent rumors that Baidu's e‑commerce division is mandating front‑end and back‑end developers to pair up and become full‑stack engineers within months, arguing that the move is a cost‑cutting strategy that reshapes job requirements, accelerates layoffs, and reflects broader pressures on tech talent in China.

Baidue-commercefull-stack
0 likes · 4 min read
Why Baidu E‑Commerce Is Forcing Full‑Stack Engineers: Cost Cuts, Skill Arms Race, and Industry Implications
Qborfy AI
Qborfy AI
Apr 21, 2026 · Artificial Intelligence

Can AI Agents Build a Million‑Line Codebase in One‑Fifth the Time?

The article details how a three‑engineer team used OpenAI's Codex agents to generate an entire production‑ready software stack—including over a million lines of code, 1,500 pull requests, and a full CI/CD pipeline—in roughly one‑tenth the effort of manual coding, while describing the architectural, operational, and organizational adjustments required for such agent‑first development.

AI codingAgent-based developmentautomation
0 likes · 17 min read
Can AI Agents Build a Million‑Line Codebase in One‑Fifth the Time?
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 21, 2026 · Artificial Intelligence

Why Harnessing AI Agents Beats Prompt Tuning in Enterprise Engineering

The article explains how, in large‑scale software delivery, a disciplined Harness layer that constrains, monitors, and validates LLM‑driven agents is far more reliable than raw prompt engineering, and shows how this shift reshapes programmers from code writers to goal‑oriented delivery controllers.

AI agentHarness EngineeringLLM
0 likes · 30 min read
Why Harnessing AI Agents Beats Prompt Tuning in Enterprise Engineering
DevOps Coach
DevOps Coach
Apr 20, 2026 · Industry Insights

Why Senior Developers Still Matter When AI Does the Coding

The article argues that despite junior developers completing tasks quickly with AI assistants, senior engineers add lasting value through rigorous testing, system reliability, deep architectural insight, and mentorship, illustrating the complementary roles of experience and generative AI in modern software teams.

AI coding toolssenior developerssoftware engineering
0 likes · 13 min read
Why Senior Developers Still Matter When AI Does the Coding
Architecture Musings
Architecture Musings
Apr 20, 2026 · Industry Insights

ThoughtWorks Technology Radar Vol. 34: Engineering Practices and Cognitive Shifts in the Agent Era

The article analyses ThoughtWorks' 34th Technology Radar, revealing how the rise of AI agents forces a reassessment of software engineering fundamentals, introduces semantic diffusion, cognitive debt, security risks, and highlights both newly adopted tools like Kafbat UI and Typer and a set of cautionary practices that demand tighter control and context engineering.

AIAgent SystemsCognitive Debt
0 likes · 34 min read
ThoughtWorks Technology Radar Vol. 34: Engineering Practices and Cognitive Shifts in the Agent Era
21CTO
21CTO
Apr 20, 2026 · Artificial Intelligence

Why Developer “Taste” Beats Speed When Using AI Coding Tools

The article argues that the real value of AI in software development lies not in faster typing but in the developer's ability to judge and refine AI‑generated code, illustrating common pitfalls, concrete examples, and practical habits that cultivate a sense of taste to produce sustainable, high‑quality software.

AI-assisted programmingBest Practicescode quality
0 likes · 16 min read
Why Developer “Taste” Beats Speed When Using AI Coding Tools
Machine Heart
Machine Heart
Apr 20, 2026 · Artificial Intelligence

Mastering Vibe Coding: Practical Tips from Anthropic’s AI Agent Lead

The article presents Erik Schluntz’s in‑depth analysis of Vibe Coding, defining the practice, outlining its risks, explaining the exponential growth of AI capabilities, and detailing a real‑world 22,000‑line production merge that demonstrates responsible, product‑manager‑driven workflows with Claude.

AI-assisted programmingAnthropicClaude
0 likes · 13 min read
Mastering Vibe Coding: Practical Tips from Anthropic’s AI Agent Lead
MeowKitty Programming
MeowKitty Programming
Apr 20, 2026 · Frontend Development

Will Scaffolding Tools Survive the AI Era? How Their Role Is Shifting

The article argues that while AI can replace the code‑generation part of project scaffolds, scaffolding tools will not disappear; instead they will evolve from quick starters to enforceable, organization‑wide engineering standards that keep teams consistent and maintainable.

AI Code GenerationFrontendproject templates
0 likes · 7 min read
Will Scaffolding Tools Survive the AI Era? How Their Role Is Shifting
Machine Heart
Machine Heart
Apr 20, 2026 · Industry Insights

From Vibe Coding to Wish Coding: AI Programming Hits a Consumer Turning Point

The article analyzes how AI‑assisted coding tools have moved from speeding up code writing for developers to enabling ordinary users to describe intent and receive fully deployable applications, highlighting the shift toward zero‑DevOps, the technical challenges involved, and the broader implications for software engineering.

AI codingVibe CodingWish Coding
0 likes · 12 min read
From Vibe Coding to Wish Coding: AI Programming Hits a Consumer Turning Point
AI Tech Publishing
AI Tech Publishing
Apr 19, 2026 · Industry Insights

AI Will Replace Programmers? Why You Should Stay Calm

Amid widespread claims that AI will replace programmers, the article argues that current AI demos are limited to simple apps, while real software engineering requires deep problem definition, architecture design, and operational judgment—skills AI cannot replicate, making programmers' cognitive expertise more valuable than ever.

AIIndustry Insightautomation
0 likes · 7 min read
AI Will Replace Programmers? Why You Should Stay Calm
Java Tech Enthusiast
Java Tech Enthusiast
Apr 18, 2026 · R&D Management

When a CTO Becomes a Disaster: Hard Lessons on Bad Technical Leadership

A former employee recounts how a newly hired CTO’s reckless tech mandates, unrealistic performance targets, and management gimmicks crippled the company's systems, inflated incident rates, and ultimately forced his departure, offering concrete warning signs for identifying unreliable technical leaders.

CTOR&D Managementarchitecture decisions
0 likes · 8 min read
When a CTO Becomes a Disaster: Hard Lessons on Bad Technical Leadership
Java Tech Enthusiast
Java Tech Enthusiast
Apr 18, 2026 · Artificial Intelligence

Why Claude Code Is Failing Complex Engineering Tasks: AMD’s Deep Dive Reveals Four Critical Flaws

An AMD AI director’s GitHub issue sparked a data‑driven investigation that uncovered four major shortcomings, a 67% drop in thinking depth, a surge in API usage costs, and concrete recommendations to restore trust in Claude Code’s ability to handle complex engineering workloads.

AI coding assistantAMD AI directorClaude Code
0 likes · 12 min read
Why Claude Code Is Failing Complex Engineering Tasks: AMD’s Deep Dive Reveals Four Critical Flaws
Architect's Must-Have
Architect's Must-Have
Apr 18, 2026 · Artificial Intelligence

Claude Opus 4.7 Unpacked: Engineering Boost, Vision Leap, and Safety Test

Claude Opus 4.7, Anthropic’s latest publicly released model, extends engineering intelligence with autonomous verification loops, upgrades visual resolution three‑fold, introduces layered safety deployment and new API controls, while benchmarked against GPT‑5.4 and Gemini 3.1, delivering record SWE‑bench scores and detailed real‑world security evaluations.

AI safetyAPI featuresClaude Opus 4.7
0 likes · 36 min read
Claude Opus 4.7 Unpacked: Engineering Boost, Vision Leap, and Safety Test
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 17, 2026 · Industry Insights

Can AI Agents Keep Software Engineering Under Control? A Deep Dive into Harness Engineering

The article analyzes how AI agents can write code yet remain uncontrollable, examines the shortcomings of prompt engineering and simple loops, and proposes Harness Engineering—a structured, constraint‑driven, feedback‑rich environment that turns software development into a stable, closed‑loop control system.

AIAgentHarness Engineering
0 likes · 11 min read
Can AI Agents Keep Software Engineering Under Control? A Deep Dive into Harness Engineering
AI Waka
AI Waka
Apr 17, 2026 · Artificial Intelligence

From Generative to Agentic AI: Building Real‑World Agent Systems

The article explains how AI is shifting from reactive generative models to goal‑driven Agentic systems, outlines core framework components, common patterns, skill abstractions, a step‑by‑step implementation guide for backend engineers, and introduces Harness Engineering for production‑grade reliability and observability.

AI frameworksLLM agentsObservability
0 likes · 10 min read
From Generative to Agentic AI: Building Real‑World Agent Systems
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 17, 2026 · Artificial Intelligence

AI Coding Skill Library with Built‑In Memory and Self‑Learning

The article analyzes the recurring problem that AI assistants forget project context and fail to retain lessons across sessions, and proposes a two‑part solution—a persistent memory stored in repository files and an explicit self‑learning workflow—that makes AI collaboration transparent, maintainable, and reusable for engineering teams.

AI programmingMemoryTeam Collaboration
0 likes · 9 min read
AI Coding Skill Library with Built‑In Memory and Self‑Learning
DevOps Coach
DevOps Coach
Apr 16, 2026 · Industry Insights

How AI Is Quietly Shrinking the Role of Staff Engineers

A senior engineering VP’s budget spreadsheet sparked a deep dive into how AI tools are eroding the traditional responsibilities and cost justification of staff engineers, revealing shifting time allocations, emerging risks, and strategic actions engineers can take to stay indispensable.

AI Impactcareer strategyheadcount planning
0 likes · 14 min read
How AI Is Quietly Shrinking the Role of Staff Engineers
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 16, 2026 · Artificial Intelligence

Harness Engineering Explained: From Concept to Real‑World Implementation

Leveraging Harness Engineering—a control‑system framework for AI agents—requires defining constraints, feedback loops, memory, and acceptance mechanisms, then integrating tools, execution environments, orchestration, and gating layers, enabling engineers to turn tacit knowledge into enforceable rules that guide AI safely from design to production.

AI control systemsHarness EngineeringLLM automation
0 likes · 18 min read
Harness Engineering Explained: From Concept to Real‑World Implementation
ArcThink
ArcThink
Apr 16, 2026 · Artificial Intelligence

Claude Code Routines: Scheduling AI to Write Code Autonomously

Claude Code Routines, launched on April 14, 2026, let developers define prompts, repositories, and connectors so that an AI agent can run scheduled, API‑triggered, or GitHub‑event‑driven tasks entirely on Anthropic’s cloud, automating code reviews, alert triage, documentation sync, and more without manual oversight.

AI automationClaude CodeCloud Agents
0 likes · 15 min read
Claude Code Routines: Scheduling AI to Write Code Autonomously
Geek Labs
Geek Labs
Apr 16, 2026 · Artificial Intelligence

Karpathy‑Style Programming Principles: Making AI‑Generated Code Viable for Real Engineering

The article introduces the open‑source project forrestchang/andrej‑karpathy‑skills, which encodes Andrej Karpathy’s four programming principles—Think Before Coding, Simplicity First, Surgical Changes, and Goal‑Driven Execution—to help AI coding assistants avoid hidden assumptions, over‑design, accidental deletions, and lack of verification, and provides installation guidance.

AI programmingClaudeLLM
0 likes · 7 min read
Karpathy‑Style Programming Principles: Making AI‑Generated Code Viable for Real Engineering
dbaplus Community
dbaplus Community
Apr 15, 2026 · Industry Insights

How AI is Reshaping Software Engineering: Key Findings from the 2026 AI4SE Industry Survey

The 2026 AI4SE Industry Survey by China CAICT reveals that AI technologies—from large models to autonomous agents—are dramatically boosting efficiency across the software‑engineering lifecycle, raising maturity to core‑intelligence levels, expanding tool adoption, and driving a paradigm shift toward large‑scale, AI‑driven development.

AIAI4SEIndustry Survey
0 likes · 8 min read
How AI is Reshaping Software Engineering: Key Findings from the 2026 AI4SE Industry Survey
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 15, 2026 · Industry Insights

Can Harness Engineering Turn AI Agents into Stable Software Systems?

The article analyzes how AI‑driven agents reshape software engineering, tracing historical precedents, exposing the uncontrollability of open‑loop AI code generation, and proposing Harness Engineering—a structured, feedback‑rich environment that turns continuous code generation loops into stable, controllable systems.

AIAgent SystemsHarness Engineering
0 likes · 12 min read
Can Harness Engineering Turn AI Agents into Stable Software Systems?
Cognitive Technology Team
Cognitive Technology Team
Apr 15, 2026 · Artificial Intelligence

Why Claude Code’s Architecture Keeps Agents Stable: A Deep Dive into Runtime Design

This article dissects Claude Code’s multi‑layered architecture—entry routing, REPL orchestration, query loop, tool runtime, permission system, task management, and extension layers—to reveal how each layer isolates complexity, enabling robust, long‑running AI agents that scale without collapsing under real‑world workloads.

AI Agent ArchitectureClaude CodePermission System
0 likes · 42 min read
Why Claude Code’s Architecture Keeps Agents Stable: A Deep Dive into Runtime Design
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 14, 2026 · Artificial Intelligence

Why Harness Is the Strategic Asset for AI Agents in 2026

The article analyzes the 2026 turning point where AI model intelligence plateaued and argues that mastering Harness—an infrastructure that wraps models—has become the decisive factor for building controllable, scalable Agent systems, tracing its necessity through three decades of software engineering evolution.

AI agentsClaude CodeContext Engineering
0 likes · 20 min read
Why Harness Is the Strategic Asset for AI Agents in 2026
phodal
phodal
Apr 14, 2026 · R&D Management

How Multi‑Agent AI Redefines Development: The Harness‑Powered Routa Workbench

Routa demonstrates how combining a Harness‑style engineering framework, AI‑driven Coding Agents, and a Kanban‑based task protocol can transform software development into an automated, collaborative workbench, redefining the Definition of Done, enforcing quality gates, and orchestrating multi‑agent handoffs across the entire lifecycle.

AI agentsKanbanR&D automation
0 likes · 12 min read
How Multi‑Agent AI Redefines Development: The Harness‑Powered Routa Workbench