Menu

Post image 1
Post image 2
1 / 2
0

I Built an OSS to Stop AI from Writing Inconsistent Code Every Time (Claude Code / Cursor / Kiro)

DEV Community·yunbow·about 1 month ago
#2Skn5Exv
Reading 0:00
15s threshold

"Write a function to fetch the list of users." — same prompt, same codebase. Yesterday: getUsers() . Today: fetchUserList() . Tomorrow: loadAllUsers() . Six months of AI-assisted coding and I kept hitting this wall. My initial reaction was "maybe I need to write better prompts." I wrote better prompts. The functions got slightly better. New inconsistencies appeared elsewhere. The problem wasn't the AI's capability. It was that I had never given it my team's unwritten rules. That realization led me to build AI Dev OS — an open-source framework that converts implicit developer knowledge into explicit, enforceable rules for AI coding assistants. It supports Claude Code, Cursor, and Kiro (Amazon's AI-native IDE). GitHub: github.com/yunbow/ai-dev-os The Root Problem: "Almost Correct" Is the Most Expensive Output When an AI produces obviously wrong code, you catch it immediately and discard it. Not a big deal.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More