Collection size
95 articles
Page 1 of 5
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.

AIEmpirical StudySoftware Security
0 likes · 16 min read
How Safe Is AI-Generated Code? Real‑World Risks and Mitigation Strategies
21CTO
21CTO
Jun 20, 2025 · Artificial Intelligence

AI Is Writing Code at Scale—Who’s Checking It?

Recent surveys reveal that over half of code in many organizations is now generated by AI, often deployed without review, raising significant supply‑chain security risks; developers express concern that AI amplifies malicious software threats, while current trust models and tooling lag behind the rapid adoption.

AI EthicsAI code generationArtifact Management
0 likes · 5 min read
AI Is Writing Code at Scale—Who’s Checking It?
Wuming AI
Wuming AI
Jan 28, 2026 · Industry Insights

Why AI Coding Only Solves About 70% of the Work: The Hidden Trust Gap

Addy Osmani’s analysis shows that while AI can generate roughly 70% of code—handling scaffolding and common patterns—the remaining 30% involving edge cases, security, and production integration remains as hard as before, and developers’ trust in AI‑generated code is rapidly declining.

AI codingAddy OsmaniProductivity
0 likes · 5 min read
Why AI Coding Only Solves About 70% of the Work: The Hidden Trust Gap
Tencent Technical Engineering
Tencent Technical Engineering
Jul 16, 2025 · Artificial Intelligence

Introducing A.S.E: The First Project‑Level AI Code Generation Security Evaluation Framework

The A.S.E (AI Code Generation Security Evaluation) framework provides a comprehensive, project‑level benchmark for assessing the safety, quality, and stability of AI‑generated code across multiple languages and vulnerability types, helping developers and researchers evaluate and improve large language model coding assistants.

AI code generationSecurity EvaluationSoftware Security
0 likes · 7 min read
Introducing A.S.E: The First Project‑Level AI Code Generation Security Evaluation Framework
Java Tech Enthusiast
Java Tech Enthusiast
Feb 7, 2026 · Artificial Intelligence

Why AI‑Generated Code Could Spark a Software Debt Crisis

The article warns that the rapid, unchecked generation of massive Rust code by AI tools like Cursor's Vibe Coding creates hidden technical debt, leading to fragile software, maintenance nightmares, and a looming collapse of engineering productivity.

AI codingCursorGPT-5
0 likes · 8 min read
Why AI‑Generated Code Could Spark a Software Debt Crisis
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 reviewdeveloper productivity
0 likes · 10 min read
How AI-Generated Code Is Quietly Building Massive Technical Debt
FunTester
FunTester
May 11, 2026 · Artificial Intelligence

Why AI-Generated Code Produces More Bugs

Despite promises of faster development, AI‑generated code shows 1.7× more defects, up to 2× more security vulnerabilities, and forces 67% of developers to spend extra time debugging, because the probabilistic nature of large language models creates unavoidable hallucinations and context‑blindness.

AI codeLLMSoftware Testing
0 likes · 7 min read
Why AI-Generated Code Produces More Bugs
Selected Java Interview Questions
Selected Java Interview Questions
Apr 28, 2026 · Artificial Intelligence

Can You Safely Deploy AI‑Generated Code?

The author shares personal experiments with Claude Code and GitHub Copilot, highlighting how AI can dramatically speed up development but also introduces hidden risks such as faulty caching logic, code leakage, copyright issues, and prompt‑injection vulnerabilities, and proposes practical guidelines for safely using AI‑generated code in production.

AI code generationClaude CodeGitHub Copilot
0 likes · 11 min read
Can You Safely Deploy AI‑Generated Code?
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 securitySoftware Security
0 likes · 9 min read
AI Programming Security Risks and Countermeasures
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 26, 2025 · Artificial Intelligence

Why a New AI Programming Manifesto Is Needed – Lessons from the Agile Revolution

The article argues that after 24 years since the Agile Manifesto, AI-driven programming has created a fresh crisis of role confusion, unpredictability, and security risks, and proposes a new AI Programming Manifesto to guide developers toward responsible, human‑centered, and safe AI‑assisted software engineering.

AI programmingAI safetyagile
0 likes · 18 min read
Why a New AI Programming Manifesto Is Needed – Lessons from the Agile Revolution
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 securityAutomationVulnerability Management
0 likes · 11 min read
How AI-Generated Code Amplifies Vulnerabilities and What Security Scans Reveal
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 safetySoftware Security
0 likes · 5 min read
Do AI Coding Agents Introduce Critical Security Flaws? Insights from a Vibe Study
DevOps Coach
DevOps Coach
Apr 15, 2026 · Industry Insights

When AI Turns Everyone into a Developer, What Risks Lurk Behind the Hype?

The article examines how AI lowers the barrier to software creation, leading to a surge of low‑quality open‑source projects, security shortcuts, and maintenance overload, and urges developers to search existing solutions, prioritize production‑grade standards, and respect open‑source maintainers.

AISecurityindustry analysis
0 likes · 10 min read
When AI Turns Everyone into a Developer, What Risks Lurk Behind the Hype?
Tech Minimalism
Tech Minimalism
Jun 2, 2026 · Artificial Intelligence

5 Practical Code‑Quality Controls to Guard AI Coding Agents

As AI coding agents like Claude Code, Cursor, and Codex become common in development pipelines, this article outlines five concrete quality‑control mechanisms—feedback sensors, semantic evaluations, refactor boundaries, provenance trails, and agent surface inventories—detailing tools, trade‑offs, and suitable scenarios to ensure generated code is trustworthy before entering a pull request.

AI codingToolingcode quality
0 likes · 20 min read
5 Practical Code‑Quality Controls to Guard AI Coding Agents