Tagged articles
42 articles
Page 1 of 1
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
Old Zhang's AI Learning
Old Zhang's AI Learning
May 24, 2026 · Artificial Intelligence

Taming Vibe Coding: How OpenSpec Enforces Spec‑Driven AI Coding

The article examines the pitfalls of "vibe coding" with AI assistants like Claude Code, introduces Spec‑Driven Development, compares major tools, and provides a detailed walkthrough of the open‑source OpenSpec workflow that aligns AI output with explicit specifications.

AI codingClaude CodeOpenSpec
0 likes · 10 min read
Taming Vibe Coding: How OpenSpec Enforces Spec‑Driven AI Coding
Shuge Unlimited
Shuge Unlimited
May 24, 2026 · Artificial Intelligence

OpenSpec + OMC: Uniting Two Tools to Transform AI Coding from Ad‑hoc to Planned Execution

The article explains how OpenSpec’s lightweight specification layer aligns AI coding assistants with project goals, while OMC’s multi‑agent orchestration executes those plans, detailing their architecture, workflow commands, integration mechanisms, dual‑layer verification, and practical best‑practice recommendations for seamless AI‑assisted development.

AI codingAgent OrchestrationOMC
0 likes · 25 min read
OpenSpec + OMC: Uniting Two Tools to Transform AI Coding from Ad‑hoc to Planned Execution
Code Mala Tang
Code Mala Tang
May 22, 2026 · Industry Insights

Why Spec-Driven Development Is Becoming the New Default in AI Programming

Spec-Driven Development (SDD) has rapidly become the default architecture for AI‑assisted coding, backed by industry radars, academic reviews, and multiple open‑source toolkits, while researchers debate its trade‑offs, governance models, and remaining open challenges.

AI programmingBMADOpenSpec
0 likes · 20 min read
Why Spec-Driven Development Is Becoming the New Default in AI Programming
AgentGuide
AgentGuide
May 18, 2026 · Artificial Intelligence

AI Agent Essentials: Tokens, Skills, RAG, MCP, SDD & Harness Engineering

The article explains AI Agents as LLM‑based entities with planning, memory, and tool‑use capabilities, covering model pre‑training, fine‑tuning, hallucinations, the Model Context Protocol (MCP), tokenization, Retrieval‑Augmented Generation (RAG), multi‑layer memory, Skill packaging, ReAct reasoning‑action loops, self‑reflection, Harness engineering, and Spec‑Driven Development (SDD).

AI agentHarness EngineeringLLM
0 likes · 9 min read
AI Agent Essentials: Tokens, Skills, RAG, MCP, SDD & Harness Engineering
AgentGuide
AgentGuide
May 14, 2026 · Fundamentals

Stop Letting AI Write Code Directly—Learn Spec‑Driven Development (SDD)

The article explains Spec‑Driven Development (SDD), a methodology that defines requirements, system behavior, constraints, and tasks in a specification document before AI generates code, compares it with Test‑Driven Development, lists common SDD frameworks, and outlines suitable and unsuitable scenarios.

AI codingOpenSpecSDD
0 likes · 7 min read
Stop Letting AI Write Code Directly—Learn Spec‑Driven Development (SDD)
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
Shuge Unlimited
Shuge Unlimited
May 4, 2026 · Artificial Intelligence

OpenSpec + Superpowers Integration: 3 Connection Points Tested, 2 Failed – A Hands‑On Review

This article documents a complete hands‑on experiment linking OpenSpec and Superpowers, showing that while the initial spec proposal works, three critical integration points break—two fail outright and one never triggers—leaving the envisioned seamless, spec‑driven development pipeline unachievable.

AI programmingOpenSpecSpec-Driven Development
0 likes · 19 min read
OpenSpec + Superpowers Integration: 3 Connection Points Tested, 2 Failed – A Hands‑On Review
phodal
phodal
Apr 20, 2026 · R&D Management

How to Reconstruct Feature Evolution from AI‑Generated Sessions with a Feature Explorer

The article analyzes how rapid AI‑assisted coding accelerates development cycles, creates scattered implementation details in session histories, and proposes a Feature Explorer that re‑assembles these histories into a coherent, spec‑driven view of a feature’s evolution for better product‑level insight.

AI codingFeature ExplorerRouta
0 likes · 11 min read
How to Reconstruct Feature Evolution from AI‑Generated Sessions with a Feature Explorer
Shuge Unlimited
Shuge Unlimited
Apr 18, 2026 · Artificial Intelligence

From Legacy Coding to AI‑Assisted Development: A Hands‑On Guide to Using Superpowers and OpenSpec

The article presents a step‑by‑step AI‑enhanced workflow for modernising legacy systems, explaining how OpenSpec’s spec‑driven requirement layer and Superpowers’ strict execution pipeline (brainstorming, isolated worktrees, TDD, code review) together resolve inaccurate demand understanding and uncontrolled code generation, with a concrete flash‑sale implementation and practical pitfalls.

AI codingOpenSpecSpec-Driven Development
0 likes · 20 min read
From Legacy Coding to AI‑Assisted Development: A Hands‑On Guide to Using Superpowers and OpenSpec
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 11, 2026 · Artificial Intelligence

Deep Dive into OpenSpec: The Essential Framework for AI‑Powered Coding

OpenSpec introduces a spec‑driven development approach that adds a constraint layer between developers and AI code generators, solving Vibe Coding’s context decay, ambiguous intent, and lack of verifiability by defining concise 500‑word specifications, structured directories, and a clear workflow that keeps AI output predictable, auditable, repeatable, and testable.

AI programmingCLIOpenSpec
0 likes · 18 min read
Deep Dive into OpenSpec: The Essential Framework for AI‑Powered Coding
AI Engineer Programming
AI Engineer Programming
Apr 11, 2026 · Artificial Intelligence

Spec-Driven Development: A Comparative Look at Spec Kit, OpenSpec, and GSD

The article examines Spec‑Driven Development (SDD) for AI‑assisted coding, outlining its core philosophy and comparing three frameworks—GitHub’s heavyweight Spec Kit, the lightweight OpenSpec, and the performance‑focused GSD—while offering guidance on when each tool best fits different development scenarios.

AI codingGSDOpenSpec
0 likes · 8 min read
Spec-Driven Development: A Comparative Look at Spec Kit, OpenSpec, and GSD
Tencent Cloud Developer
Tencent Cloud Developer
Apr 10, 2026 · Artificial Intelligence

From Prompt to Harness: Mastering AI Agents, Context Engineering, and Spec‑Driven Development

The author shares a two‑part deep dive into practical AI tooling, agent‑centric workflows, and emerging engineering paradigms—covering Mac toolchains, Agent usage, Prompt vs. Context Engineering, Spec‑driven and Harness engineering, and personal reflections on staying productive amid rapid model evolution.

Context EngineeringHarness EngineeringMac Toolchain
0 likes · 22 min read
From Prompt to Harness: Mastering AI Agents, Context Engineering, and Spec‑Driven Development
AI Software Product Manager
AI Software Product Manager
Apr 6, 2026 · R&D Management

How OpenSpec Enables Spec‑Driven Development with AI Collaboration

OpenSpec is a CLI tool that introduces a spec‑driven workflow between developers and AI assistants, outlining clear "what" and "how" stages, change proposal management, integration with Cursor for automated documentation, and a complete cycle of proposing, reviewing, implementing, and archiving changes.

AI CollaborationCLIOpenSpec
0 likes · 12 min read
How OpenSpec Enables Spec‑Driven Development with AI Collaboration
Architecture Musings
Architecture Musings
Apr 4, 2026 · Industry Insights

Exploring the Harness Architecture Concept: A First Look

This article examines the emerging "Harness Architecture" idea, arguing that constraints should be applied before AI code generation by leveraging stepwise refinement, modular contracts, and living design documents to improve precision, reduce token usage, and prevent architectural drift in large software projects.

AI EngineeringHarness architectureSpec-Driven Development
0 likes · 8 min read
Exploring the Harness Architecture Concept: A First Look
Shuge Unlimited
Shuge Unlimited
Mar 30, 2026 · Backend Development

Avoid AI Coding Rework with OpenSpec: 3‑Step Workflow for New and Legacy Projects

The article demonstrates how OpenSpec, a spec‑driven development framework, eliminates AI‑generated code rework by aligning requirements before coding, using a three‑command workflow (propose → apply → archive) across three scenarios—starting a new project, adding features to an existing codebase, and fixing bugs.

AI coding assistantsDelta SpecNode.js
0 likes · 25 min read
Avoid AI Coding Rework with OpenSpec: 3‑Step Workflow for New and Legacy Projects
Shuge Unlimited
Shuge Unlimited
Mar 27, 2026 · Artificial Intelligence

Deep Comparison of Spec‑Kit, OpenSpec, and Superpowers for AI Programming Workflows

The article analyzes why AI coding agents suffer from unstructured workflows and compares three popular tools—Spec‑Kit, OpenSpec, and Superpowers—by examining their backgrounds, architectures, data flows, core features, workflow paradigms, practical usage examples, and suitability for different project scenarios, ultimately offering concrete selection guidance.

AI programmingOpenSpecSpec Kit
0 likes · 18 min read
Deep Comparison of Spec‑Kit, OpenSpec, and Superpowers for AI Programming Workflows
AI Waka
AI Waka
Mar 25, 2026 · Artificial Intelligence

Why Persistent Specs Matter: Building Reliable AI Agents with an Artifact Layer

The article explains how an artifact layer—comprising specs, guidance files, skills, tests, and logs—preserves intent across AI agent sessions, enabling reliable, secure, and maintainable agent‑driven software development through spec‑first practices, bounded loops, and robust verification stacks.

AI AgentsSpec-Driven Developmentagent engineering
0 likes · 16 min read
Why Persistent Specs Matter: Building Reliable AI Agents with an Artifact Layer
DevOps Coach
DevOps Coach
Mar 24, 2026 · Cloud Computing

How Spec‑Driven Development with Claude Code Transforms Small‑Scale AWS Projects

The article details a practitioner’s method of using Claude Code and spec‑driven development to plan, prototype, and deploy modular serverless stacks on AWS, highlighting the benefits of early specification, AI‑assisted coding, context‑window limits, and iterative testing for reliable software engineering.

AI-assisted codingClaude CodeCloudFormation
0 likes · 16 min read
How Spec‑Driven Development with Claude Code Transforms Small‑Scale AWS Projects
AI Cyberspace
AI Cyberspace
Mar 20, 2026 · Industry Insights

From Vibe Coding to Spec Coding: Mastering AI‑Driven Software Development

This article compares Vibe Coding and Spec Coding, explains the evolution of software engineering methods, introduces Specification‑Driven Development (SDD) and Test‑Driven Development (TDD), and provides practical guidance on using tools such as Spec‑Kit, OpenSpec, and Superpowers for AI‑assisted development.

AI codingOpenSpecSpec Kit
0 likes · 22 min read
From Vibe Coding to Spec Coding: Mastering AI‑Driven Software Development
AndroidPub
AndroidPub
Feb 26, 2026 · R&D Management

Can Spec‑Driven Development with OpenSpec Transform AI‑Assisted Coding?

This article explains how Spec‑Driven Development (SDD) uses structured, machine‑readable specifications as the single source of truth, introduces the open‑source OpenSpec/OPSX workflow that turns those specs into actionable AI‑driven steps, and compares it with OpenAPI, BDD, and traditional RFC processes.

AI coding workflowOPSXOpenSpec
0 likes · 26 min read
Can Spec‑Driven Development with OpenSpec Transform AI‑Assisted Coding?
Tencent Advertising Technology
Tencent Advertising Technology
Feb 13, 2026 · Frontend Development

How AI‑Native Turns Front‑End Development into a Spec‑Code‑Quality Closed Loop

This article details how Tencent Advertising’s AI‑Native approach restructures front‑end development by centering on spec‑driven repositories, automating code generation, visual verification, and quality checks, ultimately achieving a fully automated AI‑driven development pipeline that reduces coding effort by up to 90 percent.

AISpec-Driven Developmentquality assurance
0 likes · 30 min read
How AI‑Native Turns Front‑End Development into a Spec‑Code‑Quality Closed Loop
Frontend AI Walk
Frontend AI Walk
Feb 13, 2026 · Artificial Intelligence

Superpowers vs OpenSpec: Deep Dive into Two AI Coding Assistant Philosophies

This article compares Superpowers, a workflow‑engine that enforces strict best‑practice processes for AI coding assistants, with OpenSpec, a lightweight spec‑driven framework that treats structured specifications as the single source of truth, outlining their core definitions, design philosophies, workflows, use‑case suitability, learning curves, real‑world experiences, and how they can complement each other.

AI programming assistantsOpenSpecSpec-Driven Development
0 likes · 18 min read
Superpowers vs OpenSpec: Deep Dive into Two AI Coding Assistant Philosophies
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 19, 2026 · Backend Development

Mastering OpenSpec: A CLI Guide to Spec‑Driven Development and AI Integration

This article explains the history, core concepts, and practical CLI commands of OpenSpec, a spec‑driven development tool that integrates with AI assistants, detailing project initialization, workflow steps, quality control, directory structure, common pitfalls, and comparisons with other specification frameworks to help developers adopt a more efficient, documentation‑first workflow.

AICLIDocumentation
0 likes · 30 min read
Mastering OpenSpec: A CLI Guide to Spec‑Driven Development and AI Integration
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.

AISpec-Driven Developmentautomation
0 likes · 21 min read
How Spec‑Driven AI Can Transform Your Development Workflow with CodeBuddy
AI Insight Log
AI Insight Log
Jan 6, 2026 · Fundamentals

Why Spec-Driven Development May Be Counterproductive in AI Coding

Spec-Driven Development (SDD) proposes writing exhaustive specifications before prompting AI, but experts argue it creates cognitive overload, reduces AI's speed and flexibility, and reverts to waterfall-like processes; instead, small iterative prompts that produce runnable code each cycle are recommended for efficient AI-assisted development.

AI codingClaude CodeSpec-Driven Development
0 likes · 5 min read
Why Spec-Driven Development May Be Counterproductive in AI Coding
phodal
phodal
Dec 30, 2025 · Industry Insights

Beyond Comfort: 6 Key Trends Driving AI Coding Tools in 2025‑2026

The article analyzes six emerging trends in Chinese AI coding tools—model capability parity, open tool integration, spec‑driven development, lower entry barriers, self‑validation, and full‑stack automation—arguing that future success depends on end‑to‑end engineering reliability rather than mere code generation or emotional support.

AI codingSpec-Driven Developmentagentic AI
0 likes · 12 min read
Beyond Comfort: 6 Key Trends Driving AI Coding Tools in 2025‑2026
AI Insight Log
AI Insight Log
Dec 27, 2025 · Industry Insights

Why AI Code Generators Like Cursor Could Trigger an Infinite Software Crisis – Lessons from Netflix

Netflix senior engineer Jake Nations warns that the rise of AI‑powered code generators creates an "Infinite Software Crisis" by turning easy code generation into unmaintainable complexity, and outlines a three‑step "Context Compression" method to keep development disciplined and understandable.

AI Code GenerationContext CompressionNetflix engineering
0 likes · 10 min read
Why AI Code Generators Like Cursor Could Trigger an Infinite Software Crisis – Lessons from Netflix
Frontend AI Walk
Frontend AI Walk
Dec 18, 2025 · Artificial Intelligence

Advanced AI Programming: A Step‑by‑Step OpenSpec Development Guide

This guide introduces OpenSpec, a specification‑driven workflow for AI coding assistants, and walks through its core concepts, installation, directory layout, markdown syntax, and practical usage in Cursor and Antigravity IDEs, helping developers keep ideas clear before writing code.

AI coding assistantAntigravity IDECursor IDE
0 likes · 15 min read
Advanced AI Programming: A Step‑by‑Step OpenSpec Development Guide
Snowball Engineer Team
Snowball Engineer Team
Dec 15, 2025 · Artificial Intelligence

Why Spec‑Driven AI Coding Beats Vibe Coding in Enterprise Backend Development

The article examines why AI‑generated code often varies in quality, contrasts Vibe Coding with Spec‑Driven development, and explains how a structured, spec‑centric workflow—including UI specifications, MCP integration, and rule‑based validation—enables stable, high‑quality code generation for enterprise backend systems.

AI codingBackend automationSpec-Driven Development
0 likes · 15 min read
Why Spec‑Driven AI Coding Beats Vibe Coding in Enterprise Backend Development
Architect's Journey
Architect's Journey
Dec 10, 2025 · Industry Insights

Vibe Coding vs Spec‑Driven Development: From Rapid Prototyping to Sustainable Code

The article compares AI‑assisted "Vibe Coding"—which boosts short‑term productivity but introduces intent misalignment, black‑box code, and maintenance debt—with Spec‑Driven Development (SDD), which restores controllability, quality, and collaboration through formal specifications, illustrated by real‑world case studies, a four‑layer ISPI model, and an emerging tooling ecosystem.

AI codingISPI modelSpec-Driven Development
0 likes · 11 min read
Vibe Coding vs Spec‑Driven Development: From Rapid Prototyping to Sustainable Code
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 3, 2025 · Artificial Intelligence

Boosting Java Backend with SpecKit: AI‑Powered Spec‑Driven Development

This article shares a hands‑on experience of applying SpecKit and AI‑assisted coding to a mature Java backend, detailing the spec‑driven workflow, tool selection, environment setup, step‑by‑step commands, concrete examples, observed benefits, encountered challenges, and practical lessons for future projects.

AI codingDevOpsJava backend
0 likes · 16 min read
Boosting Java Backend with SpecKit: AI‑Powered Spec‑Driven Development
Programmer DD
Programmer DD
Nov 10, 2025 · Fundamentals

Can Spec‑Driven Development Turn AI‑Generated Code into Production‑Ready Software?

This article explains how spec‑driven development transforms AI‑assisted coding from exploratory, chat‑based experiments into a reliable, production‑grade workflow by using formal specifications as the source of truth, systematic validation, and a structured tool ecosystem to ensure quality, security, and maintainability.

AI Code GenerationSpec-Driven Developmentproductivity
0 likes · 29 min read
Can Spec‑Driven Development Turn AI‑Generated Code into Production‑Ready Software?
Frontend AI Walk
Frontend AI Walk
Jul 22, 2025 · Artificial Intelligence

How Amazon’s Kiro.dev Leverages Claude 4 for Spec‑Driven, End‑to‑End Code Automation

Kiro.dev, an AWS AI‑driven programming platform, enforces Spec‑Driven Development with Specs and Hooks to automate the full cycle from requirements to design to production code, integrates Claude 4 for multimodal interaction, and claims up to 30% faster delivery and 95% test coverage, while contrasting its approach with traditional AI assistants like Copilot and Cursor.

AI programmingClaude 4Kiro.dev
0 likes · 11 min read
How Amazon’s Kiro.dev Leverages Claude 4 for Spec‑Driven, End‑to‑End Code Automation