Tag

Code Generation

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jun 12, 2025 · Artificial Intelligence

How Meituan’s AI Now Writes Over Half of Its Code – What It Means for Developers

Meituan revealed that AI now writes 52% of its new code, using its proprietary LongCat model to handle repetitive tasks, while developers still oversee core logic, prompting a shift toward prompt engineering, careful review, and new strategies to avoid technical debt.

AICode GenerationTechnical Debt
0 likes · 5 min read
How Meituan’s AI Now Writes Over Half of Its Code – What It Means for Developers
Wukong Talks Architecture
Wukong Talks Architecture
Jun 12, 2025 · Artificial Intelligence

Unlock AI-Powered Coding: Inside the Free CodeBuddy Programming Agent Guide

Discover the free CodeBuddy “Programming Agent” booklet, which compiles 12 practical articles on AI-driven code generation, covering definitions, functions, implementation methods, use cases, and advantages, and provides links to each tutorial for developers eager to harness intelligent coding assistants.

AIAutomationCode Generation
0 likes · 7 min read
Unlock AI-Powered Coding: Inside the Free CodeBuddy Programming Agent Guide
Architecture and Beyond
Architecture and Beyond
Jun 7, 2025 · Artificial Intelligence

Does AI Really Simplify Software Development? Uncovering Hidden Complexities

The article examines how AI can speed up code generation yet fails to reduce the fundamental complexities of software development, shifting challenges to new areas such as prompt engineering, consistency, changeability, and invisibility, and argues that future developers must master AI to manage, not replace, complexity.

AI programmingCode Generationdeveloper skills
0 likes · 9 min read
Does AI Really Simplify Software Development? Uncovering Hidden Complexities
Kuaishou Tech
Kuaishou Tech
Jun 4, 2025 · Artificial Intelligence

KwaiCoder-AutoThink-preview: An Automatic‑Thinking Large Model Enhanced with Step‑SRPO Reinforcement Learning

The KwaiPilot team released the KwaiCoder‑AutoThink‑preview model, which introduces a novel automatic‑thinking training paradigm and a process‑supervised reinforcement‑learning method called Step‑SRPO, enabling the model to dynamically switch between thinking and non‑thinking modes, reduce inference cost, and achieve up to 20‑point gains on code and math benchmarks while handling large‑scale codebases.

AI researchCode Generationautomatic thinking
0 likes · 12 min read
KwaiCoder-AutoThink-preview: An Automatic‑Thinking Large Model Enhanced with Step‑SRPO Reinforcement Learning
DevOps
DevOps
Jun 3, 2025 · Artificial Intelligence

How I Tamed Cursor AI to Write Perfect Code Every Time

This article shares a step‑by‑step guide on planning, documenting, templating, configuring, and rule‑setting for the Cursor AI coding assistant, showing how thorough preparation transforms it from a source of buggy code into a reliable development partner.

AI codingCode GenerationCursor
0 likes · 9 min read
How I Tamed Cursor AI to Write Perfect Code Every Time
Selected Java Interview Questions
Selected Java Interview Questions
May 27, 2025 · Backend Development

Mybatis-Plus Generator UI: A Web UI Tool for Custom Code Generation in Spring Boot

This article introduces the Mybatis-Plus Generator UI, a highly customizable web‑based code generator that wraps Mybatis‑Plus, explains its features, shows how to integrate it via Maven, run a sample main class, configure generation strategies, customize templates and naming rules, and even extend the frontend with Yarn builds.

Code GenerationJavaMyBatis-Plus
0 likes · 11 min read
Mybatis-Plus Generator UI: A Web UI Tool for Custom Code Generation in Spring Boot
Code Ape Tech Column
Code Ape Tech Column
May 21, 2025 · Backend Development

Advanced MapStruct Usage: expression, qualifiedByName, nullValueMappingStrategy, and Decorator

This article introduces MapStruct, a compile‑time Java bean‑mapping framework, and demonstrates advanced features such as expression‑based mappings, qualifiedByName for custom conversions, nullValueMappingStrategy for handling nulls, and the use of Decorator classes to apply global post‑processing logic.

Bean MappingCode GenerationJava
0 likes · 6 min read
Advanced MapStruct Usage: expression, qualifiedByName, nullValueMappingStrategy, and Decorator
Python Programming Learning Circle
Python Programming Learning Circle
May 8, 2025 · Frontend Development

Installing PyQt5 and Converting Qt Designer .ui Files to Python Scripts

This guide explains how to install PyQt5, set up Qt Designer, convert .ui files into Python code with pyuic5, and run a basic PyQt5 window, providing step‑by‑step commands, code snippets, and screenshots for a complete GUI development workflow.

Code GenerationGUIInstallation
0 likes · 5 min read
Installing PyQt5 and Converting Qt Designer .ui Files to Python Scripts
DataFunTalk
DataFunTalk
May 7, 2025 · Artificial Intelligence

Google Gemini 2.5 Pro Preview 05-06: Code Generation Breakthroughs and Multimodal Video‑to‑Web Capabilities

The Gemini 2.5 Pro 05‑06 update dramatically improves code‑generation performance, tops the WebDev Arena leaderboard over Claude 3.7 Sonnet, and introduces unique video‑to‑web multimodal abilities, while still facing UI bugs and naming inconsistencies ahead of the upcoming Google I/O conference.

AIBenchmarkCode Generation
0 likes · 7 min read
Google Gemini 2.5 Pro Preview 05-06: Code Generation Breakthroughs and Multimodal Video‑to‑Web Capabilities
DevOps
DevOps
Apr 28, 2025 · Artificial Intelligence

Vibe Coding: An Introduction to AI‑Driven Natural‑Language Programming

This article introduces Vibe Coding, an AI‑driven programming approach proposed by Andrej Karpathy, explains its core concepts, workflow, advantages, tools, use cases, best practices, and future outlook, and provides a complete example of generating a simple weather app using natural‑language prompts.

AI programmingBest PracticesCode Generation
0 likes · 16 min read
Vibe Coding: An Introduction to AI‑Driven Natural‑Language Programming
Java Captain
Java Captain
Apr 21, 2025 · Backend Development

MyBatis-Plus Guide: Features, Quick Start, CRUD Extensions, and Advanced Usage

This article introduces MyBatis‑Plus, an enhancement for MyBatis, outlining its lightweight features, step‑by‑step setup including database creation, Maven dependency, configuration, entity and mapper definitions, CRUD operations, pagination, optimistic locking, logical deletion, condition wrappers, and code generation utilities for rapid backend development.

CRUDCode GenerationJava
0 likes · 12 min read
MyBatis-Plus Guide: Features, Quick Start, CRUD Extensions, and Advanced Usage
Nightwalker Tech
Nightwalker Tech
Apr 21, 2025 · Artificial Intelligence

Turning AI into a Reliable Engineering Partner: Methodology, Rules, and Practices

This article outlines a comprehensive methodology for integrating AI—particularly large language models—into software development workflows by establishing knowledge‑base templates, rule systems, multi‑model collaboration, context management, and task decomposition to transform AI from a whimsical code generator into a trustworthy engineering partner.

AIAutomationBest Practices
0 likes · 16 min read
Turning AI into a Reliable Engineering Partner: Methodology, Rules, and Practices
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 19, 2025 · Frontend Development

Using MasterGo MCP with Cursor to Generate Frontend Code from DSL

This guide explains how to obtain a token, install MasterGo MCP in Cursor, configure the mcp.json file, and use the provided getDSL and getComponentLink tools to retrieve design canvas DSL and generate front‑end code such as React, Vue, or Flutter components.

Ant DesignCode GenerationCursor
0 likes · 6 min read
Using MasterGo MCP with Cursor to Generate Frontend Code from DSL
Zhuanzhuan Tech
Zhuanzhuan Tech
Apr 18, 2025 · Artificial Intelligence

AI‑Powered Tools to Boost Java Development Efficiency: A Comprehensive Guide

An in‑depth guide reviews six leading AI‑driven development tools—including GitHub Copilot, Alibaba Cloud CodeWhisperer, Tabnine, Tencent Hunyuan DevBox, Amazon CodeWhisperer, and CodeGeeX—detailing their core features, use cases, security considerations, and selection advice for Java developers seeking to automate code generation, review, configuration, performance tuning, and documentation.

AICode GenerationDeveloper Tools
0 likes · 18 min read
AI‑Powered Tools to Boost Java Development Efficiency: A Comprehensive Guide
DaTaobao Tech
DaTaobao Tech
Apr 16, 2025 · Artificial Intelligence

Comparative Analysis of AI Development Tools (2024‑2025)

The 2024‑2025 comparative review evaluates cloud‑based AI development platforms, AI‑native code editors, IDE plugins, and their underlying large language models—detailing features, user experience, pricing, open‑source status, strengths and weaknesses, offering recommendations for UI prototyping, full‑stack projects, and forecasting future multimodal, collaborative AI‑assisted development trends.

AI development toolsCode GenerationLarge Language Models
0 likes · 24 min read
Comparative Analysis of AI Development Tools (2024‑2025)
Architect
Architect
Apr 10, 2025 · Frontend Development

Improving Front‑End Development Workflow with Cursor AI: From Requirements to Code and Impact Assessment

This article shares a practical experience of integrating the Cursor AI code assistant into a front‑end development workflow, outlining expectations, the shift from planning to execution, current pain points, a collaborative feedback loop, and concrete scenario applications such as status analysis, change planning, and impact evaluation.

AI-assisted codingCode GenerationCursor AI
0 likes · 13 min read
Improving Front‑End Development Workflow with Cursor AI: From Requirements to Code and Impact Assessment
DataFunTalk
DataFunTalk
Apr 7, 2025 · Artificial Intelligence

Llama 4 Open‑Source Release Marred by Performance Failures and Alleged Training‑Data Cheating

Meta's newly released Llama 4 quickly became a controversy as internal leaks reveal training‑data cheating, benchmark over‑optimization, and disappointing code‑generation performance that fails to match even older models, prompting resignations and widespread criticism from the AI community.

AI model performanceCode GenerationLlama 4
0 likes · 7 min read
Llama 4 Open‑Source Release Marred by Performance Failures and Alleged Training‑Data Cheating
DeWu Technology
DeWu Technology
Apr 2, 2025 · Frontend Development

Enhancing Front-End Development with Cursor AI: Workflow, Planning, and Impact Assessment

The article explains how integrating the Cursor AI assistant into front‑end development reshapes workflow by separating planning from execution, using iterative context loops for analysis, design, and impact assessment, guiding minimal‑change code generation and testing, and ultimately shifting developer skill from memorizing APIs to asking precise questions.

AI-assisted developmentCode Generationfrontend workflow
0 likes · 13 min read
Enhancing Front-End Development with Cursor AI: Workflow, Planning, and Impact Assessment
Java Captain
Java Captain
Apr 2, 2025 · Artificial Intelligence

Comparison of Popular AI Code Generation Tools and Their Usage Guidelines

This article reviews major 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 recommended combinations for individual developers, domestic teams, and cloud projects.

AI code assistantsCode GenerationIDE plugins
0 likes · 7 min read
Comparison of Popular AI Code Generation Tools and Their Usage Guidelines
Architect's Guide
Architect's Guide
Mar 24, 2025 · Frontend Development

One-Click Frontend Generation Tool for Backend Developers

This article introduces a free, online tool that lets backend developers quickly generate complete frontend management pages—such as CRUD interfaces—by uploading database schemas or descriptor files, detailing step‑by‑step usage, configuration options, and code snippets for rapid, no‑code UI creation.

AutomationCRUDCode Generation
0 likes · 7 min read
One-Click Frontend Generation Tool for Backend Developers