Tagged articles

code generation

539 articles · Page 2 of 6
AI Tech Publishing
AI Tech Publishing
Mar 20, 2026 · Artificial Intelligence

Why Agent Harnesses and Coding Aren’t the Real Competitive Edge

The article argues that while AI agents can now generate code cheaply, the true competitive advantage lies in reducing cost and speed, and that elaborate harness engineering and coding optimizations offer little economic benefit compared to solid verification practices like testing, CI, and clear contracts.

AI agentsCost OptimizationHarness Engineering
0 likes · 8 min read
Why Agent Harnesses and Coding Aren’t the Real Competitive Edge
Architect's Ambition
Architect's Ambition
Mar 17, 2026 · Backend Development

How to Equip Cursor AI with a Project‑Management Brain Using Superpowers MCP

The article explains why AI‑generated code often requires rework, introduces the Superpowers MCP tool that enforces a structured three‑step workflow, details its core commands and installation, and demonstrates a real‑world Spring Boot payment‑callback implementation that boosts code pass rate from 40% to 95% and cuts rework tenfold.

AI coding workflowCursor AIMCP
0 likes · 11 min read
How to Equip Cursor AI with a Project‑Management Brain Using Superpowers MCP
phodal
phodal
Mar 12, 2026 · Information Security

How AI-Generated Code Amplifies Vulnerabilities and What Security Scans Reveal

An in‑depth analysis of Codex Security’s scans shows that AI‑assisted code production doesn’t create new bug types but dramatically speeds up the spread of existing flaws, prompting a shift toward automated, engineering‑driven defenses for large‑scale code generation.

AI SecurityStatic AnalysisVulnerability Management
0 likes · 11 min read
How AI-Generated Code Amplifies Vulnerabilities and What Security Scans Reveal
Architect
Architect
Mar 10, 2026 · Artificial Intelligence

How OpenAI’s Harness Engineering Lets Agents Write 1 Million Lines of Code Without Human Hands

OpenAI’s engineering blog reveals that their "Harness Engineering" approach doesn’t replace programmers but instead creates a tightly controlled environment where AI agents autonomously generate, test, review, and merge code by designing the environment, defining clear intent, and building feedback loops, shifting engineers from writing code to steering agents.

AI agentsHarness Engineeringcode generation
0 likes · 22 min read
How OpenAI’s Harness Engineering Lets Agents Write 1 Million Lines of Code Without Human Hands
AI Architecture Path
AI Architecture Path
Mar 9, 2026 · Artificial Intelligence

How Superpowers Transforms AI Coding into an Engineered Workflow

This article explains the common pitfalls of AI‑generated code, introduces the open‑source Superpowers framework that enforces a structured, test‑driven workflow, details its core skills and mandatory steps, shows cross‑platform installation for Claude Code, Codex and OpenCode, and offers practical tips for effective AI development.

AI developmentAgent WorkflowGitHub
0 likes · 12 min read
How Superpowers Transforms AI Coding into an Engineered Workflow
macrozheng
macrozheng
Mar 8, 2026 · Artificial Intelligence

Why AI‑Generated Code Still Needs a Post‑mortem Engineer

AI can quickly produce a functional 80‑point prototype, but turning that code into a reliable, secure, high‑performance product that can run in production still requires human engineers to fix bugs, handle edge cases, and ensure safety, making the post‑mortem engineer a new industry necessity.

Agentaicode generation
0 likes · 9 min read
Why AI‑Generated Code Still Needs a Post‑mortem Engineer
Coder Trainee
Coder Trainee
Mar 7, 2026 · Backend Development

Why @Data and @Builder Conflict in Lombok: Avoid This Common Pitfall

When @Data and @Builder are used together on a Lombok‑annotated class, the generated code can lose getters, setters, and the no‑argument constructor, leading to compilation failures; the article explains the cause and shows how to fix it with @NoArgsConstructor and @RequiredArgsConstructor.

BuilderJavaLombok
0 likes · 4 min read
Why @Data and @Builder Conflict in Lombok: Avoid This Common Pitfall
TonyBai
TonyBai
Mar 5, 2026 · Backend Development

Why Hand‑Typing protoc in 2026? Switch to Buf CLI for Modern Go + Protobuf

The article explains how the traditional protoc‑based Go protobuf workflow suffers from environment hell, path nightmares, and lack of linting, and demonstrates step‑by‑step how Buf CLI—combined with its built‑in lint, breaking‑change detection, and optional Schema Registry—replaces protoc with a declarative, reproducible, and cloud‑native toolchain.

CLIProtobufbsr
0 likes · 22 min read
Why Hand‑Typing protoc in 2026? Switch to Buf CLI for Modern Go + Protobuf
PaperAgent
PaperAgent
Mar 4, 2026 · Artificial Intelligence

How Doubao-Seed-2.0 Redefines Native Multimodal Agents and Coding

Doubao-Seed-2.0 showcases a native multimodal architecture that unifies vision and language, delivers state‑of‑the‑art visual‑language performance, and dramatically improves code generation for front‑end, bug‑fixing, and research‑assistant tasks, illustrating the shift toward truly functional AI agents.

AI research assistantDoubaoagent models
0 likes · 9 min read
How Doubao-Seed-2.0 Redefines Native Multimodal Agents and Coding
Architecture Digest
Architecture Digest
Feb 28, 2026 · Artificial Intelligence

Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer

The article explains how large‑model AI can quickly generate seemingly functional code but still lacks product logic, boundary awareness, and security, forcing engineers to act as “post‑processing engineers” who proofread, refactor, and polish AI‑generated artifacts into reliable, production‑ready software.

Agent designcode generationpost-processing
0 likes · 8 min read
Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Feb 27, 2026 · Artificial Intelligence

Why AI Coding Tools Struggle with Enterprise-Scale Software—and How Huawei’s CodeArts Bridges the Gap

The article explains that while AI‑assisted programming excels at small scripts, it faces three fundamental engineering challenges—code‑scale semantic gaps, long‑term maintainability, and high fault costs—in enterprise Java projects, and describes how Huawei Cloud CodeArts tackles these issues with a five‑layer “foundation” architecture.

AI ProgrammingEnterprise SoftwareStatic Analysis
0 likes · 12 min read
Why AI Coding Tools Struggle with Enterprise-Scale Software—and How Huawei’s CodeArts Bridges the Gap
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Feb 26, 2026 · Artificial Intelligence

Grok 4.20 Returns: Inside Its Multi‑Agent Design and Real‑World Benchmarks

The article examines the surprise launch of Grok 4.20, detailing its four‑agent architecture, how it cuts hallucinations by about 65%, and presents third‑party benchmark rankings that place it first in Search Arena and fourth in Text Arena, while also showcasing user‑tested code‑generation and creative capabilities.

AI benchmarksGrok 4.20code generation
0 likes · 7 min read
Grok 4.20 Returns: Inside Its Multi‑Agent Design and Real‑World Benchmarks
Qborfy AI
Qborfy AI
Feb 25, 2026 · Artificial Intelligence

How Code Agents Turn AI Into a Professional Programmer for Your Projects

This article dissects the architecture, workflow, and real‑world applications of Code Agent – an AI‑driven system that understands, generates, debugs, and optimizes code – comparing it with traditional assistants, showcasing concrete examples, code snippets, and future challenges for software development.

AI ProgrammingAgent ArchitectureDebugging
0 likes · 12 min read
How Code Agents Turn AI Into a Professional Programmer for Your Projects
php Courses
php Courses
Feb 25, 2026 · Fundamentals

Can Functional Pipelines Transform Regex Construction? A Builder Approach

By applying functional and pipeline programming concepts to regex creation, developers can replace unreadable string literals with composable components, enabling clearer, maintainable patterns, dynamic construction, and modular management of character classes, quantifiers, lookaheads, and backreferences, while highlighting the method's strengths and limitations.

Builder PatternFunctional Programmingcode generation
0 likes · 7 min read
Can Functional Pipelines Transform Regex Construction? A Builder Approach
Code Mala Tang
Code Mala Tang
Feb 21, 2026 · Artificial Intelligence

Mastering Cursor AI Agents: Best Practices for Efficient Code Generation

This guide explains how to harness Cursor's AI agents for software development by covering agent harness components, planning modes, context management, rule and skill extensions, long‑running loops, image handling, common workflows like TDD and Git integration, parallel execution, cloud delegation, and debugging strategies.

AI agentsAgent WorkflowCursor
0 likes · 20 min read
Mastering Cursor AI Agents: Best Practices for Efficient Code Generation
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Feb 14, 2026 · Artificial Intelligence

MetaAgent Auto‑Evolves SOTA Memory Modules Without Hyperparameter Tuning

The article explains how the ALMA system lets a meta‑agent automatically generate and evolve Python memory modules for agents, replacing brittle handcrafted heuristics with a four‑stage meta‑learning loop, and shows that the resulting designs outperform existing baselines while using far fewer tokens.

ALMAOpen-Ended Evolutionagent memory
0 likes · 9 min read
MetaAgent Auto‑Evolves SOTA Memory Modules Without Hyperparameter Tuning
AI Insight Log
AI Insight Log
Feb 14, 2026 · Artificial Intelligence

ByteDance Unveils Doubao 2.0 Pro: A Domestic Model Taking on GPT‑5.2

ByteDance's Seed 2.0 Pro (Doubao 2.0) showcases industry‑leading performance on math, vision, document, long‑video, and code benchmarks, dramatically lowers inference cost, and is now available in the Doubao app and Trae IDE, positioning it as a serious challenger to GPT‑5.2 and other top LLMs.

AgentByteDanceDoubao
0 likes · 7 min read
ByteDance Unveils Doubao 2.0 Pro: A Domestic Model Taking on GPT‑5.2
High Availability Architecture
High Availability Architecture
Feb 14, 2026 · Artificial Intelligence

How AI Agents Are Redefining Software Development: The New Agent‑Native Paradigm

The article examines how leading teams at OpenAI, StrongDM, and the author’s own company have independently built end‑to‑end software factories powered by AI agents, shifting the engineer’s role from writing code to designing environments, validation loops, and scaffolding for reliable autonomous development.

AI agentsAgent‑NativeDevOps
0 likes · 14 min read
How AI Agents Are Redefining Software Development: The New Agent‑Native Paradigm
Qunar Tech Salon
Qunar Tech Salon
Feb 10, 2026 · Frontend Development

How AI + Rule Engines Revolutionize Frontend Code Generation for Complex C‑End Apps

This article examines the challenges of pixel‑perfect UI reconstruction and semantic code generation for consumer‑facing front‑end projects, and presents a hybrid rule‑algorithm and large‑language‑model architecture that streamlines design‑to‑code (D2C) and requirement‑to‑code (P2C) workflows, integrates IDE plugins, and dramatically improves developer productivity.

AI CodingIDE plugincode generation
0 likes · 25 min read
How AI + Rule Engines Revolutionize Frontend Code Generation for Complex C‑End Apps
AI Insight Log
AI Insight Log
Jan 29, 2026 · Artificial Intelligence

Redis Creator Says Stop Fighting AI: Programming Logic Is Being Reshaped

In a candid blog post, Redis founder Salvatore Sanfilippo admits he’s “surrendered” to AI, showing how Claude Code helped him refactor a library, fix transient bugs, build a C‑based BERT inference engine, and rewrite Redis Streams in minutes, arguing that manual coding is no longer the wise choice for most projects.

Claude CodeRedisai
0 likes · 7 min read
Redis Creator Says Stop Fighting AI: Programming Logic Is Being Reshaped
FunTester
FunTester
Jan 21, 2026 · Artificial Intelligence

Unlock AI-Powered Programming: From Basics to Full-Stack Collaboration

This guide explores how developers can transform AI from a simple code generator into a collaborative partner across the entire software lifecycle, emphasizing prompt engineering, workflow integration, and the indispensable role of solid programming fundamentals.

AI ProgrammingPrompt Engineeringcode generation
0 likes · 9 min read
Unlock AI-Powered Programming: From Basics to Full-Stack Collaboration
AI Frontier Lectures
AI Frontier Lectures
Jan 21, 2026 · Artificial Intelligence

How AP2O‑Coder Cuts LLM Code Errors by Up to 3% with Adaptive Preference Optimization

The paper introduces AP2O‑Coder, an adaptive progressive preference optimization framework that systematically captures error types, progressively refines LLM code generation, and dynamically adapts training data, achieving up to a 3% pass@k improvement across multiple open‑source models while reducing data requirements.

AP2O-CoderLLMcode generation
0 likes · 11 min read
How AP2O‑Coder Cuts LLM Code Errors by Up to 3% with Adaptive Preference Optimization
21CTO
21CTO
Jan 17, 2026 · Artificial Intelligence

Can AI Agents Really Build a Functional Web Browser? Inside Cursor’s GPT‑5.2 Experiment

The article examines Cursor’s claim that hundreds of GPT‑5.2 agents autonomously built a full‑stack web browser, detailing the massive code output, the publicly shared repository, persistent compilation failures, and what the results reveal about the limits of large‑scale AI‑driven software development.

GPT-5.2autonomous codingbrowser development
0 likes · 7 min read
Can AI Agents Really Build a Functional Web Browser? Inside Cursor’s GPT‑5.2 Experiment
21CTO
21CTO
Jan 16, 2026 · Information Security

Do AI Coding Agents Introduce Critical Security Flaws? Insights from a Vibe Study

A Tenzai research team evaluated five popular AI coding agents on three Vibe‑generated applications, uncovering comparable bug counts but severe vulnerabilities in Claude, Devin, and Codex outputs, highlighting systemic authorization flaws and the risks of low‑code AI development.

AI coding agentsAI safetyVibe Coding
0 likes · 5 min read
Do AI Coding Agents Introduce Critical Security Flaws? Insights from a Vibe Study
php Courses
php Courses
Jan 16, 2026 · Artificial Intelligence

From Coding to Validation: How AI Is Redefining the Developer’s Role

The rise of large language models has shifted software development from manual coding to AI‑generated drafts, making verification, security, and business alignment the core responsibilities of modern engineers, and outlining the skills, workflows, and challenges needed to thrive in this new paradigm.

LLMaicode generation
0 likes · 11 min read
From Coding to Validation: How AI Is Redefining the Developer’s Role
PaperAgent
PaperAgent
Jan 15, 2026 · Artificial Intelligence

Mastering Cursor AI Agents: Best Practices for Efficient Code Generation

This guide explains how Cursor's coding agents work, covering their three‑component harness, planning mode, context management, extensibility via Rules and Skills, long‑running loops, image handling, common workflows like test‑driven development, code review, parallel execution, cloud agents, and debugging strategies, all with concrete commands and file structures.

AI CodingAI agentsCursor
0 likes · 10 min read
Mastering Cursor AI Agents: Best Practices for Efficient Code Generation
Sohu Tech Products
Sohu Tech Products
Jan 14, 2026 · Artificial Intelligence

How AI Code Assistants Are Redefining the Developer’s Role in 2026

Lee Robinson and Boris Cherny explain how AI‑powered coding tools like Claude Code are letting developers outsource routine programming, shift their focus to product design and UX, and require new workflow practices to stay effective in the coming AI‑driven era.

Claude Codeaicode generation
0 likes · 9 min read
How AI Code Assistants Are Redefining the Developer’s Role in 2026
dbaplus Community
dbaplus Community
Jan 13, 2026 · Backend Development

How AI‑Driven DDD Refactoring Cut Service Package Development from Days to Hours

This article presents a detailed case study of using AI to assist domain‑driven design (DDD) for refactoring Taobao's monolithic flash‑sale service‑package system, showing how automated context extraction, code skeleton generation, and AI‑augmented implementation reduced development effort from 5‑8 person‑days to a configurable solution while improving architecture decoupling, code quality, and extensibility.

Domain-Driven Designaiarchitecture
0 likes · 15 min read
How AI‑Driven DDD Refactoring Cut Service Package Development from Days to Hours
Java One
Java One
Jan 13, 2026 · Backend Development

Master Claude Code: Install, Configure, and Leverage Its Full Power

This guide walks you through installing Claude Code, choosing and purchasing a model package, configuring the server via script or environment variables, switching models, using core commands, and applying its three operation modes to develop a complete project from start to finish.

AI ToolsAnthropicBackend Development
0 likes · 13 min read
Master Claude Code: Install, Configure, and Leverage Its Full Power
Qborfy AI
Qborfy AI
Jan 13, 2026 · R&D Management

How Spec‑Driven AI Can Transform Your Development Workflow with CodeBuddy

This guide walks you through using Tencent's CodeBuddy AI and the open‑source Spec‑Kit to adopt a spec‑driven development process, covering environment setup, spec creation, AI‑assisted coding, task generation, checklist validation, risk analysis, and implementation, all illustrated with concrete commands, examples, and workflow diagrams.

Spec-driven developmentaiautomation
0 likes · 21 min read
How Spec‑Driven AI Can Transform Your Development Workflow with CodeBuddy
DaTaobao Tech
DaTaobao Tech
Jan 12, 2026 · Artificial Intelligence

Top 10 AI‑Powered Development Practices from Alibaba’s Tech Teams

This article aggregates ten technical case studies from Alibaba, covering AI‑assisted code cleaning, specification‑driven development, multi‑agent front‑end automation, AI coding fundamentals, index optimization, and workflow designs that together illustrate how AI can boost efficiency across backend, frontend, and database engineering.

Databasesaiautomation
0 likes · 10 min read
Top 10 AI‑Powered Development Practices from Alibaba’s Tech Teams
AI Insight Log
AI Insight Log
Jan 9, 2026 · Industry Insights

Anthropic Blocks xAI from Claude; DeepSeek V4 Targets Code Supremacy at New Year

Anthropic abruptly cut off xAI employees’ access to its Claude model, labeling them a competitor, prompting xAI co‑founder Tony Wu to view the loss as both a short‑term productivity hit and a catalyst for accelerating its own coding AI, while Chinese startup DeepSeek is rumored to launch V4 during the upcoming Chinese New Year, claiming code‑generation capabilities that surpass current Anthropic and OpenAI models.

AI CompetitionAnthropicClaude
0 likes · 5 min read
Anthropic Blocks xAI from Claude; DeepSeek V4 Targets Code Supremacy at New Year
php Courses
php Courses
Jan 9, 2026 · Backend Development

How AI Can Double Your PHP Development Speed: 5 Proven Secrets

This article shares five practical AI‑driven techniques—ranging from natural‑language requirement conversion to context‑aware coding, automated debugging, continuous code review, and intelligent documentation—that together reduced a PHP team's development time from days to hours and eliminated the 996 grind.

aiautomationcode generation
0 likes · 11 min read
How AI Can Double Your PHP Development Speed: 5 Proven Secrets
Sohu Tech Products
Sohu Tech Products
Jan 7, 2026 · Mobile Development

How Android Studio’s New AI Agent Supercharges Mobile Development

The article explains Android Studio’s latest AI Agent, covering its three core concepts—Tools, Context, and Model Context Protocol—while showing practical examples of built‑in tools, knowledge‑base integration, Figma linking, and a full UI‑generation workflow that lets developers create, refine, and fix Jetpack Compose apps using natural language prompts.

AI AgentAndroid StudioJetpack Compose
0 likes · 7 min read
How Android Studio’s New AI Agent Supercharges Mobile Development
php Courses
php Courses
Jan 6, 2026 · Backend Development

AI‑Powered PHP Full‑Stack Development: Tools, Practices, and Real‑World Projects

This guide explores how AI tools like GitHub Copilot and specialized PHP extensions reshape the full‑stack development workflow, covering intelligent code completion, AI‑driven debugging, automated API generation, database optimization, front‑end component creation, deployment strategies, and a step‑by‑step AI‑enhanced e‑commerce project, while highlighting future skill requirements.

DevOpsaicode generation
0 likes · 10 min read
AI‑Powered PHP Full‑Stack Development: Tools, Practices, and Real‑World Projects
php Courses
php Courses
Jan 4, 2026 · Backend Development

How AI Can Supercharge PHP Development by Up to 300%

This article explains how AI‑powered tools like GitHub Copilot and Tabnine dramatically boost PHP productivity by automating code generation, testing, documentation, and refactoring, backed by survey data and real‑world case studies showing up to 300% efficiency gains.

PHPaicode generation
0 likes · 7 min read
How AI Can Supercharge PHP Development by Up to 300%
High Availability Architecture
High Availability Architecture
Dec 26, 2025 · Artificial Intelligence

Why AI-Generated Code Threatens Understanding: A Netflix Engineer’s Three‑Stage Method

In a Netflix talk, senior engineer Jake Nations reveals how AI can instantly produce code yet leave developers clueless, explains the historic software crisis, distinguishes essential from accidental complexity, and outlines a three‑stage "context compression" process to keep speed without sacrificing comprehension.

ComplexityNetflixai
0 likes · 20 min read
Why AI-Generated Code Threatens Understanding: A Netflix Engineer’s Three‑Stage Method
AI Insight Log
AI Insight Log
Dec 23, 2025 · Artificial Intelligence

GLM-4.7 Beats GPT-5 in Coding Tests at One‑Seventh the Cost

Zhipu's newly released GLM-4.7 model outperforms GPT-5 and Claude Sonnet 4.5 on multiple coding benchmarks, introduces Vibe Coding for UI generation, offers Interleaved and Preserved Thinking capabilities, is fully open‑source, and costs only one‑seventh of competing services.

AI model benchmarkGLM-4.7code generation
0 likes · 6 min read
GLM-4.7 Beats GPT-5 in Coding Tests at One‑Seventh the Cost
Tencent Technical Engineering
Tencent Technical Engineering
Dec 19, 2025 · Artificial Intelligence

How Safe Is AI-Generated Code? Real‑World Risks and Mitigation Strategies

This study investigates the security performance of AI‑generated code in real‑world software projects, revealing high vulnerability rates, language‑specific adoption patterns, and evolving roles in the vulnerability lifecycle, and proposes a multi‑dimensional framework for risk mitigation and safe AI‑assisted development.

Empirical Studyaicode generation
0 likes · 16 min read
How Safe Is AI-Generated Code? Real‑World Risks and Mitigation Strategies
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 19, 2025 · Backend Development

How AI Powered a DDD‑Driven Refactor of Taobao’s Service Package System

This case study shows how AI was used to analyze a monolithic service‑package system, automatically identify bounded contexts, generate DDD‑aligned code skeletons, and refactor duplicated business logic, reducing development effort from 5‑8 person‑days to a configurable solution while improving maintainability and extensibility.

AI-assisted RefactoringBackend ArchitectureDDD
0 likes · 15 min read
How AI Powered a DDD‑Driven Refactor of Taobao’s Service Package System
21CTO
21CTO
Dec 17, 2025 · Artificial Intelligence

Can a New Language Make LLMs Write Code with 100% Accuracy? Meet Sui

Japanese data scientist Takato Honda introduces Sui, an open‑source programming language designed to eliminate syntax and spelling errors and to let large language models generate code with claimed 100% accuracy, offering token‑efficiency optimizations for AI‑assisted programming.

LLMOpen SourceProgramming Language
0 likes · 4 min read
Can a New Language Make LLMs Write Code with 100% Accuracy? Meet Sui
Amap Tech
Amap Tech
Dec 11, 2025 · Artificial Intelligence

How ACoder Achieved Up to 24× Faster Multi‑Platform Development with AI

The ACoder platform combines multi‑model AI, a panoramic code‑understanding engine, and a layered knowledge‑management system to automate the entire software‑development lifecycle, delivering 5‑20× overall efficiency gains, up to 24× speed‑up for cross‑platform code migration, and dramatically higher code‑recall accuracy.

AI CodingKnowledge Managementcode generation
0 likes · 19 min read
How ACoder Achieved Up to 24× Faster Multi‑Platform Development with AI
21CTO
21CTO
Dec 11, 2025 · Backend Development

How PythonC Turns Typed Python into Standalone C Programs

PythonC lets developers write type‑annotated Python that is compiled into efficient C code, offering features beyond Cython such as compile‑time code generation, independent executable creation, and advanced memory‑safety mechanisms.

C compilationPythonCcode generation
0 likes · 9 min read
How PythonC Turns Typed Python into Standalone C Programs
Architect's Tech Stack
Architect's Tech Stack
Dec 10, 2025 · Artificial Intelligence

Top AI Code Generation Tools: Features, Installation & Best Combinations

This article reviews the most popular AI-powered code generation tools—including GitHub Copilot, Amazon CodeWhisperer, Tabnine, Tongyi Lingma, CodeGeeX, Bito, and Codeium—detailing their features, suitable scenarios, installation steps, advantages, cautions, and practical results, and provides comparison tables and recommended tool combinations for individual developers, domestic teams, and cloud projects.

IDE pluginsaicode generation
0 likes · 8 min read
Top AI Code Generation Tools: Features, Installation & Best Combinations
Frontend AI Walk
Frontend AI Walk
Dec 10, 2025 · Frontend Development

Understanding AI Agent Skills: A Frontend Developer’s Essential Guide

The article explains what AI "Skills" are, how modern AI agents like Cursor, Qcoder, and Antigravity combine abilities and tools to perform file operations, terminal commands, browser interactions, and visual tasks, and demonstrates their use through concrete frontend development scenarios.

AI agentsautomationbrowser testing
0 likes · 7 min read
Understanding AI Agent Skills: A Frontend Developer’s Essential Guide
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 21, 2025 · Artificial Intelligence

Gemini 3 Pro Unleashed: From Instant Webpage Replication to Record‑Breaking AI Benchmarks

The author puts Google’s Gemini 3 Pro through a series of real‑world tests—replicating popular homepages, generating weather cards, creating interactive games and 3D animations, and measuring benchmark scores—showing dramatic improvements over Gemini 2.5 Pro and highlighting its multimodal reasoning, code generation, and API availability.

AI benchmarksGemini 3code generation
0 likes · 7 min read
Gemini 3 Pro Unleashed: From Instant Webpage Replication to Record‑Breaking AI Benchmarks
IT Architects Alliance
IT Architects Alliance
Nov 20, 2025 · Backend Development

How Contract‑First Design Eliminates Cross‑Team Technical Debt

The article examines common cross‑department collaboration pain points like inconsistent API contracts and fragmented toolchains, then proposes a contract‑first architecture using OpenAPI, schema registries, and automated code generation to standardize APIs, data models, and governance processes.

API ContractOpenAPISchema Registry
0 likes · 9 min read
How Contract‑First Design Eliminates Cross‑Team Technical Debt
Sohu Tech Products
Sohu Tech Products
Nov 13, 2025 · Artificial Intelligence

How to Harness Cursor AI for Faster, Higher‑Quality Code Development

This article shares a step‑by‑step practice guide on using the Cursor AI assistant to split project analysis, enrich prompts, generate code, and perform regression verification, illustrating prompt examples, command snippets, and visual workflows for effective AI‑augmented software development.

AI ProgrammingCursorPrompt Engineering
0 likes · 16 min read
How to Harness Cursor AI for Faster, Higher‑Quality Code Development
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Nov 11, 2025 · Artificial Intelligence

Six AI Coding Assistants Compared: How to Choose the Right One

This article evaluates six Chinese and popular AI coding assistants across economics, convenience, usability, and intelligence, showing how each integrates with major IDEs and helping developers and teams decide which tool best fits their workflow and budget.

AI coding assistantAlibabaIDE integration
0 likes · 10 min read
Six AI Coding Assistants Compared: How to Choose the Right One
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 10, 2025 · Artificial Intelligence

How AI is Transforming Frontend Development: New Tools, Practices, and Insights

This issue of the tech weekly explores the latest breakthroughs where AI meets frontend development, highlighting the launch of the Vike framework, AI-driven code testing and debugging workflows, large-model innovations from major companies, open-source AI CRM and model projects, and practical insights for developers and engineers.

Large ModelsOpen Sourceai
0 likes · 8 min read
How AI is Transforming Frontend Development: New Tools, Practices, and Insights
Zhuanzhuan Tech
Zhuanzhuan Tech
Nov 10, 2025 · Artificial Intelligence

Boost Your Development Workflow: Practical Tips for Using Cursor AI

This article shares a step‑by‑step guide on how development teams can leverage the Cursor AI assistant to split project requirements, enrich prompts, generate and review code, and perform regression verification, turning AI into a collaborative partner rather than a replacement.

AI ProgrammingCode ReviewCursor tool
0 likes · 17 min read
Boost Your Development Workflow: Practical Tips for Using Cursor AI
DaTaobao Tech
DaTaobao Tech
Nov 7, 2025 · Artificial Intelligence

Can AI Self‑Test and Fix Its Own Code? A Test‑Driven AI Programming Workflow

This article introduces a test‑driven AI programming loop that tackles the “last‑mile” problem of AI‑generated code by adding automated acceptance, self‑testing, bug fixing, and continuous iteration, demonstrated through a favorite‑count feature repair case and outlining future enhancements.

AI ProgrammingTest‑Driven Developmentcode generation
0 likes · 13 min read
Can AI Self‑Test and Fix Its Own Code? A Test‑Driven AI Programming Workflow
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Nov 6, 2025 · Artificial Intelligence

How to Make Large Language Models Understand Third‑Party Java Packages – A Full Case Study

This article examines why AI code assistants struggle to read compiled third‑party Java libraries, documents a failed attempt using Cursor, and presents three solutions—including manual source feeding, read_file tools, and a local decompiler (MCP)—detailing their implementation, trade‑offs, and performance.

AI assistantsBackend DevelopmentJava
0 likes · 20 min read
How to Make Large Language Models Understand Third‑Party Java Packages – A Full Case Study
AndroidPub
AndroidPub
Nov 6, 2025 · Mobile Development

How Gemini AI Supercharges Android UI Development in Android Studio

Gemini AI, now deeply integrated into Android Studio, acts as a full‑lifecycle UI development assistant—transforming design drafts into Compose code, auto‑generating previews, offering code explanations, optimizations, and project‑wide context configuration—dramatically speeding up Android app creation for both individual and enterprise developers.

AndroidGemini AIUI automation
0 likes · 16 min read
How Gemini AI Supercharges Android UI Development in Android Studio
Code Wrench
Code Wrench
Nov 5, 2025 · Artificial Intelligence

Automate Your Weekly Report with Golang & Genkit: AI‑Powered Workflow

This article shows how to eliminate tedious manual weekly‑report creation by building an AI‑driven automation system in Golang using Genkit, detailing the architecture, data models, flow implementation, sample output, and practical tips for real‑world deployment.

GenkitWeekly reportcode generation
0 likes · 7 min read
Automate Your Weekly Report with Golang & Genkit: AI‑Powered Workflow
DataFunSummit
DataFunSummit
Oct 24, 2025 · Artificial Intelligence

How AI Is Revolutionizing Scientific Code Development Across Disciplines

Google researchers have built a breakthrough AI system that uses large language models combined with tree‑search to automatically write, rewrite, and optimize scientific computing code, delivering expert‑level solutions across fields such as genomics, epidemiology, earth observation, neuroscience, and numerical mathematics.

Scientific Computingaicode generation
0 likes · 7 min read
How AI Is Revolutionizing Scientific Code Development Across Disciplines
Lin is Dream
Lin is Dream
Oct 22, 2025 · Backend Development

Designing High‑Performance Coupon Codes with Bit‑Level Encoding

This article explains how to design scalable, collision‑free coupon codes by using a custom binary layout, bit‑field allocation, checksum validation, obfuscation, Base62 encoding, and provides complete Java‑style algorithms and database schema for production use.

bit encodingcode generationcoupon
0 likes · 15 min read
Designing High‑Performance Coupon Codes with Bit‑Level Encoding
Baidu Tech Salon
Baidu Tech Salon
Oct 21, 2025 · Artificial Intelligence

Cut Data Integration Time from Months to Days with LLM-Powered Intelligent Ingestion

An LLM-driven intelligent data-ingestion framework replaces manual, months-long integration with an automated code-generation and execution loop that auto-recognizes schemas, maps structures, extracts quality rules, builds deployment packages, cutting onboarding time from three months to three days while eliminating human effort.

Data IngestionLLMautomated ETL
0 likes · 19 min read
Cut Data Integration Time from Months to Days with LLM-Powered Intelligent Ingestion
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 21, 2025 · Backend Development

How AI‑Powered Code Generation Cut Java Development Time by 40%

This article details how Ant Group’s international credit team applied AI‑assisted code generation using CodeFuse plugins and custom prompts to automatically transform system specifications into Java façade, persistence, and business‑logic code, achieving a 40% reduction in coding effort across multiple projects.

AI CodingJava Backendautomation
0 likes · 54 min read
How AI‑Powered Code Generation Cut Java Development Time by 40%
Test Development Learning Exchange
Test Development Learning Exchange
Oct 16, 2025 · Backend Development

Boost API Testing Efficiency: Auto‑Generate Python Test Cases with AI & Jinja2

Learn how to eliminate manual test case writing by using a lightweight AI‑driven approach combined with Jinja2 templates to automatically parse API specifications or JSON Schemas, generate comprehensive Python test scripts, handle parameter combinations, edge cases, and integrate with your existing test framework in just a few commands.

API testingJinja2Python
0 likes · 8 min read
Boost API Testing Efficiency: Auto‑Generate Python Test Cases with AI & Jinja2
Baidu Geek Talk
Baidu Geek Talk
Oct 15, 2025 · Artificial Intelligence

Can LLMs Automate Data Ingestion and Cut Integration Time from Months to Days?

This article presents an LLM‑driven intelligent data platform ingestion solution that automates schema recognition, mapping, quality rule extraction, and package building, reducing integration cycles from three months to three days while eliminating manual effort and enhancing scalability and control.

Data IngestionLLMai
0 likes · 21 min read
Can LLMs Automate Data Ingestion and Cut Integration Time from Months to Days?
Kuaishou Tech
Kuaishou Tech
Oct 11, 2025 · Artificial Intelligence

How KAT-Dev-72B-Exp Sets a New Record in Large‑Scale RL for Code Generation

The KAT‑Dev‑72B‑Exp model, an experimental reinforcement‑learning version of KAT‑Coder, achieves a 74.6% performance boost on the SWE‑Bench Verified benchmark, introduces Trie Packing and entropy‑aware advantage scaling, and showcases a decoupled training architecture that dramatically speeds up large‑scale agentic RL training.

agentic trainingaicode generation
0 likes · 9 min read
How KAT-Dev-72B-Exp Sets a New Record in Large‑Scale RL for Code Generation
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Sep 28, 2025 · Artificial Intelligence

Can AI Automate the Entire Research Cycle? From Paper Reading to Code Reproduction

The author builds an AI‑driven end‑to‑end assistant that transforms a research paper into a structured reading note, generates reproducible code, runs experiments, summarizes results, and creates a report, demonstrating how large language models like Kimi K2 can streamline the entire paper‑to‑implementation workflow.

AI workflowClaude CodeKimi
0 likes · 9 min read
Can AI Automate the Entire Research Cycle? From Paper Reading to Code Reproduction
Ray's Galactic Tech
Ray's Galactic Tech
Sep 23, 2025 · Backend Development

Master MyBatis-Plus: Quick Start, Core Features, and Best Practices

This guide walks through adding MyBatis-Plus to a Spring Boot project, configuring basic settings, using CRUD operations, condition builders, pagination, advanced features like auto‑fill, logical delete, optimistic locking, code generation, common pitfalls, and practical recommendations for effective usage.

CRUDJavaORM
0 likes · 7 min read
Master MyBatis-Plus: Quick Start, Core Features, and Best Practices
DataFunSummit
DataFunSummit
Sep 23, 2025 · Artificial Intelligence

How Large‑Model AI Is Transforming R&D Workflows and Coding Tools

The article examines how large‑model AI is reshaping R&D by advancing intelligent development tools—from early code‑completion assistants like GitHub Copilot to expansive code‑generation platforms—highlighting their evolution, enterprise adoption, practical developer experiences, and future workflow transformations.

Artificial IntelligenceLarge Modelscode generation
0 likes · 4 min read
How Large‑Model AI Is Transforming R&D Workflows and Coding Tools
DaTaobao Tech
DaTaobao Tech
Sep 22, 2025 · Artificial Intelligence

Inside Claude Code: Architecture, Execution Flow, and iFlow CLI 2.0 Innovations

This article provides an in‑depth technical breakdown of Anthropic's Claude Code terminal AI programming tool—including its layered system architecture, command execution pipeline, context management, security model, binary feedback mechanism, and the newly released iFlow CLI 2.0 with sub‑agents, MCP tool integration and multi‑mode operation—illustrated with code snippets and real‑world usage examples.

CLIToolingai
0 likes · 22 min read
Inside Claude Code: Architecture, Execution Flow, and iFlow CLI 2.0 Innovations
DataFunSummit
DataFunSummit
Sep 21, 2025 · Artificial Intelligence

How Large‑Model AI Is Transforming Software Development Tools

This article explores how large‑model AI is reshaping R&D by evolving intelligent development tools—from early code‑completion assistants like GitHub Copilot to advanced code‑generation platforms that automate larger portions of the software engineering workflow.

aicode generationintelligent tools
0 likes · 4 min read
How Large‑Model AI Is Transforming Software Development Tools
Amazon Cloud Developers
Amazon Cloud Developers
Sep 19, 2025 · Artificial Intelligence

DeepSeek‑V3.1 Launches on Amazon Bedrock: Fully Managed Model with Dual Reasoning Modes

DeepSeek‑V3.1 arrives on Amazon Bedrock as a fully managed foundation model offering two inference modes, improved benchmark performance over DeepSeek‑R1, support for over 100 languages, enhanced tool‑calling and agent capabilities, and detailed guidance for secure enterprise deployment.

Agentic AIAmazon BedrockDeepSeek-V3.1
0 likes · 7 min read
DeepSeek‑V3.1 Launches on Amazon Bedrock: Fully Managed Model with Dual Reasoning Modes
大转转FE
大转转FE
Sep 19, 2025 · Frontend Development

Boosting Frontend Development Efficiency with AI: A Real‑World Cursor Case Study

This article details how integrating the AI coding assistant Cursor into a membership‑system frontend project increased development efficiency by 21%, reduced a 188‑hour task to 149 hours, and outlines practical methods for AI‑generated routing, UI‑to‑DOM conversion, mock data creation, code refactoring, and the limits of AI assistance in complex interactions.

AI-assisted developmentComponent ArchitectureEfficiency
0 likes · 20 min read
Boosting Frontend Development Efficiency with AI: A Real‑World Cursor Case Study
DataFunSummit
DataFunSummit
Sep 15, 2025 · Artificial Intelligence

Large‑Model AI: Revolutionizing Software Development Tools

This article explores how large‑model AI is reshaping software development, tracing the evolution of intelligent R&D tools, highlighting enterprise adoption experiences, showcasing developer practices, and previewing upcoming Q&A, while emphasizing the shift from code completion to large‑scale code generation and enhanced user interactions.

aicode generationintelligent tools
0 likes · 4 min read
Large‑Model AI: Revolutionizing Software Development Tools
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Sep 10, 2025 · Artificial Intelligence

How the Model Context Protocol (MCP) Bridges AI and Design Data

This article explains the Model Context Protocol (MCP) as an open standard for secure AI‑tool interaction, details its client‑server architecture, showcases a Figma‑focused MCP implementation with code examples, and discusses data simplification, transformers, and image handling that enable AI assistants to generate accurate front‑end code from design files.

AI integrationFigma dataMCP
0 likes · 15 min read
How the Model Context Protocol (MCP) Bridges AI and Design Data
Java Tech Enthusiast
Java Tech Enthusiast
Sep 8, 2025 · Backend Development

Boost Your Java CRUD Development with EasyCode: A Step‑by‑Step Guide

This article introduces the EasyCode IntelliJ plugin, explains how it generates CRUD code for Java projects using custom Velocity templates, walks through installation and configuration steps with screenshots, and shows the necessary Spring Boot adjustments to get a fully functional backend up and running.

CRUDEasyCodeIntelliJ
0 likes · 4 min read
Boost Your Java CRUD Development with EasyCode: A Step‑by‑Step Guide
Didi Tech
Didi Tech
Sep 4, 2025 · Frontend Development

Boost Front‑End Productivity: Practical AI‑IDE Strategies for Developers

This article explores how AI‑enhanced IDEs can transform front‑end development by streamlining requirement analysis, technical design, UI automation, code refactoring, test generation, and code review, offering concrete prompts, workflow tips, and best practices to dramatically improve efficiency and code quality.

AI IDEaicode generation
0 likes · 11 min read
Boost Front‑End Productivity: Practical AI‑IDE Strategies for Developers
Kuaishou Tech
Kuaishou Tech
Aug 23, 2025 · Artificial Intelligence

How Thyme Enables Models to Think Beyond Images with Code‑Driven Multimodal Reasoning

The Kwai Keye team presents Thyme, a novel multimodal reasoning framework that lets large language models generate and safely execute Python code for image manipulation and complex calculations, achieving significant performance gains over existing vision‑language models across perception, reasoning, and hallucination‑reduction benchmarks.

AI researchMultimodalcode generation
0 likes · 12 min read
How Thyme Enables Models to Think Beyond Images with Code‑Driven Multimodal Reasoning
大转转FE
大转转FE
Aug 11, 2025 · Frontend Development

Frontend Weekly: AI‑Driven Efficiency, Tree Shaking Deep Dive, and Code Refactoring

This newsletter curates five technical articles covering AI‑enhanced frontend productivity, a comparative deep dive into tree shaking across major bundlers, innovative AI code generation for e‑commerce frontends, a rapid AI‑assisted component refactor, and efficiency gains in ad‑monitoring development.

EfficiencyTree-shakingai
0 likes · 4 min read
Frontend Weekly: AI‑Driven Efficiency, Tree Shaking Deep Dive, and Code Refactoring
Big Data Technology Tribe
Big Data Technology Tribe
Aug 5, 2025 · Big Data

How Spark’s Catalyst Optimizer Transforms SQL Queries: Trees, Rules, and Code Generation

This article explains Spark SQL’s Catalyst optimizer, describing its extensible design, tree‑based representation, rule‑driven transformations, batch execution to a fixed point, and how Scala’s pattern matching and quasiquotes enable efficient analysis, logical optimization, physical planning, and code generation.

Big DataCatalyst OptimizerQuery Optimization
0 likes · 18 min read
How Spark’s Catalyst Optimizer Transforms SQL Queries: Trees, Rules, and Code Generation
Go Programming World
Go Programming World
Jul 28, 2025 · Fundamentals

What Is the Purpose of Go’s doc.go File and How to Use It Effectively?

This article explains the role of the doc.go file in Go projects for centralized package documentation, demonstrates its structure with real examples, shows how to generate docs using godoc and go doc, and explores advanced uses like canonical import paths and code generation annotations.

GoPackage documentationcanonical import
0 likes · 14 min read
What Is the Purpose of Go’s doc.go File and How to Use It Effectively?
Fun with Large Models
Fun with Large Models
Jul 24, 2025 · Artificial Intelligence

Qwen3‑Coder vs Claude 4: In‑Depth Performance Review and Usage Guide

This article evaluates the open‑source Qwen3‑Coder‑480B‑A35B model, comparing its programming and agentic capabilities to Claude 4 and other leading models, detailing its architecture, token length, reinforcement‑learning‑after‑training technique, ecosystem tools, and real‑world code‑generation case studies.

AI CodingQwen3-Coderagent RL
0 likes · 14 min read
Qwen3‑Coder vs Claude 4: In‑Depth Performance Review and Usage Guide
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 23, 2025 · Artificial Intelligence

Why AI‑Generated Code Often Misses the Mark and How a Code Knowledge Base Fixes It

AI‑generated code frequently fails to match project conventions due to lack of contextual memory, but building a dynamic code knowledge base combined with Retrieval‑Augmented Generation (RAG) enables precise, compliant code output, reduces errors, accelerates development, and transforms AI into a project‑specific assistant.

RAGaicode generation
0 likes · 13 min read
Why AI‑Generated Code Often Misses the Mark and How a Code Knowledge Base Fixes It
DataFunTalk
DataFunTalk
Jul 23, 2025 · Artificial Intelligence

Qwen3‑Coder: Open‑Source AI Programming Agent That Beats the Competition

Alibaba’s Tongyi team unveiled the open‑source Qwen3‑Coder, a massive 450‑billion‑parameter programming model that outperforms leading closed‑source solutions, supports up to 1 M token context, offers a free CLI tool, and demonstrates impressive code generation capabilities across animations, games, and real‑world tasks.

AI ProgrammingOpen SourceQwen3-Coder
0 likes · 5 min read
Qwen3‑Coder: Open‑Source AI Programming Agent That Beats the Competition
Eric Tech Circle
Eric Tech Circle
Jul 22, 2025 · Artificial Intelligence

Mastering Cursor AI: Four Principles for Scalable, Maintainable Code Generation

This article analyzes common pitfalls when using Cursor AI—such as ineffective rules, token waste, maintenance challenges, unstable output, and style disruption—and presents the MSEC theory with four concrete principles, rule types, and practical guidelines to build a robust, maintainable rule system for AI‑assisted coding.

AI Prompt EngineeringCursor AIRule Management
0 likes · 12 min read
Mastering Cursor AI: Four Principles for Scalable, Maintainable Code Generation
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 22, 2025 · Artificial Intelligence

How AI Can Accelerate Backend Development: Practical Workflow, Prompts, and Real‑World Cases

This article explores how AI coding tools can be applied to backend development by outlining a hands‑on workflow, designing layered prompts, generating project structures and code, and sharing practical experiences, architectural insights, and three production case studies that demonstrate significant productivity gains.

Backend Developmentaicode generation
0 likes · 32 min read
How AI Can Accelerate Backend Development: Practical Workflow, Prompts, and Real‑World Cases
DataFunTalk
DataFunTalk
Jul 16, 2025 · Artificial Intelligence

Inside OpenAI: Unfiltered Lessons on AI, Culture, and Rapid Product Launches

A former OpenAI engineer shares a candid, unfiltered account of the company's fast‑paced growth, bottom‑up research culture, engineering practices, product decisions, and the intense seven‑week sprint that delivered Codex, offering valuable insights for AI researchers, product managers, and tech leaders.

AI researchOpenAIProduct Development
0 likes · 22 min read
Inside OpenAI: Unfiltered Lessons on AI, Culture, and Rapid Product Launches
Youzan Coder
Youzan Coder
Jul 11, 2025 · Artificial Intelligence

How AI Boosted Full‑Stack Development Efficiency by Up to 80%

This article details how the Youzan BumpTag team leveraged AI tools across mobile, backend, and frontend development to accelerate feature implementation, code generation, and testing, achieving efficiency gains of 60‑80% while sharing practical cases, pitfalls, and future AI‑driven skill development plans.

aicode generationfull‑stack development
0 likes · 13 min read
How AI Boosted Full‑Stack Development Efficiency by Up to 80%