Tag

AI programming

0 views collected around this technical thread.

Architecture and Beyond
Architecture and Beyond
Jun 7, 2025 · Artificial Intelligence

How AI-Generated Code Is Quietly Building Massive Technical Debt

The article examines how AI-powered code generation, while boosting surface productivity, introduces hidden technical debt at the code, architecture, and organizational levels, urging architects to implement rigorous review, governance, and cultural practices to prevent long‑term risks.

AI programmingCode ReviewTechnical Debt
0 likes · 10 min read
How AI-Generated Code Is Quietly Building Massive Technical Debt
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
Wukong Talks Architecture
Wukong Talks Architecture
May 11, 2025 · Frontend Development

Building and Deploying a 2048 Game with CodeBuddy and EdgeOne Pages Using MCP

This article demonstrates how to use the AI‑powered CodeBuddy tool together with the Model Context Protocol (MCP) to automatically generate a complete 2048 web game in HTML/CSS/JavaScript and deploy it to the public Internet via EdgeOne Pages, including bug fixing and final testing.

2048 gameAI programmingCodeBuddy
0 likes · 6 min read
Building and Deploying a 2048 Game with CodeBuddy and EdgeOne Pages Using MCP
Tencent Technical Engineering
Tencent Technical Engineering
May 8, 2025 · Artificial Intelligence

Augment AI Programming Assistant: Technical Breakthroughs, Industry Impact, and Security Risks

Augment, a newly funded AI programming assistant that tops the SWE‑bench benchmark with a 65.4% score and a 200 k‑token context window, promises massive productivity gains for developers but also introduces sophisticated security threats such as malicious memory prompts, back‑door context injection, compromised guidelines, and risky multi‑task collaboration protocols, prompting calls for layered defenses and vigilant monitoring.

AI programmingAI safetyAugment
0 likes · 11 min read
Augment AI Programming Assistant: Technical Breakthroughs, Industry Impact, and Security Risks
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 programmingLarge Language ModelsVibe Coding
0 likes · 16 min read
Vibe Coding: An Introduction to AI‑Driven Natural‑Language Programming
Tencent Technical Engineering
Tencent Technical Engineering
Mar 28, 2025 · Artificial Intelligence

Chat‑Style Programming with Cursor: Practices, Insights, and Tips

The article explores Cursor’s chat‑style programming paradigm—highlighting its natural‑language coding, rapid iteration, and AI‑assisted workflow—while offering communication strategies, a reverse‑Feynman learning method, divide‑and‑conquer tactics, the Model Context Protocol, ten practical tips, and a vision of human‑AI hybrid engineers achieving flow and redefining software value.

AI programmingChat-based codingCursor tool
0 likes · 13 min read
Chat‑Style Programming with Cursor: Practices, Insights, and Tips
DataFunTalk
DataFunTalk
Mar 22, 2025 · Artificial Intelligence

Building a License Approval Flow System with Cursor AI, Vue 3, and Go

This article explains how the author leveraged the Cursor AI coding assistant to rapidly prototype a license‑approval workflow system, detailing the project background, required features, technology stack, Cursor’s yolo mode, step‑by‑step usage tips, code examples, and practical reflections on AI‑assisted development.

AI programmingBackendCursor
0 likes · 11 min read
Building a License Approval Flow System with Cursor AI, Vue 3, and Go
Tencent Technical Engineering
Tencent Technical Engineering
Mar 19, 2025 · Information Security

AI Programming Security Risks and Countermeasures

As AI tools soon generate the majority of software, they dramatically amplify hidden security risks—such as hard‑coded secrets, XXE, directory traversal, and privilege escalation—requiring zero‑trust scanning, secret interception, command filtering, privilege‑fuse safeguards, and AI‑native semantic analysis to protect the modern code supply chain.

AI programmingAI securityRisk Mitigation
0 likes · 9 min read
AI Programming Security Risks and Countermeasures
Tencent Technical Engineering
Tencent Technical Engineering
Mar 17, 2025 · Artificial Intelligence

Building a License Approval System with Cursor AI: A Low‑Effort Full‑Stack Demo

The article demonstrates how, with Cursor’s AI‑assisted coding and its YOLO mode, a developer can rapidly build a full‑stack license‑approval system—Vue 3 front‑end, Go/Gin back‑end, JWT authentication, MySQL storage—in under a day of effort, highlighting practical tips, limitations, and the broader potential for low‑code creation.

AI programmingBackendCursor
0 likes · 11 min read
Building a License Approval System with Cursor AI: A Low‑Effort Full‑Stack Demo
Architecture and Beyond
Architecture and Beyond
Jan 18, 2025 · Artificial Intelligence

Best Practices and Common Pitfalls When Using AI Programming Assistants

This article outlines practical guidelines for effectively using AI-powered coding assistants, emphasizing task decomposition, precise requirement definition, leveraging context memory, and addressing common challenges such as quota limits, context loss, code disruption, and handling complex problems to maximize development efficiency.

AI programmingcontext managementproductivity
0 likes · 15 min read
Best Practices and Common Pitfalls When Using AI Programming Assistants
php中文网 Courses
php中文网 Courses
Mar 25, 2024 · Artificial Intelligence

The Rise of AI Programmers: Opportunities and Challenges for Human Developers

The article examines the emergence of AI-driven programming assistants like Devin, discussing how they can boost developer productivity while emphasizing that human programmers remain essential for creative problem‑solving, strategic thinking, and nuanced software design in the evolving AI programmer era.

AI assistantsAI programmingfuture of programming
0 likes · 7 min read
The Rise of AI Programmers: Opportunities and Challenges for Human Developers
IT Services Circle
IT Services Circle
Sep 11, 2023 · Artificial Intelligence

Mojo: Modular AI’s New High‑Performance Programming Language for AI Research and Production

Mojo, the new language from Modular AI founded by Chris Lattner, blends Python’s ease of use with C‑level performance via MLIR, offers a Linux‑only SDK with REPL, VS Code, Jupyter support, and claims speedups of up to 68 000× over Python, with example code and a static‑binary build workflow.

AI programmingC languageMLIR
0 likes · 7 min read
Mojo: Modular AI’s New High‑Performance Programming Language for AI Research and Production
Tencent Cloud Developer
Tencent Cloud Developer
Aug 7, 2023 · Artificial Intelligence

An Overview of Mojo: A New High‑Performance Language for AI Development

Mojo, Modular’s new high‑performance Python superset for AI, adds progressive typing, zero‑cost C++‑style abstractions, Rust‑inspired ownership and direct MLIR access while remaining compatible with existing Python libraries, offering faster, memory‑compact code despite still being early‑stage and lacking full Python feature support.

AI programmingMLIRMojo
0 likes · 15 min read
An Overview of Mojo: A New High‑Performance Language for AI Development