TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Beyond Vibe Coding:The sustainable approach to AI-assisted development

1 点作者 jlcases大约 1 个月前

1 comment

jlcases大约 1 个月前
Creator here. This article came from a pattern I observed across dozens of AI-augmented development teams: initial velocity skyrockets with tools like Cursor AI and GitHub Copilot, but productivity crashes months later when teams need to modify that same codebase.<p>The root issue is consistent: AI accelerates code generation while simultaneously eliminating the contextual knowledge that traditionally accompanies development. The decision-making that normally happens during programming gets compressed into ephemeral chat sessions that disappear instantly.<p>Our solution is based on MDC (Machine-Digestible Context) rules - a framework for systematically capturing context during AI generation without slowing down the development process. The key insight was that we needed to make documentation part of the workflow rather than a separate task.<p>Teams implementing this approach report 40% faster onboarding for new developers and a 67% reduction in context-related questions.<p>I&#x27;d love feedback from those who&#x27;ve experienced similar context issues with AI-assisted coding or thoughts on the sustainability of vibe coding approaches in professional environments.